summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-10-17 09:03:48 +0000
committerRoland McGrath <roland@gnu.org>2005-10-17 09:03:48 +0000
commit07e26b06f21bc84e983ee5810805831002572d4a (patch)
treed77a741a10a3dd50f911f0111c9a59d2cad91048
parentd065968ee1ef53f42c00bd9944bf2bf67a527b88 (diff)
missing log entries
-rw-r--r--ChangeLog12
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]