diff packages/kernel/current/ChangeLog @ 1099:9ab0a182923a

* src/common/clock.cxx (Cyg_Counter::tick): In unsorted list case: moved saving of next node details to before re-insertion of alarms with intervals. The call to add_alarm() can make enough of a difference to the list to need to force a rescan.
author nickg
date Thu, 10 Jul 2003 17:41:07 +0000
parents 68e9fbe50ee5
children b1873829a51e
line wrap: on
line diff
--- a/packages/kernel/current/ChangeLog
+++ b/packages/kernel/current/ChangeLog
@@ -1,3 +1,10 @@
+2003-07-10  Nick Garnett  <nickg@balti.calivar.com>
+
+	* src/common/clock.cxx (Cyg_Counter::tick): In unsorted list case:
+	moved saving of next node details to before re-insertion of alarms
+	with intervals. The call to add_alarm() can make enough of a
+	difference to the list to need to force a rescan.
+
 2003-07-06  Bart Veer  <bartv@ecoscentric.com>
 
 	* include/test/stackmon.h (cyg_test_size_a_stack):