Age | Commit message (Expand) | Author |
2016-05-27 | cp: add -u/--update and --remove-destination | Denys Vlasenko |
2016-04-22 | *: slap on a few ALIGN1/2s where appropriate | Denys Vlasenko |
2016-04-21 | *: hopefully all setup_common_bufsiz() are in place | Denys Vlasenko |
2016-04-21 | *: add most of the required setup_common_bufsiz() calls | Denys Vlasenko |
2016-04-21 | libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it | Denys Vlasenko |
2016-04-02 | sort: "-o FILE", not "-o", is the syntax | Denys Vlasenko |
2016-04-02 | sort: help text does not need to say that -mST are supported but ignored | Denys Vlasenko |
2016-03-06 | ls: fix columnar output. Closes 8731 | Denys Vlasenko |
2016-02-01 | dd: support iflag=skip_bytes | Rafał Miłecki |
2016-01-31 | printf: short-circuit output when argument to %b includes \c | Ron Yorston |
2016-01-17 | dos2unix: try to preserve ownership. closes 8311 | Denys Vlasenko |
2016-01-13 | truncate: use O_WRONLY|O_NONBLOCK | Mike Frysinger |
2016-01-13 | truncate: always set mode when opening file to avoid fortify errors | Ari Sundholm |
2015-10-30 | stat: make -f optional. This allows to build stat for non-linux systems | Denys Vlasenko |
2015-10-26 | tr: support octal ranges | Richard Genoud |
2015-10-23 | libbb: factor out code which queries screen width | Denys Vlasenko |
2015-10-19 | sort: fix ENDCHAR handling in "-kSTART,N.ENDCHAR" | Denys Vlasenko |
2015-10-19 | sort: code shrink | Denys Vlasenko |
2015-10-19 | remove extra debug printout | Denys Vlasenko |
2015-10-19 | sort: fix key with delimiters breakage | Denys Vlasenko |
2015-10-19 | libbb: make parse_chown_usergroup_or_die() set unspecified uid/gid to -1 | Denys Vlasenko |
2015-10-19 | od: get rid of (almost all) statics | Denys Vlasenko |
2015-10-16 | cpio: implement -R/--owner | Aaro Koskinen |
2015-10-15 | du: extra compat: with -k and -m, round sizes up | Denys Vlasenko |
2015-10-14 | libiproute: rename invarg(a,b) to invarg_1_to_2(a,b) | Denys Vlasenko |
2015-10-07 | build system: -fno-builtin-printf | Denys Vlasenko |
2015-10-07 | libbb: more compact API for bb_parse_mode() | Denys Vlasenko |
2015-10-05 | uudecode: tolerate text input with CR+LF line ends | Denys Vlasenko |
2015-09-19 | sort: fix -kN,M handling (was including last separator into the comparison) | Denys Vlasenko |
2015-08-03 | uname: make OS name configurable | Ron Yorston |
2015-07-31 | echo: make escape sequences depend on fancy mode | Mike Frysinger |
2015-07-21 | sync: add support for -d -f FILE | Denys Vlasenko |
2015-07-13 | Removes stray empty line from code | Maninder Singh |
2015-06-07 | fix whitespaces | Maninder Singh |
2015-06-07 | chown: fix help text | Junling Zheng |
2015-05-25 | truncate: do not die when a file doesn't exist and no-create flag is on | Ari Sundholm |
2015-05-25 | typo fixes | Maninder Singh |
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 |