aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
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
2009-03-03ls: do not follow links with -s (closes bug 33),Denis Vlasenko
2009-03-02tr: fix overflow in expand and complement, fix stop after [:class:],Denis Vlasenko
2009-03-01tr: support [:xdigit:], fix handling of ranges and [x]'s.Denis Vlasenko
2009-02-14- cosmetic typo in helptextBernhard Reutner-Fischer
2009-01-19uname: use wider integer for option bitsDenis Vlasenko
2009-01-19uname: add support for -i and -o, fix printing of unknown -pDenis Vlasenko
2009-01-04printf: make integer format strings print long long-sized values.Denis Vlasenko
2008-12-26unexpand: fix incorrect expansion, add test for itDenis Vlasenko
2008-12-23libbb: introduce and use xmalloc_ttyname (-32 in bss).Denis Vlasenko
2008-12-14expand: fix incorrect expansion exactly on tab boundary; shrink the codeDenis Vlasenko
2008-12-10ash: printf builtin with no arguments should not exitDenis Vlasenko
2008-12-07Fix forgotten license commentsDenis Vlasenko
2008-12-03libbb: introduce and use xgetpwnam. ~ -150 bytes.Denis Vlasenko