From: Roland McGrath Date: Wed, 16 Feb 2005 11:03:34 +0000 (+0000) Subject: . X-Git-Tag: cvs/fedora-glibc-2_3-20050216T1256~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d86ba1cddced90ef5d9121505867d207868e1c1;p=thirdparty%2Fglibc.git . --- diff --git a/ChangeLog b/ChangeLog index 5b6522adafa..6fe156508b5 100644 --- 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 + + [BZ #731] + * stdlib/tst-fmtmsg.c: Include stdlib.h. + 2005-01-27 Jakub Jelinek * posix/execvp.c: Include stdbool.h. @@ -18,6 +23,29 @@ [BZ #671] * sysdeps/generic/syslog.c [NO_SIGPIPE]: Protect sigpipe_handler decl. +2005-01-25 Jakub Jelinek + + [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 + + [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 [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 - - [BZ #731] - * stdlib/tst-fmtmsg.c: Include stdlib.h. - -2005-01-25 Jakub Jelinek - - [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 [BZ #731]