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 cygheap.cc dcrt0.cc de ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2008-09-11 04:34:24

Modified files:
	cygwin         : ChangeLog cygheap.cc dcrt0.cc debug.h 
	                 dll_init.cc dtable.cc fhandler.cc 
	                 fhandler_console.cc fhandler_disk_file.cc 
	                 fhandler_dsp.cc fhandler_fifo.cc 
	                 fhandler_process.cc fhandler_socket.cc 
	                 fhandler_tape.cc flock.cc hookapi.cc mmap.cc 
	                 path.cc pipe.cc random.cc sec_acl.cc 
	                 sec_auth.cc select.cc spawn.cc syscalls.cc 
	                 tty.cc uinfo.cc 
	cygwin/libc    : getopt.c minires-os-if.c 

Log message:
	* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.
	* dtable.cc (handle_to_fn): Ditto.
	* fhandler_console.cc (fhandler_console::read): Ditto.
	(fhandler_console::scroll_screen): Ditto.
	(dev_console::set_color): Ditto.
	* fhandler_dsp.cc (fhandler_dev_dsp::write): Ditto.
	(fhandler_dev_dsp::read): Ditto.
	* fhandler_tape.cc (mtinfo_drive::get_status): Ditto.
	* hookapi.cc (find_first_notloaded_dll): Ditto.
	* mmap.cc (msync): Ditto.
	* pipe.cc (pipesync::pipesync): Ditto.
	* sec_acl.cc (getace): Ditto.
	* sec_auth.cc (create_token): Ditto.
	(lsaauth): Ditto.
	* select.cc (peek_pipe): Ditto.
	* spawn.cc (av::fixup): Ditto.
	* syscalls.cc (popen): Ditto.
	* tty.cc (tty::init_session): Ditto.
	* uinfo.cc (pwdgrp::load): Ditto.
	* fhandler.cc (fhandler_base::setup_overlapped): Ditto.
	(fhandler_base::wait_overlapped): Rename second use of res variable to wres or
	errors are not returned correctly.
	* dcrt0.cc: Remove obsolete variable.
	* dll_init.cc (release_upto): Fix typo involving incorrect use of '|'.
	* fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Avoid a compiler
	warning regarding coercing type-punned variables.
	(fhandler_base::fstat_by_name): Ditto.  fhandler_fifo.cc
	(fhandler_fifo::open_nonserver): Fix = vs.  == typo.
	(fhandler_fifo::wait): Add all conditions to switch statement to avoid a
	compiler warning.
	* fhandler_process.cc: Avoid unneeded initialization of variables to zero.
	(fhandler_socket::listen): Add braces around initializer.
	* flock.cc (inode_t::get_all_locks_list): Reorganize to avoid a compiler
	warning.  Fix problem with EWOULDBLOCK error return.
	* path.cc (GUID_shortcut): Use braces around struct initializer.
	(cygwin_conv_path): Reorganize to avoid a compiler warning.
	* random.cc (dummy): Mark variable as volatile to avoid a "used uninitialized"
	warning.
	* libc/getopt.c: Mark some variables as dllexport although gcc doesn't seem to
	do the right thing with them.
	* libc/minires-os-if.c (get_registry_dns_items): Coerce some function arguments
	to avoid a compiler warning.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.4265&r2=1.4266
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/cygheap.cc.diff?cvsroot=uberbaum&r1=1.145&r2=1.146
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/dcrt0.cc.diff?cvsroot=uberbaum&r1=1.345&r2=1.346
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/debug.h.diff?cvsroot=uberbaum&r1=1.27&r2=1.28
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/dll_init.cc.diff?cvsroot=uberbaum&r1=1.59&r2=1.60
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/dtable.cc.diff?cvsroot=uberbaum&r1=1.191&r2=1.192
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.cc.diff?cvsroot=uberbaum&r1=1.336&r2=1.337
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_console.cc.diff?cvsroot=uberbaum&r1=1.183&r2=1.184
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_disk_file.cc.diff?cvsroot=uberbaum&r1=1.287&r2=1.288
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_dsp.cc.diff?cvsroot=uberbaum&r1=1.50&r2=1.51
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_fifo.cc.diff?cvsroot=uberbaum&r1=1.29&r2=1.30
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_process.cc.diff?cvsroot=uberbaum&r1=1.85&r2=1.86
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_socket.cc.diff?cvsroot=uberbaum&r1=1.232&r2=1.233
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_tape.cc.diff?cvsroot=uberbaum&r1=1.69&r2=1.70
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/flock.cc.diff?cvsroot=uberbaum&r1=1.14&r2=1.15
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/hookapi.cc.diff?cvsroot=uberbaum&r1=1.18&r2=1.19
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/mmap.cc.diff?cvsroot=uberbaum&r1=1.154&r2=1.155
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/path.cc.diff?cvsroot=uberbaum&r1=1.521&r2=1.522
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/pipe.cc.diff?cvsroot=uberbaum&r1=1.108&r2=1.109
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/random.cc.diff?cvsroot=uberbaum&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/sec_acl.cc.diff?cvsroot=uberbaum&r1=1.53&r2=1.54
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/sec_auth.cc.diff?cvsroot=uberbaum&r1=1.14&r2=1.15
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/select.cc.diff?cvsroot=uberbaum&r1=1.142&r2=1.143
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/spawn.cc.diff?cvsroot=uberbaum&r1=1.266&r2=1.267
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/syscalls.cc.diff?cvsroot=uberbaum&r1=1.503&r2=1.504
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/tty.cc.diff?cvsroot=uberbaum&r1=1.79&r2=1.80
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/uinfo.cc.diff?cvsroot=uberbaum&r1=1.164&r2=1.165
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/libc/getopt.c.diff?cvsroot=uberbaum&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/libc/minires-os-if.c.diff?cvsroot=uberbaum&r1=1.6&r2=1.7


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