summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-02-16 10:37:25 +0000
committerRoland McGrath <roland@gnu.org>2005-02-16 10:37:25 +0000
commitca0a2bd89438d7495ac50ed6adf8e15f54cffafe (patch)
treee6990e5adfa3daecc9f2151ba1036b341c5654d9 /ChangeLog
parente1b1752092bf918f96dd456233f43227308162d1 (diff)
.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3892615ad4..33828a4e95 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2005-01-27 Jakub Jelinek <jakub@redhat.com>
+
+ [BZ #731]
+ * stdlib/tst-fmtmsg.c: Include stdlib.h.
+
+2005-01-25 Jakub Jelinek <jakub@redhat.com>
+
+ [BZ #731]
+ * stdlib/fmtmsg.c (addseverity): Remove new_string variable.
+ (free_mem): Don't free string.
+ * stdlib/tst-fmtmsg.c: Include string.h.
+ (main): Add some more tests.
+
+2005-01-14 Ulrich Drepper <drepper@redhat.com>
+
+ [BZ #731]
+ * stdlib/fmtmsg.c (internal_addseverity): Remove incorrect free call.
+ * stdlib/tst-fmtmsg.c (main): Add another addseverity test.
+
2005-01-12 Ulrich Drepper <drepper@redhat.com>
[BZ #728]