CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2004-01-26 18:52:03

Modified files:
        winsup/cygwin  : ChangeLog cygtls.cc dcrt0.cc exceptions.cc 
                         syscalls.cc 

Log message:
        * cygtls.cc (_threadinfo::init_thread): Add more local reent stdio
        initialization.
        * dcrt0.cc (initial_env): Can it really be true that XP doesn't allow attaching
        a debugger during DLL attach?  Add temporary workaround.
        (dll_crt0_0): Ensure that _impure_ptr stdio is initialized before any threads.
        (dll_crt0_1): Move _impure_ptr initialization to dll_crt0_0.
        * exceptions.cc (try_to_debug): Reinstate old method for looping while
        debugging.
        * syscalls.cc (_cygwin_istext_for_stdio): Regularize debugging output.  Remove
        hopefully extraneous check.
        (setmode_helper): Add debugging output for improbable case.  Use "binary"
        rather "raw" for consistency.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2288&r2=1.2289
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygtls.cc.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dcrt0.cc.diff?cvsroot=src&r1=1.207&r2=1.208
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/exceptions.cc.diff?cvsroot=src&r1=1.197&r2=1.198
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/syscalls.cc.diff?cvsroot=src&r1=1.317&r2=1.318

Reply via email to