libc/winsup/cygwin/regex
Corinna Vinschen d7bcd2a16f * Makefile.in (clean): Remove non-existant regexp dir.
* collate.h: New header.
	(__collate_range_cmp): Declare.
	(__collate_load_error): Define.
	* glob.cc: Pull in latest version from FreeBSD.  Simplify and reduce
	Cygwin-specific changes.
	* regex/regcomp.c: Include collate.h on Cygwin as well.
	(__collate_range_cmp): Move from here...
	* nlsfuncs.cc (__collate_range_cmp): ...to here.

	* miscfuncs.cc (thread_wrapper): Fix typo in comment.
	(CygwinCreateThread): Take dead zone of Windows stack into account.
	Change the way how the stack is commited and how to handle guardpages.
	Explain how and why.
	* thread.h (PTHREAD_DEFAULT_STACKSIZE): Change definition.  Explain why.
2012-02-13 13:12:37 +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 * Makefile.in (clean): Remove non-existant regexp dir. 2012-02-13 13:12:37 +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 * regex/regcomp.c (wgetnext): Use size_t as type for n2 since that's 2010-02-12 20:17:22 +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