aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorColin Walters2002-04-07 05:46:15 +0000
committerColin Walters2002-04-07 05:46:15 +0000
commit5795b42089cafe8d25f248cecc31a6032bf99121 (patch)
tree3f3ffb18cd97654c1281f8abb3c4082a3f3d7f75 /lib-src/ChangeLog
parent596d02bc1b2078ed61c83cf1c1db0ddabd179755 (diff)
downloademacs-5795b42089cafe8d25f248cecc31a6032bf99121.tar.gz
emacs-5795b42089cafe8d25f248cecc31a6032bf99121.zip
update-game-score.c (SCORE_FILE_PREFIX): Don't hardcode.
(get_user_id): Take struct passwd as an argument. (get_home_dir): New function. (main): Read in user information here. Discover home directory if necessary. (read_score): Trim newline only in `getline' case.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 605fa235f5f..7134f4cdf80 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,12 @@
12002-04-07 Colin Walters <walters@verbum.org>
2
3 * update-game-score.c (SCORE_FILE_PREFIX): Don't hardcode.
4 (get_user_id): Take struct passwd as an argument.
5 (get_home_dir): New function.
6 (main): Read in user information here. Discover home directory if
7 necessary.
8 (read_score): Trim newline only in `getline' case.
9
12002-04-05 Colin Walters <walters@debian.org> 102002-04-05 Colin Walters <walters@debian.org>
2 11
3 * update-game-score.c (toplevel): Include pwd.h. 12 * update-game-score.c (toplevel): Include pwd.h.