summaryrefslogtreecommitdiff
path: root/coreutils
Commit message (Expand)AuthorAgeFilesLines
* unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALEDenys Vlasenko2010-03-263-7/+7
* 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
* *: merge some common stringsDenys Vlasenko2010-03-232-2/+2
* touch: do not ignore argument of -d/-t optionMikhail Gusarov2010-03-211-2/+2
* tailk: fix error detected by testsuiteDenys Vlasenko2010-03-121-1/+2
* wc: compat: make "wc -c ONE_FILE" not print leading spaces. +2 bytesDenys Vlasenko2010-03-081-0/+2
* head,tail: trim help text; make suffixes unconditional for head tooDenys Vlasenko2010-03-021-6/+0
* tail: document FANCY flags in helptextBernhard Reutner-Fischer2010-02-261-0/+4
* df: explain FANCY options in helptextBernhard Reutner-Fischer2010-02-261-0/+4
* install: strip before mode/uid/gid is set, not after.Denys Vlasenko2010-02-211-12/+13
* compat and warning fixesDenys Vlasenko2010-02-091-0/+3
* shaNNNsum: accept and ignore -b and -tDenys Vlasenko2010-02-071-2/+4
* adduser: copy /etc/skel to mew homes. +100 bytesDenys Vlasenko2010-02-061-0/+1
* cosmetic fixesDenys Vlasenko2010-02-061-5/+6
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-046-6/+6
* stat: get rid on intmax_tDenys Vlasenko2010-02-021-90/+91
* ls: unicode fixesDenys Vlasenko2010-01-311-195/+217
* cal: add a unicode testDenys Vlasenko2010-01-311-1/+4
* further work on unicodizationDenys Vlasenko2010-01-302-9/+10
* *: style fixes. no code changes (verified with objdump)Denys Vlasenko2010-01-281-2/+5
* randomconfig fixesDenys Vlasenko2010-01-241-9/+4
* libbb: better unicode width support. Hopefully fixes bug 839.Denys Vlasenko2010-01-244-12/+28
* date: introduce FEATURE_DATE_COMPAT; shrinkDenys Vlasenko2010-01-232-34/+41
* chown: -2 bytesDenys Vlasenko2010-01-231-4/+3
* chown: support long optionsMatheus Izvekov2010-01-232-1/+24
* ls: fix sort of very large files. +21 byteDenys Vlasenko2010-01-181-12/+24
* fix examples which used non-standard cut -b0-NNNDenys Vlasenko2010-01-181-1/+1
* ls: make it so that group never glues itself to file sizeDenys Vlasenko2010-01-181-29/+26
* cp: fix -H handlingDenys Vlasenko2010-01-152-11/+7
* INSTALL: update obsolete doc, as suggested by Doug Clapp (doug.clapp AT triad...Denys Vlasenko2010-01-131-1/+1
* fix configure sha256sum problem. Closes bug 895Denys Vlasenko2010-01-131-3/+3
* *: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko2010-01-091-4/+5
* cal: document the location of unicode bug. no code changesDenys Vlasenko2010-01-061-0/+6
* fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma...Denys Vlasenko2010-01-044-76/+91
* [un]expand: unicode supportTomas Heinrich2010-01-041-18/+33
* *: remove some uses of argcDenys Vlasenko2010-01-046-17/+17
* *: make 2 more "int argc"'s unused; more saved if !DESKTOPDenys Vlasenko2010-01-042-6/+6
* sort: make sort -o FILE FILE (same FILE) work. Closes bug 785. -3 bytesDenys Vlasenko2009-12-131-20/+36
* stty: code shrink -44 bytesDenys Vlasenko2009-12-111-20/+27
* stty: fix columns command. closes bug 791.Denys Vlasenko2009-12-111-0/+1
* mount: prevent second mount -a from mounting everything againDenys Vlasenko2009-12-051-2/+1
* touch: needs another fix after last utimes() fixesDenys Vlasenko2009-11-301-7/+6
* fix improper utimes usageDenys Vlasenko2009-11-291-6/+6
* *: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko2009-11-2810-54/+43
* split: handle - as "use stdin". +13 bytes. Closes bug 741.Denys Vlasenko2009-11-262-3/+7
* od: fix -tx without length specDenys Vlasenko2009-11-221-1/+2
* fix fallout from isprint() changesDenys Vlasenko2009-11-201-1/+1
* libbb: robustify isXXXX(). +39 bytesDenys Vlasenko2009-11-182-2/+2
* wc: fix a hang gue to isprint(EOF)Dan Fandrich2009-11-181-16/+20