freebsd-skq/lib/libc/regex
Tim J. Robbins 33176f1755 Fix two problems with REG_ICASE that were introduced with the addition of
multibyte character support:
- In CHadd(), avoid writing past the end of the character set bitmap when
  the opposite-case counterpart of wide characters with values less than
  NC have values greater than or equal to NC.
- In CHaddtype(), fix a braino that caused alphabetic characters to be
  added to all character classes! (but only with REG_ICASE)

PR:		71367
2004-09-05 08:30:42 +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
cclass.h
cname.h
COPYRIGHT
engine.c Make regular expression matching aware of multibyte characters. The general 2004-07-12 07:35:59 +00:00
Makefile.inc libc_r wasn't so tied to libc for 22 months. 2002-11-18 09:50:57 +00:00
re_format.7 Mechanically kill hard sentence breaks. 2004-07-02 23:52:20 +00:00
regcomp.c Fix two problems with REG_ICASE that were introduced with the addition of 2004-09-05 08:30:42 +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 Make regular expression matching aware of multibyte characters. The general 2004-07-12 07:35:59 +00:00
regex.3 Remove an entry from the BUGS section: we have multibyte character 2004-07-12 11:03:42 +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