diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 88a8b7b4df5..669c5a0c0b9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2006-04-03 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * editfns.c (TM_YEAR_IN_ASCTIME_RANGE): New macro, identical to | ||
| 4 | ../lib-src/b2m.c and ../lib-src/editfns.c. | ||
| 5 | (Fcurrent_time_string): Use it. | ||
| 6 | Document that the year might not consume 4 columns if it's outside | ||
| 7 | the range 1000-9999. | ||
| 8 | Check for asctime failure. | ||
| 9 | Don't assume that the output string length is always exactly 24. | ||
| 10 | |||
| 1 | 2006-04-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 11 | 2006-04-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 12 | ||
| 3 | * macterm.c (XTread_socket): Initialize variable `f' before its use. | 13 | * macterm.c (XTread_socket): Initialize variable `f' before its use. |