OSDN Git Service

Fix cyanogen module path
[android-x86/external-busybox.git] / coreutils /
2010-01-28 Dylan SimonEnable a few more applets
2010-01-20 Dylan SimonFix various bugs related to filesize vs. off_t
2010-01-18 Dylan SimonFirst pass adaption to android
2009-12-13 Denys Vlasenkosort: make sort -o FILE FILE (same FILE) work. Closes...
2009-12-12 Denys Vlasenkoapply post-1.15.2 fixes
2009-10-08 Denys Vlasenkoapply post-1.15.1 fixes
2009-09-12 Denys Vlasenkotest: use index_in_strings
2009-08-10 Denys Vlasenkotail: read only a portion of a file if it's huge. close...
2009-08-09 Denys Vlasenkotail: fix "tail +N file_shorter_than_N"
2009-08-05 Denys Vlasenkodd: conv=noerror should skip read errors using lseek...
2009-07-21 Eric Lammertstail: implement -F
2009-07-18 Denys Vlasenkofix mountpoint test to not prevemt mkfs_xxx from making...
2009-07-18 Denys Vlasenkotouch: implement -t TIME (needed for testsuite)
2009-07-18 Denys Vlasenkotouch: implement -d --date (our own testsuite needs...
2009-07-18 Denys Vlasenkodate: factor out date parsing (in preparation for touch -d)
2009-07-16 Denys Vlasenkotest: fix "test !" and "test abc -a !". closes bug 465
2009-07-11 Denys Vlasenkotweaking Unicode support
2009-07-11 Denys Vlasenkoadded simplified Unicode support for non-locale-enabled...
2009-07-08 Denys Vlasenkomove libc related stuff out of platform.h
2009-07-05 Denys Vlasenkodf: fix "df /"
2009-07-05 Denys VlasenkoPatches to enable FreeBSD build
2009-07-03 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2009-07-03 Denys Vlasenkols: make --color more compatible with coreutils
2009-07-02 Denys Vlasenkols: fix --color handling. Closes bug 435.
2009-06-26 Denys Vlasenkoprintf: (allegedly) fix testsuite failure
2009-06-25 Denys Vlasenkoupdates for supporting Linux kernel build and initrd...
2009-06-19 Denys Vlasenkogetopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG...
2009-06-18 Denys Vlasenkoprintf: fix exit code on conversion error
2009-06-18 Denys Vlasenkofsync: new applet by Pekka Pessi (Pekka.Pessi AT nokia...
2009-06-15 Denys Vlasenkoinstall: compat fix for mode of created files.
2009-06-15 Denys Vlasenkoseq: fix input handling in non-C locales
2009-06-15 Denys Vlasenkolibbb: stop using bb_strtod for now
2009-06-15 Denys Vlasenkoseq: fix testsuite failures
2009-06-14 Denys Vlasenkoash: fix . builtin
2009-06-13 Denys Vlasenkotest, tcpsvd, tcpsvd: shrink
2009-06-12 Denys Vlasenkoreadlink: support -n, -v, -s and -q too if support...
2009-06-05 Denys Vlasenkoprintf: accept negative numbers for %x; sh: overflowed...
2009-04-21 Denis Vlasenkoswitch_root: improve behavior on error; improve help...
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2009-04-19 Denis Vlasenkomdev: Rob's #if forest removal
2009-04-09 Denis Vlasenko*: make "pragma GCC visibility push(hidden)" less ugly
2009-04-07 Denis VlasenkoFEATURE_FANCY_ECHO needs to be accessible for hush
2009-03-27 Denis Vlasenkols: warning fix
2009-03-27 Denis Vlasenkotail: fix tail +N syntax not working. Closes bug 221.
2009-03-21 Denis Vlasenkols: make readlink error to not disrupt output (try...
2009-03-20 Denis Vlasenkocd: "support" -v by ignoring it
2009-03-19 Denis Vlasenkodf: fix FEATURE_DF_FANCY=off, FEATURE_HUMAN_READABLE...
2009-03-18 Denis Vlasenkols: make color-related code more readable. Fix a case...
2009-03-15 Denis Vlasenkotr: support -C as synonym to -c
2009-03-15 Denis Vlasenkouname: correct cut/paste error
2009-03-14 Denis Vlasenkouname: support long options
2009-03-09 Denis Vlasenkoftpd + ls - timestamp = confused Mozilla. Prevent that.
2009-03-09 Denis Vlasenkouniq: strncmp(a,b, -1) might be problematic, use INT_MA...
2009-03-09 Denis Vlasenkoftpd: reuse ls applet for LIST/NLST/STAT generation
2009-03-08 Denis Vlasenkoftpd: code chrink, fixed some minor bugs
2009-03-03 Denis Vlasenkoexpr: a bit more robust handling of regexps with groups...
2009-03-03 Denis Vlasenkoprintf: fix 1.12.0 breakage (from %*d fix). It was...
2009-03-03 Denis Vlasenkols: implement -Q and -g (-g was accepted but ignored)
2009-03-03 Denis Vlasenkols: do not follow links with -s (closes bug 33),
2009-03-02 Denis Vlasenkotr: fix overflow in expand and complement, fix stop...
2009-03-01 Denis Vlasenkotr: support [:xdigit:], fix handling of ranges and...
2009-02-14 Bernhard Reutner... - cosmetic typo in helptext
2009-01-19 Denis Vlasenkouname: use wider integer for option bits
2009-01-19 Denis Vlasenkouname: add support for -i and -o, fix printing of unkno...
2009-01-04 Denis Vlasenkoprintf: make integer format strings print long long...
2008-12-26 Denis Vlasenkounexpand: fix incorrect expansion, add test for it
2008-12-23 Denis Vlasenkolibbb: introduce and use xmalloc_ttyname (-32 in bss).
2008-12-14 Denis Vlasenkoexpand: fix incorrect expansion exactly on tab boundary...
2008-12-10 Denis Vlasenkoash: printf builtin with no arguments should not exit
2008-12-07 Denis VlasenkoFix forgotten license comments
2008-12-03 Denis Vlasenkolibbb: introduce and use xgetpwnam. ~ -150 bytes.
2008-12-02 Denis Vlasenkolibbb: password/group function helpers rewritten by...
2008-11-25 Denis Vlasenkoremove a few superfluous includes
2008-11-25 Denis Vlasenkoash,hush: add TODO for rare build failure
2008-11-17 Denis Vlasenkoid: do not abort build if we use internal password...
2008-11-16 Denis Vlasenkoid: abort the build of uclibc is less than 0.9.30
2008-11-13 Denis Vlasenkostat: fix compile breakage (get_f_fsid() is used even...
2008-11-12 Denis Vlasenkoseq: shrink by 10 bytes
2008-11-12 Bernhard Reutner... - add support for seq -s <separator>
2008-11-12 Bernhard Reutner... - add seq -w support (Natanael Copa)
2008-11-11 Denis Vlasenkocksum, printenv: report errors via exitcode
2008-11-11 Denis Vlasenkohead: report file open errors with exitcode 1 (was...
2008-11-11 Denis Vlasenkoexpr: on error, exit with exitcode 2
2008-11-11 Denis Vlasenkostat: make stat -f show filesystem "ID:" as coreutils...
2008-11-11 Denis Vlasenkoenv: support -uVAR=VAL
2008-11-11 Denis Vlasenkodu: fix "du /dir /dir" case
2008-11-10 Denis Vlasenkolibbb: add optionl support for SHA256/512 encrypted...
2008-11-10 Denis Vlasenkosha256,sha512: new applets. +4.9kb
2008-11-06 Denis Vlasenkobasename: fix error code. again. deja vu feeling...
2008-11-05 Bernhard Reutner... - commentary typo fix (tito)
2008-11-05 Bernhard Reutner... - fix typo in print_user() (tito)
2008-10-29 Denis Vlasenkoid: better wording in comments, no code changes
2008-10-29 Denis Vlasenkoid: coreutils compat by Tito + test script
2008-10-20 Denis Vlasenkoash: fix NOEXEC mode - we were forgetting to pass envir...
2008-09-25 Bernhard Reutner... - update my name. No obj-code changes ;)
2008-09-25 Denis Vlasenkodf: unsigned long needs %lu
2008-09-18 Denis Vlasenkoid: fix "id <user>" case. Requires getgrouplist().
2008-09-16 Denis Vlasenkosetfont: support -m and -C, support -m TEXTUAL_MAP...
2008-09-14 Denis Vlasenkoid: unsigned long is excessive for option bitmask
2008-09-13 Denis Vlasenkoid: code shrink
next