aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * shell/math: code shrinkDenys Vlasenko2023-06-291-11/+13
| * shell/math: code shrinkDenys Vlasenko2023-06-281-8/+10
| * shell/math: improve commentsDenys Vlasenko2023-06-261-2/+4
| * shell/math: rename TOK_NUM to TOK_VALUE, improve commentsDenys Vlasenko2023-06-261-24/+25
| * shell/math: bash-compatible handling of too large numbersDenys Vlasenko2023-06-259-44/+118
| * shell/math: disable debug againDenys Vlasenko2023-06-191-1/+1
| * shell/math: $((1?)) has one-too-small opstack, fix thisDenys Vlasenko2023-06-191-1/+2
| * shell/math: fix comments about jammed-together num+num corner casesDenys Vlasenko2023-06-191-8/+16
| * shell/math: add note on ERANGEDenys Vlasenko2023-06-181-4/+11
| * shell/math: explain why we use separate &endDenys Vlasenko2023-06-181-1/+1
| * shell/math: code shrinkDenys Vlasenko2023-06-181-2/+5
| * shell/math: eliminate redundant endofname()Denys Vlasenko2023-06-181-8/+8
| * shell: typo fix in testsDenys Vlasenko2023-06-182-2/+2
| * shell/math: code shrinkDenys Vlasenko2023-06-181-11/+12
| * shell/math: decrease stack usage by not allocating copies of variable namesDenys Vlasenko2023-06-181-32/+51
| * shell/math: decrease stack usageDenys Vlasenko2023-06-181-35/+27
| * shell: move varcmp() to shell_common.h and use it in hushDenys Vlasenko2023-06-174-50/+37
| * ash: code shrinkDenys Vlasenko2023-06-171-1/+1
| * shell/read: do not allow empty variable nameDenys Vlasenko2023-06-171-1/+1
| * shell/math: eliminate some redundant stores on return code pathDenys Vlasenko2023-06-171-20/+23
| * shell/math: change ?: nesting code to not have 63 level nesting limitationDenys Vlasenko2023-06-172-14/+21
| * shell/math.h: update comments, rearrange struct members for smaller codeDenys Vlasenko2023-06-172-23/+5
| * shell/math: code shrinkDenys Vlasenko2023-06-171-3/+3
| * shell/math: tweka commentsDenys Vlasenko2023-06-161-16/+8
| * shell/math: fix ?: to not evaluate not-taken branchesDenys Vlasenko2023-06-1626-24/+131