From: Roland McGrath Date: Wed, 16 Feb 2005 10:53:12 +0000 (+0000) Subject: . X-Git-Tag: cvs/fedora-glibc-2_3-20050216T1256~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3beafe1e041e276b3e5f5310289b4adc0a8f18c;p=thirdparty%2Fglibc.git . --- diff --git a/ChangeLog b/ChangeLog index 9adf854da02..ac232f477d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2005-01-19 Roland McGrath + + [BZ #681] + * sunrpc/openchild.c (_openchild): Use NULL instead of 0 for trailing + argument to execlp. + Reported by Marcus Meissner . + +2005-01-19 Jakub Jelinek + + * hurd/sigunwind.c (_hurdsig_longjmp_from_handler): Fix a typo + in assert. + * iconv/strtab.c (strtabfinalize): Likewise. + + [BZ #730] + * libio/iofopncook.c (_IO_cookie_seekoff): Add prototype. + 2005-01-17 Roland McGrath [BZ #745] @@ -443,11 +459,6 @@ [BZ #730] * stdio-common/tst-fmemopen2.c: Include string.h. -2005-01-19 Jakub Jelinek - - [BZ #730] - * libio/iofopncook.c (_IO_cookie_seekoff): Add prototype. - 2005-01-05 Steven Munroe [BZ #729]