aboutsummaryrefslogtreecommitdiff
path: root/coreutils/expand.c
AgeCommit message (Expand)Author
2021-02-03libbb: introduce and use fputs_stdoutRon Yorston
2020-06-09unexpand: correct behavior for --first-only --tabs=4Mark Edgar
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-06-09expand: add commented-out code to handle NULsDenys Vlasenko
2019-06-08expand,unexpand: drop broken test, add FIXME commentDenys Vlasenko
2018-12-28config: update size informationDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-08getopt32: remove applet_long_optionsDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-01-29*: add comment about APPLET_ODDNAME formatDenys Vlasenko
2017-01-21make --help texts more uniformDenys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko
2013-12-16expand: use printable_string instead of hard-coding implementationMichael Tokarev
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-03-26unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALEDenys Vlasenko
2010-03-26unexpand: fix "a b"\n" input caseTomas Heinrich
2010-03-26[un]expand: account for different character widths. +16 bytes.Tomas Heinrich
2010-01-24libbb: better unicode width support. Hopefully fixes bug 839.Denys Vlasenko
2010-01-04fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma...Denys Vlasenko
2010-01-04[un]expand: unicode supportTomas Heinrich
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2008-12-26unexpand: fix incorrect expansion, add test for itDenis Vlasenko
2008-12-14expand: fix incorrect expansion exactly on tab boundary; shrink the codeDenis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-05-13more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
2008-03-17*: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-10-01'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko
2007-08-16whitespace fixes, no code changesDenis Vlasenko
2007-08-13expand, unexpand: new applets from Tito <farmatito@tiscali.it>Denis Vlasenko