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:
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 ad72bfb88..ad2c2267f 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,11 @@
+2005-03-28 Christopher Faylor <cgf@timesys.com>
+
+ * timer.cc (timer_tracker::timer_tracker): Eliminate simple
+ constructor.
+ (ttstart): Fully initialize.
+
+ * errno.cc: Fix typo introduced in previous change.
+
2005-03-28 Eric Blake <ebb9@byu.net>
* errno.cc (FILENAME_EXCED_RANGE): Map to ENAMETOOLONG.