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 cygtls.h dtable.h fhan ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2005-07-05 02:05:07

Modified files:
	cygwin         : ChangeLog cygtls.h dtable.h fhandler.h path.cc 
	                 spawn.cc syscalls.cc winsup.h 

Log message:
	* cygtls.h (_cygtls): Perform minor reformatting.
	* winsup.h (close_all_files): Reflect argument change.
	* dtable.cc (close_all_files): Ditto.
	* dtable.h: Ditto.
	* fhandler.h: Ditto.
	* spawn.cc (spawn_guts): Move close_all_files back to its original location in
	first P_OVERLAY test but use argument denoting that handles are only supposed
	to be closed, not released (more work to be done here).
	* syscalls.cc (close_all_files): Take an argument denoting whether to release
	closed files or not.
	* path.cc (symlink): Change argument names to reflect linux man page.
	(symlink_worker): Ditto.  Also appropriately set ENOENT for empty strings.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.2988&r2=1.2989
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygtls.h.diff?cvsroot=uberbaum&r1=1.31&r2=1.32
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dtable.h.diff?cvsroot=uberbaum&r1=1.35&r2=1.36
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.h.diff?cvsroot=uberbaum&r1=1.254&r2=1.255
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/path.cc.diff?cvsroot=uberbaum&r1=1.381&r2=1.382
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/spawn.cc.diff?cvsroot=uberbaum&r1=1.176&r2=1.177
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/syscalls.cc.diff?cvsroot=uberbaum&r1=1.384&r2=1.385
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/winsup.h.diff?cvsroot=uberbaum&r1=1.162&r2=1.163


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