This is the mail archive of the cygwin-cvs@sources.redhat.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]

src/winsup/cygwin ChangeLog child_info.h dcrt0 ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cgf@sourceware.cygnus.com	2000-09-13 12:57:00

Modified files:
	winsup/cygwin  : ChangeLog child_info.h dcrt0.cc spawn.cc 

Log message:
	* spawn.cc (av): Hide 'calloced' field and limit cstrduping to class methods
	only.
	(spawn_guts): Use methods for manipulating most newargv stuff.
	* child_info.h (child_info_spawn::~child_info_spawn): Avoid memory leaks in
	cygheap.
	* spawn.cc (spawn_guts): Ditto.
	* dcrt0.cc (quoted): Return next character after a quoted string when not doing
	special quote processing.  Also ensure that non-NULL is returned in all circumstances.
	* spawn.cc (spawn_guts): Ensure that argv[0] is correctly set to the full path
	when a script is detected.  Suggested by Kazuhiro Fujieda
	<fujieda@jaist.ac.jp>.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.311&r2=1.312
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/child_info.h.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dcrt0.cc.diff?cvsroot=src&r1=1.55&r2=1.56
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/spawn.cc.diff?cvsroot=src&r1=1.38&r2=1.39


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