Mercurial > emacs
changeset 44420:6b7a9f47157d
*** empty log message ***
author | Colin Walters <walters@gnu.org> |
---|---|
date | Sun, 07 Apr 2002 05:46:15 +0000 |
parents | 16b3622178f9 |
children | 84b09c068bb9 |
files | lib-src/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/ChangeLog Sun Apr 07 05:46:03 2002 +0000 +++ b/lib-src/ChangeLog Sun Apr 07 05:46:15 2002 +0000 @@ -1,3 +1,12 @@ +2002-04-07 Colin Walters <walters@verbum.org> + + * 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. + 2002-04-05 Colin Walters <walters@debian.org> * update-game-score.c (toplevel): Include pwd.h.