freebsd-skq/lib/libc/regex
Tim J. Robbins 0853006ff1 Change OUT from -2 to CHAR_MIN-1, making it impossible for it to
inadvertently match a negative char in the RE being compiled.

This fixes compilation of "\376" (as an ERE) and "\376\376" (as a BRE).

PR:		84740
MFC after:	1 week
2005-08-13 02:30:15 +00:00
..
grot Update paths to reg*.c and regex2.h. Add a target to build regex.h. 2004-07-19 08:48:17 +00:00
cname.h
COPYRIGHT
engine.c Plug memory leak. 2004-12-30 14:27:57 +00:00
Makefile.inc
re_format.7 Mechanically kill hard sentence breaks. 2004-07-02 23:52:20 +00:00
regcomp.c Directly include <runetype.h> for _CurrentRuneLocale, <_ctype.h> doesn't 2004-10-03 15:42:59 +00:00
regerror.c Add a new error code, REG_ILLSEQ, to indicate that a regular expression 2004-07-12 06:07:26 +00:00
regex2.h Change OUT from -2 to CHAR_MIN-1, making it impossible for it to 2005-08-13 02:30:15 +00:00
regex.3 Expand *n't contractions. 2005-02-13 22:25:33 +00:00
regexec.c Make regular expression matching aware of multibyte characters. The general 2004-07-12 07:35:59 +00:00
regfree.c Make regular expression matching aware of multibyte characters. The general 2004-07-12 07:35:59 +00:00
utils.h
WHATSNEW