aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
2010-03-02head,tail: trim help text; make suffixes unconditional for head tooDenys Vlasenko
2010-02-26tail: document FANCY flags in helptextBernhard Reutner-Fischer
2010-02-26df: explain FANCY options in helptextBernhard Reutner-Fischer
2010-02-21install: strip before mode/uid/gid is set, not after.Denys Vlasenko
2010-02-09compat and warning fixesDenys Vlasenko
2010-02-07shaNNNsum: accept and ignore -b and -tDenys Vlasenko
2010-02-06adduser: copy /etc/skel to mew homes. +100 bytesDenys Vlasenko
2010-02-06cosmetic fixesDenys Vlasenko
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko
2010-02-02stat: get rid on intmax_tDenys Vlasenko
2010-01-31ls: unicode fixesDenys Vlasenko
2010-01-31cal: add a unicode testDenys Vlasenko
2010-01-30further work on unicodizationDenys Vlasenko
2010-01-28*: style fixes. no code changes (verified with objdump)Denys Vlasenko
2010-01-24randomconfig fixesDenys Vlasenko
2010-01-24libbb: better unicode width support. Hopefully fixes bug 839.Denys Vlasenko
2010-01-23date: introduce FEATURE_DATE_COMPAT; shrinkDenys Vlasenko
2010-01-23chown: -2 bytesDenys Vlasenko
2010-01-23chown: support long optionsMatheus Izvekov
2010-01-18ls: fix sort of very large files. +21 byteDenys Vlasenko
2010-01-18fix examples which used non-standard cut -b0-NNNDenys Vlasenko
2010-01-18ls: make it so that group never glues itself to file sizeDenys Vlasenko
2010-01-15cp: fix -H handlingDenys Vlasenko
2010-01-13INSTALL: update obsolete doc, as suggested by Doug Clapp (doug.clapp AT triad...Denys Vlasenko
2010-01-13fix configure sha256sum problem. Closes bug 895Denys Vlasenko
2010-01-09*: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko
2010-01-06cal: document the location of unicode bug. no code changesDenys 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
2010-01-04*: remove some uses of argcDenys Vlasenko
2010-01-04*: make 2 more "int argc"'s unused; more saved if !DESKTOPDenys Vlasenko
2009-12-13sort: make sort -o FILE FILE (same FILE) work. Closes bug 785. -3 bytesDenys Vlasenko
2009-12-11stty: code shrink -44 bytesDenys Vlasenko
2009-12-11stty: fix columns command. closes bug 791.Denys Vlasenko
2009-12-05mount: prevent second mount -a from mounting everything againDenys Vlasenko
2009-11-30touch: needs another fix after last utimes() fixesDenys Vlasenko
2009-11-29fix improper utimes usageDenys Vlasenko
2009-11-28*: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko
2009-11-26split: handle - as "use stdin". +13 bytes. Closes bug 741.Denys Vlasenko
2009-11-22od: fix -tx without length specDenys Vlasenko
2009-11-20fix fallout from isprint() changesDenys Vlasenko
2009-11-18libbb: robustify isXXXX(). +39 bytesDenys Vlasenko
2009-11-18wc: fix a hang gue to isprint(EOF)Dan Fandrich
2009-11-15libbb: added xfdopen_for_read/writeDenys Vlasenko
2009-11-15date: restore hadling of MMDDhhmm[[CC]YY][.ss] date formatDenys Vlasenko
2009-11-15some non-gnu compilers can't have non-const struct initializersDenys Vlasenko
2009-11-15use utimes() rather than obsolescent utime()Bernhard Reutner-Fischer
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko
2009-11-12env: don't SEGV on bare "env -"Denys Vlasenko
2009-11-11tidy up O_NONBLOCK usage. use libbb functions in stty.Denys Vlasenko