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 dcrt0.cc heap.cc pinfo ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2005-12-26 19:34:59

Modified files:
	cygwin         : ChangeLog dcrt0.cc heap.cc pinfo.cc strace.cc 

Log message:
	* dcrt0.cc (__api_fatal): Simplify to just use strace mechamisms.
	(do_exit): Move minimal_printf...
	* pinfo.cc (pinfo::exit): ...into here.
	* strace.cc (strace::vprntf): Guarantee output to the console when
	system_printf/api_fatal.
	* heap.cc (heap_init): Wait a second before issuing an error when
	ERROR_INVALID_ADDRESS since this is probably due to a CTRL-C handler sneaking
	in, using the memory that we want to use for the heap, and, eventually exiting.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.3291&r2=1.3292
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/dcrt0.cc.diff?cvsroot=uberbaum&r1=1.276&r2=1.277
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/heap.cc.diff?cvsroot=uberbaum&r1=1.49&r2=1.50
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/pinfo.cc.diff?cvsroot=uberbaum&r1=1.217&r2=1.218
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/strace.cc.diff?cvsroot=uberbaum&r1=1.53&r2=1.54


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