about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-04-14 21:20:51 +0000
committerUlrich Drepper <drepper@redhat.com>2005-04-14 21:20:51 +0000
commit506cbf1f43a3bba63b9f4dd6d5a9a1d15f0dcf2c (patch)
treeae94b10219ae5184bda4b83c0142886822412c9c /ChangeLog
parent806bc96abb96212c38ef54ea80a86b45647161eb (diff)
downloadglibc-506cbf1f43a3bba63b9f4dd6d5a9a1d15f0dcf2c.tar.gz
glibc-506cbf1f43a3bba63b9f4dd6d5a9a1d15f0dcf2c.tar.xz
glibc-506cbf1f43a3bba63b9f4dd6d5a9a1d15f0dcf2c.zip
* posix/execvp.c (execvp): Use file name including path when
	trying to run it with shell.
	* posix/Makefile: Add rules to build and run tst-execvp3.
	* posix/tst-execvp3.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5aafdd156b..cedc4c012e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-04-14  Ulrich Drepper  <drepper@redhat.com>
+
+	* posix/execvp.c (execvp): Use file name including path when
+	trying to run it with shell.
+	* posix/Makefile: Add rules to build and run tst-execvp3.
+	* posix/tst-execvp3.c: New file.
+
 2005-04-12  Ulrich Drepper  <drepper@redhat.com>
 
 	* stdlib/random_r.c (__initstate_r): Don't use non-existing state.