summaryrefslogtreecommitdiff
path: root/tr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-2/+2
* Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch.Eric Andersen2001-01-251-4/+5
* #define -> static const int. Also got rid of some big static buffers.Mark Whitley2001-01-231-14/+26
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-1/+1
* Get rid of redundant TRUE and FALSE definitions.Matt Kraai2000-12-071-7/+0
* Patch from Matt Kraai to fix 'echo "1 2 3" | tr -s " "'Eric Andersen2000-12-061-1/+1
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* Extract usage information into a separate file.Matt Kraai2000-07-161-13/+0
* More cleanups.Eric Andersen2000-07-141-4/+4
* Fix uninitialized variable.Eric Andersen2000-07-131-1/+1
* From Matt Kraai <kraai@alumni.carnegiemellon.edu>Eric Andersen2000-07-131-24/+28
* Always report the applet name when doing error reporting.Matt Kraai2000-07-121-1/+1
* Patch from Matt Kraai <kraai@alumni.carnegiemellon.edu>:Eric Andersen2000-07-101-2/+4
* * Fix to tr so it recognizes standard escape sequences. Merged commonEric Andersen2000-07-051-10/+2
* More libc portability updates, add in the website (which has not beenErik Andersen2000-05-191-12/+17
* More stuffErik Andersen2000-05-021-2/+4
* Due to the license change I can now use Minix code. Minix trErik Andersen2000-05-011-525/+190
* Bugfixes.Erik Andersen2000-04-171-5/+2
* More documentation updates, and minor fixes to make things syncErik Andersen2000-04-151-7/+7
* * all mallocs now use xmalloc (and so are OOM error safe), andErik Andersen2000-03-211-3/+2
* Add in tr and dirnameErik Andersen2000-03-051-0/+578