aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorColin Walters2002-04-05 08:58:12 +0000
committerColin Walters2002-04-05 08:58:12 +0000
commitcd553ffbf3c5eae5d6edb492ff62ce3fb6e7e6b8 (patch)
treedf73b8dc737d34f58686545432a876bb9daa1b0c /lib-src/ChangeLog
parent368ab68fc90c5ba68d9f04939cb24d896d024e48 (diff)
downloademacs-cd553ffbf3c5eae5d6edb492ff62ce3fb6e7e6b8.tar.gz
emacs-cd553ffbf3c5eae5d6edb492ff62ce3fb6e7e6b8.zip
(toplevel): Include pwd.h.
(struct score_entry): Add username field. (push_score): Use it. (get_user_id): New function. (main): Don't malloc excessively. (main): Use username field. (read_score): Read it. (push_score): Handle it. (write_scores) Write it. (read_score): Handle arbitrary length data.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 804ebb10933..605fa235f5f 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,16 @@
12002-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
12002-03-30 Eli Zaretskii <eliz@is.elta.co.il> 142002-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.
@@ -11,6 +24,10 @@
11 24
12 * makefile.w32-in (lisp): Move backquote.elc into emacs-lisp. 25 * makefile.w32-in (lisp): Move backquote.elc into emacs-lisp.
13 26
272002-03-27 Colin Walters <walters@debian.org>
28
29 * update-game-score.c: New file.
30
142002-03-22 Paul Eggert <eggert@twinsun.com> 312002-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