aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog6
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 @@
12011-03-21 Paul Eggert <eggert@cs.ucla.edu> 12011-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.