]> sourceware.org Git - newlib-cygwin.git/commit
* exec.cc: Rearrange functions in alphabetical order.
authorCorinna Vinschen <corinna@vinschen.de>
Wed, 19 Jan 2011 10:28:39 +0000 (10:28 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 19 Jan 2011 10:28:39 +0000 (10:28 +0000)
commit26b070c0cf8948c40bb8d09bfff318b6efbcec5c
treeddbda395a73ca4645ce6f44a7c339866f33c8063
parent17133a85de3326ec7c63f800581984392ddd276f
* exec.cc: Rearrange functions in alphabetical order.
(_execve): Drop temporary define and drop export alias.
(execl): Call spawnve.
(execle): New function.
(execlp): New function.
(execv): Call spawnve.
(execve): Drop converting NULL envp to emtpy envp.
(execvp): Call spawnve.
(execvpe): Drop converting NULL envp to emtpy envp.  Call spawnve.
(fexecve): Call spawnve.
* spawn.cc (spawnve): Convert NULL envp to emtpy envp.  Remove outdated
comment.
(spawnlp): Call spawnve.
(spawnlpe): Ditto.
(spawnvp): Ditto.
(spawnvpe): Fix formatting.
winsup/cygwin/ChangeLog
winsup/cygwin/exec.cc
winsup/cygwin/spawn.cc
This page took 0.031037 seconds and 5 git commands to generate.