aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | nproc: fix build with long options disabledRon Yorston2023-08-061-2/+2
* | diff: more changes to --binaryRon Yorston2023-08-062-11/+77
* | README.md: w64devkit no longer has '-mini' variantRon Yorston2023-08-041-1/+1
* | Merge pull request #349 from avih/win32-utf8-outputRon Yorston2023-08-046-18/+179
|\ \
| * | win32: disable console output conversion with LC_ALL=CAvi Halachmi (:avih)2023-08-031-6/+29
| * | win32: add FEATURE_UTF8_OUTPUT (enabled with unicode)Avi Halachmi (:avih)2023-08-036-1/+112
| * | win32: unify 'convert and write to console' (no-op)Avi Halachmi (:avih)2023-08-031-17/+44
|/ /
* | win32: fail early if UTF8 isn't supportedRon Yorston2023-07-273-31/+50
* | Add Unicode version to prerelease buildRon Yorston2023-07-252-1/+1250
* | Merge pull request #346 from avih/win32-unicode-versionRon Yorston2023-07-251-0/+4
|\ \
| * | win32: version with UTF8 manifest: add '(Unicode on/off)'Avi Halachmi (:avih)2023-07-241-0/+4
|/ /
* | Merge pull request #340 from avih/win32-unicode-editingRon Yorston2023-07-237-12/+160
|\ \
| * | unicode: identify emoji width and modifiersAvi Halachmi (:avih)2023-07-231-0/+8
| * | win32: use inc_cursor regardless of VT modeAvi Halachmi (:avih)2023-07-231-6/+2
| * | win32: add script to create mingw unicode configAvi Halachmi (:avih)2023-07-221-0/+35
| * | win32: support build with FEATURE_UNICODE_SUPPORTAvi Halachmi (:avih)2023-07-225-1/+74
| * | win32: UTF8 input: improve missing-key-down hackAvi Halachmi (:avih)2023-07-211-11/+47
|/ /
* | win32: avoid crashing the console with poll(2)Ron Yorston2023-07-171-1/+1
* | date: allow system date to be setRon Yorston2023-07-163-25/+24
* | Update default configurationsRon Yorston2023-07-164-10/+18
* | Merge branch 'busybox' into mergeRon Yorston2023-07-13362-867/+1501
|\|
| * hwclock: add get/set parameters optionAndrej Picej2023-07-122-5/+100
| * ntpd: fix a warning on 32-bit arch buildDenys Vlasenko2023-07-101-2/+2
| * i2ctransfer: fix build warningDenys Vlasenko2023-07-101-1/+1
| * Update applet size estimatesDenys Vlasenko2023-07-10265-320/+320