aboutsummaryrefslogtreecommitdiff
path: root/posix/execvpe.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-12-07Fix writes past the allocated array bounds in execvpe (BZ#20847)Adhemerval Zanella1-7/+12
2016-11-22Fix writes past the allocated array bounds in execvpe (BZ#20847)Adhemerval Zanella1-5/+10
2016-03-07posix: execvpe cleanupAdhemerval Zanella1-147/+108
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-10-20Convert 24 more function definitions to prototype style (array parameters).Joseph Myers1-4/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-2/+1
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2009-06-02Implement execvpe.Ulrich Drepper1-0/+221