summaryrefslogtreecommitdiff
path: root/coreutils/tr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-131-1/+1
* fix warnings about pointer signednessDenis Vlasenko2008-05-091-2/+2
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)Denis Vlasenko2007-12-241-1/+1
* tr: more of code shrink (getopt32-ification)Denis Vlasenko2007-11-131-30/+18
* tr: better comments, small code shrinkDenis Vlasenko2007-11-131-47/+60
* tr: properly detect read errors (Fernando Silveira <fsilveira@gmail.com>)Denis Vlasenko2007-11-131-3/+5
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-1/+1
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-241-6/+5
* Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko2007-06-041-49/+38
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* add some missed statics on constant objects.Denis Vlasenko2007-04-081-1/+1
* - fix compilation if FEATURE_TR_CLASSES is off. Sorry for that..Bernhard Reutner-Fischer2007-03-301-2/+0
* - fix bug where we did not reject invalid classes like '[[:alpha'Bernhard Reutner-Fischer2007-03-301-79/+82
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* style cleanup: return(a) -> return a, part 1Denis Vlasenko2006-11-271-1/+1
* using [xa]sprintf for string concatenation is neat and savesDenis Vlasenko2006-09-091-1/+1
* Remove all usage of the "register" storage class specifier."Robert P. J. Day"2006-07-011-2/+2
* Make warnings go away.Rob Landley2006-06-301-19/+21
* Fix bug 744 by moving the flushing logic into the exhausted read buffer test.Rob Landley2006-06-301-75/+22
* Patch from Jean Wolter:Rob Landley2006-04-191-11/+16
* We use -funsigned-char now, so having a separate RESERVE_CONFIG_UBUFFER isRob Landley2006-04-101-1/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* clean up yet more annoying signed/unsigned mismatches and fixupEric Andersen2006-01-301-12/+12
* common BUFSIZ BSS buffer, small reduce code, data and bss"Vladimir N. Oleynik"2005-10-151-5/+4
* Rob Sullivan added character and equivalence classes to tr. I changed someRob Landley2005-10-081-3/+55
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-7/+7
* Hideki IWAMOTO writes:Eric Andersen2004-03-121-2/+2
* eliminate DOSTATIC, DODEBUG, etc and name them sensiblyEric Andersen2003-07-221-1/+1
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-1/+1
* Major coreutils update.Manuel Novoa III2003-03-191-5/+5
* Fixup some silly prototype warningsEric Andersen2001-10-311-1/+1
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-5/+5
* Patch from vodz to support 'tr a-z A-Z' syntax.Eric Andersen2001-07-091-5/+13
* Per patch from vodz, change a couple of consts to defines, sinceEric Andersen2001-07-021-1/+3
* Some more patchelttes from Larry Doolittle.Mark Whitley2001-05-241-2/+6
* Move messages.c to libbb. Make each string in messages.c be its own .o file.Eric Andersen2001-04-251-3/+0
* Apply Vladimir's latest cleanup patch.Eric Andersen2001-04-091-1/+1
* -Wshadow tr fix from Jeff GarzikEric Andersen2001-03-231-9/+9
* A nice patch from Larry Doolittle that adds -Wshadow andEric Andersen2001-03-211-5/+5
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-1/+1
* Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai2001-01-311-1/+1
* 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