comparison lib-src/ChangeLog @ 44403:0c1446851ed2

*** empty log message ***
author Colin Walters <walters@gnu.org>
date Fri, 05 Apr 2002 08:58:12 +0000
parents 7fcef37168a3
children 6b7a9f47157d
comparison
equal deleted inserted replaced
44402:968fd5ccea65 44403:0c1446851ed2
1 2002-04-05 Colin Walters <walters@debian.org>
2
3 * update-game-score.c (toplevel): Include pwd.h.
4 (struct score_entry): Add username field.
5 (push_score): Use it.
6 (get_user_id): New function.
7 (main): Don't malloc excessively.
8 (main): Use username field.
9 (read_score): Read it.
10 (push_score): Handle it.
11 (write_scores) Write it.
12 (read_score): Handle arbitrary length data.
13
1 2002-03-30 Eli Zaretskii <eliz@is.elta.co.il> 14 2002-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2 15
3 * ebrowse.c (add_declarator): Fix the first call to add_member_defn. 16 * ebrowse.c (add_declarator): Fix the first call to add_member_defn.
4 17
5 2002-03-29 Gerd Moellmann <gerd@gnu.org> 18 2002-03-29 Gerd Moellmann <gerd@gnu.org>
8 (declaration): Use them. 21 (declaration): Use them.
9 22
10 2002-03-28 Jason Rumney <jasonr@gnu.org> 23 2002-03-28 Jason Rumney <jasonr@gnu.org>
11 24
12 * makefile.w32-in (lisp): Move backquote.elc into emacs-lisp. 25 * makefile.w32-in (lisp): Move backquote.elc into emacs-lisp.
26
27 2002-03-27 Colin Walters <walters@debian.org>
28
29 * update-game-score.c: New file.
13 30
14 2002-03-22 Paul Eggert <eggert@twinsun.com> 31 2002-03-22 Paul Eggert <eggert@twinsun.com>
15 32
16 * etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of 33 * etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of
17 `sort TAGFILE -o TAGFILE', as POSIX 1003.1-2001 disallows 34 `sort TAGFILE -o TAGFILE', as POSIX 1003.1-2001 disallows