aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
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
2009-06-27printf: (allegedly) fix testsuite failureDenys Vlasenko
2009-06-26updates for supporting Linux kernel build and initrd utilitiesDenys Vlasenko
2009-06-19getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko
2009-06-18printf: fix exit code on conversion errorDenys Vlasenko
2009-06-18fsync: new applet by Pekka Pessi (Pekka.Pessi AT nokia.com)Denys Vlasenko
2009-06-15install: compat fix for mode of created files.Denys Vlasenko
2009-06-15seq: fix input handling in non-C localesDenys Vlasenko
2009-06-15libbb: stop using bb_strtod for nowDenys Vlasenko
2009-06-15seq: fix testsuite failuresDenys Vlasenko
2009-06-14ash: fix . builtinDenys Vlasenko
2009-06-13test, tcpsvd, tcpsvd: shrinkDenys Vlasenko
2009-06-12readlink: support -n, -v, -s and -q too if support for -f is requestedDenys Vlasenko
2009-06-05printf: accept negative numbers for %x; sh: overflowed numbers are 0Denys Vlasenko
2009-04-21switch_root: improve behavior on error; improve help textDenis Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2009-04-19mdev: Rob's #if forest removalDenis Vlasenko
2009-04-09*: make "pragma GCC visibility push(hidden)" less uglyDenis Vlasenko
2009-04-07FEATURE_FANCY_ECHO needs to be accessible for hushDenis Vlasenko
2009-03-27ls: warning fixDenis Vlasenko
2009-03-27tail: fix tail +N syntax not working. Closes bug 221.Denis Vlasenko
2009-03-21ls: make readlink error to not disrupt output (try ls -l /proc/self/fd).Denis Vlasenko
2009-03-20cd: "support" -v by ignoring itDenis Vlasenko
2009-03-19df: fix FEATURE_DF_FANCY=off, FEATURE_HUMAN_READABLE=on case.Denis Vlasenko
2009-03-18ls: make color-related code more readable. Fix a case whenDenis Vlasenko
2009-03-15tr: support -C as synonym to -cDenis Vlasenko
2009-03-15uname: correct cut/paste errorDenis Vlasenko
2009-03-14uname: support long optionsDenis Vlasenko
2009-03-09ftpd + ls - timestamp = confused Mozilla. Prevent that.Denis Vlasenko
2009-03-09uniq: strncmp(a,b, -1) might be problematic, use INT_MAX insteadDenis Vlasenko
2009-03-09ftpd: reuse ls applet for LIST/NLST/STAT generationDenis Vlasenko
2009-03-08ftpd: code chrink, fixed some minor bugsDenis Vlasenko
2009-03-03expr: a bit more robust handling of regexps with groups (closes bug 87)Denis Vlasenko
2009-03-03printf: fix 1.12.0 breakage (from %*d fix). It was misinterpreting "*"Denis Vlasenko
2009-03-03ls: implement -Q and -g (-g was accepted but ignored)Denis Vlasenko