tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
lib
/
libc
/
regex
/
at
trash-bin2
13 files
COPYRIGHT
Remove the advertising clause in the UCB license which Berkeley rescinded 22 July 1999. Proofed by myself and Theo.
23 years ago
Makefile.inc
for some time now mandoc has not required MLINKS to function correctly - logically complete that now by removing MLINKS from base;
10 years ago
cclass.h
cclasses[] multis field is always an empty string. Remove it and code dealing with it. This code was incomplete anyway.
5 years ago
cname.h
Constify the strings in cnames[]. No functional change.
5 years ago
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@
5 years ago
re_format.7
Mention that there are alternatives for ERE '+' and '?' in BRE.
4 years ago
regcomp.c
Make CHIN() Boolean-valued and use this to turn an expression with a quintuple negation into one with a simple negation.
5 years ago
regerror.c
Constify the strings in regerror.c and make use of the strlcpy() return value to avoid a redundant strlen() call.
5 years ago
regex.3
Change the way regexec handles REG_STARTEND combined with REG_NOTBOL. The new code sees this combination as a continuation of string at offset pmatch[0].rm_so, instead of a new string which starts at that offset. This change fixes a search quirk in vi and is needed for upcoming fixes in ed/sed/vi.
10 years ago
regex2.h
Make CHIN() Boolean-valued and use this to turn an expression with a quintuple negation into one with a simple negation.
5 years ago
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.
7 years ago
regfree.c
Remove NULL-checks before free() and unnecessary argument casts.
10 years ago
utils.h
Remove the advertising clause in the UCB license which Berkeley rescinded 22 July 1999. Proofed by myself and Theo.
23 years ago