aboutsummaryrefslogtreecommitdiff
path: root/libbb (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-15Fix for old mingw-w64 (32-bit)Ron Yorston1-0/+3
2023-06-14Fixes for old mingw-w64Ron Yorston3-2/+10
2023-06-08awk: fix subst code to handle "start of word" pattern correctly (needs REG_ST...Denys Vlasenko2-26/+51
2023-06-08make: code shrinkRon Yorston1-1/+1
2023-06-07awk: fix SEGV on read error in -f PROGFILEDenys Vlasenko1-2/+2
2023-06-07ls: code shrinkRon Yorston1-10/+11
2023-06-06awk: code shrinkDenys Vlasenko1-8/+10
2023-06-06ls: check whether link is hiddenRon Yorston1-0/+17
2023-06-05win32: remove special treatment of USERNAMERon Yorston2-2/+0
2023-06-05win32: code shrink applet look-upRon Yorston3-31/+19
2023-06-04Example build scriptsRon Yorston3-0/+124
2023-06-04win32: code shrinkRon Yorston1-7/+2
2023-06-04ash: fix build with line editing disabledRon Yorston1-0/+4
2023-06-04win32: another BB_OVERRIDE_APPLETS fixRon Yorston3-6/+48
2023-06-03win32: fix BB_OVERRIDE_APPLETSRon Yorston1-0/+8
2023-06-03awk: fix backslash handling in sub() builtinsDenys Vlasenko2-22/+66
2023-06-02win32: change interpretation of BB_OVERRIDE_APPLETSRon Yorston2-16/+23
2023-06-02win32: fix euro symbol handlingRon Yorston2-3/+6
2023-06-02win32: skip test for non-console apps if necessaryRon Yorston1-0/+4
2023-06-02Update READMERon Yorston1-4/+5
2023-06-01ls: allow hidden system files to be omittedRon Yorston1-2/+14
2023-06-01ash: enable 'set -/+o noconsole'Ron Yorston3-14/+10
2023-05-30awk: fix precedence of = relative to ==Denys Vlasenko2-21/+50
2023-05-29tunctl: code shrinkDenys Vlasenko1-2/+1
2023-05-29awk: printf(INVALID_FMT) prints it verbatimDenys Vlasenko1-3/+9
2023-05-28awk: shrink - use setvar_sn() to set variables from non-NUL terminated stringsDenys Vlasenko1-14/+9
2023-05-28awk: code shrinkDenys Vlasenko1-23/+24
2023-05-28awk: fix closing of non-opened fileDenys Vlasenko1-8/+15
2023-05-28libbb/dump: code shrinkDenys Vlasenko1-5/+7
2023-05-28su: fix usage messageFRP-5007-g82accfc19Ron Yorston1-1/+1
2023-05-27awk: do not read ARGIND, only set it (gawk compat)Denys Vlasenko1-5/+14
2023-05-27awk: remove a local variable "caching" a struct memberDenys Vlasenko1-6/+4
2023-05-27awk: get rid of one indirection level for iF (input file structure)Denys Vlasenko1-37/+41
2023-05-27awk: fix splitting with default FSDenys Vlasenko2-5/+15
2023-05-27libbb/dump: make xxd_displayoff member conditional on xxdDenys Vlasenko2-6/+14
2023-05-27win32: support "app exec link" reparse pointsRon Yorston3-1/+43
2023-05-26od: -l,I,L indeed depend on sizeof(long), fix thisDenys Vlasenko3-29/+39
2023-05-26awk: fix use-after-realloc (CVE-2021-42380), closes 15601Denys Vlasenko2-6/+75
2023-05-26hexdump: code shrinkDenys Vlasenko1-10/+14