summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-15shell/math: fix parsing of ?: and explain why it's parsed that wayDenys Vlasenko
2023-06-15shell/math: simpler insertion of "fake" last RPARENDenys Vlasenko
2023-06-14shell: sync ash/hush test scriptsDenys Vlasenko
2023-06-14shell/math: trivial code shrinkDenys Vlasenko
2023-06-14shell/math: fix the order of variable resolution in binopsDenys Vlasenko
2023-06-14shell/math: remove now-unused second_valDenys Vlasenko
2023-06-14shell/math: fix nested ?: and do not parse variables in not-taken branchDenys Vlasenko
2023-06-14shell/math: remove a redundant checkDenys Vlasenko
2023-06-14shell/math: document ternary ?: op's weirdness, add code commentsDenys Vlasenko
2023-06-13syslogd: daemonize _after_ init (so that init errors are visible, if they occur)Denys Vlasenko
2023-06-13syslogd: decrease stack usage, ~50 bytesDenys Vlasenko
2023-06-13shell/math: fix one name check, other minor cleanupsDenys Vlasenko
2023-06-13shell: add a few yet-failing arithmentic testsDenys Vlasenko
2023-06-13shell/math: reduce stack usageDenys Vlasenko
2023-06-12shell: avoid segfault on ${0::0/0~09J}. Closes 15216Denys Vlasenko
2023-06-12hush: fix expansion of space in "a=${a:+$a }c" constructDenys Vlasenko
2023-06-12udhcpd: optional BOOTP supportDenys Vlasenko
2023-06-12libbb: pass "" rather than NULL as format string in _nomsg functionsDenys Vlasenko
2023-06-08awk: fix subst code to handle "start of word" pattern correctly (needs REG_ST...Denys Vlasenko
2023-06-07awk: fix SEGV on read error in -f PROGFILEDenys Vlasenko
2023-06-06awk: code shrinkDenys Vlasenko
2023-06-03awk: fix backslash handling in sub() builtinsDenys Vlasenko
2023-05-30awk: fix precedence of = relative to ==Denys Vlasenko
2023-05-29tunctl: code shrinkDenys Vlasenko
2023-05-29awk: printf(INVALID_FMT) prints it verbatimDenys Vlasenko
2023-05-28awk: shrink - use setvar_sn() to set variables from non-NUL terminated stringsDenys Vlasenko
2023-05-28awk: code shrinkDenys Vlasenko
2023-05-28awk: fix closing of non-opened fileDenys Vlasenko
2023-05-28libbb/dump: code shrinkDenys Vlasenko
2023-05-27awk: do not read ARGIND, only set it (gawk compat)Denys Vlasenko
2023-05-27awk: remove a local variable "caching" a struct memberDenys Vlasenko
2023-05-27awk: get rid of one indirection level for iF (input file structure)Denys Vlasenko
2023-05-27awk: fix splitting with default FSDenys Vlasenko
2023-05-27libbb/dump: make xxd_displayoff member conditional on xxdDenys Vlasenko
2023-05-26od: -l,I,L indeed depend on sizeof(long), fix thisDenys Vlasenko
2023-05-26awk: fix use-after-realloc (CVE-2021-42380), closes 15601Denys Vlasenko
2023-05-26hexdump: code shrinkDenys Vlasenko
2023-05-26hexdump, xxd: shrink stringsDenys Vlasenko
2023-05-26libbb/dump: correct handling of 1-byte signed int formatDenys Vlasenko
2023-05-26libbb/dump: use fputs_stdout where appropriateDenys Vlasenko
2023-05-26od, hexdump: byte 0x11 is "dc1" not "dcl"Denys Vlasenko
2023-05-26od: actually remove -IL from --help, as comment saysDenys Vlasenko
2023-05-26od: support -DOHXILDenys Vlasenko
2023-05-26libbb/dump: conditionalize code used only by xxd and odDenys Vlasenko
2023-05-26od: fix default format, shrinkDenys Vlasenko
2023-05-25od: stop printing extra trailing spacesDenys Vlasenko
2023-05-25od: implement -BDenys Vlasenko
2023-05-25od: correct -i, enable tests which pass for DESKTOP tooDenys Vlasenko
2023-05-25od: for !DESKTOP, match output more closely to GNU coreutils 9.1, implement -sDenys Vlasenko
2023-05-25od: add testsDavid Leonard