aboutsummaryrefslogtreecommitdiff
path: root/applets/applets.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Move messages.c to libbb. Make each string in messages.c be its own .o file.Eric Andersen2001-04-251-4/+0
| | | | | | | This way, we can new get rid of all that tedious #define rubbish we used to need to enable specific messages. This way is enormously simpler, and as a bonus also ends up saving us 96 bytes. -Erik
* Make 'busybox --help' work as expected, closing bug #1139Eric Andersen2001-04-031-0/+7
| | | | -Erik
* includes cleanup from Jeff GarzikEric Andersen2001-03-231-0/+1
|
* 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