Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libbb: make index_in_substrings return -1 on ambiguous matches | Denys Vlasenko | 2010-04-03 | 1 | -3/+20 |
| | | | | | | | function old new delta index_in_substrings 67 93 +26 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko | 2008-06-27 | 1 | -5/+5 |
| | | | | | | | text data bss dec hex filename 808035 611 6868 815514 c719a busybox_old 804472 611 6868 811951 c63af busybox_unstripped | ||||
* | libiproute: fix option parsing, so that "ip -o link" works again. | Denis Vlasenko | 2008-05-31 | 1 | -2/+2 |
| | | | | | closes bug 3524 | ||||
* | ps: fix build breakage from vda's recent commit | Denis Vlasenko | 2008-01-07 | 1 | -5/+5 |
| | | | | | *: whitespace fixes | ||||
* | ifconfig: code shrink | Denis Vlasenko | 2007-11-04 | 1 | -0/+9 |
| | | | | | | | | | | | 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 | ||||
* | trylink: produce even more info about final link stage | Denis Vlasenko | 2007-08-12 | 1 | -2/+2 |
| | | | | | | | | | 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 | ||||
* | Replace index_in_[sub]str_array with index_in_[sub]strings, | Denis Vlasenko | 2007-07-24 | 1 | -0/+33 |
| | | | | | | | | | 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 | ||||
* | - fix bug where we did not reject invalid classes like '[[:alpha' | Bernhard Reutner-Fischer | 2007-03-30 | 1 | -6/+5 |
| | | | | | | | - 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 | ||||
* | rename: compare_string_array -> index_in_str_array | Denis Vlasenko | 2006-11-05 | 1 | -4/+20 |
| | | | | | introduce index_in_substr_array and use it in iproute2 | ||||
* | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | 2006-07-02 | 1 | -1/+1 |
| | |||||
* | - move buffer allocation schemes to libbb.h | Bernhard Reutner-Fischer | 2006-04-03 | 1 | -13/+3 |
| | | | | - include the correct headers: applets need busybox.h while lib* need libbb.h | ||||
* | More extern removal from Robert P. Day. | Rob Landley | 2006-03-29 | 1 | -2/+1 |
| | |||||
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -1/+1 |
| | |||||
* | change the interface of libbb/compare_string_array (unsigned short to int), ↵ | "Vladimir N. Oleynik" | 2005-11-26 | 1 | -4/+4 |
| | | | | usaging for e2fsprogs/fsck | ||||
* | more use const for interface of libbb/compare_string_array, example usage ↵ | "Vladimir N. Oleynik" | 2005-11-26 | 1 | -1/+2 |
| | | | | for e2fsprogs/fsck | ||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -1/+2 |
| | |||||
* | Move compare_string_array to libbb | Glenn L McGrath | 2002-12-02 | 1 | -0/+30 |