summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko76-929/+950
2015-10-26tr: support octal rangesRichard Genoud1-5/+18
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga67-1055/+1070
2011-03-06tr: free allocated memory in tr if CLEANUP enabledAlexey Soloviev1-0/+6
2010-10-29whitespace cleanupDenys Vlasenko69-268/+231
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko33-1484/+573
2010-06-05tr: add forgotten //config: prefixesDenys Vlasenko1-19/+19
2010-06-04partially migrate coreutils to Config.src and Kbuild.srcDenys Vlasenko7-104/+114
2009-11-18libbb: robustify isXXXX(). +39 bytesDenys Vlasenko9-25/+28
2009-03-15tr: support -C as synonym to -cDenis Vlasenko1-8/+21
2009-03-02tr: fix overflow in expand and complement, fix stop after [:class:],Denis Vlasenko1-104/+131
2009-03-01tr: support [:xdigit:], fix handling of ranges and [x]'s.Denis Vlasenko2-38/+69
2008-07-30tr: fix yet another access past the end of a string (bug 4374)Denis Vlasenko1-3/+5
2008-07-28tr: fix "tr [=" case. Closes bug 4374.Denis Vlasenko1-0/+2
2008-07-26tr: fix "access past the end of a string" bug 4354Denis Vlasenko1-1/+1
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-05-13more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko27-61/+69
2008-05-09fix warnings about pointer signednessDenis Vlasenko5-6/+6
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2007-12-24nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)Denis Vlasenko14-90/+179
2007-11-13tr: more of code shrink (getopt32-ification)Denis Vlasenko2-70/+48
2007-11-13tr: better comments, small code shrinkDenis Vlasenko1-47/+60
2007-11-13tr: properly detect read errors (Fernando Silveira <fsilveira@gmail.com>)Denis Vlasenko2-7/+6
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko119-447/+494
2007-07-24Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko43-340/+352
2007-06-04Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko21-134/+140
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-08add some missed statics on constant objects.Denis Vlasenko10-35/+40
2007-03-30- fix compilation if FEATURE_TR_CLASSES is off. Sorry for that..Bernhard Reutner-Fischer1-2/+0
2007-03-30- fix bug where we did not reject invalid classes like '[[:alpha'Bernhard Reutner-Fischer6-87/+114
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-11-27style cleanup: return(a) -> return a, part 1Denis Vlasenko36-219/+214
2006-09-09using [xa]sprintf for string concatenation is neat and savesDenis Vlasenko6-13/+10
2006-07-01Remove all usage of the "register" storage class specifier."Robert P. J. Day"14-252/+247
2006-06-30Make warnings go away.Rob Landley1-19/+21
2006-06-30Fix bug 744 by moving the flushing logic into the exhausted read buffer test.Rob Landley1-75/+22
2006-04-19Patch from Jean Wolter:Rob Landley2-18/+38
2006-04-10We use -funsigned-char now, so having a separate RESERVE_CONFIG_UBUFFER isRob Landley2-2/+2
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley168-199/+199
2006-01-30clean up yet more annoying signed/unsigned mismatches and fixupEric Andersen9-26/+28
2005-10-15common BUFSIZ BSS buffer, small reduce code, data and bss"Vladimir N. Oleynik"11-33/+34
2005-10-08Rob Sullivan added character and equivalence classes to tr. I changed someRob Landley1-3/+55
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2004-03-12Hideki IWAMOTO writes:Eric Andersen1-2/+2
2003-07-22eliminate DOSTATIC, DODEBUG, etc and name them sensiblyEric Andersen11-54/+65
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen169-380/+298
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
[next]