aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
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
2009-11-04fold: fix a corner case. By Tomas Heinrich (heinrich.tomas AT gmail.com)Denys Vlasenko
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko
2009-10-29tty: use defines rather than constantsBernhard Reutner-Fischer
2009-10-27add and use xopen_nonblocking (-18b)Bernhard Reutner-Fischer
2009-10-24fix up potential printf's with unsafe format stringsDenys Vlasenko
2009-10-23ls: fix "ls | cat" to not show "total NNN" headerDenys Vlasenko
2009-10-23date: handle long optionsBernhard Reutner-Fischer
2009-10-23*: optimize most of isXXXXX() macrosDenys Vlasenko
2009-10-22*: remove last function calls to isspaceDenys Vlasenko
2009-10-21df: trivial 64-bit fixDenys Vlasenko
2009-10-14dd: use correct multiplication factor and simplify codeDenys Vlasenko
2009-10-14dd: add a comment, no code changesDenys Vlasenko
2009-10-14dd: speed measurement. optional.Gabor Heja
2009-10-13libbb/human_readable.c: shrink; and reduce bss usageDenys Vlasenko
2009-10-08cp: revert a recent buggy change, and add a comment why it's wrongDenys Vlasenko
2009-10-06*: use {i,u}toa() where appropriateDenys Vlasenko
2009-10-03ls: forgotten chunk from prev commitDenys Vlasenko
2009-10-03ls: code shrinkDenys Vlasenko
2009-10-03ls: fix for !FEATURE_LS_RECURSIVE (forgotten free); cleanupsDenys Vlasenko
2009-10-03ls: add standards doc; record author of "total NNNN" codeDenys Vlasenko
2009-10-03ls: code shrinkDenys Vlasenko