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]

winsup/cygwin ChangeLog Makefile.in cygwin.din ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sources.redhat.com	2001-04-08 17:44:25

Modified files:
	cygwin         : ChangeLog Makefile.in cygwin.din exceptions.cc 
	                 fhandler_console.cc pthread.cc sigproc.h 
	                 thread.cc 

Log message:
	* Makefile.in: Put -lgcc last in list of libraries, since stdc++ library needs
	it.
	* cygwin.din: Remove obsolete "__empty" export.
	* exceptions.cc (call_signal_handler_now): Force inclusion of function even
	when -finline-functions is specified.
	* sigproc.h: Remove obsolete call_signal_handler declaration.
	* fhandler_console.cc (cp_get_internal): New function.
	(cp_convert): New function.
	(con_to_str): New function.
	(str_to_con): New function.
	(fhandler_console::read): Replace OemToCharBuff with con_to_str.
	(fhandler_console::write_normal): Replace CharToOemBuff with str_to_con.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.617&r2=1.618
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/Makefile.in.diff?cvsroot=uberbaum&r1=1.52&r2=1.53
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygwin.din.diff?cvsroot=uberbaum&r1=1.23&r2=1.24
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/exceptions.cc.diff?cvsroot=uberbaum&r1=1.73&r2=1.74
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_console.cc.diff?cvsroot=uberbaum&r1=1.45&r2=1.46
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/pthread.cc.diff?cvsroot=uberbaum&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/sigproc.h.diff?cvsroot=uberbaum&r1=1.35&r2=1.36
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/thread.cc.diff?cvsroot=uberbaum&r1=1.20&r2=1.21


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