summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 6f7de33e8..075cbade1 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,6 +1,10 @@
-Thu Aug 24 18:02:35 2000 Christopher Faylor <cgf@cygnus.com>
+Thu Aug 24 22:17:19 2000 Christopher Faylor <cgf@cygnus.com>
- * ps.cc (main): Always print a cygwin process using cygwin paths.
+ * external.cc (cygwin_internal): Add CW_INIT_EXCEPTIONS to allow cygwin
+ exception handling on threads not created by cygwin.
+ * sigproc.cc (proc_terminate): Don't release pinfo structs since we are
+ exiting.
+ * include/sys/cygwin.h: Add CW_INIT_EXCEPTIONS.
Thu Aug 24 17:16:14 2000 Christopher Faylor <cgf@cygnus.com>