aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-12libbb: pass "" rather than NULL as format string in _nomsg functionsDenys Vlasenko3-26/+4
2023-06-08awk: fix subst code to handle "start of word" pattern correctly (needs REG_ST...Denys Vlasenko2-26/+51
2023-06-07awk: fix SEGV on read error in -f PROGFILEDenys Vlasenko1-2/+2
2023-06-06awk: code shrinkDenys Vlasenko1-8/+10
2023-06-03awk: fix backslash handling in sub() builtinsDenys Vlasenko2-22/+66
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-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-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
2023-05-26hexdump, xxd: shrink stringsDenys Vlasenko2-11/+11
2023-05-26libbb/dump: correct handling of 1-byte signed int formatDenys Vlasenko2-21/+50
2023-05-26libbb/dump: use fputs_stdout where appropriateDenys Vlasenko1-2/+2
2023-05-26od, hexdump: byte 0x11 is "dc1" not "dcl"Denys Vlasenko3-9/+45
2023-05-26od: actually remove -IL from --help, as comment saysDenys Vlasenko1-1/+1
2023-05-26od: support -DOHXILDenys Vlasenko3-45/+46
2023-05-26libbb/dump: conditionalize code used only by xxd and odDenys Vlasenko3-2/+10
2023-05-26od: fix default format, shrinkDenys Vlasenko2-20/+32
2023-05-25od: stop printing extra trailing spacesDenys Vlasenko4-47/+51
2023-05-25od: implement -BDenys Vlasenko2-15/+15
2023-05-25od: correct -i, enable tests which pass for DESKTOP tooDenys Vlasenko3-31/+39
2023-05-25od: for !DESKTOP, match output more closely to GNU coreutils 9.1, implement -sDenys Vlasenko3-68/+100
2023-05-25od: add testsDavid Leonard2-0/+220
2023-05-25od: fix -ODavid Leonard1-1/+1
2023-05-25hush: make "false" built-inDenys Vlasenko1-0/+7
2023-05-25hush: fix ELIF cmd1;cmd2 THEN ... not executing cmd2, closes 15571Denys Vlasenko9-8/+56
2023-05-18ash: use-after-free in bash pattern substitutionKarsten Sperling1-0/+2
2023-05-18examples/var_service/README: fix an errorDenys Vlasenko1-1/+1
2023-05-09cpio: tweak --helpDenys Vlasenko1-1/+1
2023-05-09nslookup: code shrinkDenys Vlasenko1-1/+7
2023-05-09nslookup: ensure unique transaction IDs for the DNS queriesDenys Vlasenko1-4/+390
2023-05-09hush: add comment about abort on syntax error %{^}Denys Vlasenko1-0/+1
2023-05-08build system: fix "Config.in:117 error: Overlong line"Denys Vlasenko1-3/+4
2023-05-08hush: fix an interactive abort on errorDenys Vlasenko1-0/+8
2023-05-07build system: Make it possible to build with 64bit time_tUwe Kleine-König2-0/+11
2023-05-07readlink: code shrinkDenys Vlasenko1-5/+4
2023-05-07nmeter: improve %T fractionals displayDenys Vlasenko1-0/+18
2023-04-23factor: we can pack 21, not 20, 3-bit elements into packed wheel wordsDenys Vlasenko1-36/+35
2023-04-23ip: code shrinkDenys Vlasenko2-5/+82
2023-04-16readlink: support --, -n alwaysEric Blake1-17/+12