summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/wordexp.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | o Call waitpid() if an error occurs after forking the child process to avoid leaving zombies around. o Handle the WRDE_DOOFS|WRDE_APPEND combination correctly o Do not confuse $( substitution with $(( shell arithmetic (noticed by wollman) o Handle backslash escaping properly o Allow $( and ${ to be quoted
* 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
which perform shell-style word expansion on strings. This is still a little rough around the edges. PR: 13420
OpenPOWER on IntegriCloud