aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * od: stop printing extra trailing spacesDenys Vlasenko2023-05-254-47/+51
| * od: implement -BDenys Vlasenko2023-05-252-15/+15
| * od: correct -i, enable tests which pass for DESKTOP tooDenys Vlasenko2023-05-253-31/+39
| * od: for !DESKTOP, match output more closely to GNU coreutils 9.1, implement -sDenys Vlasenko2023-05-253-68/+100
| * od: add testsDavid Leonard2023-05-252-0/+220
| * od: fix -ODavid Leonard2023-05-251-1/+1
| * hush: make "false" built-inDenys Vlasenko2023-05-251-0/+7
| * hush: fix ELIF cmd1;cmd2 THEN ... not executing cmd2, closes 15571Denys Vlasenko2023-05-259-8/+56
* | Fix for old mingw-w64 (32-bit)Ron Yorston2023-06-151-0/+3
* | Fixes for old mingw-w64Ron Yorston2023-06-143-2/+10
* | make: code shrinkRon Yorston2023-06-081-1/+1
* | ls: code shrinkRon Yorston2023-06-071-10/+11
* | ls: check whether link is hiddenRon Yorston2023-06-061-0/+17
* | win32: remove special treatment of USERNAMERon Yorston2023-06-052-2/+0
* | win32: code shrink applet look-upRon Yorston2023-06-053-31/+19
* | Example build scriptsRon Yorston2023-06-043-0/+124
* | win32: code shrinkRon Yorston2023-06-041-7/+2
* | ash: fix build with line editing disabledRon Yorston2023-06-041-0/+4
* | win32: another BB_OVERRIDE_APPLETS fixRon Yorston2023-06-043-6/+48
* | win32: fix BB_OVERRIDE_APPLETSRon Yorston2023-06-031-0/+8
* | win32: change interpretation of BB_OVERRIDE_APPLETSRon Yorston2023-06-022-16/+23
* | win32: fix euro symbol handlingRon Yorston2023-06-022-3/+6