aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
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
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