| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'busybox' into merge | Ron Yorston | 2024-06-23 | 1 | -1/+1 |
|\ |
|
| * | crond: log5 fix typo, replace log level '4' with '5' | Jones Syue | 2024-03-02 | 1 | -1/+1 |
* | | make: update default rules | Ron Yorston | 2024-06-16 | 1 | -14/+49 |
* | | make: update for POSIX 2024 | Ron Yorston | 2024-06-14 | 1 | -13/+17 |
* | | make: limit changes to pragmas | Ron Yorston | 2024-06-10 | 1 | -5/+4 |
* | | make: allow := macro assignment on command line | Ron Yorston | 2024-06-08 | 1 | -14/+22 |
* | | make: more changes for c:/path target | Ron Yorston | 2024-06-05 | 1 | -4/+5 |
* | | make: restore check for c:/path target | Ron Yorston | 2024-06-05 | 1 | -1/+23 |
* | | make: explicitly verify order of arguments | Ron Yorston | 2024-06-04 | 1 | -7/+16 |
* | | make: only reset getopt(3) if necessary | Ron Yorston | 2024-06-03 | 1 | -2/+2 |
* | | make: ensure sufficient space in line buffer | Ron Yorston | 2024-06-02 | 1 | -7/+8 |
* | | make: report POSIX 202X issue with include | Ron Yorston | 2024-06-02 | 1 | -6/+12 |
* | | make: restore warning about invalid macro name | Ron Yorston | 2024-06-02 | 1 | -7/+9 |
* | | make: fix detection of target rules (take 2) | Ron Yorston | 2024-05-31 | 1 | -184/+154 |
* | | make: allow :::= macro assignment on command line | Ron Yorston | 2024-05-29 | 1 | -16/+28 |
* | | make: fixes to -q option | Ron Yorston | 2024-05-28 | 1 | -36/+36 |
* | | make: fixes to -t option | Ron Yorston | 2024-05-28 | 1 | -33/+34 |
* | | make: improved support for POSIX levels | Ron Yorston | 2024-05-27 | 1 | -1/+25 |
* | | make: add posix_2017 pragma | Ron Yorston | 2024-05-25 | 1 | -9/+40 |
* | | make: add support for ifeq/ifneq | Ron Yorston | 2024-05-22 | 1 | -16/+82 |
* | | make: set $< and $* for target rules | Ron Yorston | 2024-05-22 | 1 | -6/+27 |
* | | make: add support for CURDIR macro | Ron Yorston | 2024-05-22 | 1 | -5/+28 |
* | | make: code shrink | Ron Yorston | 2024-04-23 | 1 | -1/+1 |
* | | make: better determine that a file is up-to-date | Ron Yorston | 2024-04-22 | 1 | -3/+5 |
* | | make: allow mixed macros and targets on command line | Ron Yorston | 2024-04-21 | 1 | -8/+30 |
* | | make: change how macros are read from the environment | Ron Yorston | 2024-04-21 | 1 | -2/+6 |
* | | make: skip shell -e option when running commands | Ron Yorston | 2024-04-20 | 1 | -2/+1 |
* | | time: code shrink | Ron Yorston | 2024-04-09 | 1 | -4/+1 |
* | | time: mitigation for interleaved output | Ron Yorston | 2024-04-06 | 1 | -0/+6 |
* | | make: allow '#' to be escaped with a backslash | Ron Yorston | 2024-03-11 | 1 | -3/+11 |
* | | build system: avoid full rebuild when EXTRAVERSION changes | Ron Yorston | 2024-02-16 | 1 | -0/+3 |
* | | time: enable '-f' option | Ron Yorston | 2024-01-05 | 1 | -17/+6 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2024-01-05 | 1 | -31/+42 |
|\| |
|
| * | time: implement %% and \escapes in -f FMT | Denys Vlasenko | 2024-01-01 | 1 | -21/+18 |
| * | time: fix max resident set size unit | Natanael Copa | 2023-12-31 | 1 | -9/+19 |
* | | make: proper handling of build failure with '-k' | Ron Yorston | 2023-12-22 | 1 | -3/+8 |
* | | make: flush stdout after writing command string | Ron Yorston | 2023-12-11 | 1 | -1/+3 |
* | | iconv: fix incorrect fix | Ron Yorston | 2023-11-08 | 1 | -4/+5 |
* | | make: stricter checks for c:/path filenames | Ron Yorston | 2023-10-24 | 1 | -6/+9 |
* | | make: fix detection of target rules | Ron Yorston | 2023-10-23 | 1 | -152/+183 |
* | | make: permit Unix-style paths when setting MAKE | Ron Yorston | 2023-10-06 | 1 | -1/+4 |
* | | win32: convert exit codes | Ron Yorston | 2023-09-14 | 1 | -1/+1 |
* | | make: return non-zero exit status when a command fails | Ron Yorston | 2023-09-12 | 1 | -10/+35 |
* | | make: avoid more warnings | Ron Yorston | 2023-09-12 | 1 | -1/+2 |
* | | make: fixes to warning messages | Ron Yorston | 2023-08-25 | 1 | -28/+28 |
* | | make: fix .DEFAULT for prerequisite | Ron Yorston | 2023-08-24 | 1 | -1/+0 |
* | | make: fix POSIX build | Ron Yorston | 2023-08-24 | 1 | -0/+15 |
* | | make: allow targets of the form c:/path | Ron Yorston | 2023-08-23 | 1 | -2/+35 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2023-08-10 | 4 | -3/+140 |
|\| |
|
| * | introduce and use exitcode_t | Denys Vlasenko | 2023-07-17 | 4 | -4/+5 |