Files
emacs/lib-src
Paul Eggert d65b42351f * 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.
2006-04-04 04:13:02 +00:00
..
2005-09-24 10:27:46 +00:00
2005-07-04 15:47:28 +00:00
2005-07-02 15:46:32 +00:00
2006-02-06 11:28:28 +00:00
2006-02-06 11:28:28 +00:00
2003-09-01 15:45:59 +00:00
2006-02-06 11:28:28 +00:00
2006-02-06 11:28:28 +00:00
2006-02-06 11:28:28 +00:00
2006-02-06 11:28:28 +00:00
2006-02-06 11:28:28 +00:00
2006-03-31 07:25:44 +00:00

This directory contains the source code for the architecture-dependent
files that go in ${archlibdir}.  At present, these are mostly utility
programs used by GNU Emacs.