summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-10-01 12:36:39 +0000
committerChristopher Faylor <me@cgf.cx>2003-10-01 12:36:39 +0000
commit0e1ba88882c97c5ab78fb000af5d59f8b1842776 (patch)
tree6bade2e95dd111a05cff703d9cef9dd95acbaa1e /winsup/cygwin/ChangeLog
parent883c5345d4a806fbea7c7a01ef3e9548874de85b (diff)
downloadcygnal-0e1ba88882c97c5ab78fb000af5d59f8b1842776.tar.gz
cygnal-0e1ba88882c97c5ab78fb000af5d59f8b1842776.tar.bz2
cygnal-0e1ba88882c97c5ab78fb000af5d59f8b1842776.zip
* 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.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 60e5261b0..6234aa80f 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,23 @@
+2003-09-30 Christopher Faylor <cgf@redhat.com>
+
+ * 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.
+
2003-09-30 Corinna Vinschen <corinna@vinschen.de>
* fhandler.cc (fhandler_base::fstat): Drop FH_FLOPPY case.