newlib/winsup/cygwin/regex
Corinna Vinschen 44caccfca2 * regex/engine.c (step): Drop Cygwin-specific definition.
(NONCHAR): Better cast here to make the test work.  Move comment
	from step here.
	(matcher): Disable skipping initial string in multibyte case.
	* regex/regcomp.c (p_bracket): Don't simplify singleton in the invert
	case.
	(p_b_term): Handle early end of pattern after dash in bracket
	expression.
	(singleton): Don't ignore the wides just because there's already a
	singleton in the single byte chars.  Fix condition for a singleton
	wide accordingly.
	(findmust): Check for LC_CTYPE charset, rather than LC_COLLATE charset.
	* regex2.h (CHIN): Fix condition in the icase & invert case.
	(ISWORD): Fix wrong cast to unsigned char.
2010-02-11 21:19:19 +00:00
..
COPYRIGHT Replace regex files with multibyte-aware version from FreeBSD. 2010-02-04 12:35:49 +00:00
cname.h Replace regex files with multibyte-aware version from FreeBSD. 2010-02-04 12:35:49 +00:00
engine.c * regex/engine.c (step): Drop Cygwin-specific definition. 2010-02-11 21:19:19 +00:00
regcomp.c * regex/engine.c (step): Drop Cygwin-specific definition. 2010-02-11 21:19:19 +00:00
regerror.c * regcomp.c (p_ere): Workaround incorrect compiler warning. 2010-02-04 21:05:07 +00:00
regex.3 Replace regex files with multibyte-aware version from FreeBSD. 2010-02-04 12:35:49 +00:00
regex.7 Replace regex files with multibyte-aware version from FreeBSD. 2010-02-04 12:35:49 +00:00
regex2.h * regex/engine.c (step): Drop Cygwin-specific definition. 2010-02-11 21:19:19 +00:00
regexec.c Replace regex files with multibyte-aware version from FreeBSD. 2010-02-04 12:35:49 +00:00
regfree.c Replace regex files with multibyte-aware version from FreeBSD. 2010-02-04 12:35:49 +00:00
utils.h Replace regex files with multibyte-aware version from FreeBSD. 2010-02-04 12:35:49 +00:00