Bump to version 1.22.1
[platform/upstream/busybox.git] / miscutils / strings.c
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2010-10-28 Denys Vlasenko*: whitespace fixes
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2009-11-18 Denys Vlasenkolibbb: robustify isXXXX(). +39 bytes
2008-11-23 Denis Vlasenkostrings: code shrink -22 bytes by Tito
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-03-23 Denis Vlasenkopatch: shrink by Pascal Bellard <pascal.bellard AT...
2008-03-17 Denis Vlasenko*: shrink by using [f]open_or_warn_stdin where appropriate
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-09-27 Denis Vlasenkointroduce bb_putchar(). saves ~1800 on uclibc (less...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-06-17 Denis Vlasenkostrings: strings a b was processing a twice, fix that
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #2
2006-10-26 Denis Vlasenkorename functions to more understandable names
2006-10-26 Denis Vlasenkoremove bb_printf and the like
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-07-31 Rob LandleyTito said that strings is a complete rewrite.
2006-06-03 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-05-29 Rob LandleySize reductions, mostly switching things to use libbb...
2006-02-27 Bernhard Reutner... - whitespace cleanup from Tito.
2006-01-25 Tim Rikerjust whitespace
2005-09-08 Rob LandleyTito sent in a few patches converting instances of...
2005-06-07 Rob LandleyClean up strings.c to use busybox's option processing...
2004-04-30 Glenn L McGrathBugfixes
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-09-15 Glenn L McGrathPatch from Tito, Reduces the size of busybox's strings...
2003-08-30 Glenn L McGrathsave a couple of bytes
2003-08-29 Glenn L McGrath"A little patch for the strings applet of the busybox...
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-04-27 Eric AndersenA couple of patches from Tito <farmatito@tiscali.it>
2003-03-19 Manuel Novoa III Major coreutils update.
2003-03-13 Eric Andersenoops. args shuffled.
2003-03-13 Eric AndersenPatch from Tito Ragusa:
2003-01-13 Eric AndersenPatch from Tito to rework strings applet, and some...
2003-01-09 Eric AndersenAdditional patch from Tito to fix some anomolies
2003-01-09 Glenn L McGrathMake output the same as upstream, patch by Tito
2002-11-07 Eric AndersenImplement a small strings applet