diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index a354f832f32..0d06a926bae 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2014-01-22 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Fix miscellaneous update-game-score bugs. | ||
| 4 | * update-game-score.c (difftime) [!HAVE_DIFFTIME]: Remove. | ||
| 5 | (read_score) [HAVE_GETDELIM]: Don't access uninitialized storage. | ||
| 6 | (read_scores, write_scores): Check for fclose failure. | ||
| 7 | (write_scores): Use fchmod, not chmod, to avoid a race. | ||
| 8 | (lock_file): Fix test for out-of-date lock file; it was reversed. | ||
| 9 | Use ordinary subtraction rather than difftime; since we're already | ||
| 10 | assuming POSIX we don't need to worry about the possibility of | ||
| 11 | time_t being a magic cookie. | ||
| 12 | |||
| 1 | 2014-01-19 Paul Eggert <eggert@cs.ucla.edu> | 13 | 2014-01-19 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 14 | ||
| 3 | update-game-score fixes for -m and integer overflow (Bug#16428) | 15 | update-game-score fixes for -m and integer overflow (Bug#16428) |