mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-02 08:22:22 +00:00
d65b42351f
(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. |
||
---|---|---|
.. | ||
.arch-inventory | ||
.gitignore | ||
b2m.c | ||
b2m.pl | ||
ChangeLog | ||
COPYING | ||
cvtmail.c | ||
digest-doc.c | ||
ebrowse.c | ||
emacsclient.c | ||
emacstool.c | ||
etags.c | ||
fakemail.c | ||
getopt1.c | ||
getopt_.h | ||
getopt_int.h | ||
getopt.c | ||
gettext.h | ||
grep-changelog | ||
hexl.c | ||
leditcfns.c | ||
make-docfile.c | ||
Makefile.in | ||
makefile.w32-in | ||
movemail.c | ||
ntlib.c | ||
ntlib.h | ||
pop.c | ||
pop.h | ||
profile.c | ||
rcs2log | ||
rcs-checkin | ||
README | ||
sorted-doc.c | ||
test-distrib.c | ||
testfile | ||
update-game-score.c | ||
vcdiff | ||
yow.c |
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.