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 localtime.cc ntea.cc p ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2008-09-11 05:43:11

Modified files:
	cygwin         : ChangeLog localtime.cc ntea.cc posix_ipc.cc 
	                 sched.cc sec_helper.cc select.cc 
	cygwin/libc    : rexec.cc 

Log message:
	* localtime.cc (increment_overflow): Mark as non-inline to prevent compiler
	from complaining about the very thing we're trying to test.
	* ntea.cc (read_ea): Reorganize to avoid a new compiler warning/error.
	* sched.cc (sched_rr_get_interval): Ditto.
	* select.cc (peek_serial): Ditto.
	* libc/rexec.cc (ruserpass): Ditto.
	* posix_ipc.cc (ipc_names): Make static to avoid a compiler warning
	(and it's the right thing to do anyway).

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.4268&r2=1.4269
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/localtime.cc.diff?cvsroot=uberbaum&r1=1.19&r2=1.20
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ntea.cc.diff?cvsroot=uberbaum&r1=1.18&r2=1.19
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/posix_ipc.cc.diff?cvsroot=uberbaum&r1=1.11&r2=1.12
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/sched.cc.diff?cvsroot=uberbaum&r1=1.15&r2=1.16
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/sec_helper.cc.diff?cvsroot=uberbaum&r1=1.79&r2=1.80
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/select.cc.diff?cvsroot=uberbaum&r1=1.143&r2=1.144
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/libc/rexec.cc.diff?cvsroot=uberbaum&r1=1.2&r2=1.3


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