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 cygwin.din fhandler.cc ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2011-11-07 20:05:51

Modified files:
	cygwin         : ChangeLog cygwin.din fhandler.cc fhandler.h 
	                 fhandler_tty.cc pinfo.cc pinfo.h sigproc.cc 
	                 syscalls.cc 
	cygwin/include/cygwin: stdlib.h version.h 

Log message:
	* cygwin.din (ptsname_r): Export.
	* fhandler.cc (fhandler_base::ptsname_r): Define.
	* fhandler.h (fhandler_base::ptsname): Delete.
	(fhandler_base::ptsname_r): Declare.
	(fhandler_pty_master::ptsname_r): Declare.
	* fhandler_tty.cc (fhandler_pty_master::ptsname): Delete.
	(fhandler_pty_master::ptsname_r): New reentrant function derived from previous
	ptsname.
	* syscalls.cc (ptsname_r): Implement new function with functionality similar to
	Linux.
	(ptsname): Use ptsname_r () to fill out buf.
	* include/cygwin/stdlib.h (ptsname_r): Declare.
	* include/cygwin/version.h: Bump CYGWIN_VERSION_API_MINOR to 255 to reflect
	export of ptsname_r.
	* pinfo.cc (pinfo::wait): Return bool rather than int.
	* pinfo.h (info::wait): Ditto.
	(pinfo::reattach): Define !defined(_SIGPROC_H) case for consistency.
	* sigproc.cc (child_info_spawn::reattach_children): Use correct dwProcessId
	rather than pid when duplicating handle.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.5550&r2=1.5551
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/cygwin.din.diff?cvsroot=uberbaum&r1=1.248&r2=1.249
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.cc.diff?cvsroot=uberbaum&r1=1.407&r2=1.408
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.h.diff?cvsroot=uberbaum&r1=1.442&r2=1.443
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=uberbaum&r1=1.245&r2=1.246
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/pinfo.cc.diff?cvsroot=uberbaum&r1=1.284&r2=1.285
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/pinfo.h.diff?cvsroot=uberbaum&r1=1.120&r2=1.121
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/sigproc.cc.diff?cvsroot=uberbaum&r1=1.352&r2=1.353
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/syscalls.cc.diff?cvsroot=uberbaum&r1=1.599&r2=1.600
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/include/cygwin/stdlib.h.diff?cvsroot=uberbaum&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/include/cygwin/version.h.diff?cvsroot=uberbaum&r1=1.355&r2=1.356


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