Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko | |
This change retains "or later" state! No licensing _changes_ here, only form is adjusted (article, space between "GPL" and "v2" and so on). Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-10-22 | *: remove last function calls to isspace | Denys Vlasenko | |
function old new delta xstrtoul_range_sfx 232 231 -1 xstrtoull_range_sfx 295 293 -2 trim 82 80 -2 trim_trailing_spaces_and_print 57 52 -5 isspace 18 - -18 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2008-06-27 | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko | |
text data bss dec hex filename 808035 611 6868 815514 c719a busybox_old 804472 611 6868 811951 c63af busybox_unstripped | |||
2007-10-29 | syscall: code shrink | Denis Vlasenko | |
text data bss dec hex filename 777209 974 9676 787859 c0593 busybox_old 777042 974 9676 787692 c04ec busybox_unstripped | |||
2007-04-12 | style fixes. No code changes | Denis Vlasenko | |
2006-05-19 | - remove emacs layout block as suggested by Robert P.J. Day | Bernhard Reutner-Fischer | |
- use shorter boilerplate while at it | |||
2005-09-01 | According to bug #63, crond is unhappy with crontab lines that don't end in a | Rob Landley | |
newline, or lines that have trailing spaces. | |||
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2003-07-14 | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | |
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen | |
-Erik | |||
2001-04-23 | Reversed last patch; unnecessary. | Mark Whitley | |
2001-04-23 | Added a sanity check to fix weird bug exposed when sourcing in commands from a | Mark Whitley | |
file with lash. Based on report from Heinz Walter. | |||
2001-04-04 | Patch from Larry Doolittle to eliminate needless thrashing | Eric Andersen | |
about when trimming long strings with lots of trailing white space. | |||
2001-04-03 | if strlen(s) was 0, it would then end up using s[-1] as an array index. Bad, | Eric Andersen | |
bad, bad. This was crashing the shell on powerpc boxes, though all other archs seem to have a much more forgiving malloc implementations. I finally found this bug using electric-fence on a powerpc box. -Erik | |||
2001-03-16 | Convert utility.c into libbb.a. It is now a whole pile of .c | Eric Andersen | |
files. Clean up the resulting damage and fix up the makefile. -Erik |