summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/wordexp.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r288430: wordexp: Rewrite to make WRDE_NOCMD reliable.jilles2015-10-251-77/+143
* MFC r287292:kib2015-09-051-4/+5
* MFC r280919: wordexp: Explicitly pass along IFS.jilles2015-04-191-1/+4
* wordexp(): Avoid leaking the pipe file descriptors to a parallel fork/exec.jilles2013-08-271-4/+4
* wordexp(): Fix syntax validation for backslashes in single-quotes.jilles2013-07-231-1/+2
* wordexp(): Simplify code by deferring work to sh.jilles2013-05-091-13/+3
* wordexp(): Remove wrong IFS usage.jilles2013-04-011-4/+1
* Eliminate more dead stores.wollman2009-11-251-1/+1
* wordexp(3): fix some bugs with signals and long outputsjilles2009-10-231-19/+57
* Fix typo: WRDE_DOOFS -> WRDE_DOOFFS.tjr2004-06-301-3/+3
* Terminate execl()'s argument list with a null pointer instead of atjr2004-04-091-1/+1
* Use hidden names (_close, _dup2, _waitpid, etc.) where appropriate.tjr2003-01-071-22/+22
* Fix a number of bugs noticed by more extensive testing:tjr2003-01-041-7/+15
* Be more consistent with "static".tjr2002-12-271-1/+1
* Add an implementation of the POSIX wordexp() and wordfree() functions,tjr2002-12-261-0/+308
OpenPOWER on IntegriCloud