aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index bf297616e82..2c2902e937a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12012-05-03 Paul Eggert <eggert@cs.ucla.edu>
2
3 Do not limit current-time-string to years 1000..9999.
4 * editfns.c (TM_YEAR_IN_ASCTIME_RANGE): Remove.
5 (Fcurrent_time_string): Support any year that is supported by the
6 underlying localtime representation. Don't use asctime, as it
7 has undefined behavior for years outside the range -999..9999.
8
12012-05-02 Paul Eggert <eggert@cs.ucla.edu> 92012-05-02 Paul Eggert <eggert@cs.ucla.edu>
2 10
3 Fix race conditions involving setenv, gmtime, localtime, asctime. 11 Fix race conditions involving setenv, gmtime, localtime, asctime.