]> sourceware.org Git - newlib-cygwin.git/commit
* Makefile.in: Add YA method for generating devices.cc.
authorChristopher Faylor <me@cgf.cx>
Wed, 1 Oct 2003 12:36:39 +0000 (12:36 +0000)
committerChristopher Faylor <me@cgf.cx>
Wed, 1 Oct 2003 12:36:39 +0000 (12:36 +0000)
commit0e1ba88882c97c5ab78fb000af5d59f8b1842776
tree6bade2e95dd111a05cff703d9cef9dd95acbaa1e
parent883c5345d4a806fbea7c7a01ef3e9548874de85b
* 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.
winsup/cygwin/ChangeLog
winsup/cygwin/Makefile.in
winsup/cygwin/child_info.h
winsup/cygwin/devices.cc
winsup/cygwin/devices.h
winsup/cygwin/devices.in [new file with mode: 0644]
winsup/cygwin/dtable.cc
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_tty.cc
winsup/cygwin/gendevices [new file with mode: 0755]
winsup/cygwin/path.cc
This page took 0.033605 seconds and 5 git commands to generate.