| Commit message (Expand) | Author | Age | Files | Lines |
* | make: add '-x' option to set pragmas | Ron Yorston | 2022-11-21 | 1 | -50/+92 |
* | make: add .PRAGMA special target | Ron Yorston | 2022-11-18 | 1 | -38/+135 |
* | make: changes to suffix substitution in macro expansion | Ron Yorston | 2022-11-16 | 1 | -9/+18 |
* | make: show location of errors during build | Ron Yorston | 2022-11-16 | 1 | -15/+41 |
* | make: fix typo in help text | Ron Yorston | 2022-11-14 | 1 | -2/+2 |
* | make: use correct test for valid macro name | Ron Yorston | 2022-11-13 | 1 | -1/+1 |
* | make: make + sh configuration | Ron Yorston | 2022-11-10 | 1 | -1/+8 |
* | make: fix typo in inference rule handling | Ron Yorston | 2022-11-04 | 1 | -1/+1 |
* | make: fixes to inference rules | Ron Yorston | 2022-11-03 | 1 | -18/+21 |
* | make: comments in macro expansions and command lines | Ron Yorston | 2022-11-01 | 1 | -3/+16 |
* | make: different treatment for escaped NL in macro in command | Ron Yorston | 2022-10-30 | 1 | -6/+24 |
* | make: add a comment, no functional change | Ron Yorston | 2022-10-21 | 1 | -3/+8 |
* | make: $+ should support D/F modifiers | Ron Yorston | 2022-10-20 | 1 | -0/+1 |
* | make: .NOTPARALLEL and .WAIT are special targets | Ron Yorston | 2022-10-19 | 1 | -0/+4 |
* | make: shell assignment is a POSIX 202X feature | Ron Yorston | 2022-10-18 | 1 | -5/+4 |
* | make: support $+ and $^ as POSIX 202X features | Ron Yorston | 2022-10-18 | 1 | -14/+19 |
* | Merge branch 'busybox' into merge | Ron Yorston | 2022-10-12 | 5 | -40/+193 |
|\ |
|
| * | *: style fix | Denys Vlasenko | 2022-08-30 | 3 | -16/+16 |
| * | devmem: add 128-bit width | Aaro Koskinen | 2022-08-26 | 1 | -24/+44 |
| * | tree: unicode tweak (use normal space char, 0x20) | Denys Vlasenko | 2022-08-26 | 1 | -1/+1 |
| * | tree: make it unicode-aware | Denys Vlasenko | 2022-08-26 | 1 | -3/+16 |
| * | bc: hopefully fix bug 14956 (use-after-free) | Denys Vlasenko | 2022-08-18 | 1 | -0/+2 |
| * | tree: new applet | Roger Knecht | 2022-06-30 | 1 | -0/+118 |
* | | make: fix incorrect handling of escaped newline | Ron Yorston | 2022-08-28 | 1 | -5/+4 |
* | | make: new applet | Ron Yorston | 2022-08-01 | 1 | -0/+2621 |
* | | jn: new applet | Ron Yorston | 2022-05-16 | 1 | -0/+37 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2022-05-12 | 2 | -7/+258 |
|\| |
|
| * | seedrng: do not hash in a constant string, it's not adding entropy | Denys Vlasenko | 2022-05-03 | 1 | -8/+8 |
| * | seedrng: restore error check on fsync | Denys Vlasenko | 2022-05-02 | 1 | -9/+12 |
| * | seedrng: it's not a part of util-linux, move to miscutils | Denys Vlasenko | 2022-05-02 | 1 | -0/+239 |
| * | crond: implement support for setting PATH in crontab files | Paul Fox | 2022-05-02 | 1 | -7/+16 |
* | | Merge busybox into merge | Ron Yorston | 2022-02-09 | 8 | -11/+12 |
|\| |
|
| * | *: slap on a few ALIGN_PTR where appropriate | Denys Vlasenko | 2022-02-06 | 1 | -2/+2 |
| * | *: slap on a few ALIGN* where appropriate | Denys Vlasenko | 2022-02-06 | 2 | -2/+2 |
| * | fix "defined but not used" warnings | Denys Vlasenko | 2022-01-17 | 1 | -0/+2 |
| * | ash,hush: fix handling of SIGINT while waiting for interactive input | Denys Vlasenko | 2022-01-17 | 2 | -3/+3 |
| * | libbb: introduce and use chdir_or_warn() | Denys Vlasenko | 2022-01-13 | 1 | -2/+1 |
| * | libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIR | Denys Vlasenko | 2022-01-13 | 1 | -2/+2 |
* | | Merge busybox into merge | Ron Yorston | 2022-01-06 | 5 | -14/+18 |
|\| |
|
| * | libbb: code shrink: introduce and use [_]exit_SUCCESS() | Denys Vlasenko | 2022-01-05 | 5 | -7/+7 |
| * | less: code shrink | Denys Vlasenko | 2022-01-05 | 1 | -9/+13 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-10-13 | 2 | -2/+2 |
|\| |
|
| * | *: add NOINLINEs where code noticeably shrinks | Denys Vlasenko | 2021-10-10 | 1 | -1/+1 |
| * | less: Ignore -X | Ismael Luceno | 2021-09-28 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-09-10 | 1 | -30/+34 |
|\| |
|
| * | chat: hopefully fix infinite spinning on input EOF | Denys Vlasenko | 2021-09-06 | 1 | -30/+34 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-06-28 | 11 | -48/+115 |
|\| |
|
| * | ascii: new applet | Denys Vlasenko | 2021-06-21 | 1 | -0/+51 |
| * | man: fix segfault in "man 1" | Denys Vlasenko | 2021-06-15 | 1 | -1/+1 |
| * | shuf: simplify check that we have at least one FILE | Denys Vlasenko | 2021-06-15 | 1 | -2/+2 |