src/winsup/cygwin ChangeLog environ.cc

2005-01-11 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2005-01-11 12:42:36

Modified files:
winsup/cygwin  : ChangeLog environ.cc 

Log message:
* environ.cc (build_env): Disallow empty strings and strings starting
with '=' in Win32 environment.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srcr1=1.2656r2=1.2657
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/environ.cc.diff?cvsroot=srcr1=1.105r2=1.106



src/winsup/cygwin environ.cc

2005-01-11 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2005-01-11 12:45:09

Modified files:
winsup/cygwin  : environ.cc 

Log message:
* environ.cc: Yes, yes, the copyright date, as usual.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/environ.cc.diff?cvsroot=srcr1=1.106r2=1.107



src/winsup/cygwin ChangeLog ChangeLog-2004

2005-01-11 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2005-01-11 12:48:34

Modified files:
winsup/cygwin  : ChangeLog 
Added files:
winsup/cygwin  : ChangeLog-2004 

Log message:
* ChangeLog:  Split and create ChangeLog-2004.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog-2004.diff?cvsroot=srcr1=NONEr2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srcr1=1.2657r2=1.2658



src/winsup/mingw ChangeLog include/sys/stat.h

2005-01-11 Thread earnie
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2005-01-11 13:34:42

Modified files:
winsup/mingw   : ChangeLog 
winsup/mingw/include/sys: stat.h 

Log message:
* include/sys/stat.h (_S_IFLNK, S_IFLNK, _S_ISLNK, S_ISLNK, _lstat,
lstat): Conditionalize defines for __STRICT_ANSI__.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/ChangeLog.diff?cvsroot=srcr1=1.248r2=1.249
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/include/sys/stat.h.diff?cvsroot=srcr1=1.11r2=1.12



src/winsup/cygwin ChangeLog dcrt0.cc errno.cc ...

2005-01-11 Thread cgf
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2005-01-11 15:31:05

Modified files:
winsup/cygwin  : ChangeLog dcrt0.cc errno.cc exceptions.cc 
 init.cc pinfo.cc pinfo.h sigproc.cc spawn.cc 
 strace.cc 

Log message:
* pinfo.h (_pinfo::set_exit_state): Declare new function.
(pinfo::exit): Move here from _pinfo::exit.
* sigproc.cc (child_info::sync): Use new function to set exitcode and
process_state.
* pinfo.cc (_pinfo::exit): Ditto.
(proc_waiter): Ditto.
(_pinfo::set_exit_state): Define new function.
(_pinfo::dup_proc_pipe): Close handle when there is no parent process 
around to
care about the exit value.
* dcrt0.cc (dll_crt0_0): Move subproc_ready synchronization later to 
make sure
that myself is still mapped in parent.
(do_exit): Reflect movement to pinfo::exit.
(__api_fatal): Ditto.
* exceptions.cc (signal_exit): Ditto.
* errno.cc (errmap): Map PROC_NOT_FOUND.
* init.cc (dll_entry): Release myself before exiting.
* sigproc.cc (proc_can_be_signalled): Set errno appropriately.
(sig_send): Ditto.  Also remove ill-advised test for !myself-sendsig 
since
this is an indication of a process which is still initializating -- it 
is not
an error.
(child_info::sync): Don't set exitcode here.  Assume that will happen in
proc_waiter, if necessary.
* spawn.cc (spawn_guts): Delay wait_for_myself logic until later.  
Don't wait
at all if the process has already exited.  Reflect movement to 
pinfo::exit.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srcr1=1.2658r2=1.2659
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dcrt0.cc.diff?cvsroot=srcr1=1.227r2=1.228
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/errno.cc.diff?cvsroot=srcr1=1.46r2=1.47
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/exceptions.cc.diff?cvsroot=srcr1=1.222r2=1.223
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/init.cc.diff?cvsroot=srcr1=1.41r2=1.42
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/pinfo.cc.diff?cvsroot=srcr1=1.140r2=1.141
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/pinfo.h.diff?cvsroot=srcr1=1.73r2=1.74
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/sigproc.cc.diff?cvsroot=srcr1=1.212r2=1.213
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/spawn.cc.diff?cvsroot=srcr1=1.161r2=1.162
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/strace.cc.diff?cvsroot=srcr1=1.45r2=1.46



src/winsup/cygwin ChangeLog pinfo.cc

2005-01-11 Thread cgf
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2005-01-11 16:58:32

Modified files:
winsup/cygwin  : ChangeLog pinfo.cc 

Log message:
* pinfo.cc (pinfo::init): Don't close input handle on temporary (?) 
failure.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srcr1=1.2659r2=1.2660
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/pinfo.cc.diff?cvsroot=srcr1=1.141r2=1.142