Age | Commit message (Collapse) | Author | |
---|---|---|---|
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> | |||
2009-10-06 | *: use {i,u}toa() where appropriate | Denys Vlasenko | |
function old new delta startservice 377 363 -14 setari_u 54 40 -14 ash_main 1375 1361 -14 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/3 up/down: 0/-42) Total: -42 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2008-07-22 | cal: remove lone static data variable. -4 bytes. coreutils | Denis Vlasenko | |
is down to four applets with nonzero data+bss. | |||
2008-05-19 | - use EXIT_{SUCCESS,FAILURE}. No object-code changes | Bernhard Reutner-Fischer | |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | |
EXTERNALLY_VISIBLE. 5% size reduction of libbusybox.so | |||
2007-09-27 | introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). | Denis Vlasenko | |
2007-08-18 | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | |
(add/remove: 0/0 grow/shrink: 12/131 up/down: 91/-727) Total: -636 bytes text data bss dec hex filename 773469 1058 11092 785619 bfcd3 busybox_old 772644 1058 11092 784794 bf99a busybox_unstripped | |||
2007-08-13 | httpd: round down sendfile byte count to 64k | Denis Vlasenko | |
*: style fixes | |||
2007-08-12 | trylink: produce even more info about final link stage | Denis Vlasenko | |
trylink: explain how to modify link and drastically decrease amount of padding (unfortunately, needs hand editing ATM). *: add ALIGN1 / ALIGN2 to global strings and arrays of bytes and shorts size saving: 0.5k | |||
2007-07-26 | cal: small code shrink | Denis Vlasenko | |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko | |
*: s/include "busybox.h"/include "libbb.h" | |||
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko | |
no preceding prototype | |||
2006-12-22 | removal of commented-out cruft | Denis Vlasenko | |
2006-11-21 | httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net! | Denis Vlasenko | |
2006-10-26 | remove bb_printf and the like | Denis Vlasenko | |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko | |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko | |
It is impossible to formulate sane ABI based on size of ulong because it can be 32-bit or 64-bit. Basically it means that you cannot portably use more that 32 option chars in one call anyway... Make it explicit. | |||
2006-09-17 | whitespace cleanup | Denis Vlasenko | |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | |
things like xasprintf() into xfuncs.c, remove xprint_file_by_name() (it only had one user), clean up lots of #includes... General cleanup pass. What I've been doing for the last couple days. And it conflicts! I've removed httpd.c from this checkin due to somebody else touching that file. It builds for me. I have to catch a bus. (Now you know why I'm looking forward to Mercurial.) | |||
2006-07-12 | Add one-line GPL boilerplate to numerous (but not all yet) source files. | "Robert P. J. Day" | |
2006-07-02 | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | |
2006-02-28 | more busybox's style: close bug 745 | "Vladimir N. Oleynik" | |
2006-02-19 | rfelker writes in Bug 734: Nothing from err.h is used, but cal.c includes ↵ | Mike Frysinger | |
it, breaking compile on systems lacking this function. | |||
2006-01-30 | removed warning "comparison between signed and unsigned". | "Vladimir N. Oleynik" | |
2006-01-25 | just whitespace | Tim Riker | |
2004-04-14 | Larry Doolittle writes: | Eric Andersen | |
This is a bulk spelling fix patch against busybox-1.00-pre10. If anyone gets a corrupted copy (and cares), let me know and I will make alternate arrangements. Erik - please apply. Authors - please check that I didn't corrupt any meaning. Package importers - see if any of these changes should be passed to the upstream authors. I glossed over lots of sloppy capitalizations, missing apostrophes, mixed American/British spellings, and German-style compound words. What is "pretect redefined for test" in cmdedit.c? Good luck on the 1.00 release! - Larry | |||
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2003-08-13 | Remove unnecessary pointer dereference. | Manuel Novoa III | |
2003-08-09 | Adjust Erik's change, as I don't claim copyright of the applet. | Manuel Novoa III | |
2003-08-08 | Remove unnecessary defamatory comment | Eric Andersen | |
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2002-06-23 | Remove advertising clauses in accordance with | Aaron Lehmann | |
ftp://ftp.cs.berkeley.edu/ucb/4bsd/README.Impt.License.Change | |||
2002-06-15 | Fix a potential macro expansion problem... isspace can be | Eric Andersen | |
a macro causing a double decrement... | |||
2002-05-29 | Include busybox.h before testing CONFIG_LOCALE_SUPPORT. | Manuel Novoa III | |
2001-12-06 | Merge in the cal applet from Steve Merrifield <steve@labyrinth.net.au> | Eric Andersen | |