diff options
| author | Paul Eggert | 2011-03-21 00:46:53 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-21 00:46:53 -0700 |
| commit | f0d80d43baa89029ea030a98350a74793ee5dc89 (patch) | |
| tree | 392ccea9f3a58959e20817b046ecc25dceb3a878 /lib-src/ChangeLog | |
| parent | 37dd57d1e53ffb2d9dee6cc66d807e6d2575ef57 (diff) | |
| download | emacs-f0d80d43baa89029ea030a98350a74793ee5dc89.tar.gz emacs-f0d80d43baa89029ea030a98350a74793ee5dc89.zip | |
update-game-score: fix bug with -r
* update-game-score.c (main): Don't set 'scores' to garbage when
-r is specified and scorecount != MAX_SCORES. This bug was
introduced in the 2002-04-10 change, and was found with gcc
-Wstrict-overflow (GCC 4.5.2, x86-64).
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index cc713f0b68c..2548561f313 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2011-03-21 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-03-21 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | update-game-score: fix bug with -r | ||
| 4 | * update-game-score.c (main): Don't set 'scores' to garbage when | ||
| 5 | -r is specified and scorecount != MAX_SCORES. This bug was | ||
| 6 | introduced in the 2002-04-10 change, and was found with gcc | ||
| 7 | -Wstrict-overflow (GCC 4.5.2, x86-64). | ||
| 8 | |||
| 3 | fakemail: Remove dependency on ignore-value. | 9 | fakemail: Remove dependency on ignore-value. |
| 4 | This undoes some of the recent fakemail-related changes. | 10 | This undoes some of the recent fakemail-related changes. |
| 5 | It is made possible due to recent changes to gnulib's stdio module. | 11 | It is made possible due to recent changes to gnulib's stdio module. |