From: Roland McGrath Date: Wed, 16 Feb 2005 10:23:35 +0000 (+0000) Subject: . X-Git-Tag: cvs/fedora-glibc-2_3-20050216T1256~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e766fa1a21c32c3358cef783bb5c529cd9c6c85;p=thirdparty%2Fglibc.git . --- diff --git a/ChangeLog b/ChangeLog index 8e7dfca3f4d..b89c8ea6b30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,26 @@ +2005-01-10 Jakub Jelinek + + [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 + + [BZ #732] + * time/strptime_l.c (__strptime_internal): Add braces to avoid + warning. + 2005-01-12 GOTO Masanori [BZ #650] * malloc/malloc.h: Always include features.h. +2005-01-10 Ulrich Drepper + + * sysdeps/generic/dl-tls.c (_dl_next_tls_modid): Fix assertion and + recognition of last entry. + 2005-01-06 Ulrich Drepper * posix/unistd.h: Declare ftruncate for POSIX 2003. [BZ #640]