summaryrefslogtreecommitdiff
path: root/applets/applets.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Patch from Vladimir to move struct applet from busybox.c to applets.c,Eric Andersen2001-03-191-0/+8
| | | | which looks like the right place for such things to live.
* Convert utility.c into libbb.a. It is now a whole pile of .cEric Andersen2001-03-161-0/+92
files. Clean up the resulting damage and fix up the makefile. -Erik