about summary refs log tree commit diff
path: root/posix/execvpe.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
|
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
|
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-2/+1
|
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
|
* Implement execvpe.Ulrich Drepper2009-06-021-0/+221
There is some existing practice in other OSes and it's trivial to implement giving the existing code. Fixes BZ #10221.