aboutsummaryrefslogtreecommitdiff
path: root/README (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-22win32: support build with FEATURE_UNICODE_SUPPORTAvi Halachmi (:avih)5-1/+74
2023-07-21win32: UTF8 input: improve missing-key-down hackAvi Halachmi (:avih)1-11/+47
2023-07-17win32: avoid crashing the console with poll(2)Ron Yorston1-1/+1
2023-07-16date: allow system date to be setRon Yorston3-25/+24
2023-07-16Update default configurationsRon Yorston4-10/+18
2023-07-12hwclock: add get/set parameters optionAndrej Picej2-5/+100
2023-07-12ash: fix 'read' shell built-in (2)Ron Yorston1-1/+12
2023-07-12ash: fix 'read' shell built-in (1)Ron Yorston1-16/+7
2023-07-12ash: properly echo console input to 'read' built-inRon Yorston4-4/+16
2023-07-10ntpd: fix a warning on 32-bit arch buildDenys Vlasenko1-2/+2
2023-07-10i2ctransfer: fix build warningDenys Vlasenko1-1/+1
2023-07-10Update applet size estimatesDenys Vlasenko265-320/+320
2023-07-10ash: tweak comments, no code changesDenys Vlasenko1-6/+7
2023-07-10ash: remove "volatile" specifier from suppress_intDenys Vlasenko1-4/+11
2023-07-10ash: disable sleep as builtin, closes 15619Denys Vlasenko2-5/+19
2023-07-09libiproute: fix filtering ip6 route by table idYousong Zhou1-9/+1
2023-07-08hush: fix a compile failureDenys Vlasenko1-1/+1
2023-07-07win32: more console input character conversionsRon Yorston2-0/+25
2023-07-06win32: character conversion for fread(3)Ron Yorston2-0/+17
2023-07-04ash: disable check for "good" function name, bash does not check thisDenys Vlasenko3-11/+17
2023-07-03hush: quote values in "readonly" outputDenys Vlasenko1-4/+11
2023-07-02shell/math: avoid $((3**999999999999999999)) to take yearsDenys Vlasenko1-3/+14
2023-07-02shell/math: do not accept $((36#@))Denys Vlasenko1-16/+22
2023-07-02win32: don't crash the console *and* handle CJK inputRon Yorston2-20/+21
2023-07-01win32: revert to previous console input method by defaultRon Yorston3-12/+19
2023-07-01win32: code shrink readConsoleInput_utf8Ron Yorston2-4/+5
2023-07-01win32: remove superfluous euro codeRon Yorston1-18/+0
2023-06-30shell/math: code shrinkDenys Vlasenko1-4/+7
2023-06-30win32: UTF8 console input: don't spin the CPUAvi Halachmi (:avih)1-3/+5
2023-06-29shell/math: code shrinkDenys Vlasenko1-11/+13
2023-06-28win32: UTF8 input: avoid timeout when delivering UTF8 bytesAvi Halachmi (:avih)1-6/+14
2023-06-28win32: the great UTF8 ReadConsoleInput hackAvi Halachmi (:avih)3-2/+166
2023-06-28win32: don't assume console CP equals OEM CPAvi Halachmi (:avih)5-62/+61
2023-06-28shell/math: code shrinkDenys Vlasenko1-8/+10
2023-06-26shell/math: improve commentsDenys Vlasenko1-2/+4
2023-06-26shell/math: rename TOK_NUM to TOK_VALUE, improve commentsDenys Vlasenko1-24/+25
2023-06-25shell/math: bash-compatible handling of too large numbersDenys Vlasenko9-44/+118
2023-06-23win32: reduce impact of euro support (2)Ron Yorston1-1/+3
2023-06-23win32: reduce impact of euro supportRon Yorston1-10/+12
2023-06-22win32: make support for euro input a separate optionRon Yorston4-12/+29
2023-06-22pgrep,pkill: remove non-functional optionsRon Yorston1-0/+55
2023-06-21ash: standardise treatment of winxp optionRon Yorston1-13/+41
2023-06-21ash: code shrinkRon Yorston1-28/+20
2023-06-20win32: include UTF-8 manifestRon Yorston5-1/+21
2023-06-19win32: more applet look-up tweaksRon Yorston1-4/+21
2023-06-19shell/math: disable debug againDenys Vlasenko1-1/+1
2023-06-19shell/math: $((1?)) has one-too-small opstack, fix thisDenys Vlasenko1-1/+2
2023-06-19shell/math: fix comments about jammed-together num+num corner casesDenys Vlasenko1-8/+16
2023-06-18shell/math: add note on ERANGEDenys Vlasenko1-4/+11
2023-06-18shell/math: explain why we use separate &endDenys Vlasenko1-1/+1