/
nerfur
/
openbsd-src
ОбзорДокументацияВойти
/
nerfur
/
openbsd-src
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
openbsd-src/
.../libc/regex/
..
COPYRIGHT

Remove the advertising clause in the UCB license which Berkeley rescinded 22 July 1999. Proofed by myself and Theo.

23 года назад
Makefile.inc

for some time now mandoc has not required MLINKS to function correctly - logically complete that now by removing MLINKS from base;

10 лет назад
cclass.h

cclasses[] multis field is always an empty string. Remove it and code dealing with it. This code was incomplete anyway.

6 лет назад
cname.h

Constify the strings in cnames[]. No functional change.

6 лет назад
engine.c

Fix an off-by-one error in the marking of the O_CH operator following an OOR2 operator. Also includes a regress test for the issue. From FreeBSD via miod@

6 лет назад
re_format.7

Mention that there are alternatives for ERE '+' and '?' in BRE.

5 лет назад
regcomp.c

spelling fixes; from paul tagliamonte any changes not taken noted on tech, but chiefly here i did not take the cancelation - cancellation changes;

4 года назад
regerror.c

Constify the strings in regerror.c and make use of the strlcpy() return value to avoid a redundant strlen() call.

6 лет назад
regex.3

.Li -> .Vt where appropriate; from josiah frentsos, tweaked by schwarze

4 года назад
regex2.h

Make CHIN() Boolean-valued and use this to turn an expression with a quintuple negation into one with a simple negation.

6 лет назад
regexec.c

Drop a const-bomb on regexec. It's probably not a good idea to remove a const promise when processing it in the regex engine.

8 лет назад
regfree.c

Remove NULL-checks before free() and unnecessary argument casts.

11 лет назад
utils.h

Remove the advertising clause in the UCB license which Berkeley rescinded 22 July 1999. Proofed by myself and Theo.

23 года назад