summaryrefslogtreecommitdiffstats
path: root/libc/misc/wordexp/wordexp.c
Commit message (Collapse)AuthorAgeFilesLines
* conditionally add wordexp, in this case ripped from glibc.Eric Andersen2003-08-241-0/+2244
| | | | I hate to add this stuff, but it is specified by SuSv3...
* Delete wordexp. There isn't much point in having this sinceEric Andersen2001-03-131-2411/+0
| | | | | so few apps use it, and it is just a stub anyways. Better to just skip it.
* Add in wordexp support (mostly stubbed out for now) since the busyboxEric Andersen2001-03-081-0/+2411
shell, lash, is about to start using wordexp. -Erik