Age | Commit message (Expand) | Author |
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 |
2008-11-11 | cksum, printenv: report errors via exitcode | Denis Vlasenko |
2008-11-11 | head: report file open errors with exitcode 1 (was happily returning 0) | Denis Vlasenko |
2008-11-11 | expr: on error, exit with exitcode 2 | Denis Vlasenko |
2008-11-11 | stat: make stat -f show filesystem "ID:" as coreutils does | Denis Vlasenko |
2008-11-11 | env: support -uVAR=VAL | Denis Vlasenko |
2008-11-11 | du: fix "du /dir /dir" case | Denis Vlasenko |
2008-11-10 | libbb: add optionl support for SHA256/512 encrypted passwords | Denis Vlasenko |
2008-11-10 | sha256,sha512: new applets. +4.9kb | Denis Vlasenko |
2008-11-06 | basename: fix error code. again. deja vu feeling... | Denis Vlasenko |
2008-11-05 | - commentary typo fix (tito) | Bernhard Reutner-Fischer |
2008-11-05 | - fix typo in print_user() (tito) | Bernhard Reutner-Fischer |
2008-10-29 | id: better wording in comments, no code changes | Denis Vlasenko |
2008-10-29 | id: coreutils compat by Tito + test script | Denis Vlasenko |
2008-10-20 | ash: fix NOEXEC mode - we were forgetting to pass environment! | Denis Vlasenko |
2008-09-25 | - update my name. No obj-code changes ;) | Bernhard Reutner-Fischer |
2008-09-25 | df: unsigned long needs %lu | Denis Vlasenko |
2008-09-18 | id: fix "id <user>" case. Requires getgrouplist(). | Denis Vlasenko |
2008-09-16 | setfont: support -m and -C, support -m TEXTUAL_MAP (by Vladimir) | Denis Vlasenko |
2008-09-14 | id: unsigned long is excessive for option bitmask | Denis Vlasenko |
2008-09-13 | id: code shrink | Denis Vlasenko |