Age | Commit message (Expand) | Author |
2009-06-15 | seq: fix input handling in non-C locales | Denys Vlasenko |
2009-06-15 | libbb: stop using bb_strtod for now | Denys Vlasenko |
2009-06-15 | seq: fix testsuite failures | Denys Vlasenko |
2009-06-14 | ash: fix . builtin | Denys Vlasenko |
2009-06-13 | test, tcpsvd, tcpsvd: shrink | Denys Vlasenko |
2009-06-12 | readlink: support -n, -v, -s and -q too if support for -f is requested | Denys Vlasenko |
2009-06-05 | printf: accept negative numbers for %x; sh: overflowed numbers are 0 | Denys Vlasenko |
2009-04-21 | switch_root: improve behavior on error; improve help text | Denis Vlasenko |
2009-04-21 | *: mass renaming of USE_XXXX to IF_XXXX | Denis Vlasenko |
2009-04-19 | mdev: Rob's #if forest removal | Denis Vlasenko |
2009-04-09 | *: make "pragma GCC visibility push(hidden)" less ugly | Denis Vlasenko |
2009-04-07 | FEATURE_FANCY_ECHO needs to be accessible for hush | Denis Vlasenko |
2009-03-27 | ls: warning fix | Denis Vlasenko |
2009-03-27 | tail: fix tail +N syntax not working. Closes bug 221. | Denis Vlasenko |
2009-03-21 | ls: make readlink error to not disrupt output (try ls -l /proc/self/fd). | Denis Vlasenko |
2009-03-20 | cd: "support" -v by ignoring it | Denis Vlasenko |
2009-03-19 | df: fix FEATURE_DF_FANCY=off, FEATURE_HUMAN_READABLE=on case. | Denis Vlasenko |
2009-03-18 | ls: make color-related code more readable. Fix a case when | Denis Vlasenko |
2009-03-15 | tr: support -C as synonym to -c | Denis Vlasenko |
2009-03-15 | uname: correct cut/paste error | Denis Vlasenko |
2009-03-14 | uname: support long options | Denis Vlasenko |
2009-03-09 | ftpd + ls - timestamp = confused Mozilla. Prevent that. | Denis Vlasenko |
2009-03-09 | uniq: strncmp(a,b, -1) might be problematic, use INT_MAX instead | Denis Vlasenko |
2009-03-09 | ftpd: reuse ls applet for LIST/NLST/STAT generation | Denis Vlasenko |
2009-03-08 | ftpd: code chrink, fixed some minor bugs | Denis Vlasenko |
2009-03-03 | expr: a bit more robust handling of regexps with groups (closes bug 87) | Denis Vlasenko |
2009-03-03 | printf: fix 1.12.0 breakage (from %*d fix). It was misinterpreting "*" | Denis Vlasenko |
2009-03-03 | ls: implement -Q and -g (-g was accepted but ignored) | Denis Vlasenko |
2009-03-03 | ls: do not follow links with -s (closes bug 33), | Denis Vlasenko |
2009-03-02 | tr: fix overflow in expand and complement, fix stop after [:class:], | Denis Vlasenko |
2009-03-01 | tr: support [:xdigit:], fix handling of ranges and [x]'s. | Denis Vlasenko |
2009-02-14 | - cosmetic typo in helptext | Bernhard Reutner-Fischer |
2009-01-19 | uname: use wider integer for option bits | Denis Vlasenko |
2009-01-19 | uname: add support for -i and -o, fix printing of unknown -p | Denis Vlasenko |
2009-01-04 | printf: make integer format strings print long long-sized values. | Denis Vlasenko |
2008-12-26 | unexpand: fix incorrect expansion, add test for it | Denis Vlasenko |
2008-12-23 | libbb: introduce and use xmalloc_ttyname (-32 in bss). | Denis Vlasenko |
2008-12-14 | expand: fix incorrect expansion exactly on tab boundary; shrink the code | Denis Vlasenko |
2008-12-10 | ash: printf builtin with no arguments should not exit | Denis Vlasenko |
2008-12-07 | Fix forgotten license comments | Denis Vlasenko |
2008-12-03 | libbb: introduce and use xgetpwnam. ~ -150 bytes. | Denis Vlasenko |
2008-12-02 | libbb: password/group function helpers rewritten by Tito: | Denis Vlasenko |
2008-11-25 | remove a few superfluous includes | Denis Vlasenko |
2008-11-25 | ash,hush: add TODO for rare build failure | Denis Vlasenko |
2008-11-17 | id: do not abort build if we use internal password/group functions. | Denis Vlasenko |
2008-11-16 | id: abort the build of uclibc is less than 0.9.30 | Denis Vlasenko |
2008-11-13 | stat: fix compile breakage (get_f_fsid() is used even if !FEATURE_STAT_FORMAT) | Denis Vlasenko |
2008-11-12 | seq: shrink by 10 bytes | Denis Vlasenko |
2008-11-12 | - add support for seq -s <separator> | Bernhard Reutner-Fischer |
2008-11-12 | - add seq -w support (Natanael Copa) | Bernhard Reutner-Fischer |