summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-02-16 11:03:34 +0000
committerRoland McGrath <roland@gnu.org>2005-02-16 11:03:34 +0000
commit0d86ba1cddced90ef5d9121505867d207868e1c1 (patch)
tree9445638979aac0af5be4aa701479f206a918f1da /ChangeLog
parent06bd1b4aece4fc46824eda9b8a8d1b7108261ec2 (diff)
.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog41
1 files changed, 28 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b6522adaf..6fe156508b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,11 @@
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.
2005-01-26 Ulrich Drepper <drepper@redhat.com>
@@ -18,6 +23,29 @@
[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]
@@ -98,19 +126,6 @@
* 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]