aboutsummaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* make: limit changes to pragmasRon Yorston2024-06-101-5/+4
* make: allow := macro assignment on command lineRon Yorston2024-06-081-14/+22
* make: more changes for c:/path targetRon Yorston2024-06-051-4/+5
* make: restore check for c:/path targetRon Yorston2024-06-051-1/+23
* make: explicitly verify order of argumentsRon Yorston2024-06-041-7/+16
* make: only reset getopt(3) if necessaryRon Yorston2024-06-031-2/+2
* make: ensure sufficient space in line bufferRon Yorston2024-06-021-7/+8
* make: report POSIX 202X issue with includeRon Yorston2024-06-021-6/+12
* make: restore warning about invalid macro nameRon Yorston2024-06-021-7/+9
* make: fix detection of target rules (take 2)Ron Yorston2024-05-311-184/+154
* make: allow :::= macro assignment on command lineRon Yorston2024-05-291-16/+28
* make: fixes to -q optionRon Yorston2024-05-281-36/+36
* make: fixes to -t optionRon Yorston2024-05-281-33/+34
* make: improved support for POSIX levelsRon Yorston2024-05-271-1/+25
* make: add posix_2017 pragmaRon Yorston2024-05-251-9/+40
* make: add support for ifeq/ifneqRon Yorston2024-05-221-16/+82
* make: set $< and $* for target rulesRon Yorston2024-05-221-6/+27
* make: add support for CURDIR macroRon Yorston2024-05-221-5/+28
* make: code shrinkRon Yorston2024-04-231-1/+1
* make: better determine that a file is up-to-dateRon Yorston2024-04-221-3/+5
* make: allow mixed macros and targets on command lineRon Yorston2024-04-211-8/+30
* make: change how macros are read from the environmentRon Yorston2024-04-211-2/+6
* make: skip shell -e option when running commandsRon Yorston2024-04-201-2/+1
* time: code shrinkRon Yorston2024-04-091-4/+1
* time: mitigation for interleaved outputRon Yorston2024-04-061-0/+6
* make: allow '#' to be escaped with a backslashRon Yorston2024-03-111-3/+11
* build system: avoid full rebuild when EXTRAVERSION changesRon Yorston2024-02-161-0/+3
* time: enable '-f' optionRon Yorston2024-01-051-17/+6
* Merge branch 'busybox' into mergeRon Yorston2024-01-051-31/+42
|\
| * time: implement %% and \escapes in -f FMTDenys Vlasenko2024-01-011-21/+18
| * time: fix max resident set size unitNatanael Copa2023-12-311-9/+19
* | make: proper handling of build failure with '-k'Ron Yorston2023-12-221-3/+8
* | make: flush stdout after writing command stringRon Yorston2023-12-111-1/+3
* | iconv: fix incorrect fixRon Yorston2023-11-081-4/+5
* | make: stricter checks for c:/path filenamesRon Yorston2023-10-241-6/+9
* | make: fix detection of target rulesRon Yorston2023-10-231-152/+183
* | make: permit Unix-style paths when setting MAKERon Yorston2023-10-061-1/+4
* | win32: convert exit codesRon Yorston2023-09-141-1/+1
* | make: return non-zero exit status when a command failsRon Yorston2023-09-121-10/+35
* | make: avoid more warningsRon Yorston2023-09-121-1/+2
* | make: fixes to warning messagesRon Yorston2023-08-251-28/+28
* | make: fix .DEFAULT for prerequisiteRon Yorston2023-08-241-1/+0
* | make: fix POSIX buildRon Yorston2023-08-241-0/+15
* | make: allow targets of the form c:/pathRon Yorston2023-08-231-2/+35
* | Merge branch 'busybox' into mergeRon Yorston2023-08-104-3/+140
|\|
| * introduce and use exitcode_tDenys Vlasenko2023-07-174-4/+5
| * getfattr: fix "getfattr NOTEXIST" - now prints error msgDenys Vlasenko2023-07-171-4/+9
| * getfattr: new appletYU Jincheng2023-07-161-0/+131
* | Merge branch 'busybox' into mergeRon Yorston2023-07-1332-47/+47
|\|
| * i2ctransfer: fix build warningDenys Vlasenko2023-07-101-1/+1