This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

winsup/cygwin ChangeLog Makefile.in exceptions ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2012-07-02 02:24:25

Modified files:
	cygwin         : ChangeLog Makefile.in exceptions.cc 
	                 fhandler_disk_file.cc net.cc pseudo-reloc.cc 
	                 signal.cc winsup.h 
	cygwin/lib     : _cygwin_crt0_common.cc 

Log message:
	* Makefile.in: Add some more optimization flags for cygwait, malloc and path.  Explain
	why -fomit-frame-pointer doesn't work right for passwd.o and path.o.  Add
	-static to link command line for cygwin0.dll.
	* fhandler_disk_file.cc (fhandler_disk_file::facl): Reorganize slightly to
	silence compiler warning when compiling with -fstack-check.
	* net.cc (inet_ntop6): Initialize structure members to silence compiler warning
	when compiling with -fstack-check.
	* pseudo-reloc.cc (_pei386_runtime_relocator): Make this a C function.  Detect
	NULL u.
	* winsup.h (_pei386_runtime_relocator): Declare this as extern "C".
	* lib/_cygwin_crt0_common.cc (_pei386_runtime_relocator): Call with NULL
	argument.
	* signal.cc (sigaction_worker): Eliminate last argument.  Let callers report
	their own strace info.  Regparmize.
	(sigaction): Reflect sigaction_worker changes.
	(siginterrupt): Ditto.
	* exceptions.cc: Update copyright.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.5886&r2=1.5887
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/Makefile.in.diff?cvsroot=uberbaum&r1=1.252&r2=1.253
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/exceptions.cc.diff?cvsroot=uberbaum&r1=1.383&r2=1.384
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_disk_file.cc.diff?cvsroot=uberbaum&r1=1.378&r2=1.379
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/net.cc.diff?cvsroot=uberbaum&r1=1.298&r2=1.299
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/pseudo-reloc.cc.diff?cvsroot=uberbaum&r1=1.7&r2=1.8
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/signal.cc.diff?cvsroot=uberbaum&r1=1.109&r2=1.110
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/winsup.h.diff?cvsroot=uberbaum&r1=1.243&r2=1.244
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/lib/_cygwin_crt0_common.cc.diff?cvsroot=uberbaum&r1=1.23&r2=1.24


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]