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

index 5b6522adafa1d4154d178333886371e305945dbd..6fe156508b5633f7cd351beeb92661146c1e00df 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,11 @@
        [BZ #671]
        * sysdeps/generic/syslog.c (send_flags) [!send_flags]: Define it.
 
+2005-01-27  Jakub Jelinek  <jakub@redhat.com>
+
+       [BZ #731]
+       * stdlib/tst-fmtmsg.c: Include stdlib.h.
+
 2005-01-27  Jakub Jelinek  <jakub@redhat.com>
 
        * posix/execvp.c: Include stdbool.h.
        [BZ #671]
        * sysdeps/generic/syslog.c [NO_SIGPIPE]: Protect sigpipe_handler decl.
 
+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-25  Andreas Schwab  <schwab@suse.de>
+
+       [BZ #736]
+       * timezone/asia: Update from tzdata2005c.
+       * timezone/backward: Likewise.
+       * timezone/leapseconds: Likewise.
+       * timezone/northamerica: Likewise.
+       * timezone/southamerica: Likewise.
+
+       [BZ #736]
+       * timezone/private.h: Update from tzcode2005c.
+       * timezone/tzfile.h: Likewise.
+       * timezone/zdump.c: Likewise.
+       * timezone/zic.c: Likewise.
+
 2005-01-24  Ulrich Drepper  <drepper@redhat.com>
 
        [BZ #671]
        * sysdeps/unix/rewinddir.c: Reset filepos.
        * dirent/tst-seekdir.c: Check telldir value after calling rewinddir.
 
-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]