Age | Commit message (Expand) | Author |
2017-01-23 | ls: handle -d and -R through option_mask32 | Denys Vlasenko |
2017-01-23 | ls: handle -p and -F through option_mask32 | Denys Vlasenko |
2017-01-23 | ls: LIST_ID_NAME/ID_NUMERIC/LOPT/LONG are the same, merge as LONG | Denys Vlasenko |
2017-01-23 | ls: make -Z output compatible with GNU coreutils 8.25 | Denys Vlasenko |
2017-01-23 | ls: LIST_NLINKS/SIZE/DATE_TIME/SYMLINK are always the same, merge as LIST_LOPT | Denys Vlasenko |
2017-01-23 | ls: handle -s through option_mask32 | Denys Vlasenko |
2017-01-23 | ls: handle -i through option_mask32 | Denys Vlasenko |
2017-01-23 | ls: handle -a and -A through option_mask32 | Denys Vlasenko |
2017-01-23 | ls: handle all sort options through option_mask32 | Denys Vlasenko |
2017-01-22 | ls: -1 should be ignored by -l (and options which imply -l) | Denys Vlasenko |
2017-01-22 | ls: more correct handling of -c, -u | Denys Vlasenko |
2017-01-22 | ls: replace -e with --full-time, add --group-directories-first, delete -K | Denys Vlasenko |
2017-01-21 | make --help texts more uniform | Denys Vlasenko |
2017-01-11 | Move FEATURE_AUTOWIDTH config option to two applets which use it | Denys Vlasenko |
2017-01-10 | shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_foo | Denys Vlasenko |
2017-01-10 | Big cleanup in config help and description | Denys Vlasenko |
2017-01-09 | hush: make echo builtin optional | Denys Vlasenko |
2017-01-08 | hush: kill builtin and kill %jobspec support | Denys Vlasenko |
2016-12-23 | Make it possible to select "sh" and "bash" aliases without selecting ash or hush | Denys Vlasenko |
2016-12-12 | df: implement -B n<suff> and -B <suff> formats of -B option | Denys Vlasenko |
2016-12-04 | fix musl problem with dirname, now for all users of bb_make_directory() | Denys Vlasenko |
2016-12-03 | install: fix musl problem with dirname | Denys Vlasenko |
2016-11-23 | test: make [ and [[ forms individually selectable | Denys Vlasenko |
2016-11-23 | Remove remnants of disabled "length" applet | Denys Vlasenko |
2016-11-23 | Make dos2unix/unix2dos independently selectable | Denys Vlasenko |
2016-11-23 | Convert all coreutils/* applets to "new style" applet definitions | Denys Vlasenko |
2016-10-02 | test: fix compile error in last commit | Denys Vlasenko |
2016-10-02 | test: memory leak: free group id list | Denys Vlasenko |
2016-09-17 | fix "aloc" -> "alloc" typos | Denys Vlasenko |
2016-08-29 | sha3sum: fix config text (it's no longer only 512-bit) | Denys Vlasenko |
2016-08-29 | sha3: fix to conform to final SHA3 padding standard, add -a BITS option | Denys Vlasenko |
2016-07-19 | typo fixes | Denys Vlasenko |
2016-07-11 | {md5,shaN}sum: make -c EMPTY fail | Denys Vlasenko |
2016-07-06 | getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST | Denys Vlasenko |
2016-06-24 | df: use f_frsize instead of f_bsize for correct sizes | Natanael Copa |
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 |