summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-04-04 05:58:06 +0000
committerChristopher Faylor <me@cgf.cx>2003-04-04 05:58:06 +0000
commitb410f1680ffb26c9c3f972a2f33acc0d4e2fe30c (patch)
tree61761d463831462085e49ea3deaf304972547571 /winsup/cygwin/ChangeLog
parenta61bf8c3693d99f90ec7e64860e8ba8c666b912c (diff)
downloadcygnal-b410f1680ffb26c9c3f972a2f33acc0d4e2fe30c.tar.gz
cygnal-b410f1680ffb26c9c3f972a2f33acc0d4e2fe30c.tar.bz2
cygnal-b410f1680ffb26c9c3f972a2f33acc0d4e2fe30c.zip
* cygthread.cc (operator new): Be more defensive when messing with threads that
are marked "unavailable".
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index a7a3df843..7de1780fe 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,8 @@
+2003-04-04 Christopher Faylor <cgf@redhat.com>
+
+ * cygthread.cc (operator new): Be more defensive when messing with
+ threads that are marked "unavailable".
+
2003-04-03 Christopher Faylor <cgf@redhat.com>
* fhandler_console.cc (CONVERT_LIMIT): Use a size for the 21st century.