Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -1/+1 | |
| | ||||||
* | Use bb_xstrdup() instead of strdup(). | Manuel Novoa III | 2004-02-01 | 1 | -1/+1 | |
| | ||||||
* | Be stricter when converting strings to integers. Should fix the problem | Manuel Novoa III | 2004-01-25 | 1 | -9/+11 | |
| | | | | reported by Rob. | |||||
* | Patch from Jean Wolter | Glenn L McGrath | 2003-09-08 | 1 | -1/+1 | |
| | | | | expr currently always adds even if told to subtract | |||||
* | vodz, last patch 103 | Glenn L McGrath | 2003-08-29 | 1 | -72/+69 | |
| | ||||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -12/+12 | |
| | ||||||
* | Applied vodz' patches #49 and #50 (with a small correction in runshell.c) | Robert Griebl | 2002-07-19 | 1 | -8/+2 | |
| | | | | | | | | | #49: I found one memory overflow and memory leak in "ln" applet. Last patch reduced also 54 bytes. ;) #50: I found bug in loginutils/Makefile.in. New patch have also new function to libbb and aplied this to applets and other cosmetic changes. | |||||
* | Fixup some silly prototype warnings | Eric Andersen | 2001-10-31 | 1 | -6/+6 | |
| | ||||||
* | Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c | Matt Kraai | 2001-05-16 | 1 | -2/+2 | |
| | | | | by Larry Doolittle. | |||||
* | Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com> | Eric Andersen | 2001-03-19 | 1 | -1/+1 | |
| | ||||||
* | Added some more '/* getopt not needed */' lines. | Mark Whitley | 2001-03-09 | 1 | -0/+2 | |
| | ||||||
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | 2001-02-20 | 1 | -1/+1 | |
| | | | | | | header file usage before the 0.49 release. To fix it, I had to move the '#include "busybox.h"' to the end of the list of #include files. -Erik | |||||
* | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai | 2001-01-31 | 1 | -10/+10 | |
| | ||||||
* | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | 2001-01-27 | 1 | -1/+3 | |
| | | | | | | | 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 | |||||
* | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | 2000-12-07 | 1 | -10/+10 | |
| | | | | compliant with the style guide. Everybody rebuild your tags file! | |||||
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 | |
| | | | | -Erik | |||||
* | Added expr, from Edward Betts <edward@debian.org>, with some fixups | Eric Andersen | 2000-09-05 | 1 | -0/+531 | |
and docs added by me. -Erik |