CVSROOT:        /cvs/src
Module name:    src
Branch:         cr-0x5f1
Changes by:     [EMAIL PROTECTED]       2008-03-05 18:17:39

Modified files:
        winsup/cygwin  : ChangeLog child_info.h exceptions.cc 
                         fhandler.cc ntdll.h path.cc spawn.cc 

Log message:
        2008-03-05  Corinna Vinschen  <[EMAIL PROTECTED]>
        
        * child_info.h (~child_info_spawn): Check moreinfo->myself_pinfo for
        NULL before closing.
        * spawn.cc (spawn_guts): Don't close moreinfo->myself_pinfo explicitely
        in case of failing CloseProcess.
        
        * exceptions.cc (_cygtls::handle_exceptions): Replace top level SEH
        installed by Windows with our own handler.
        
        * fhandler.cc (fhandler_base::open_): Return EISDIR when trying to
        create a directory.
        (fhandler_base::open_9x): Ditto.
        * ntdll.h (STATUS_OBJECT_NAME_INVALID): Define.
        * path.cc (path_conv::check): If input path had a trailing dir
        separator, tack it on to the native path if directory doesn't exist.
        
        2008-03-05  Christopher Faylor  <[EMAIL PROTECTED]>
        
        * exceptions.cc (_cygtls::handle_exceptions): Detect when signal is
        masked and treat as if it was not caught.  Revert to a 'return 0'
        rather than using a goto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.3582.2.58&r2=1.3582.2.59
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/child_info.h.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.69.2.1&r2=1.69.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/exceptions.cc.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.297.2.7&r2=1.297.2.8
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.cc.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.256.2.5&r2=1.256.2.6
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ntdll.h.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.40&r2=1.40.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/path.cc.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.412.2.1&r2=1.412.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/spawn.cc.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.233.2.5&r2=1.233.2.6

Reply via email to