summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-02-16 10:23:35 +0000
committerRoland McGrath <roland@gnu.org>2005-02-16 10:23:35 +0000
commit3e766fa1a21c32c3358cef783bb5c529cd9c6c85 (patch)
tree0c67c631f3457a5104b5056a575ac156f1ec26cb /ChangeLog
parenta480577ab26dc7af24a5bd8e7fb40ed213bc8b44 (diff)
.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e7dfca3f4..b89c8ea6b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,26 @@
+2005-01-10 Jakub Jelinek <jakub@redhat.com>
+
+ [BZ #732]
+ * time/tst-strptime.c (day_tests): Add 2 new tests.
+ (test_tm, main): Issue an error instead of segfaulting if
+ strptime returns NULL.
+
+2005-01-09 Andreas Jaeger <aj@suse.de>
+
+ [BZ #732]
+ * time/strptime_l.c (__strptime_internal): Add braces to avoid
+ warning.
+
2005-01-12 GOTO Masanori <gotom@debian.or.jp>
[BZ #650]
* malloc/malloc.h: Always include features.h.
+2005-01-10 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/generic/dl-tls.c (_dl_next_tls_modid): Fix assertion and
+ recognition of last entry.
+
2005-01-06 Ulrich Drepper <drepper@redhat.com>
* posix/unistd.h: Declare ftruncate for POSIX 2003. [BZ #640]