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 child_ ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cgf@sourceware.org	2003-10-01 12:36:39

Modified files:
	winsup/cygwin  : ChangeLog Makefile.in child_info.h devices.cc 
	                 devices.h dtable.cc fhandler.h fhandler_tty.cc 
	                 path.cc 
Added files:
	winsup/cygwin  : devices.in gendevices 

Log message:
	* Makefile.in: Add YA method for generating devices.cc.
	* child_info.h: YA update of another magic number.
	* gendevices: New file.
	* devices.in: New file.
	* devices.cc: Regenerate.
	* devices.shilka: Remove.
	* devices.h: Correctly define device pointers.
	(device): Remove now obsolete fields.
	(device::native): Renamed from device::fmt.
	* dtable.cc (build_fh_dev): Simplify in light of new unit parsing scheme.
	(build_fh_pc): Ditto.
	* path.cc (win32_device_name): Ditto.
	* fhandler.h (fhandler_base::get_native_name): Reflect renaming of fmt to
	native.
	* fhandler_tty.cc (fhandler_tty_mster::init): Initialize slave device prior to
	reporting unit.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/devices.in.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/gendevices.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2115&r2=1.2116
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/Makefile.in.diff?cvsroot=src&r1=1.140&r2=1.141
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/child_info.h.diff?cvsroot=src&r1=1.38&r2=1.39
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/devices.cc.diff?cvsroot=src&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/devices.h.diff?cvsroot=src&r1=1.9&r2=1.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dtable.cc.diff?cvsroot=src&r1=1.118&r2=1.119
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.169&r2=1.170
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=src&r1=1.110&r2=1.111
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/path.cc.diff?cvsroot=src&r1=1.273&r2=1.274


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