Files
emacs/lib-src
Colin Walters 8eec804f6e (toplevel): Include stdarg.h.
(MAX_DATA_LEN, MAX_SCORES): New.
(SCORE_FILE_PREFIX): If HAVE_SHARED_GAME_DIR is not defined,
default to ~/.emacs.d/games.
(get_user_id): Don't zero uid in the case where we can't get the
username.
(lose): New function.
(main): Actually use `max', and default it to MAX_SCORES.
Correctly handle new default for SCORE_FILE_PREFIX.  Use `lose'
function.
(read_score): Handle the case of reading unamelen characters, then
finishing.  Use mktemp if mkstemp isn't available.
(lock_file, unlock_file): Delete unused versions.
(lock_file): Always sleep, even if we unlinked the lock file.
2002-04-10 19:10:23 +00:00
..
2001-10-26 16:51:57 +00:00
2001-12-11 07:39:13 +00:00
2001-12-29 22:25:06 +00:00
2001-12-29 22:21:10 +00:00
2001-12-29 22:25:06 +00:00
2001-12-29 22:25:06 +00:00
2001-12-29 22:21:10 +00:00
2002-01-01 19:15:26 +00:00
2000-08-23 21:41:37 +00:00
2001-12-30 22:09:01 +00:00
2002-01-05 23:37:58 +00:00
2001-12-22 14:02:33 +00:00
2000-08-22 21:22:20 +00:00
2001-12-30 22:09:01 +00:00
1998-05-25 20:11:54 +00:00
2001-12-30 22:09:01 +00:00
2002-02-03 17:31:31 +00:00
2002-02-10 08:10:43 +00:00
#
1999-10-03 20:46:34 +00:00
2001-12-30 22:09:01 +00:00
2001-12-30 22:07:35 +00:00
2001-12-30 22:09:01 +00:00
#
1999-10-01 12:43:57 +00:00
2001-02-20 13:36:21 +00:00
2001-12-29 22:25:06 +00:00

This directory contains the source code for the architecture-dependent
files that go in ../arch-lib.  At present, these are mostly utility
programs used by Emacs.