aboutsummaryrefslogtreecommitdiff
path: root/Config.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Update some descriptionsEric Andersen2000-12-011-2/+3
|
* Apply a patch fromkent robotti:Eric Andersen2000-11-291-1/+1
| | | | | | | | | Renamed unrpm to original rpmunpack, so you can use an included shell script called unrpm as a front end to it. There's also a shell script called undeb included for debian packages. Change undeb and unrpm scripts to work with the busybox tar and gunzip.
* Fix up builtin overrides, and hack in the binary search for findingEric Andersen2000-11-171-5/+5
| | | | matching applets into the shell.
* Add in a new FEATURE (off by default) BB_FEATURE_SH_BUILTINS_ALWAYS_WIN.Eric Andersen2000-11-171-0/+8
| | | | Make the sh default to using external commands when a path is provided.
* Re-worked the support for s///p, fixed a backref limit buglet, and cleaned upMark Whitley2000-11-031-3/+0
| | | | | | a few other ugly places (do_subst_command got a much-needed overhaul). Also took out BB_FEATURE_SED_PATTERN_SPACE from Config.h[.Hurd] as the 'p' is now a standard feature (adds almost no bloat).
* Added cmp and readlink applets from Matt Kraai.Mark Whitley2000-10-091-0/+2
|
* Add a spiffy progress meter.Eric Andersen2000-10-031-0/+3
| | | | -Erik
* Remove all reference to the now obsolete /dev/modulesEric Andersen2000-09-261-2/+1
| | | | -Erik
* Gratuitously changed the file "busybox.defs.h" to the moreEric Andersen2000-09-251-0/+330
sensible and noticable "Config.h". -Erik