aboutsummaryrefslogtreecommitdiff
path: root/applets.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for `busybox --help APPLET' by Vladimir Oleynik.kraai2001-08-271-8/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3360 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix ash exec (noted by Arne Bernin).kraai2001-08-271-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3359 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make the extern NUM_APPLETS be a extern const NUM_APPLETS, to matchandersen2001-06-241-1/+1
| | | | | | | | the actual definition. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2892 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied patch from Jim Gleason that makes it so busybox will still work evenmarkw2001-06-151-1/+10
| | | | | | | if you rename it. git-svn-id: svn://busybox.net/trunk/busybox@2836 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Move messages.c to libbb. Make each string in messages.c be its own .o file.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 git-svn-id: svn://busybox.net/trunk/busybox@2430 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make 'busybox --help' work as expected, closing bug #1139andersen2001-04-031-0/+7
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@2231 69ca8d6d-28ef-0310-b511-8ec308f3f277
* includes cleanup from Jeff Garzikandersen2001-03-231-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2187 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Vladimir to move struct applet from busybox.c to applets.c,andersen2001-03-191-0/+8
| | | | | | | which looks like the right place for such things to live. git-svn-id: svn://busybox.net/trunk/busybox@2148 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Convert utility.c into libbb.a. It is now a whole pile of .candersen2001-03-161-0/+92
files. Clean up the resulting damage and fix up the makefile. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2123 69ca8d6d-28ef-0310-b511-8ec308f3f277