1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-02 05:32:08 -08:00
emacs/lib-src
Paul Eggert dc217d0180 Fix miscellaneous update-game-score bugs.
* configure.ac (difftime): Remove.
* lib/update-game-score.c (difftime) [!HAVE_DIFFTIME]: Remove.
(read_score) [HAVE_GETDELIM]: Don't access uninitialized storage.
(read_scores, write_scores): Check for fclose failure.
(write_scores): Use fchmod, not chmod, to avoid a race.
(lock_file): Fix test for out-of-date lock file; it was reversed.
Use ordinary subtraction rather than difftime; since we're already
assuming POSIX we don't need to worry about the possibility of
time_t being a magic cookie.
2014-01-22 11:02:41 -08:00
..
.gitignore Don't ignore files that are no longer generated 2011-02-13 19:35:05 +01:00
ChangeLog Fix miscellaneous update-game-score bugs. 2014-01-22 11:02:41 -08:00
COPYING
ebrowse.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
emacsclient.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
etags.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
grep-changelog Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
hexl.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
make-docfile.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
Makefile.in Spelling fixes. 2014-01-04 18:56:08 -08:00
makefile.w32-in Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
movemail.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
ntlib.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
ntlib.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
pop.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
pop.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
profile.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
rcs2log Fix copyright years by hand. 2014-01-01 00:31:29 -08:00
README
test-distrib.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
testfile
update-game-score.c Fix miscellaneous update-game-score bugs. 2014-01-22 11:02:41 -08:00
update-game-score.exe.manifest Provide a Windows manifest for update-game-score.exe. 2013-08-10 10:43:41 +03: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.