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/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 42c9f95e4..94cb463cd 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,19 @@
2005-11-04 Christopher Faylor <cgf@timesys.com>
+ * cygheap.h (init_cygheap::_gtod): New hires_ms element.
+ * hires.h (hires_ms::minperiod): Remove static designation.
+ (hires::began_period): New field.
+ * signal.cc: Include headers required for cygheap.h now that gtod lives
+ in the cygheap.
+ * timer.c: Ditto.
+ * times.cc (gtod): Delete variable.
+ (gtod::minperiod): Ditto.
+ (gtod::began_period): Define.
+ (hires_ms::prime): Add more debugging output. Call timeBeginPeriod
+ only when !began_period.
+
+2005-11-04 Christopher Faylor <cgf@timesys.com>
+
* times.cc (hires_ms::prime): More debugging.
(hires_ms::usecs): Ditto.