summaryrefslogtreecommitdiff
path: root/include/applets.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* add dpkg-deb commandGlenn L McGrath2001-01-021-0/+3
|
* Patch from Larry Doolittle so it will build the newdocs right.Eric Andersen2000-12-021-6/+9
|
* Patch from Larry Doolittle (with minor touchups from me so everything compilesEric Andersen2000-11-301-120/+133
| | | | | and works) to use the applet definitions in applets.h to autogenerate the applet function and usage prototypes.
* Apply a patch fromkent robotti:Eric Andersen2000-11-291-3/+3
| | | | | | | | | 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.
* "I will always compile before I commit."Eric Andersen2000-11-171-1/+1
| | | | | | "I will always compile before I commit." "I will always compile before I commit." -Erik
* Applied patch from Gaute B Strokkenes <gs234@cam.ac.uk> to use a binary searchMark Whitley2000-10-251-0/+375
to locate applets, rather than a linear search. Also, broke out the listing of applets into it's own file: applets.h.