shell: split read builtin from ash
[oweals/busybox.git] / coreutils /
2010-01-09 Denys Vlasenko*: make it easier to distinquish "struct tm", pointer...
2010-01-06 Denys Vlasenkocal: document the location of unicode bug. no code...
2010-01-04 Denys Vlasenkofold: unicode support. Based on a patch by Tomas Heinri...
2010-01-04 Tomas Heinrich[un]expand: unicode support
2010-01-04 Denys Vlasenko*: remove some uses of argc
2010-01-04 Denys Vlasenko*: make 2 more "int argc"'s unused; more saved if ...
2009-12-13 Denys Vlasenkosort: make sort -o FILE FILE (same FILE) work. Closes...
2009-12-11 Denys Vlasenkostty: code shrink -44 bytes
2009-12-11 Denys Vlasenkostty: fix columns command. closes bug 791.
2009-12-05 Denys Vlasenkomount: prevent second mount -a from mounting everything...
2009-11-30 Denys Vlasenkotouch: needs another fix after last utimes() fixes
2009-11-29 Denys Vlasenkofix improper utimes usage
2009-11-28 Denys Vlasenko*: remove a few more cases of argc usage. -89 bytes.
2009-11-26 Denys Vlasenkosplit: handle - as "use stdin". +13 bytes. Closes bug...
2009-11-22 Denys Vlasenkood: fix -tx without length spec
2009-11-20 Denys Vlasenkofix fallout from isprint() changes
2009-11-18 Denys Vlasenkolibbb: robustify isXXXX(). +39 bytes
2009-11-18 Dan Fandrichwc: fix a hang gue to isprint(EOF)
2009-11-15 Denys Vlasenkolibbb: added xfdopen_for_read/write
2009-11-15 Denys Vlasenkodate: restore hadling of MMDDhhmm[[CC]YY][.ss] date...
2009-11-15 Denys Vlasenkosome non-gnu compilers can't have non-const struct...
2009-11-14 Bernhard Reutner... use utimes() rather than obsolescent utime()
2009-11-13 Denys Vlasenko*: use "can't" instead of "cannot"
2009-11-12 Denys Vlasenkoenv: don't SEGV on bare "env -"
2009-11-11 Denys Vlasenkotidy up O_NONBLOCK usage. use libbb functions in stty.
2009-11-04 Denys Vlasenkofold: fix a corner case. By Tomas Heinrich (heinrich...
2009-11-02 Denys Vlasenko*: introduce and use ffulsh_all()
2009-10-29 Bernhard Reutner... tty: use defines rather than constants
2009-10-27 Bernhard Reutner... add and use xopen_nonblocking (-18b)
2009-10-24 Denys Vlasenkofix up potential printf's with unsafe format strings
2009-10-23 Denys Vlasenkols: fix "ls | cat" to not show "total NNN" header
2009-10-23 Bernhard Reutner... date: handle long options
2009-10-23 Denys Vlasenko*: optimize most of isXXXXX() macros
2009-10-22 Denys Vlasenko*: remove last function calls to isspace
2009-10-21 Denys Vlasenkodf: trivial 64-bit fix
2009-10-14 Denys Vlasenkodd: use correct multiplication factor and simplify...
2009-10-13 Denys Vlasenkodd: add a comment, no code changes
2009-10-13 Gabor Hejadd: speed measurement. optional.
2009-10-12 Denys Vlasenkolibbb/human_readable.c: shrink; and reduce bss usage
2009-10-07 Denys Vlasenkocp: revert a recent buggy change, and add a comment...
2009-10-06 Denys Vlasenko*: use {i,u}toa() where appropriate
2009-10-03 Denys Vlasenkols: forgotten chunk from prev commit
2009-10-03 Denys Vlasenkols: code shrink
2009-10-03 Denys Vlasenkols: fix for !FEATURE_LS_RECURSIVE (forgotten free)...
2009-10-03 Denys Vlasenkols: add standards doc; record author of "total NNNN...
2009-10-02 Denys Vlasenkols: code shrink
2009-10-02 Denys Vlasenkols: add "total NNNN" header if DESKTOP. By Johannes...
2009-10-01 Denys Vlasenkocp: FEATURE_CP_LONG_OPTIONS depends on LONG_OPTS
2009-09-30 Denys Vlasenkofind: add zeroing of G.xxx; ftpd - remove extraneous...
2009-09-26 Denys Vlasenkocp: add support for --parents and long option synonyms...
2009-09-22 Denys Vlasenkodf: unicode-aware column formatting. By Tomas Heinrich...
2009-09-18 Denys Vlasenkodd: fix conv=noerror w/o sync to not write out zeroed...
2009-09-12 Denys Vlasenkotest: use index_in_strings
2009-09-09 Denys Vlasenkoa few more GCC-isms removed
2009-09-06 Denys Vlasenkomore C standard compat fixes from Dan Fandrich
2009-08-31 Denys Vlasenkouniq: shave off whole 10 bytes off, oh my
2009-08-30 Denys Vlasenkouniq: code shrink
2009-08-30 Denys Vlasenkouniq: plug memory leak (patch from OpenWRT project)
2009-08-30 Denys Vlasenkouniq: rename some variables. no code changes
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...
next