applets: Add installation of individual binaries
[oweals/busybox.git] / coreutils /
2015-06-07 Maninder Singhfix whitespaces
2015-06-07 Junling Zhengchown: fix help text
2015-05-25 Ari Sundholmtruncate: do not die when a file doesn't exist and...
2015-05-25 Maninder Singhtypo fixes
2015-04-21 Denys Vlasenkospecial-case {true,false,test} --help
2015-04-02 Bernhard Reutner... *: Switch to POSIX utmpx API
2015-03-22 Denys Vlasenkotruncate: new applet
2015-03-22 Ari Sundholmdd: move suffix struct to xatonum.c
2015-03-12 Ron Yorstonod: fix printing of high-bit chars
2015-03-12 Denys Vlasenkolibbb: introduce and use is_prefixed_with()
2015-02-23 Denys Vlasenkols: heed compiler warning
2015-02-18 Denys Vlasenkols: trivial code shrink
2015-02-16 Denys Vlasenkols: fix year 9999 bug :)
2015-02-07 Ari Sundholmdd: add optional support for status=noxfer/none
2015-01-24 Denys Vlasenkotrim extra newlines in help texts
2014-09-24 Denys Vlasenkoinstall: fix help text
2014-09-24 Aaro Koskineninstall: implement -t DIR
2014-09-20 Ari Sundholmdf: fix -T option when ENABLE_FEATURE_HUMAN_READABLE=0
2014-09-17 Ari Sundholmdf: implement -T option
2014-07-01 Denys Vlasenkotest: fix mishandling of "test '(' = '('" and similar
2014-06-27 Michael Gernothstat: fix printing selinux context and null-dereference
2014-06-22 Isaac Dunhamunlink: new applet
2014-05-19 Denys VlasenkoAdd conditional support for -v / --verbose
2014-03-07 Denys Vlasenkoshuf: trim help text
2014-03-07 Denys Vlasenkoshuf: do not use strings for -i RANGE case
2014-03-07 Bartosz Golaszewskishuf: improve help text
2014-03-07 Bartosz Golaszewskishuf: fix a segfault on 'shuf -e'
2014-03-05 Denys Vlasenkoshuf: new applet
2014-02-27 Denys Vlasenkols: make "ls -s DIR" show total too. Clases 4946
2014-02-03 Denys Vlasenkocatv: suppress compiler warning
2014-01-31 Mike Frysingeruname: fix up usage documentation
2014-01-19 Bartosz Golaszewskisort: check global flags on fallback sort
2014-01-19 Bartosz Golaszewskisort.c: remove a magic number from compare_keys()
2014-01-10 Cristian Ionescu... tail: adjust help/usage texts
2014-01-09 Denys Vlasenkochown: fix help text
2013-12-16 Michael Tokarevexpand: use printable_string instead of hard-coding...
2013-11-29 Denys VlasenkoUse unsigned printf/scanf conversion where more appropriate
2013-10-16 Bartosz Golaszewskitail compat: fix header printing for tail -f
2013-09-11 Denys Vlasenkotouch: add conditional support for -h
2013-08-20 Denys Vlasenkodd: code shrink
2013-08-20 Denys Vlasenkodd: code shrink
2013-08-20 Denys Vlasenkodd: code shrink
2013-08-20 Denys Vlasenkodd: remove FIXME comment which is fixed now. No code...
2013-08-20 Denys Vlasenkodd: code shrink
2013-08-20 Denys Vlasenkodd: fail if swab is attempted on odd-sized block
2013-08-19 Denys Vlasenkodd: fix example in a comment. No code changes.
2013-08-19 Denys Vlasenkodd: support conv=swab
2013-08-19 Denys Vlasenkodd: do not reuse local variables for unrelated values.
2013-07-30 Denys VlasenkoWhitespace fixes
2013-07-30 Denys Vlasenkocatv: code shrink
2013-07-30 Bartosz GolaszewskiRefactor catv. Move visible() from stty to libbb.
2013-07-13 Denys VlasenkoCommonalize typical [b,]k,m suffix struct
2013-07-08 Denys Vlasenkotail: code shrink
2013-07-04 Cristian Ionescu... foo*sum: Correct syntax error
2013-07-02 Denys Vlasenkotail: track file size only in -f mode
2013-07-02 Denys Vlasenkofoo*sum: report I/O errors, don't merely exit with 1.
2013-05-17 Denys Vlasenkostty: disable CIBAUD leak check - it is not necessary...
2013-05-17 Denys Vlasenkostty: code shrink
2013-03-29 Denys Vlasenkolibbb: introduce and use strftime_[YYYYMMDD]HHMMSS()
2013-03-12 Mike Frysingerreadlink: note that our -f is really -e
2013-03-12 Mike Frysingerplatform: use KERNEL_VERSION to simplify uClibc version...
2013-03-04 Denys Vlasenkohostid: do not output sign-extended host id. Closes...
2013-02-25 Denys Vlasenkotail: make help text for -n +N syntax more correct
2013-02-25 Denys Vlasenkohead: support -n -NUM and -c -NUM
2013-02-25 Denys Vlasenkohead,tail: use common suffix struct. simplify help...
2013-01-15 Denys Vlasenkowhitespace fixes. no code changes
2013-01-14 Denys Vlasenkowhitespace cleanup. no code changes
2013-01-14 Lauri Kasanensha3sum: new applet
2013-01-14 Denys Vlasenkowhitespace fixes. no code changes
2012-12-14 Denys Vlasenkodu: document incompatibility with standard tool
2012-09-27 Denys Vlasenkofix unsafe bb_perror_msg(filename) calls
2012-06-19 Denys Vlasenkotweak help text
2012-06-10 Tias Gunsandroid: fix 'stat', ifdef S_TYPEIS* in coreutiles...
2012-05-06 Simon Bmv: accept but ignore -v
2012-05-06 Simon Bmkdir,rmdir: accept and ignore -v, --verbose
2012-05-06 Simon Bln: support -T and -v
2012-04-18 Denys Vlasenkowho: fix typo in help text
2012-04-17 Denys Vlasenkowho,less: tweaked help text
2012-03-08 Denys Vlasenkotest: "test !" was accessing argv past NULL - fix it...
2012-03-07 Denys Vlasenkolibbb: make xchroot do a chdir("/") after chroot
2012-03-07 Denys Vlasenkoprintf: fix this case: printf "%b" '\0057usr\0057bin\n'
2012-03-07 Denys Vlasenkoprintf: trim help text
2012-03-05 Denys Vlasenkouudecode: tweak help text
2012-03-05 Denys Vlasenkouuencode: tweak help text
2012-03-05 Denys Vlasenkocp: trim help text
2012-03-05 Denys Vlasenkodu: trim help text a bit more
2012-03-05 Denys Vlasenkodu: remove stray whitespace in help text
2012-03-01 Denys Vlasenkodate: extend help text to explain compat date format...
2012-02-28 Ian Wienanddu: use long long for size field
2012-02-23 Timo Terasmkdir: fix permissions on 64-bit platforms
2011-12-18 Denys Vlasenkolibbb: remove is_directory's argument which is always...
2011-12-14 walter harmstouch: add new option FEATURE_TOUCH_SUSV3
2011-12-13 Denys Vlasenkotouch: document -t DT option in help text
2011-10-28 Denys Vlasenkowhitespace fixes
2011-10-21 Denys Vlasenkostty: trim too verbose error messages (-40 bytes)
2011-10-18 Denys Vlasenkouudecode: fix buggy check for empty filename
2011-10-16 Denys Vlasenkopwd: implement -LP if DESKTOP
2011-09-20 Denys Vlasenkoadd INIT_G()'s. No code changes.
2011-09-16 Denys Vlasenkotail: fix -c +N. Closes 4111
2011-08-16 Pere Orgahostid: fix behavior on identifiers starting with zeros
next