aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* *: 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
* libbb: added xfdopen_for_read/writeDenys Vlasenko2009-11-151-1/+1
* date: restore hadling of MMDDhhmm[[CC]YY][.ss] date formatDenys Vlasenko2009-11-151-1/+26
* some non-gnu compilers can't have non-const struct initializersDenys Vlasenko2009-11-151-4/+5
* use utimes() rather than obsolescent utime()Bernhard Reutner-Fischer2009-11-151-8/+6
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-138-12/+12
* env: don't SEGV on bare "env -"Denys Vlasenko2009-11-121-8/+10
* tidy up O_NONBLOCK usage. use libbb functions in stty.Denys Vlasenko2009-11-111-10/+2
* fold: fix a corner case. By Tomas Heinrich (heinrich.tomas AT gmail.com)Denys Vlasenko2009-11-041-8/+7
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-029-9/+9
* tty: use defines rather than constantsBernhard Reutner-Fischer2009-10-291-5/+5
* add and use xopen_nonblocking (-18b)Bernhard Reutner-Fischer2009-10-271-1/+1
* fix up potential printf's with unsafe format stringsDenys Vlasenko2009-10-241-1/+1
* ls: fix "ls | cat" to not show "total NNN" headerDenys Vlasenko2009-10-231-1/+1
* date: handle long optionsBernhard Reutner-Fischer2009-10-231-0/+13
* *: optimize most of isXXXXX() macrosDenys Vlasenko2009-10-231-8/+5