aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lineedit: normalise HOME for use in promptRon Yorston2023-10-251-1/+7
* make: stricter checks for c:/path filenamesRon Yorston2023-10-241-6/+9
* win32: avoid terminal weirdness induced by GradleRon Yorston2023-10-241-2/+2
* make: fix detection of target rulesRon Yorston2023-10-232-152/+191
* win32: avoid terminal weirdness induced by Gradle?Ron Yorston2023-10-221-0/+2
* make: permit Unix-style paths when setting MAKERon Yorston2023-10-061-1/+4
* win32: fix handling of relative pathsRon Yorston2023-10-041-12/+3
* sort: add support for sorting version stringsRon Yorston2023-10-015-1/+69
* ash: add options to control globbing of hidden filesRon Yorston2023-09-208-18/+59
* win32: missing support for "app exec link" reparse pointsRon Yorston2023-09-181-1/+2
* Typo in README.mdRon Yorston2023-09-151-2/+2
* win32: include our manifests in default configurationsRon Yorston2023-09-158-19/+21
* win32: improved support for manifestsRon Yorston2023-09-1410-8/+89
* win32: convert exit codesRon Yorston2023-09-146-22/+43
* ash: fix signal handlingRon Yorston2023-09-131-1/+2
* make: return non-zero exit status when a command failsRon Yorston2023-09-123-10/+48
* make: avoid more warningsRon Yorston2023-09-121-1/+2
* win32: UTF8_INPUT: fix combining of some surrogates pairsAvi Halachmi (:avih)2023-09-111-1/+1
* ash: initialize basepf.buf in ash (2)Ron Yorston2023-08-311-1/+1
* Merge branch 'busybox' into mergeRon Yorston2023-08-312-4/+18
|\
| * tsort: avoid use-after-freeRon Yorston2023-08-311-3/+17
| * ash: initialize basepf.buf in ashzhuyan2023-08-311-1/+1
* | Update README.mdRon Yorston2023-08-311-1/+1
* | ash: changes to login shell functionalityRon Yorston2023-08-302-1/+9
* | ps: increase length of 'comm' fieldRon Yorston2023-08-292-0/+8
* | win32: UCRT: avoid I64 printf format warningsAvi Halachmi (:avih)2023-08-281-2/+3
* | libbb: fix #!/bin/busyboxRon Yorston2023-08-281-0/+4
* | Merge pull request #355 from avih/utf8-output-speedupRon Yorston2023-08-251-2/+8
|\ \
| * | win32: UTF8_OUTPUT: speedup for big outputsAvi Halachmi (:avih)2023-08-241-2/+8
* | | make: fixes to warning messagesRon Yorston2023-08-251-28/+28
* | | make: fix .DEFAULT for prerequisiteRon Yorston2023-08-241-1/+0
* | | Add test for .DEFAULT rule for prerequisiteRon Yorston2023-08-241-0/+7
* | | make: fix POSIX buildRon Yorston2023-08-242-2/+16
|/ /
* | make: allow targets of the form c:/pathRon Yorston2023-08-231-2/+35
* | win32: replace readlink(2)Ron Yorston2023-08-213-12/+17
* | ash: detect console state on shell start upnoconsole2Ron Yorston2023-08-203-15/+31
* | testsuite: skip some tests in native buildRon Yorston2023-08-192-0/+6
* | ash: detect native Windows environment on WineFRP-5181-g5c1a3b00eRon Yorston2023-08-171-2/+18
* | libbb: change message regarding UTF-8 manifestRon Yorston2023-08-171-1/+1
* | ash: improved support for trap built-inRon Yorston2023-08-151-9/+23
* | ash: code shrinkRon Yorston2023-08-151-10/+6
* | libbb: silence compiler warningsRon Yorston2023-08-101-1/+3
* | Update default configurationsRon Yorston2023-08-105-5/+12
* | Merge branch 'busybox' into mergeRon Yorston2023-08-1026-67/+211
|\|
| * libbb: rename source files, no code changesDenys Vlasenko2023-07-187-8/+8
| * introduce and use exitcode_tDenys Vlasenko2023-07-1718-19/+26
| * getfattr: fix "getfattr NOTEXIST" - now prints error msgDenys Vlasenko2023-07-171-4/+9
| * getfattr: new appletYU Jincheng2023-07-161-0/+131
| * hwclock: force LONG_OPTS, stop accepting non-compatible -tDenys Vlasenko2023-07-141-41/+42
* | ash: improved support for jobs built-inRon Yorston2023-08-081-7/+141