From: Roland McGrath Date: Mon, 17 Oct 2005 09:03:48 +0000 (+0000) Subject: missing log entries X-Git-Tag: cvs/glibc-2_3_6~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07e26b06f21bc84e983ee5810805831002572d4a;p=thirdparty%2Fglibc.git missing log entries --- diff --git a/ChangeLog b/ChangeLog index 7bcd7a7b4cc..c98a4c4366c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -83,6 +83,18 @@ * sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected y1, y1f, yn, ynf results. +2005-07-24 Ulrich Drepper + + [BZ #1125] + * posix/Makefile (tests): Add tst-execvp4. + * posix/tst-execvp4.c: New file. + +2005-07-24 Jakub Jelinek + + [BZ #1125] + * posix/execvp.c (execvp): Change path_malloc to + char *, free that pointer on failure. + 2005-07-20 Ulrich Drepper [BZ #1138]