aboutsummaryrefslogtreecommitdiff
path: root/miscutils/strings.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* usage.c: remove reference to busybox.hvda2007-05-261-4/+2
| | | | | | | | *: s/include "busybox.h"/include "libbb.h" git-svn-id: svn://busybox.net/trunk/busybox@18696 69ca8d6d-28ef-0310-b511-8ec308f3f277
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
| | | | | | | no preceding prototype git-svn-id: svn://busybox.net/trunk/busybox@17740 69ca8d6d-28ef-0310-b511-8ec308f3f277
* preparatory patch for -Wwrite-strings #2vda2007-01-291-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17654 69ca8d6d-28ef-0310-b511-8ec308f3f277
* rename functions to more understandable namesvda2006-10-261-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16447 69ca8d6d-28ef-0310-b511-8ec308f3f277
* remove bb_printf and the likevda2006-10-261-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16446 69ca8d6d-28ef-0310-b511-8ec308f3f277
* attempt to regularize atoi mess.vda2006-10-081-2/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16342 69ca8d6d-28ef-0310-b511-8ec308f3f277
* getopt_ulflags -> getopt32.vda2006-10-031-2/+2
| | | | | | | | | | | It is impossible to formulate sane ABI based on size of ulong because it can be 32-bit or 64-bit. Basically it means that you cannot portably use more that 32 option chars in one call anyway... Make it explicit. git-svn-id: svn://busybox.net/trunk/busybox@16305 69ca8d6d-28ef-0310-b511-8ec308f3f277
* whitespace cleanupvda2006-09-171-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16142 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Tito said that strings is a complete rewrite.landley2006-07-311-41/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15758 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - move #include busybox.h to the very top so we pull in the configaldot2006-06-031-1/+1
| | | | | | | and eventual platform specific includes in early. git-svn-id: svn://busybox.net/trunk/busybox@15273 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Size reductions, mostly switching things to use libbb functions.landley2006-05-291-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15216 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - whitespace cleanup from Tito.aldot2006-02-271-23/+10
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14314 69ca8d6d-28ef-0310-b511-8ec308f3f277
* just whitespacetimr2006-01-251-4/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13584 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Tito sent in a few patches converting instances of CONFIG_FEATURE_CLEAN_UP tolandley2005-09-081-3/+3
| | | | | | | ENABLE_FEATURE_CLEAN_UP. git-svn-id: svn://busybox.net/trunk/busybox@11382 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Clean up strings.c to use busybox's option processing. Bug 006, apparently.landley2005-06-071-71/+54
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10479 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bugfixesbug12004-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. git-svn-id: svn://busybox.net/trunk/busybox@8791 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8630 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Tito, Reduces the size of busybox's strings applet from 1900 tobug12003-09-151-12/+11
| | | | | | | 1788 bytes (for strings.o). git-svn-id: svn://busybox.net/trunk/busybox@7530 69ca8d6d-28ef-0310-b511-8ec308f3f277
* save a couple of bytesbug12003-08-301-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7310 69ca8d6d-28ef-0310-b511-8ec308f3f277
* "A little patch for the strings applet of the busybox development treebug12003-08-291-6/+3
| | | | | | | | that substitutes two lines of code with a libbb function saving a couple of bytes." - Tito git-svn-id: svn://busybox.net/trunk/busybox@7291 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update a bunch of docs. Run a script to update my email addr.andersen2003-07-141-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7061 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A couple of patches from Tito <farmatito@tiscali.it>andersen2003-04-271-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6823 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Major coreutils update.mjn32003-03-191-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6751 69ca8d6d-28ef-0310-b511-8ec308f3f277
* oops. args shuffled.andersen2003-03-131-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6747 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Tito Ragusa: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; git-svn-id: svn://busybox.net/trunk/busybox@6742 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Tito to rework strings applet, and some testsuiteandersen2003-01-131-63/+70
| | | | | | | stuff to test it added by me. git-svn-id: svn://busybox.net/trunk/busybox@6324 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Additional patch from Tito to fix some anomoliesandersen2003-01-091-2/+10
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6297 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make output the same as upstream, patch by Titobug12003-01-091-2/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6295 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Implement a small strings appletandersen2002-11-071-0/+142
git-svn-id: svn://busybox.net/trunk/busybox@5835 69ca8d6d-28ef-0310-b511-8ec308f3f277