CVSROOT:        /cvs/src
Module name:    src
Changes by:     cori...@sourceware.org  2012-02-13 13:12:37

Modified files:
        winsup/cygwin  : ChangeLog Makefile.in glob.cc miscfuncs.cc 
                         nlsfuncs.cc thread.h 
        winsup/cygwin/regex: regcomp.c 
Added files:
        winsup/cygwin  : collate.h 

Log message:
        * 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.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/collate.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.5699&r2=1.5700
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/Makefile.in.diff?cvsroot=src&r1=1.249&r2=1.250
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/glob.cc.diff?cvsroot=src&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/miscfuncs.cc.diff?cvsroot=src&r1=1.78&r2=1.79
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/nlsfuncs.cc.diff?cvsroot=src&r1=1.35&r2=1.36
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/thread.h.diff?cvsroot=src&r1=1.126&r2=1.127
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/regex/regcomp.c.diff?cvsroot=src&r1=1.12&r2=1.13

Reply via email to