| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge busybox into merge | Ron Yorston | 2022-02-09 | 1 | -0/+15 |
|\ |
|
| * | sed: fix handling of escaped delimiters in s/// replacement | Denys Vlasenko | 2022-01-23 | 1 | -2/+7 |
| * | sed: fix handling of escaped delimiters in s/// search pattern, closes 14541 | Denys Vlasenko | 2022-01-23 | 1 | -0/+10 |
* | | Merge busybox into merge | Ron Yorston | 2022-01-13 | 1 | -1/+11 |
|\| |
|
| * | awk: input numbers are never octal or hex (only program consts can be) | Denys Vlasenko | 2022-01-08 | 1 | -1/+11 |
* | | Merge busybox into merge | Ron Yorston | 2022-01-06 | 2 | -0/+51 |
|\| |
|
| * | sort: support -h | Denys Vlasenko | 2022-01-05 | 1 | -0/+29 |
| * | sort: fix -s -r interaction: 'stable' order is not affected by -r | Denys Vlasenko | 2022-01-04 | 1 | -0/+13 |
| * | sed: correctly handle 'w FILE' commands writing to the same file | Denys Vlasenko | 2022-01-04 | 1 | -0/+9 |
* | | Merge busybox into merge | Ron Yorston | 2021-12-27 | 3 | -0/+30 |
|\| |
|
| * | sed: do not ignore 'g' modifier when match starts with ^ | Dominique Martinet | 2021-12-25 | 1 | -0/+6 |
| * | printf: allow 0 as a flag and allow multiple flags | Ron Yorston | 2021-12-17 | 1 | -0/+10 |
| * | libbb: code shrink in des encryption, in setup_salt() | Denys Vlasenko | 2021-11-28 | 1 | -0/+14 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-10-13 | 2 | -0/+51 |
|\| |
|
| * | libbb: better coreutils compatibility for realpath | Ron Yorston | 2021-10-09 | 1 | -0/+45 |
| * | xxd: fix -p -r, closes 13881 | Denys Vlasenko | 2021-10-08 | 1 | -0/+6 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-09-17 | 1 | -0/+32 |
|\| |
|
| * | date,touch: allow timezone offsets in dates | Ron Yorston | 2021-09-17 | 1 | -0/+32 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-09-10 | 2 | -0/+11 |
|\| |
|
| * | awk: fix printf %% | Daniel Thau | 2021-09-05 | 2 | -0/+11 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-08-22 | 1 | -0/+46 |
|\| |
|
| * | rev: correct output for long input lines | Ron Yorston | 2021-08-22 | 1 | -0/+46 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-08-17 | 4 | -8/+15 |
|\| |
|
| * | awk: fix testsuite | Denys Vlasenko | 2021-08-16 | 1 | -1/+1 |
| * | tar: fix testsuite | Denys Vlasenko | 2021-08-16 | 1 | -7/+10 |
| * | dd: fix testsuite | Denys Vlasenko | 2021-08-15 | 1 | -0/+2 |
| * | cut: fix testsuite | Denys Vlasenko | 2021-08-15 | 1 | -0/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-07-24 | 1 | -0/+64 |
|\| |
|
| * | cut: add toybox-compatible options -O OUTSEP, -D, -F LIST | Rob Landley | 2021-07-20 | 1 | -0/+64 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-07-17 | 1 | -7/+20 |
|\| |
|
| * | awk: disallow break/continue outside of loops | Denys Vlasenko | 2021-07-14 | 1 | -7/+2 |
| * | awk: fix printf "%-10c", 0 | Denys Vlasenko | 2021-07-12 | 1 | -0/+8 |
| * | awk: unbreak "cmd" | getline | Denys Vlasenko | 2021-07-11 | 1 | -0/+5 |
| * | awk: undo TI_PRINT, it introduced a bug (print with any redirect acting as pr... | Denys Vlasenko | 2021-07-11 | 1 | -0/+5 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-07-05 | 1 | -0/+32 |
|\| |
|
| * | awk: fix beavior of "exit" without parameter | Denys Vlasenko | 2021-07-02 | 1 | -0/+5 |
| * | awk: evaluate all, even superfluous function args | Denys Vlasenko | 2021-06-30 | 1 | -1/+7 |
| * | awk: allow empty fuinctions with no arguments, disallow function redefinitions | Denys Vlasenko | 2021-06-30 | 1 | -0/+10 |
| * | awk: fix parsing of expressions such as "v (a)" | Denys Vlasenko | 2021-06-29 | 1 | -0/+11 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-06-28 | 3 | -4/+29 |
|\| |
|
| * | cp,mv: fix -t DIR option | Ron Yorston | 2021-06-25 | 1 | -0/+16 |
| * | unlzma: fix a case where we could read before beginning of buffer | Denys Vlasenko | 2021-06-15 | 2 | -4/+13 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-05-14 | 2 | -0/+6 |
|\| |
|
| * | dd: support iflag=count_bytes | Rafał Miłecki | 2021-04-13 | 1 | -0/+1 |
| * | start-stop-daemon: explain -x + -a test | Denys Vlasenko | 2021-03-09 | 1 | -0/+5 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-03-01 | 2 | -0/+10 |
|\| |
|
| * | bc/dc: fix length(0) and length(0.000nnn) result | Denys Vlasenko | 2021-02-26 | 2 | -0/+10 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-02-05 | 3 | -0/+68 |
|\| |
|
| * | nl: ensure '-b n' option displays file content | Ron Yorston | 2021-02-02 | 2 | -0/+63 |
| * | awk: allow printf('%c') to output NUL, closes 13486 | Ron Yorston | 2021-02-02 | 1 | -0/+5 |