aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 72ff56c2dfd..a38c0cb6770 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,13 @@
12006-04-02 Paul Eggert <eggert@cs.ucla.edu>
2
3 * b2m.c (main): Don't include <limits.h>.
4 (TM_YEAR_BASE): New macro.
5 (TM_YEAR_IN_ASCTIME_RANGE): Don't define if already defined, so
6 that s/ files can override this. Use the more-conservative range
7 1000-9999.
8 (main): Check for asctime returning NULL.
9 * fakemail.c: Likewise.
10
12006-03-27 Paul Eggert <eggert@cs.ucla.edu> 112006-03-27 Paul Eggert <eggert@cs.ucla.edu>
2 12
3 * b2m.c: Include <limits.h>. 13 * b2m.c: Include <limits.h>.