summaryrefslogtreecommitdiff
path: root/coreutils/expand.c
Commit message (Expand)AuthorAgeFilesLines
* libbb: introduce and use fputs_stdoutRon Yorston2021-02-031-1/+1
* unexpand: correct behavior for --first-only --tabs=4Mark Edgar2020-06-091-4/+4
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-1/+1
* expand: add commented-out code to handle NULsDenys Vlasenko2019-06-091-8/+35
* expand,unexpand: drop broken test, add FIXME commentDenys Vlasenko2019-06-081-0/+2
* config: update size informationDenys Vlasenko2018-12-281-2/+2
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-3/+4
* getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-42/+11
* config: deindent all help textsDenys Vlasenko2017-07-211-2/+2
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-2/+2
* *: add comment about APPLET_ODDNAME formatDenys Vlasenko2017-01-291-0/+1
* make --help texts more uniformDenys Vlasenko2017-01-211-4/+4
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-4/+0
* Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+31
* expand: use printable_string instead of hard-coding implementationMichael Tokarev2013-12-161-10/+3
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-2/+0
* move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-311-0/+31
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALEDenys Vlasenko2010-03-261-2/+2
* unexpand: fix "a b"\n" input caseTomas Heinrich2010-03-261-7/+10
* [un]expand: account for different character widths. +16 bytes.Tomas Heinrich2010-03-261-2/+8
* libbb: better unicode width support. Hopefully fixes bug 839.Denys Vlasenko2010-01-241-2/+2
* fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma...Denys Vlasenko2010-01-041-1/+1
* [un]expand: unicode supportTomas Heinrich2010-01-041-18/+33
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-4/+4
* unexpand: fix incorrect expansion, add test for itDenis Vlasenko2008-12-261-39/+27
* expand: fix incorrect expansion exactly on tab boundary; shrink the codeDenis Vlasenko2008-12-141-34/+26
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-131-2/+2
* *: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko2008-03-171-16/+7
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-011-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-2/+2
* whitespace fixes, no code changesDenis Vlasenko2007-08-161-1/+1
* expand, unexpand: new applets from Tito <farmatito@tiscali.it>Denis Vlasenko2007-08-131-0/+209