aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | ash: fix 'read' shell built-in (1)Ron Yorston2023-07-121-16/+7
* | ash: properly echo console input to 'read' built-inRon Yorston2023-07-124-4/+16
* | win32: more console input character conversionsRon Yorston2023-07-072-0/+25
* | win32: character conversion for fread(3)Ron Yorston2023-07-062-0/+17
* | win32: don't crash the console *and* handle CJK inputRon Yorston2023-07-022-20/+21
* | win32: revert to previous console input method by defaultRon Yorston2023-07-013-12/+19
* | win32: code shrink readConsoleInput_utf8Ron Yorston2023-07-012-4/+5
* | win32: remove superfluous euro codeRon Yorston2023-07-011-18/+0
* | Merge pull request #338 from avih/concpRon Yorston2023-07-011-3/+5
|\ \
| * | win32: UTF8 console input: don't spin the CPUAvi Halachmi (:avih)2023-06-301-3/+5
|/ /
* | Merge pull request #337 from avih/concpRon Yorston2023-06-303-2/+174
|\ \
| * | win32: UTF8 input: avoid timeout when delivering UTF8 bytesAvi Halachmi (:avih)2023-06-281-6/+14
| * | win32: the great UTF8 ReadConsoleInput hackAvi Halachmi (:avih)2023-06-283-2/+166
|/ /
* | win32: don't assume console CP equals OEM CPAvi Halachmi (:avih)2023-06-285-62/+61
* | win32: reduce impact of euro support (2)Ron Yorston2023-06-231-1/+3
* | win32: reduce impact of euro supportRon Yorston2023-06-231-10/+12
* | win32: make support for euro input a separate optionRon Yorston2023-06-224-12/+29
* | pgrep,pkill: remove non-functional optionsRon Yorston2023-06-221-0/+55
* | ash: standardise treatment of winxp optionRon Yorston2023-06-211-13/+41
* | ash: code shrinkRon Yorston2023-06-211-28/+20
* | win32: include UTF-8 manifestRon Yorston2023-06-205-1/+21
* | win32: more applet look-up tweaksRon Yorston2023-06-191-4/+21
* | Merge branch 'busybox' into mergeRon Yorston2023-06-1621-265/+892
|\|
| * awk: fix subst code to handle "start of word" pattern correctly (needs REG_ST...Denys Vlasenko2023-06-082-26/+51
| * awk: fix SEGV on read error in -f PROGFILEDenys Vlasenko2023-06-071-2/+2
| * awk: code shrinkDenys Vlasenko2023-06-061-8/+10
| * awk: fix backslash handling in sub() builtinsDenys Vlasenko2023-06-032-22/+66
| * awk: fix precedence of = relative to ==Denys Vlasenko2023-05-302-21/+50
| * tunctl: code shrinkDenys Vlasenko2023-05-291-2/+1
| * awk: printf(INVALID_FMT) prints it verbatimDenys Vlasenko2023-05-291-3/+9
| * awk: shrink - use setvar_sn() to set variables from non-NUL terminated stringsDenys Vlasenko2023-05-281-14/+9
| * awk: code shrinkDenys Vlasenko2023-05-281-23/+24
| * awk: fix closing of non-opened fileDenys Vlasenko2023-05-281-8/+15
| * libbb/dump: code shrinkDenys Vlasenko2023-05-281-5/+7
| * awk: do not read ARGIND, only set it (gawk compat)Denys Vlasenko2023-05-271-5/+14
| * awk: remove a local variable "caching" a struct memberDenys Vlasenko2023-05-271-6/+4
| * awk: get rid of one indirection level for iF (input file structure)Denys Vlasenko2023-05-271-37/+41
| * awk: fix splitting with default FSDenys Vlasenko2023-05-272-5/+15
| * libbb/dump: make xxd_displayoff member conditional on xxdDenys Vlasenko2023-05-272-6/+14
| * od: -l,I,L indeed depend on sizeof(long), fix thisDenys Vlasenko2023-05-263-29/+39
| * awk: fix use-after-realloc (CVE-2021-42380), closes 15601Denys Vlasenko2023-05-262-6/+75
| * hexdump: code shrinkDenys Vlasenko2023-05-261-10/+14
| * hexdump, xxd: shrink stringsDenys Vlasenko2023-05-262-11/+11
| * libbb/dump: correct handling of 1-byte signed int formatDenys Vlasenko2023-05-262-21/+50
| * libbb/dump: use fputs_stdout where appropriateDenys Vlasenko2023-05-261-2/+2
| * od, hexdump: byte 0x11 is "dc1" not "dcl"Denys Vlasenko2023-05-263-9/+45
| * od: actually remove -IL from --help, as comment saysDenys Vlasenko2023-05-261-1/+1
| * od: support -DOHXILDenys Vlasenko2023-05-263-45/+46
| * libbb/dump: conditionalize code used only by xxd and odDenys Vlasenko2023-05-263-2/+10
| * od: fix default format, shrinkDenys Vlasenko2023-05-262-20/+32