Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-03 | libbb: make index_in_substrings return -1 on ambiguous matches | Denys Vlasenko | |
function old new delta index_in_substrings 67 93 +26 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 | |||
2008-05-31 | libiproute: fix option parsing, so that "ip -o link" works again. | Denis Vlasenko | |
closes bug 3524 | |||
2008-01-07 | ps: fix build breakage from vda's recent commit | Denis Vlasenko | |
*: whitespace fixes | |||
2007-11-04 | ifconfig: code shrink | Denis Vlasenko | |
adjtimex: code shrink libbb: move nth_string function into libbb hdparm: nth_string was here text data bss dec hex filename 730013 10334 12032 752379 b7afb busybox_old 730093 10134 12032 752259 b7a83 busybox_unstripped | |||
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-24 | Replace index_in_[sub]str_array with index_in_[sub]strings, | Denis Vlasenko | |
which scans thru "abc\0def\0123\0\0" type strings. Saves 250 bytes. text data bss dec hex filename 781266 1328 11844 794438 c1f46 busybox_old 781010 1328 11844 794182 c1e46 busybox_unstripped | |||
2007-03-30 | - fix bug where we did not reject invalid classes like '[[:alpha' | Bernhard Reutner-Fischer | |
- debloat while at it: text data bss dec hex filename 1554 0 19 1573 625 tr.o.oorig 1357 0 16 1373 55d tr.o | |||
2006-11-05 | rename: compare_string_array -> index_in_str_array | Denis Vlasenko | |
introduce index_in_substr_array and use it in iproute2 | |||
2006-07-02 | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | |
2006-04-03 | - move buffer allocation schemes to libbb.h | Bernhard Reutner-Fischer | |
- include the correct headers: applets need busybox.h while lib* need libbb.h | |||
2006-03-29 | More extern removal from Robert P. Day. | Rob Landley | |
2006-01-25 | just whitespace | Tim Riker | |
2005-11-26 | change the interface of libbb/compare_string_array (unsigned short to int), ↵ | "Vladimir N. Oleynik" | |
usaging for e2fsprogs/fsck | |||
2005-11-26 | more use const for interface of libbb/compare_string_array, example usage ↵ | "Vladimir N. Oleynik" | |
for e2fsprogs/fsck | |||
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2002-12-02 | Move compare_string_array to libbb | Glenn L McGrath | |