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 heap.cc spawn.cc


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2005-09-10 01:37:21

Modified files:
	cygwin         : ChangeLog heap.cc spawn.cc 

Log message:
	* heap.cc (heap_init): Be slightly more aggressive when trying to allocate
	heap.  Change fatal error to avoid confusion with cygheap.
	* spawn.cc (linebuf::finish): New function.
	(linebuf::add): Cosmetic change.
	(spawn_guts): Only avoid building windows command line if the program being
	executed was actually mounted with -X.  Don't return E2BIG if we hit the 32K
	size and we're executing a detected cygwin program.  Just silently truncate the
	windows command line, instead.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.3072&r2=1.3073
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/heap.cc.diff?cvsroot=uberbaum&r1=1.45&r2=1.46
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/spawn.cc.diff?cvsroot=uberbaum&r1=1.185&r2=1.186


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