aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* *: remove last function calls to isspaceDenys Vlasenko2009-10-222-15/+12
* df: trivial 64-bit fixDenys Vlasenko2009-10-211-1/+1
* dd: use correct multiplication factor and simplify codeDenys Vlasenko2009-10-141-19/+7
* dd: add a comment, no code changesDenys Vlasenko2009-10-141-3/+3
* dd: speed measurement. optional.Gabor Heja2009-10-142-7/+66
* libbb/human_readable.c: shrink; and reduce bss usageDenys Vlasenko2009-10-133-10/+24
* cp: revert a recent buggy change, and add a comment why it's wrongDenys Vlasenko2009-10-081-1/+3
* *: use {i,u}toa() where appropriateDenys Vlasenko2009-10-061-1/+1
* ls: forgotten chunk from prev commitDenys Vlasenko2009-10-031-5/+7
* ls: code shrinkDenys Vlasenko2009-10-031-44/+44
* ls: fix for !FEATURE_LS_RECURSIVE (forgotten free); cleanupsDenys Vlasenko2009-10-031-19/+18
* ls: add standards doc; record author of "total NNNN" codeDenys Vlasenko2009-10-031-1/+11
* ls: code shrinkDenys Vlasenko2009-10-031-69/+71
* ls: add "total NNNN" header if DESKTOP. By Johannes Stezenbach (js AT sig21.net)Denys Vlasenko2009-10-031-2/+23
* cp: FEATURE_CP_LONG_OPTIONS depends on LONG_OPTSDenys Vlasenko2009-10-021-1/+1
* find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxxDenys Vlasenko2009-09-302-8/+10
* cp: add support for --parents and long option synonyms of short optsDenys Vlasenko2009-09-262-15/+61
* df: unicode-aware column formatting. By Tomas Heinrich (theinric AT redhat.com)Denys Vlasenko2009-09-221-0/+16
* dd: fix conv=noerror w/o sync to not write out zeroed blocksDenys Vlasenko2009-09-181-5/+6
* test: use index_in_stringsDenys Vlasenko2009-09-121-60/+96
* a few more GCC-isms removedDenys Vlasenko2009-09-091-1/+1
* more C standard compat fixes from Dan FandrichDenys Vlasenko2009-09-0610-11/+15
* uniq: shave off whole 10 bytes off, oh myDenys Vlasenko2009-08-311-23/+22
* uniq: code shrinkDenys Vlasenko2009-08-301-17/+17
* uniq: plug memory leak (patch from OpenWRT project)Denys Vlasenko2009-08-301-0/+1
* uniq: rename some variables. no code changesDenys Vlasenko2009-08-301-23/+28
* tail: read only a portion of a file if it's huge. closes bug 551Denys Vlasenko2009-08-101-16/+33
* tail: fix "tail +N file_shorter_than_N"Denys Vlasenko2009-08-091-6/+10
* dd: conv=noerror should skip read errors using lseek (bug 539)Denys Vlasenko2009-08-051-0/+2
* tail: implement -FEric Lammerts2009-07-222-21/+66
* fix mountpoint test to not prevemt mkfs_xxx from making image in any fileDenys Vlasenko2009-07-181-1/+1
* touch: implement -t TIME (needed for testsuite)Denys Vlasenko2009-07-181-1/+5
* touch: implement -d --date (our own testsuite needs that)Denys Vlasenko2009-07-183-17/+36
* date: factor out date parsing (in preparation for touch -d)Denys Vlasenko2009-07-181-80/+54
* test: fix "test !" and "test abc -a !". closes bug 465Denys Vlasenko2009-07-171-3/+10
* tweaking Unicode supportDenys Vlasenko2009-07-111-17/+3
* added simplified Unicode support for non-locale-enabled buildsDenys Vlasenko2009-07-111-7/+5
* move libc related stuff out of platform.hDenys Vlasenko2009-07-081-4/+0
* df: fix "df /"Denys Vlasenko2009-07-051-4/+3
* Patches to enable FreeBSD buildDenys Vlasenko2009-07-051-0/+4
* ls: make --color more compatible with coreutilsDenys Vlasenko2009-07-031-20/+34
* ls: fix --color handling. Closes bug 435.Denys Vlasenko2009-07-021-3/+12