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]

src/winsup/cygwin ChangeLog Makefile.in cygwin ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	cr-0x9b
Changes by:	cgf@sourceware.org	2003-09-19 01:55:54

Modified files:
	winsup/cygwin  : ChangeLog Makefile.in cygwin.din dcrt0.cc 
	                 exceptions.cc fhandler_disk_file.cc getopt.c 

Log message:
	* fhandler_disk_file.cc (path_conv::ndisk_links): Fix potential off-by-one
	problem when first file in a directory is a directory.
	* Makefile.in: Make malloc_wrapper -fomit-frame-pointer.
	* cygwin.din: Remove extraneous mallinfo definition.
	* dcrt0.cc (quoted): Use strechr for efficiency.
	* exceptions.cc (sig_handle_tty_stop): Fix boneheaded mistake by using correct
	check for parent state rather than inverted check.
	* getopt.c (opterr): Reinstate initialization.
	(optind): Ditto.
	(optopt): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&only_with_tag=cr-0x9b&r1=1.2068&r2=1.2068.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/Makefile.in.diff?cvsroot=src&only_with_tag=cr-0x9b&r1=1.136&r2=1.136.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygwin.din.diff?cvsroot=src&only_with_tag=cr-0x9b&r1=1.97&r2=1.97.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dcrt0.cc.diff?cvsroot=src&only_with_tag=cr-0x9b&r1=1.180&r2=1.180.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/exceptions.cc.diff?cvsroot=src&only_with_tag=cr-0x9b&r1=1.167&r2=1.167.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_disk_file.cc.diff?cvsroot=src&only_with_tag=cr-0x9b&r1=1.63&r2=1.63.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/getopt.c.diff?cvsroot=src&only_with_tag=cr-0x9b&r1=1.4&r2=1.4.4.1


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