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 cygheap.cc ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2005-08-08 04:06:08

Modified files:
	cygwin         : ChangeLog Makefile.in cygheap.cc dcrt0.cc 
	                 dtable.cc fhandler.h 

Log message:
	* Makefile.in (dtable_CFLAGS): Use -fomit-frame-pointer and -fcheck-new.
	* cygheap.cc (cmalloc): Only emit system_printf warnings on failure if
	DEBUGGING.
	(crealloc): Ditto.
	(ccalloc): Ditto.
	* dtable.cc (build_fh_name): Treat NULL return from cnew as indicative of
	EMFILE condition.
	(build_fh_dev): Ditto.
	(dtable::dup_worker): Handle NULL return from build_fh_pc.
	(dtable::vfork_child_dup): Trust dup_worker to set errno.
	* fhandler.h (fhandler_base::new): Mark as nothrow.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.3019&r2=1.3020
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/Makefile.in.diff?cvsroot=uberbaum&r1=1.177&r2=1.178
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygheap.cc.diff?cvsroot=uberbaum&r1=1.114&r2=1.115
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dcrt0.cc.diff?cvsroot=uberbaum&r1=1.252&r2=1.253
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dtable.cc.diff?cvsroot=uberbaum&r1=1.155&r2=1.156
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.h.diff?cvsroot=uberbaum&r1=1.259&r2=1.260


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