aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
2015-04-21special-case {true,false,test} --helpDenys Vlasenko
2015-04-02*: Switch to POSIX utmpx APIBernhard Reutner-Fischer
2015-03-22truncate: new appletDenys Vlasenko
2015-03-22dd: move suffix struct to xatonum.cAri Sundholm
2015-03-12od: fix printing of high-bit charsRon Yorston
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2015-02-23ls: heed compiler warningDenys Vlasenko
2015-02-18ls: trivial code shrinkDenys Vlasenko
2015-02-16ls: fix year 9999 bug :)Denys Vlasenko
2015-02-07dd: add optional support for status=noxfer/noneAri Sundholm
2015-01-24trim extra newlines in help textsDenys Vlasenko
2014-09-24install: fix help textDenys Vlasenko
2014-09-24install: implement -t DIRAaro Koskinen
2014-09-20df: fix -T option when ENABLE_FEATURE_HUMAN_READABLE=0Ari Sundholm
2014-09-17df: implement -T optionAri Sundholm
2014-07-01test: fix mishandling of "test '(' = '('" and similarDenys Vlasenko
2014-06-27stat: fix printing selinux context and null-dereferenceMichael Gernoth
2014-06-22unlink: new appletIsaac Dunham
2014-05-19Add conditional support for -v / --verboseDenys Vlasenko
2014-03-07shuf: trim help textDenys Vlasenko
2014-03-07shuf: do not use strings for -i RANGE caseDenys Vlasenko
2014-03-07shuf: improve help textBartosz Golaszewski
2014-03-07shuf: fix a segfault on 'shuf -e'Bartosz Golaszewski
2014-03-05shuf: new appletDenys Vlasenko
2014-02-27ls: make "ls -s DIR" show total too. Clases 4946Denys Vlasenko
2014-02-03catv: suppress compiler warningDenys Vlasenko
2014-01-31uname: fix up usage documentationMike Frysinger
2014-01-19sort: check global flags on fallback sortBartosz Golaszewski
2014-01-19sort.c: remove a magic number from compare_keys()Bartosz Golaszewski
2014-01-10tail: adjust help/usage textsCristian Ionescu-Idbohrn
2014-01-09chown: fix help textDenys Vlasenko
2013-12-16expand: use printable_string instead of hard-coding implementationMichael Tokarev
2013-11-29Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko
2013-10-16tail compat: fix header printing for tail -fBartosz Golaszewski
2013-09-11touch: add conditional support for -hDenys Vlasenko
2013-08-20dd: code shrinkDenys Vlasenko
2013-08-20dd: code shrinkDenys Vlasenko
2013-08-20dd: code shrinkDenys Vlasenko
2013-08-20dd: remove FIXME comment which is fixed now. No code changesDenys Vlasenko
2013-08-20dd: code shrinkDenys Vlasenko
2013-08-20dd: fail if swab is attempted on odd-sized blockDenys Vlasenko
2013-08-19dd: fix example in a comment. No code changes.Denys Vlasenko
2013-08-19dd: support conv=swabDenys Vlasenko
2013-08-19dd: do not reuse local variables for unrelated values.Denys Vlasenko
2013-07-30Whitespace fixesDenys Vlasenko
2013-07-30catv: code shrinkDenys Vlasenko
2013-07-30Refactor catv. Move visible() from stty to libbb.Bartosz Golaszewski
2013-07-13Commonalize typical [b,]k,m suffix structDenys Vlasenko
2013-07-08tail: code shrinkDenys Vlasenko
2013-07-04foo*sum: Correct syntax errorCristian Ionescu-Idbohrn