summaryrefslogtreecommitdiff
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index ed3e4c66716..f1e9471b538 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,27 @@
+2003-03-04 Jason Tishler <jason@tishler.net>
+
+ * fhandler_socket.cc (fhandler_socket::dup): Initialize type.
+
+2003-03-03 Christopher Faylor <cgf@redhat.com>
+
+ * fhandler.h (fhandler_tty_slave::close): Declare new function.
+ (fhandler_tty_slave::dup): Declare new function.
+ (fhandler_tty_slave::fixup_after_function): Declare new function.
+ * fhandler_tty.cc (fhandler_tty_slave_open): Only increment
+ fhandler_console::open_fhs when associated with a pty.
+ (fhandler_tty_slave::close): Define new function. Decrement
+ fhandler_console::open_fhs when associated with a pty.
+ (fhandler_tty_slave::dup): Define new function. Increment
+ fhandler_console::open_fhs when associated with a pty.
+ (fhandler_tty_slave::fixup_after_fork): Define new function. Increment
+ fhandler_console::open_fhs when associated with a pty.
+
+2003-03-03 Christopher Faylor <cgf@redhat.com>
+
+ * fhandler_tty.cc (fhandler_pty_slave::open): Grudgingly increment
+ fhandler_console::open_fhs here.
+ (fhandler_pty_slave::close): Ditto for close.
+
2003-03-02 Christopher Faylor <cgf@redhat.com>
* lib/getopt.c: Refresh from NetBSD sources.