| Commit message (Expand) | Author | Age | Files | Lines |
* | libbb: introduce and use fputs_stdout | Ron Yorston | 2021-02-03 | 1 | -1/+1 |
* | unexpand: correct behavior for --first-only --tabs=4 | Mark Edgar | 2020-06-09 | 1 | -4/+4 |
* | libbb: reduce the overhead of single parameter bb_error_msg() calls | James Byrne | 2019-07-02 | 1 | -1/+1 |
* | expand: add commented-out code to handle NULs | Denys Vlasenko | 2019-06-09 | 1 | -8/+35 |
* | expand,unexpand: drop broken test, add FIXME comment | Denys Vlasenko | 2019-06-08 | 1 | -0/+2 |
* | config: update size information | Denys Vlasenko | 2018-12-28 | 1 | -2/+2 |
* | getopt32: remove opt_complementary | Denys Vlasenko | 2017-08-08 | 1 | -3/+4 |
* | getopt32: remove applet_long_options | Denys Vlasenko | 2017-08-08 | 1 | -42/+11 |
* | config: deindent all help texts | Denys Vlasenko | 2017-07-21 | 1 | -2/+2 |
* | Update menuconfig items with approximate applet sizes | Denys Vlasenko | 2017-07-18 | 1 | -2/+2 |
* | *: add comment about APPLET_ODDNAME format | Denys Vlasenko | 2017-01-29 | 1 | -0/+1 |
* | make --help texts more uniform | Denys Vlasenko | 2017-01-21 | 1 | -4/+4 |
* | Big cleanup in config help and description | Denys Vlasenko | 2017-01-10 | 1 | -4/+0 |
* | Convert all coreutils/* applets to "new style" applet definitions | Denys Vlasenko | 2016-11-23 | 1 | -0/+31 |
* | expand: use printable_string instead of hard-coding implementation | Michael Tokarev | 2013-12-16 | 1 | -10/+3 |
* | *: remove "Options:" string from help texts | Denys Vlasenko | 2011-06-05 | 1 | -2/+0 |
* | move help text from include/usage.src.h to coreutils/*.c | Pere Orga | 2011-03-31 | 1 | -0/+31 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE | Denys Vlasenko | 2010-03-26 | 1 | -2/+2 |
* | unexpand: fix "a b"\n" input case | Tomas Heinrich | 2010-03-26 | 1 | -7/+10 |
* | [un]expand: account for different character widths. +16 bytes. | Tomas Heinrich | 2010-03-26 | 1 | -2/+8 |
* | libbb: better unicode width support. Hopefully fixes bug 839. | Denys Vlasenko | 2010-01-24 | 1 | -2/+2 |
* | fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma... | Denys Vlasenko | 2010-01-04 | 1 | -1/+1 |
* | [un]expand: unicode support | Tomas Heinrich | 2010-01-04 | 1 | -18/+33 |
* | *: mass renaming of USE_XXXX to IF_XXXX | Denis Vlasenko | 2009-04-21 | 1 | -4/+4 |
* | unexpand: fix incorrect expansion, add test for it | Denis Vlasenko | 2008-12-26 | 1 | -39/+27 |
* | expand: fix incorrect expansion exactly on tab boundary; shrink the code | Denis Vlasenko | 2008-12-14 | 1 | -34/+26 |
* | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko | 2008-07-05 | 1 | -1/+1 |
* | more -Wall warning fixes from Cristian Ionescu-Idbohrn. | Denis Vlasenko | 2008-05-13 | 1 | -2/+2 |
* | *: shrink by using [f]open_or_warn_stdin where appropriate | Denis Vlasenko | 2008-03-17 | 1 | -16/+7 |
* | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko | 2008-03-17 | 1 | -1/+1 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. | Denis Vlasenko | 2007-10-01 | 1 | -1/+1 |
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 1 | -2/+2 |
* | whitespace fixes, no code changes | Denis Vlasenko | 2007-08-16 | 1 | -1/+1 |
* | expand, unexpand: new applets from Tito <farmatito@tiscali.it> | Denis Vlasenko | 2007-08-13 | 1 | -0/+209 |