aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-06-02 07:03:02 -0700
committerUlrich Drepper <drepper@redhat.com>2009-06-02 07:03:02 -0700
commit3d5243d4160519e56cba6eceae9b1d0e6b642515 (patch)
tree0a604dc10d26cd8d340eaeba814abd6cbf8bbe0c /ChangeLog
parentfd96f062085be71f4e2c07c98a3002bd55793b6e (diff)
downloadglibc-3d5243d4160519e56cba6eceae9b1d0e6b642515.zip
glibc-3d5243d4160519e56cba6eceae9b1d0e6b642515.tar.gz
glibc-3d5243d4160519e56cba6eceae9b1d0e6b642515.tar.bz2
Implement execvpe.
There is some existing practice in other OSes and it's trivial to implement giving the existing code. Fixes BZ #10221.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6aad771..7d30b3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2009-06-02 Ulrich Drepper <drepper@redhat.com>
+
+ [BZ #10221]
+ * posix/Makefile (routines): Add execvpe.
+ * posix/Versions: Export execvpe for GLIBC_2.11.
+ * posix/execvp.c: Now only a wrapper. Move code to...
+ * posix/execvpe.c: ...here. New file.
+ * posix/unistd.h: Declare execvpe.
+
2009-06-01 Ulrich Drepper <drepper@redhat.com>
* sysdeps/i386/dl-machine.h (elf_machine_rel): Reorder conditions