]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
.
authorRoland McGrath <roland@gnu.org>
Wed, 16 Feb 2005 10:37:25 +0000 (10:37 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 16 Feb 2005 10:37:25 +0000 (10:37 +0000)
ChangeLog

index 3892615ad4a7a02e5c1181edd8a278ea521abce0..33828a4e951313cf77f884b8d7286d40b0c9f117 100644 (file)
--- 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]