aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * ash: tweak comments, no code changesDenys Vlasenko2023-07-101-6/+7
| * ash: remove "volatile" specifier from suppress_intDenys Vlasenko2023-07-101-4/+11
| * ash: disable sleep as builtin, closes 15619Denys Vlasenko2023-07-102-5/+19
| * libiproute: fix filtering ip6 route by table idYousong Zhou2023-07-091-9/+1
| * hush: fix a compile failureDenys Vlasenko2023-07-081-1/+1
| * ash: disable check for "good" function name, bash does not check thisDenys Vlasenko2023-07-043-11/+17
| * hush: quote values in "readonly" outputDenys Vlasenko2023-07-031-4/+11
| * shell/math: avoid $((3**999999999999999999)) to take yearsDenys Vlasenko2023-07-021-3/+14
| * shell/math: do not accept $((36#@))Denys Vlasenko2023-07-021-16/+22
| * shell/math: code shrinkDenys Vlasenko2023-06-301-4/+7