index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
miscutils
/
strings.c
Age
Commit message (
Expand
)
Author
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2016-11-22
Convert all miscutils/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-22
Split miscutils/Config.src items into miscutils/*.c files
Denys Vlasenko
2016-10-24
strings: implement -t radix
Tito Ragusa
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-04-11
move remaining help text from include/usage.src.h
Pere Orga
2010-10-28
*: whitespace fixes
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2009-11-18
libbb: robustify isXXXX(). +39 bytes
Denys Vlasenko
2008-11-23
strings: code shrink -22 bytes by Tito
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-03-23
patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)
Denis Vlasenko
2008-03-17
*: shrink by using [f]open_or_warn_stdin where appropriate
Denis Vlasenko
2008-03-17
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-09-27
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-08-18
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-06-17
strings: strings a b was processing a twice, fix that
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-01-29
preparatory patch for -Wwrite-strings #2
Denis Vlasenko
2006-10-26
rename functions to more understandable names
Denis Vlasenko
2006-10-26
remove bb_printf and the like
Denis Vlasenko
2006-10-08
attempt to regularize atoi mess.
Denis Vlasenko
2006-10-03
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-09-17
whitespace cleanup
Denis Vlasenko
2006-07-31
Tito said that strings is a complete rewrite.
Rob Landley
2006-06-03
- move #include busybox.h to the very top so we pull in the config
Bernhard Reutner-Fischer
2006-05-29
Size reductions, mostly switching things to use libbb functions.
Rob Landley
2006-02-27
- whitespace cleanup from Tito.
Bernhard Reutner-Fischer
2006-01-25
just whitespace
Tim Riker
2005-09-08
Tito sent in a few patches converting instances of CONFIG_FEATURE_CLEAN_UP to
Rob Landley
2005-06-07
Clean up strings.c to use busybox's option processing. Bug 006, apparently.
Rob Landley
2004-04-30
Bugfixes
Glenn L McGrath
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-09-15
Patch from Tito, Reduces the size of busybox's strings applet from 1900 to
Glenn L McGrath
2003-08-30
save a couple of bytes
Glenn L McGrath
2003-08-29
"A little patch for the strings applet of the busybox development tree
Glenn L McGrath
2003-07-14
Update a bunch of docs. Run a script to update my email addr.
Eric Andersen
2003-04-27
A couple of patches from Tito <farmatito@tiscali.it>
Eric Andersen
2003-03-19
Major coreutils update.
Manuel Novoa III
2003-03-13
oops. args shuffled.
Eric Andersen
2003-03-13
Patch from Tito Ragusa:
Eric Andersen
2003-01-13
Patch from Tito to rework strings applet, and some testsuite
Eric Andersen
2003-01-09
Additional patch from Tito to fix some anomolies
Eric Andersen
2003-01-09
Make output the same as upstream, patch by Tito
Glenn L McGrath
2002-11-07
Implement a small strings applet
Eric Andersen