summaryrefslogtreecommitdiff
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 8b21019cd0d..8ca2bad653e 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,19 @@
+2002-09-21 Christopher Faylor <cgf@redhat.com>
+
+ * init.cc (dll_entry): Temporarily disable thread detach code.
+
+2002-09-21 Christopher Faylor <cgf@redhat.com>
+
+ * fhandler.cc (fhandler_base::dup): Don't set handle on failure.
+ Caller has already taken care of that.
+ * fhandler_console.cc (fhandler_console::open): Initialize handles to
+ NULL.
+ (fhandler_console::close): Ditto.
+
+2002-09-21 Christopher Faylor <cgf@redhat.com>
+
+ GNUify non-GNU formatted functions calls throughout.
+
2002-09-21 Conrad Scott <conrad.scott@dsl.pipex.com>
* include/sys/ipc.h: Move to "include/cygwin/ipc.h".