summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index baa83dcc8..daf19cbb8 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,10 @@
2005-02-25 Paul Eggert <eggert@cs.ucla.edu>
+ * vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Correct the test for
+ integer overflow again. Actually, neither this nor the 2005-01-23
+ change fixes any bug on any plausible platform; it's more of a
+ code-clarity thing.
+
* config.charset, gettext.h, localcharset.c: Sync from gnulib.
2005-02-23 Paul Eggert <eggert@cs.ucla.edu>