summaryrefslogtreecommitdiff
path: root/miscutils/strings.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - whitespace cleanup from Tito.Bernhard Reutner-Fischer2006-02-271-23/+10
|
* just whitespaceTim Riker2006-01-251-4/+4
|
* Tito sent in a few patches converting instances of CONFIG_FEATURE_CLEAN_UP toRob Landley2005-09-081-3/+3
| | | | ENABLE_FEATURE_CLEAN_UP.
* Clean up strings.c to use busybox's option processing. Bug 006, apparently.Rob Landley2005-06-071-71/+54
|
* BugfixesGlenn L McGrath2004-04-301-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 Andersen2004-03-151-1/+1
|
* Patch from Tito, Reduces the size of busybox's strings applet from 1900 toGlenn L McGrath2003-09-151-12/+11
| | | | 1788 bytes (for strings.o).
* save a couple of bytesGlenn L McGrath2003-08-301-1/+1
|
* "A little patch for the strings applet of the busybox development treeGlenn L McGrath2003-08-291-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 Andersen2003-07-141-1/+1
|
* A couple of patches from Tito <farmatito@tiscali.it>Eric Andersen2003-04-271-1/+1
|
* Major coreutils update.Manuel Novoa III2003-03-191-2/+2
|
* oops. args shuffled.Eric Andersen2003-03-131-1/+1
|
* Patch from Tito Ragusa:Eric Andersen2003-03-131-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 testsuiteEric Andersen2003-01-131-63/+70
| | | | stuff to test it added by me.
* Additional patch from Tito to fix some anomoliesEric Andersen2003-01-091-2/+10
|
* Make output the same as upstream, patch by TitoGlenn L McGrath2003-01-091-2/+3
|
* Implement a small strings appletEric Andersen2002-11-071-0/+142