summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-11-22Convert all miscutils/* applets to "new style" applet definitionsDenys Vlasenko37-77/+147
2016-11-22Split miscutils/Config.src items into miscutils/*.c filesDenys Vlasenko36-533/+498
2016-10-24strings: implement -t radixTito Ragusa1-9/+23
2012-05-05fix most sign and variable initialization warningsTanguy Pruvot56-152/+161
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2010-10-28*: whitespace fixesDenys Vlasenko82-183/+185
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2009-11-18libbb: robustify isXXXX(). +39 bytesDenys Vlasenko9-25/+28
2008-11-23strings: code shrink -22 bytes by TitoDenis Vlasenko1-5/+4
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-03-23patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko31-138/+73
2008-03-17*: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko26-219/+214
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko62-210/+208
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-06-17strings: strings a b was processing a twice, fix thatDenis Vlasenko1-34/+35
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2007-01-29preparatory patch for -Wwrite-strings #2Denis Vlasenko32-109/+110
2006-10-26rename functions to more understandable namesDenis Vlasenko27-68/+63
2006-10-26remove bb_printf and the likeDenis Vlasenko48-314/+315
2006-10-08attempt to regularize atoi mess.Denis Vlasenko98-849/+803
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-09-17whitespace cleanupDenis Vlasenko92-218/+218
2006-07-31Tito said that strings is a complete rewrite.Rob Landley1-41/+2
2006-06-03- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer17-24/+22
2006-05-29Size reductions, mostly switching things to use libbb functions.Rob Landley6-91/+26
2006-02-27- whitespace cleanup from Tito.Bernhard Reutner-Fischer1-23/+10
2006-01-25just whitespaceTim Riker254-2027/+2027
2005-09-08Tito sent in a few patches converting instances of CONFIG_FEATURE_CLEAN_UP toRob Landley4-16/+16
2005-06-07Clean up strings.c to use busybox's option processing. Bug 006, apparently.Rob Landley1-71/+54
2004-04-30BugfixesGlenn L McGrath1-2/+2
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2003-09-15Patch from Tito, Reduces the size of busybox's strings applet from 1900 toGlenn L McGrath1-12/+11
2003-08-30save a couple of bytesGlenn L McGrath1-1/+1
2003-08-29"A little patch for the strings applet of the busybox development treeGlenn L McGrath1-6/+3
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen169-380/+298
2003-04-27A couple of patches from Tito <farmatito@tiscali.it>Eric Andersen2-18/+21
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2003-03-13oops. args shuffled.Eric Andersen1-1/+1
2003-03-13Patch from Tito Ragusa:Eric Andersen1-51/+53
2003-01-13Patch from Tito to rework strings applet, and some testsuiteEric Andersen2-63/+78
2003-01-09Additional patch from Tito to fix some anomoliesEric Andersen1-2/+10
2003-01-09Make output the same as upstream, patch by TitoGlenn L McGrath1-2/+3
2002-11-07Implement a small strings appletEric Andersen5-0/+156