comparison src/ChangeLog @ 69790:1e68e7f3b824

* lib-src/b2m.c (main): Don't include <limits.h>. (TM_YEAR_BASE): New macro. (TM_YEAR_IN_ASCTIME_RANGE): Don't define if already defined, so that s/ files can override this. Use the more-conservative range 1000-9999. (main): Check for asctime returning NULL. * lib-src/fakemail.c: Likewise. * src/editfns.c (TM_YEAR_IN_ASCTIME_RANGE): New macro, identical to ../lib-src/b2m.c and ../lib-src/editfns.c. (Fcurrent_time_string): Use it. Document that the year might not consume 4 columns if it's outside the range 1000-9999. Check for asctime failure. Don't assume that the output string length is always exactly 24.
author Paul Eggert <eggert@twinsun.com>
date Tue, 04 Apr 2006 04:13:02 +0000
parents 6fa12a3dff9c
children 5ae8bd3108d4
comparison
equal deleted inserted replaced
69789:f2f387f7dd04 69790:1e68e7f3b824
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.
4 14
5 2006-04-03 Kenichi Handa <handa@m17n.org> 15 2006-04-03 Kenichi Handa <handa@m17n.org>