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/utils ChangeLog cygcheck.cc dump_setup. ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2008-09-12 22:43:10

Modified files:
	utils          : ChangeLog cygcheck.cc dump_setup.cc path.cc 
	                 ps.cc regtool.cc ssp.c strace.cc 

Log message:
	* cygcheck.cc (pathlike::check_existence): Remove class name from declaration.
	(display_internet_error): Use proper format specifier for DWORD.
	(environ): Remove unneeded declaration.
	(main): Use brace around nested if to avoid an overly-helpful compiler warning.
	* dump_setup.cc (parse_filename): Reorganize nested if to avoid an
	overly-helpful compiler warning.
	* path.cc (GUID_shortcut): Use braces around part of initializer which needs
	them.
	(conv_fstab_spaces): Parenthesize assignment in while loop to avoid a compiler
	warning.
	(struct opt): Make static.
	* ps.cc (main): Reorganize nested if to avoid an overly-helpful compiler
	warning.
	* regtool.cc: Make some anonymous structs static to avoid a compiler warning.
	* ssp.c (lookup_thread_id): Initialize *tix to zero to avoid potential
	uninitialized use.
	* strace.cc (add_child): Use proper format specifier for DWORD.
	(remove_child): Ditto.
	(proc_child): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/utils/ChangeLog.diff?cvsroot=uberbaum&r1=1.429&r2=1.430
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/utils/cygcheck.cc.diff?cvsroot=uberbaum&r1=1.104&r2=1.105
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/utils/dump_setup.cc.diff?cvsroot=uberbaum&r1=1.19&r2=1.20
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/utils/path.cc.diff?cvsroot=uberbaum&r1=1.18&r2=1.19
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/utils/ps.cc.diff?cvsroot=uberbaum&r1=1.24&r2=1.25
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/utils/regtool.cc.diff?cvsroot=uberbaum&r1=1.26&r2=1.27
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/utils/ssp.c.diff?cvsroot=uberbaum&r1=1.10&r2=1.11
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/utils/strace.cc.diff?cvsroot=uberbaum&r1=1.48&r2=1.49


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