diff options
author | Roland McGrath <roland@gnu.org> | 2005-10-17 09:03:48 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-10-17 09:03:48 +0000 |
commit | 07e26b06f21bc84e983ee5810805831002572d4a (patch) | |
tree | d77a741a10a3dd50f911f0111c9a59d2cad91048 | |
parent | d065968ee1ef53f42c00bd9944bf2bf67a527b88 (diff) | |
download | glibc-07e26b06f21bc84e983ee5810805831002572d4a.tar.gz glibc-07e26b06f21bc84e983ee5810805831002572d4a.tar.xz glibc-07e26b06f21bc84e983ee5810805831002572d4a.zip |
missing log entries
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7bcd7a7b4c..c98a4c4366 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 <drepper@redhat.com> + + [BZ #1125] + * posix/Makefile (tests): Add tst-execvp4. + * posix/tst-execvp4.c: New file. + +2005-07-24 Jakub Jelinek <jakub@redhat.com> + + [BZ #1125] + * posix/execvp.c (execvp): Change path_malloc to + char *, free that pointer on failure. + 2005-07-20 Ulrich Drepper <drepper@redhat.com> [BZ #1138] |