aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
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
2009-10-03ls: add "total NNNN" header if DESKTOP. By Johannes Stezenbach (js AT sig21.net)Denys Vlasenko
2009-10-02cp: FEATURE_CP_LONG_OPTIONS depends on LONG_OPTSDenys Vlasenko
2009-09-30find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxxDenys Vlasenko
2009-09-26cp: add support for --parents and long option synonyms of short optsDenys Vlasenko
2009-09-22df: unicode-aware column formatting. By Tomas Heinrich (theinric AT redhat.com)Denys Vlasenko
2009-09-18dd: fix conv=noerror w/o sync to not write out zeroed blocksDenys Vlasenko
2009-09-12test: use index_in_stringsDenys Vlasenko
2009-09-09a few more GCC-isms removedDenys Vlasenko
2009-09-06more C standard compat fixes from Dan FandrichDenys Vlasenko
2009-08-31uniq: shave off whole 10 bytes off, oh myDenys Vlasenko
2009-08-30uniq: code shrinkDenys Vlasenko
2009-08-30uniq: plug memory leak (patch from OpenWRT project)Denys Vlasenko
2009-08-30uniq: rename some variables. no code changesDenys Vlasenko
2009-08-10tail: read only a portion of a file if it's huge. closes bug 551Denys Vlasenko
2009-08-09tail: fix "tail +N file_shorter_than_N"Denys Vlasenko
2009-08-05dd: conv=noerror should skip read errors using lseek (bug 539)Denys Vlasenko
2009-07-22tail: implement -FEric Lammerts
2009-07-18fix mountpoint test to not prevemt mkfs_xxx from making image in any fileDenys Vlasenko
2009-07-18touch: implement -t TIME (needed for testsuite)Denys Vlasenko
2009-07-18touch: implement -d --date (our own testsuite needs that)Denys Vlasenko
2009-07-18date: factor out date parsing (in preparation for touch -d)Denys Vlasenko
2009-07-17test: fix "test !" and "test abc -a !". closes bug 465Denys Vlasenko
2009-07-11tweaking Unicode supportDenys Vlasenko
2009-07-11added simplified Unicode support for non-locale-enabled buildsDenys Vlasenko
2009-07-08move libc related stuff out of platform.hDenys Vlasenko
2009-07-05df: fix "df /"Denys Vlasenko
2009-07-05Patches to enable FreeBSD buildDenys Vlasenko
2009-07-03ls: make --color more compatible with coreutilsDenys Vlasenko
2009-07-02ls: fix --color handling. Closes bug 435.Denys Vlasenko