aboutsummaryrefslogtreecommitdiff
path: root/init (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-14win32: improved support for manifestsRon Yorston10-8/+89
2023-09-14win32: convert exit codesRon Yorston6-22/+43
2023-09-13ash: fix signal handlingRon Yorston1-1/+2
2023-09-12make: return non-zero exit status when a command failsRon Yorston3-10/+48
2023-09-12make: avoid more warningsRon Yorston1-1/+2
2023-09-11win32: UTF8_INPUT: fix combining of some surrogates pairsAvi Halachmi (:avih)1-1/+1
2023-08-31ash: initialize basepf.buf in ash (2)Ron Yorston1-1/+1
2023-08-31Update README.mdRon Yorston1-1/+1
2023-08-31tsort: avoid use-after-freeRon Yorston1-3/+17
2023-08-31ash: initialize basepf.buf in ashzhuyan1-1/+1
2023-08-30ash: changes to login shell functionalityRon Yorston2-1/+9
2023-08-29ps: increase length of 'comm' fieldRon Yorston2-0/+8
2023-08-28win32: UCRT: avoid I64 printf format warningsAvi Halachmi (:avih)1-2/+3
2023-08-28libbb: fix #!/bin/busyboxRon Yorston1-0/+4
2023-08-25make: fixes to warning messagesRon Yorston1-28/+28
2023-08-24make: fix .DEFAULT for prerequisiteRon Yorston1-1/+0
2023-08-24Add test for .DEFAULT rule for prerequisiteRon Yorston1-0/+7
2023-08-24make: fix POSIX buildRon Yorston2-2/+16
2023-08-24win32: UTF8_OUTPUT: speedup for big outputsAvi Halachmi (:avih)1-2/+8
2023-08-23make: allow targets of the form c:/pathRon Yorston1-2/+35
2023-08-21win32: replace readlink(2)Ron Yorston3-12/+17
2023-08-20ash: detect console state on shell start upnoconsole2Ron Yorston3-15/+31
2023-08-19testsuite: skip some tests in native buildRon Yorston2-0/+6
2023-08-17ash: detect native Windows environment on WineFRP-5181-g5c1a3b00eRon Yorston1-2/+18
2023-08-17libbb: change message regarding UTF-8 manifestRon Yorston1-1/+1
2023-08-15ash: improved support for trap built-inRon Yorston1-9/+23
2023-08-15ash: code shrinkRon Yorston1-10/+6
2023-08-10libbb: silence compiler warningsRon Yorston1-1/+3
2023-08-10Update default configurationsRon Yorston5-5/+12
2023-08-08ash: improved support for jobs built-inRon Yorston1-7/+141
2023-08-06nproc: fix build with long options disabledRon Yorston1-2/+2
2023-08-06diff: more changes to --binaryRon Yorston2-11/+77
2023-08-04README.md: w64devkit no longer has '-mini' variantRon Yorston1-1/+1
2023-08-03win32: disable console output conversion with LC_ALL=CAvi Halachmi (:avih)1-6/+29
2023-08-03win32: add FEATURE_UTF8_OUTPUT (enabled with unicode)Avi Halachmi (:avih)6-1/+112
2023-08-03win32: unify 'convert and write to console' (no-op)Avi Halachmi (:avih)1-17/+44
2023-07-27win32: fail early if UTF8 isn't supportedRon Yorston3-31/+50
2023-07-25Add Unicode version to prerelease buildRon Yorston2-1/+1250
2023-07-24win32: version with UTF8 manifest: add '(Unicode on/off)'Avi Halachmi (:avih)1-0/+4
2023-07-23unicode: identify emoji width and modifiersAvi Halachmi (:avih)1-0/+8
2023-07-23win32: use inc_cursor regardless of VT modeAvi Halachmi (:avih)1-6/+2