src/winsup/w32api ChangeLog lib/shell32.def

2005-09-23 Thread ironhead
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2005-09-23 10:50:15

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/lib: shell32.def 

Log message:
2005-09-23  Chris Sutcliffe [EMAIL PROTECTED]

* lib/shell32.def (SHILCreateFromPath): Add stub.
Thanks to: Michael Jung mjung at iss dot tu-darmstadt dot de

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.687r2=1.688
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/lib/shell32.def.diff?cvsroot=srcr1=1.7r2=1.8



winsup/cygwin ChangeLog tlsoffsets.h

2005-09-23 Thread cgf
CVSROOT:/cvs/uberbaum
Module name:winsup
Changes by: [EMAIL PROTECTED]   2005-09-23 19:24:03

Modified files:
cygwin : ChangeLog tlsoffsets.h 

Log message:
* tlsoffsets.h: Regenerate.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaumr1=1.3110r2=1.3111
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/tlsoffsets.h.diff?cvsroot=uberbaumr1=1.23r2=1.24



src/winsup/w32api ChangeLog include/commdlg.h

2005-09-23 Thread ironhead
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2005-09-23 19:59:33

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: commdlg.h 

Log message:
2005-09-23  Chris Sutcliffe [EMAIL PROTECTED]

* include/commdlg.h (OPENFILENAME): Added WINNT = 0x0500
component.
Thanks to: Gennady Feldman gena01 at users dot sourceforge dot net

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.688r2=1.689
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/commdlg.h.diff?cvsroot=srcr1=1.12r2=1.13



winsup/cygwin ChangeLog pinfo.cc

2005-09-23 Thread cgf
CVSROOT:/cvs/uberbaum
Module name:winsup
Changes by: [EMAIL PROTECTED]   2005-09-23 20:05:50

Modified files:
cygwin : ChangeLog pinfo.cc 

Log message:
* pinfo.cc (pinfo::exit): Call ExitProcess if called from signal thread.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaumr1=1.3111r2=1.3112
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/pinfo.cc.diff?cvsroot=uberbaumr1=1.191r2=1.192



src/winsup/w32api ChangeLog lib/ddk/newdev.def

2005-09-23 Thread ironhead
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2005-09-23 22:41:24

Modified files:
winsup/w32api  : ChangeLog 
Added files:
winsup/w32api/lib/ddk: newdev.def 

Log message:
2005-09-23  Chris Sutcliffe [EMAIL PROTECTED]

* lib/ddk/newdev.def: Added.
Thanks to: Stephan Meyer ste_meyer at users dot sourceforge dot net

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.689r2=1.690
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/lib/ddk/newdev.def.diff?cvsroot=srcr1=NONEr2=1.1



winsup/cygwin ChangeLog net.cc

2005-09-23 Thread cgf
CVSROOT:/cvs/uberbaum
Module name:winsup
Changes by: [EMAIL PROTECTED]   2005-09-23 23:25:26

Modified files:
cygwin : ChangeLog net.cc 

Log message:
* net.cc (cygwin_gethostbyname): Remove debugging cruft.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaumr1=1.3112r2=1.3113
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/net.cc.diff?cvsroot=uberbaumr1=1.193r2=1.194



winsup/cygwin ChangeLog exceptions.cc init.cc ...

2005-09-23 Thread cgf
CVSROOT:/cvs/uberbaum
Module name:winsup
Changes by: [EMAIL PROTECTED]   2005-09-23 23:37:52

Modified files:
cygwin : ChangeLog exceptions.cc init.cc pinfo.cc 
 sigproc.cc 

Log message:
Semi-reversion of always-exit-from-sigthread change of 2005-09-15.
* exceptions.cc (sigpacket::process): Eliminate return after call to 
reinstated
noreturn function.
(signal_exit): Allow function to exit when a captive process has been
terminated.
* pinfo.cc (pinfo::exit): Enter exit_lock here.  Once again exit here 
under
control of exit_lock.
* sigproc.cc (sig_send): Don't wait for completion if process is 
exiting.
Remove special __SIGEXIT accommodations.
(wait_sig): Just exit the thread when a __SIGEXIT has been detected.  
Don't
exit the process.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaumr1=1.3113r2=1.3114
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/exceptions.cc.diff?cvsroot=uberbaumr1=1.251r2=1.252
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/init.cc.diff?cvsroot=uberbaumr1=1.54r2=1.55
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/pinfo.cc.diff?cvsroot=uberbaumr1=1.192r2=1.193
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/sigproc.cc.diff?cvsroot=uberbaumr1=1.248r2=1.249



src/winsup/mingw ChangeLog include/math.h

2005-09-23 Thread dannysmith
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2005-09-24 01:26:25

Modified files:
winsup/mingw   : ChangeLog 
winsup/mingw/include: math.h 

Log message:
* include/math.h (HUGE_VALF, HUGE_VALL, INFINITY, NAN)
Avoid raising FP exceptions.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/ChangeLog.diff?cvsroot=srcr1=1.284r2=1.285
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/include/math.h.diff?cvsroot=srcr1=1.29r2=1.30