summaryrefslogtreecommitdiff
path: root/miscutils/strings.c
Commit message (Expand)AuthorAgeFilesLines
* shuf: simplify check that we have at least one FILEDenys Vlasenko2021-06-151-2/+2
* libbb: introduce and use fputs_stdoutRon Yorston2021-02-031-1/+1
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-2/+2
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Convert all miscutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-221-0/+4
* Split miscutils/Config.src items into miscutils/*.c filesDenys Vlasenko2016-11-221-0/+6
* strings: implement -t radixTito Ragusa2016-10-241-9/+23
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+10
* *: whitespace fixesDenys Vlasenko2010-10-281-4/+4
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* libbb: robustify isXXXX(). +39 bytesDenys Vlasenko2009-11-181-1/+1
* strings: code shrink -22 bytes by TitoDenis Vlasenko2008-11-231-5/+4
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko2008-03-231-2/+0
* *: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko2008-03-171-4/+2
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-2/+2
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* strings: strings a b was processing a twice, fix thatDenis Vlasenko2007-06-171-34/+35
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-4/+2
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #2Denis Vlasenko2007-01-291-1/+1
* rename functions to more understandable namesDenis Vlasenko2006-10-261-2/+2
* remove bb_printf and the likeDenis Vlasenko2006-10-261-1/+1
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-2/+3
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-2/+2
* whitespace cleanupDenis Vlasenko2006-09-171-1/+1
* Tito said that strings is a complete rewrite.Rob Landley2006-07-311-41/+2
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-031-1/+1
* Size reductions, mostly switching things to use libbb functions.Rob Landley2006-05-291-1/+1
* - 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
* 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
* 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
* 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
* 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
* Patch from Tito to rework strings applet, and some testsuiteEric Andersen2003-01-131-63/+70
* 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