1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00
emacs/lib-src
Paul Eggert 640fd9b594 Sleep less in update-game-score
This is mostly to avoid interface hassles with time/srand/rand.
* lib-src/update-game-score.c (main): Don’t use ‘srand’ or ‘time’.
(lock_file): Don’t sleep if we unlocked the lock file.  When
sleeping, always just sleep 1 s.  This avoids the need for calling
‘time’ and ‘rand’, the utility of which was dubious anyway.
2023-03-21 14:42:18 -07:00
..
be_resources.cc ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ChangeLog.1 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
COPYING
ctags.c
ebrowse.c Omit no-longer-needed SEEK_END workaround 2023-02-25 17:13:29 -08:00
emacsclient.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
etags.c Merge from origin/emacs-29 2023-03-06 06:30:13 +01:00
hexl.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
make-docfile.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
make-fingerprint.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
Makefile.in Adjust to recent Gnulib macro renaming 2023-01-07 15:32:56 -08:00
movemail.c Avoid backwards clock in movemail timestamps 2023-03-21 14:42:17 -07:00
ntlib.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ntlib.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
pop.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
pop.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
rcs2log ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
README
seccomp-filter.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
update-game-score.c Sleep less in update-game-score 2023-03-21 14:42:18 -07: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.