Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | conditionally add wordexp, in this case ripped from glibc. | Eric Andersen | 2003-08-24 | 1 | -0/+2244 |
| | | | | I hate to add this stuff, but it is specified by SuSv3... | ||||
* | Delete wordexp. There isn't much point in having this since | Eric Andersen | 2001-03-13 | 1 | -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 busybox | Eric Andersen | 2001-03-08 | 1 | -0/+2411 |
shell, lash, is about to start using wordexp. -Erik |