Age | Commit message (Expand) | Author |
2015-04-21 | special-case {true,false,test} --help | Denys Vlasenko |
2015-04-02 | *: Switch to POSIX utmpx API | Bernhard Reutner-Fischer |
2015-03-22 | truncate: new applet | Denys Vlasenko |
2015-03-22 | dd: move suffix struct to xatonum.c | Ari Sundholm |
2015-03-12 | od: fix printing of high-bit chars | Ron Yorston |
2015-03-12 | libbb: introduce and use is_prefixed_with() | Denys Vlasenko |
2015-02-23 | ls: heed compiler warning | Denys Vlasenko |
2015-02-18 | ls: trivial code shrink | Denys Vlasenko |
2015-02-16 | ls: fix year 9999 bug :) | Denys Vlasenko |
2015-02-07 | dd: add optional support for status=noxfer/none | Ari Sundholm |
2015-01-24 | trim extra newlines in help texts | Denys Vlasenko |
2014-09-24 | install: fix help text | Denys Vlasenko |
2014-09-24 | install: implement -t DIR | Aaro Koskinen |
2014-09-20 | df: fix -T option when ENABLE_FEATURE_HUMAN_READABLE=0 | Ari Sundholm |
2014-09-17 | df: implement -T option | Ari Sundholm |
2014-07-01 | test: fix mishandling of "test '(' = '('" and similar | Denys Vlasenko |
2014-06-27 | stat: fix printing selinux context and null-dereference | Michael Gernoth |
2014-06-22 | unlink: new applet | Isaac Dunham |
2014-05-19 | Add conditional support for -v / --verbose | Denys Vlasenko |
2014-03-07 | shuf: trim help text | Denys Vlasenko |
2014-03-07 | shuf: do not use strings for -i RANGE case | Denys Vlasenko |
2014-03-07 | shuf: improve help text | Bartosz Golaszewski |
2014-03-07 | shuf: fix a segfault on 'shuf -e' | Bartosz Golaszewski |
2014-03-05 | shuf: new applet | Denys Vlasenko |
2014-02-27 | ls: make "ls -s DIR" show total too. Clases 4946 | Denys Vlasenko |
2014-02-03 | catv: suppress compiler warning | Denys Vlasenko |
2014-01-31 | uname: fix up usage documentation | Mike Frysinger |
2014-01-19 | sort: check global flags on fallback sort | Bartosz Golaszewski |
2014-01-19 | sort.c: remove a magic number from compare_keys() | Bartosz Golaszewski |
2014-01-10 | tail: adjust help/usage texts | Cristian Ionescu-Idbohrn |
2014-01-09 | chown: fix help text | Denys Vlasenko |
2013-12-16 | expand: use printable_string instead of hard-coding implementation | Michael Tokarev |
2013-11-29 | Use unsigned printf/scanf conversion where more appropriate | Denys Vlasenko |
2013-10-16 | tail compat: fix header printing for tail -f | Bartosz Golaszewski |
2013-09-11 | touch: add conditional support for -h | Denys Vlasenko |
2013-08-20 | dd: code shrink | Denys Vlasenko |
2013-08-20 | dd: code shrink | Denys Vlasenko |
2013-08-20 | dd: code shrink | Denys Vlasenko |
2013-08-20 | dd: remove FIXME comment which is fixed now. No code changes | Denys Vlasenko |
2013-08-20 | dd: code shrink | Denys Vlasenko |
2013-08-20 | dd: fail if swab is attempted on odd-sized block | Denys Vlasenko |
2013-08-19 | dd: fix example in a comment. No code changes. | Denys Vlasenko |
2013-08-19 | dd: support conv=swab | Denys Vlasenko |
2013-08-19 | dd: do not reuse local variables for unrelated values. | Denys Vlasenko |
2013-07-30 | Whitespace fixes | Denys Vlasenko |
2013-07-30 | catv: code shrink | Denys Vlasenko |
2013-07-30 | Refactor catv. Move visible() from stty to libbb. | Bartosz Golaszewski |
2013-07-13 | Commonalize typical [b,]k,m suffix struct | Denys Vlasenko |
2013-07-08 | tail: code shrink | Denys Vlasenko |
2013-07-04 | foo*sum: Correct syntax error | Cristian Ionescu-Idbohrn |