comparison lib-src/ChangeLog @ 44420:6b7a9f47157d

*** empty log message ***
author Colin Walters <walters@gnu.org>
date Sun, 07 Apr 2002 05:46:15 +0000
parents 0c1446851ed2
children 3d2cd2b5a07b
comparison
equal deleted inserted replaced
44419:16b3622178f9 44420:6b7a9f47157d
1 2002-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
1 2002-04-05 Colin Walters <walters@debian.org> 10 2002-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.
4 (struct score_entry): Add username field. 13 (struct score_entry): Add username field.
5 (push_score): Use it. 14 (push_score): Use it.