aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 435c6d87050..47110ca04f1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12012-07-07 Paul Eggert <eggert@cs.ucla.edu> 12012-07-07 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * sysdep.c (list_system_processes): Port to NetBSD-current (Bug#11797).
4
3 Do not require float-time's arg to fit in time_t (Bug#11825). 5 Do not require float-time's arg to fit in time_t (Bug#11825).
4 This works better on hosts where time_t is unsigned, and where 6 This works better on hosts where time_t is unsigned, and where
5 float-time is applied to the (negative) difference between two times. 7 float-time is applied to the (negative) difference between two times.