Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2006-03-01 23:20:22 +0300
committerChristopher Faylor <me@cgf.cx>2006-03-01 23:20:22 +0300
commitee93375872d33a3c4518cda416315f8ea844f5ab (patch)
treeef15cb568d894adc1827393aab9c5f05d62bce2e /winsup/cygwin/ChangeLog
parent3b1f276fca026267c148ee1b4738db224f3f4186 (diff)
* analyze_sigfe: New script.
* dllfixdbg: Add copyright. * gendef: Ditto. * gendevices: Ditto. * gentls_offsets: Ditto.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 407a09b4c..f525f0dd7 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,13 @@
2006-03-01 Christopher Faylor <cgf@timesys.com>
+ * analyze_sigfe: New script.
+ * dllfixdbg: Add copyright.
+ * gendef: Ditto.
+ * gendevices: Ditto.
+ * gentls_offsets: Ditto.
+
+2006-03-01 Christopher Faylor <cgf@timesys.com>
+
* cygthread.cc (cygthread::callfunc): Create ev as an auto-reset event
so that it will be reset by WaitFor*Object as appropriate.
(cygthread::stub): Ditto.