* editfns.c: (TM_YEAR_BASE): Move up.
authorPaul Eggert <eggert@twinsun.com>
Fri, 24 Mar 2006 20:40:24 +0000 (20:40 +0000)
committerPaul Eggert <eggert@twinsun.com>
Fri, 24 Mar 2006 20:40:24 +0000 (20:40 +0000)
commitaac18aa43680c793f9c8211c3f4a8d663463a918
treef14ee5e7a339ce70dbbb84812367c1d854cea3be
parent99c60e860c171ee2cb6325655a9c10c3f31083c8
* editfns.c: (TM_YEAR_BASE): Move up.
(Fdecode_time, Fencode_time): Use TM_YEAR_BASE instead of 1900.
(Fdecode_time): Cast tm_year to EMACS_INT, to avoid overflow when
int is narrower than EMACS_INT.
(Fcurrent_time_string): As with Fformat_time_string, report an
invalid time specification if the argument is invalid.  Also,
check for out-of-range time stamps.
src/ChangeLog
src/editfns.c