summaryrefslogtreecommitdiff
path: root/coreutils/tr.c
Commit message (Expand)AuthorAgeFilesLines
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-2/+2
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+1
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-2/+2
* config: deindent all help textsDenys Vlasenko2017-07-211-9/+9
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-3/+4
* tr: support octal rangesRichard Genoud2015-10-261-5/+18
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-311-0/+13
* tr: free allocated memory in tr if CLEANUP enabledAlexey Soloviev2011-03-061-0/+6
* whitespace cleanupDenys Vlasenko2010-10-291-4/+4
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko2010-06-061-3/+3
* tr: add forgotten //config: prefixesDenys Vlasenko2010-06-051-19/+19
* partially migrate coreutils to Config.src and Kbuild.srcDenys Vlasenko2010-06-041-0/+29
* libbb: robustify isXXXX(). +39 bytesDenys Vlasenko2009-11-181-1/+1
* tr: support -C as synonym to -cDenis Vlasenko2009-03-151-8/+21
* tr: fix overflow in expand and complement, fix stop after [:class:],Denis Vlasenko2009-03-021-104/+131
* tr: support [:xdigit:], fix handling of ranges and [x]'s.Denis Vlasenko2009-03-011-38/+47
* tr: fix yet another access past the end of a string (bug 4374)Denis Vlasenko2008-07-301-3/+5
* tr: fix "tr [=" case. Closes bug 4374.Denis Vlasenko2008-07-281-0/+2
* tr: fix "access past the end of a string" bug 4354Denis Vlasenko2008-07-261-1/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* 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