aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* seq: fix testsuite failuresDenys Vlasenko2009-06-151-16/+51
* ash: fix . builtinDenys Vlasenko2009-06-141-2/+44
* test, tcpsvd, tcpsvd: shrinkDenys Vlasenko2009-06-131-19/+33
* readlink: support -n, -v, -s and -q too if support for -f is requestedDenys Vlasenko2009-06-121-5/+28
* printf: accept negative numbers for %x; sh: overflowed numbers are 0Denys Vlasenko2009-06-051-0/+8
* switch_root: improve behavior on error; improve help textDenis Vlasenko2009-04-211-1/+1
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-2117-83/+83
* mdev: Rob's #if forest removalDenis Vlasenko2009-04-191-3/+3
* *: make "pragma GCC visibility push(hidden)" less uglyDenis Vlasenko2009-04-091-7/+3
* FEATURE_FANCY_ECHO needs to be accessible for hushDenis Vlasenko2009-04-071-1/+1
* ls: warning fixDenis Vlasenko2009-03-272-3/+4
* tail: fix tail +N syntax not working. Closes bug 221.Denis Vlasenko2009-03-271-1/+1
* ls: make readlink error to not disrupt output (try ls -l /proc/self/fd).Denis Vlasenko2009-03-211-101/+97
* cd: "support" -v by ignoring itDenis Vlasenko2009-03-201-1/+49
* df: fix FEATURE_DF_FANCY=off, FEATURE_HUMAN_READABLE=on case.Denis Vlasenko2009-03-191-7/+6
* ls: make color-related code more readable. Fix a case whenDenis Vlasenko2009-03-181-19/+43
* tr: support -C as synonym to -cDenis Vlasenko2009-03-151-8/+21
* uname: correct cut/paste errorDenis Vlasenko2009-03-152-5/+19
* uname: support long optionsDenis Vlasenko2009-03-141-0/+16
* ftpd + ls - timestamp = confused Mozilla. Prevent that.Denis Vlasenko2009-03-091-0/+15
* uniq: strncmp(a,b, -1) might be problematic, use INT_MAX insteadDenis Vlasenko2009-03-091-1/+1
* ftpd: reuse ls applet for LIST/NLST/STAT generationDenis Vlasenko2009-03-092-1/+1
* ftpd: code chrink, fixed some minor bugsDenis Vlasenko2009-03-081-3/+5
* expr: a bit more robust handling of regexps with groups (closes bug 87)Denis Vlasenko2009-03-031-6/+6
* printf: fix 1.12.0 breakage (from %*d fix). It was misinterpreting "*"Denis Vlasenko2009-03-031-3/+3
* ls: implement -Q and -g (-g was accepted but ignored)Denis Vlasenko2009-03-031-100/+138
* ls: do not follow links with -s (closes bug 33),Denis Vlasenko2009-03-031-10/+10
* tr: fix overflow in expand and complement, fix stop after [:class:],Denis Vlasenko2009-03-021-104/+131
* tr: support [:xdigit:], fix handling of ranges and [x]'s.Denis Vlasenko2009-03-011-38/+47
* - cosmetic typo in helptextBernhard Reutner-Fischer2009-02-141-1/+1
* uname: use wider integer for option bitsDenis Vlasenko2009-01-191-1/+1
* uname: add support for -i and -o, fix printing of unknown -pDenis Vlasenko2009-01-191-33/+72
* printf: make integer format strings print long long-sized values.Denis Vlasenko2009-01-041-53/+65
* unexpand: fix incorrect expansion, add test for itDenis Vlasenko2008-12-261-39/+27
* libbb: introduce and use xmalloc_ttyname (-32 in bss).Denis Vlasenko2008-12-231-1/+1
* expand: fix incorrect expansion exactly on tab boundary; shrink the codeDenis Vlasenko2008-12-141-34/+26
* ash: printf builtin with no arguments should not exitDenis Vlasenko2008-12-101-1/+8
* Fix forgotten license commentsDenis Vlasenko2008-12-071-0/+3
* libbb: introduce and use xgetpwnam. ~ -150 bytes.Denis Vlasenko2008-12-031-3/+1
* libbb: password/group function helpers rewritten by Tito:Denis Vlasenko2008-12-022-8/+4
* remove a few superfluous includesDenis Vlasenko2008-11-251-1/+0
* ash,hush: add TODO for rare build failureDenis Vlasenko2008-11-252-2/+0
* id: do not abort build if we use internal password/group functions.Denis Vlasenko2008-11-171-0/+2
* id: abort the build of uclibc is less than 0.9.30Denis Vlasenko2008-11-161-0/+6
* stat: fix compile breakage (get_f_fsid() is used even if !FEATURE_STAT_FORMAT)Denis Vlasenko2008-11-131-14/+14
* seq: shrink by 10 bytesDenis Vlasenko2008-11-121-8/+9
* - add support for seq -s <separator>Bernhard Reutner-Fischer2008-11-121-4/+9
* - add seq -w support (Natanael Copa)Bernhard Reutner-Fischer2008-11-121-4/+11
* cksum, printenv: report errors via exitcodeDenis Vlasenko2008-11-112-3/+10
* head: report file open errors with exitcode 1 (was happily returning 0)Denis Vlasenko2008-11-111-4/+4