| Commit message (Expand) | Author | Age | Files | Lines |
* | make: allow '#' to be escaped with a backslash | Ron Yorston | 2024-03-11 | 1 | -0/+9 |
* | Merge branch 'busybox' into merge | Ron Yorston | 2024-01-05 | 2 | -0/+44 |
|\ |
|
| * | time: implement %% and \escapes in -f FMT | Denys Vlasenko | 2024-01-01 | 1 | -0/+37 |
| * | awk: fix handling of empty fields | Denys Vlasenko | 2023-12-31 | 1 | -0/+7 |
* | | make: proper handling of build failure with '-k' | Ron Yorston | 2023-12-22 | 1 | -0/+14 |
* | | Merge branch 'busybox' into mergeFRP-5236-g7dff7f376 | Ron Yorston | 2023-12-05 | 1 | -0/+20 |
|\| |
|
| * | start-stop-daemon: add -d DIR chdir option | ejaaskel | 2023-11-07 | 1 | -0/+20 |
* | | make: fix detection of target rules | Ron Yorston | 2023-10-23 | 1 | -0/+8 |
* | | make: return non-zero exit status when a command fails | Ron Yorston | 2023-09-12 | 1 | -0/+8 |
* | | Add test for .DEFAULT rule for prerequisite | Ron Yorston | 2023-08-24 | 1 | -0/+7 |
* | | testsuite: skip some tests in native build | Ron Yorston | 2023-08-19 | 2 | -0/+6 |
* | | diff: more changes to --binary | Ron Yorston | 2023-08-06 | 1 | -0/+63 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2023-06-16 | 4 | -0/+404 |
|\| |
|
| * | awk: fix subst code to handle "start of word" pattern correctly (needs REG_ST... | Denys Vlasenko | 2023-06-08 | 1 | -13/+15 |
| * | awk: fix backslash handling in sub() builtins | Denys Vlasenko | 2023-06-03 | 1 | -0/+47 |
| * | awk: fix precedence of = relative to == | Denys Vlasenko | 2023-05-30 | 1 | -0/+5 |
| * | awk: fix splitting with default FS | Denys Vlasenko | 2023-05-27 | 1 | -0/+7 |
| * | od: -l,I,L indeed depend on sizeof(long), fix this | Denys Vlasenko | 2023-05-26 | 1 | -18/+19 |
| * | awk: fix use-after-realloc (CVE-2021-42380), closes 15601 | Denys Vlasenko | 2023-05-26 | 1 | -0/+55 |
| * | libbb/dump: correct handling of 1-byte signed int format | Denys Vlasenko | 2023-05-26 | 1 | -1/+33 |
| * | od, hexdump: byte 0x11 is "dc1" not "dcl" | Denys Vlasenko | 2023-05-26 | 2 | -7/+41 |
| * | od: support -DOHXIL | Denys Vlasenko | 2023-05-26 | 1 | -28/+16 |
| * | od: fix default format, shrink | Denys Vlasenko | 2023-05-26 | 1 | -0/+10 |
| * | od: stop printing extra trailing spaces | Denys Vlasenko | 2023-05-25 | 1 | -24/+19 |
| * | od: implement -B | Denys Vlasenko | 2023-05-25 | 1 | -4/+3 |
| * | od: correct -i, enable tests which pass for DESKTOP too | Denys Vlasenko | 2023-05-25 | 1 | -29/+33 |
| * | od: for !DESKTOP, match output more closely to GNU coreutils 9.1, implement -s | Denys Vlasenko | 2023-05-25 | 1 | -39/+44 |
| * | od: add tests | David Leonard | 2023-05-25 | 2 | -0/+220 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2023-04-17 | 1 | -0/+4 |
|\| |
|
| * | seq: fix yet another case of negative parameters not working | Denys Vlasenko | 2023-04-11 | 1 | -0/+1 |
| * | seq: accept negative parameters | Denys Vlasenko | 2023-04-10 | 1 | -0/+3 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2023-04-09 | 1 | -0/+6 |
|\| |
|
| * | find: implement -ok | David Leonard | 2023-03-28 | 1 | -0/+6 |
* | | ash: improve CRLF handling in read | Ron Yorston | 2023-02-12 | 1 | -0/+16 |
* | | ash: remove CRs from CRLF during field splitting | Ron Yorston | 2023-02-10 | 1 | -1/+5 |
* | | ash,make: fix CRLF handling | Ron Yorston | 2023-01-30 | 1 | -0/+6 |
* | | awk: CRLF handling | Ron Yorston | 2023-01-30 | 1 | -0/+14 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2023-01-05 | 3 | -19/+35 |
|\| |
|
| * | testsuite/sha1sum.tests: fix false positive failure | Denys Vlasenko | 2023-01-02 | 1 | -0/+2 |
| * | testsuite/tree.tests: fix false positive failure | Denys Vlasenko | 2023-01-02 | 1 | -18/+20 |
| * | testsuite/mount.tests: accomodate umount failure seen on 5.18.0 | Denys Vlasenko | 2022-12-13 | 1 | -1/+13 |
* | | make: fixes to test script | Ron Yorston | 2022-12-12 | 1 | -0/+3 |
* | | make: changes to suffix substitution in macro expansion | Ron Yorston | 2022-11-16 | 1 | -0/+11 |
* | | make: use correct test for valid macro name | Ron Yorston | 2022-11-13 | 1 | -0/+13 |
* | | make: fix typo in inference rule handling | Ron Yorston | 2022-11-04 | 1 | -23/+24 |
* | | make: fixes to inference rules | Ron Yorston | 2022-11-03 | 1 | -0/+39 |
* | | make: comments in macro expansions and command lines | Ron Yorston | 2022-11-01 | 1 | -0/+18 |
* | | make: fix test for .WAIT so bmake passes | Ron Yorston | 2022-11-01 | 1 | -1/+1 |
* | | make: different treatment for escaped NL in macro in command | Ron Yorston | 2022-10-30 | 1 | -0/+13 |
* | | make: .NOTPARALLEL and .WAIT are special targets | Ron Yorston | 2022-10-19 | 1 | -2/+12 |