Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | 2001-01-27 | 1 | -0/+2 |
| | | | | | | | busybox.h which slowed compiles. I left only what was needed and then fixed up all the apps to include their own header files. I also fixed naming for pwd.h and grp.h functions. Tested to compile and run with libc5, glibc, and uClibc. -Erik | ||||
* | Stop using TRUE and FALSE for exit status. | Matt Kraai | 2000-12-01 | 1 | -1/+1 |
| | |||||
* | Apply the BSD echo version submitted by Jonas Holmberg <jonas.holmberg@axis.com> | Eric Andersen | 2000-11-29 | 1 | -29/+67 |
| | |||||
* | Remove the BSD advertising clause, and replace it with a link to how | Eric Andersen | 2000-11-14 | 1 | -4/+4 |
| | | | | the advertising clause has been retroactivly declared null and void. | ||||
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | The result of getopt() is "int" and should be treated as such | Pavel Roskin | 2000-07-17 | 1 | -1/+1 |
| | |||||
* | Extract usage information into a separate file. | Matt Kraai | 2000-07-16 | 1 | -12/+1 |
| | |||||
* | Getopt'ed by Marc Nijdam <marc_nijdam@hp.com> | Eric Andersen | 2000-07-14 | 1 | -12/+13 |
| | | | | -Erik | ||||
* | * Fix to tr so it recognizes standard escape sequences. Merged common | Eric Andersen | 2000-07-05 | 1 | -23/+5 |
| | | | | | | | escape seq. code from tr and echo into utility.c. Fix thanks to Matt Kraai <kraai@alumni.carnegiemellon.edu>. * This should close Bug #1015. Please test. -Erik | ||||
* | Updates to a number of apps to remove warnings/compile errors under libc5. | Eric Andersen | 2000-06-19 | 1 | -1/+1 |
| | | | | | Tested under both libc5 and libc6 and all seems well with these fixes. -Erik | ||||
* | * cp -fa now works as expected for symlinks (it didn't before) | Erik Andersen | 2000-05-10 | 1 | -3/+6 |
| | | | | | | * zcat works again (wasn't working since option parsing was broken) * more doc updates/more support for BB_FEATURE_SIMPLE_HELP -Erik | ||||
* | More doc updates for BusyBox, with fixes to apps for bugs revealed | Erik Andersen | 2000-04-13 | 1 | -0/+11 |
| | | | | | while trying to write docs . :-) -Erik | ||||
* | Forgot these files... | Erik Andersen | 2000-03-16 | 1 | -0/+126 |
-Erik |