aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 398d19fe6f2..7f036761011 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -11,11 +11,13 @@
11 for the timer. 11 for the timer.
12 (timer_loop): Enter critical section when accessing ULONGLONG 12 (timer_loop): Enter critical section when accessing ULONGLONG
13 values of the itimer_data struct, as these accesses are no longer 13 values of the itimer_data struct, as these accesses are no longer
14 atomic. Call 'w32_get_timer_time' instead of 'clock'. 14 atomic. Call 'w32_get_timer_time' instead of 'clock'. Remove
15 unused variable.
15 (init_timers): Initialize s_pfn_Get_Thread_Times. 16 (init_timers): Initialize s_pfn_Get_Thread_Times.
16 (start_timer_thread): Don't assign itimer->caller_thread here. 17 (start_timer_thread): Don't assign itimer->caller_thread here.
17 (getitimer): Assign itimer->caller_thread here. 18 (getitimer): Assign itimer->caller_thread here.
18 (setitimer): Always call getitimer to get the value of ticks_now. 19 (setitimer): Always call getitimer to get the value of ticks_now.
20 (sys_spawnve): Avoid compiler warning about format mismatch.
19 21
202012-10-26 Eli Zaretskii <eliz@gnu.org> 222012-10-26 Eli Zaretskii <eliz@gnu.org>
21 23