Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
| | | | | | EXTERNALLY_VISIBLE. 5% size reduction of libbusybox.so | ||||
* | introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). | Denis Vlasenko | 2007-09-27 | 1 | -2/+2 |
| | |||||
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 1 | -1/+1 |
| | | | | | | | | (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 | ||||
* | strings: strings a b was processing a twice, fix that | Denis Vlasenko | 2007-06-17 | 1 | -34/+35 |
| | |||||
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -4/+2 |
| | | | | | *: s/include "busybox.h"/include "libbb.h" | ||||
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
| | | | | no preceding prototype | ||||
* | preparatory patch for -Wwrite-strings #2 | Denis Vlasenko | 2007-01-29 | 1 | -1/+1 |
| | |||||
* | rename functions to more understandable names | Denis Vlasenko | 2006-10-26 | 1 | -2/+2 |
| | |||||
* | remove bb_printf and the like | Denis Vlasenko | 2006-10-26 | 1 | -1/+1 |
| | |||||
* | attempt to regularize atoi mess. | Denis Vlasenko | 2006-10-08 | 1 | -2/+3 |
| | |||||
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -2/+2 |
| | | | | | | | | 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. | ||||
* | whitespace cleanup | Denis Vlasenko | 2006-09-17 | 1 | -1/+1 |
| | |||||
* | Tito said that strings is a complete rewrite. | Rob Landley | 2006-07-31 | 1 | -41/+2 |
| | |||||
* | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer | 2006-06-03 | 1 | -1/+1 |
| | | | | and eventual platform specific includes in early. | ||||
* | Size reductions, mostly switching things to use libbb functions. | Rob Landley | 2006-05-29 | 1 | -1/+1 |
| | |||||
* | - whitespace cleanup from Tito. | Bernhard Reutner-Fischer | 2006-02-27 | 1 | -23/+10 |
| | |||||
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -4/+4 |
| | |||||
* | Tito sent in a few patches converting instances of CONFIG_FEATURE_CLEAN_UP to | Rob Landley | 2005-09-08 | 1 | -3/+3 |
| | | | | ENABLE_FEATURE_CLEAN_UP. | ||||
* | Clean up strings.c to use busybox's option processing. Bug 006, apparently. | Rob Landley | 2005-06-07 | 1 | -71/+54 |
| | |||||
* | Bugfixes | Glenn L McGrath | 2004-04-30 | 1 | -2/+2 |
| | | | | | | | | | | | 1) a non NULL terminated buffer that can mess up output, spotted by Ian Latter 2) in miscutils/strings.c: get rid of useless pointer dereference in third part of for(;;), spotted by Larry Doolittle 3) bug when reading from a pipe and being invoked as strings "cat Readme | strings" is broken "cat Readme | busybox strings" works spotted by Ian Latter and fixed by Tito. | ||||
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -1/+1 |
| | |||||
* | Patch from Tito, Reduces the size of busybox's strings applet from 1900 to | Glenn L McGrath | 2003-09-15 | 1 | -12/+11 |
| | | | | 1788 bytes (for strings.o). | ||||
* | save a couple of bytes | Glenn L McGrath | 2003-08-30 | 1 | -1/+1 |
| | |||||
* | "A little patch for the strings applet of the busybox development tree | Glenn L McGrath | 2003-08-29 | 1 | -6/+3 |
| | | | | | that substitutes two lines of code with a libbb function saving a couple of bytes." - Tito | ||||
* | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | 2003-07-14 | 1 | -1/+1 |
| | |||||
* | A couple of patches from Tito <farmatito@tiscali.it> | Eric Andersen | 2003-04-27 | 1 | -1/+1 |
| | |||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -2/+2 |
| | |||||
* | oops. args shuffled. | Eric Andersen | 2003-03-13 | 1 | -1/+1 |
| | |||||
* | Patch from Tito Ragusa: | Eric Andersen | 2003-03-13 | 1 | -51/+53 |
| | | | | | | | The changes I've made: in strings.c: 1) fix memory allocation error I've detected with MALLOC_CHECK_=1 in *string; 2) code clean up; 3) fix compiler warnings about uninitialized vars; | ||||
* | Patch from Tito to rework strings applet, and some testsuite | Eric Andersen | 2003-01-13 | 1 | -63/+70 |
| | | | | stuff to test it added by me. | ||||
* | Additional patch from Tito to fix some anomolies | Eric Andersen | 2003-01-09 | 1 | -2/+10 |
| | |||||
* | Make output the same as upstream, patch by Tito | Glenn L McGrath | 2003-01-09 | 1 | -2/+3 |
| | |||||
* | Implement a small strings applet | Eric Andersen | 2002-11-07 | 1 | -0/+142 |