207
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 26, 2023 — May 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
syslogd: decrease stack usage, ~50 bytes More... 12 months ago
shell/math: fix one name check, other minor cleanups More... 12 months ago
shell: add a few yet-failing arithmentic tests More... 12 months ago
shell/math: reduce stack usage More... 12 months ago
shell: avoid segfault on ${0::0/0~09J}. Closes 15216 More... 12 months ago
hush: fix expansion of space in "a=${a:+$a }c" construct More... 12 months ago
udhcpd: optional BOOTP support More... 12 months ago
libbb: pass "" rather than NULL as format string in _nomsg functions More... 12 months ago
awk: fix subst code to handle "start of word" pattern correctly (needs REG_STARTEND) More... 12 months ago
awk: fix SEGV on read error in -f PROGFILE More... 12 months ago
awk: code shrink More... 12 months ago
awk: fix backslash handling in sub() builtins More... 12 months ago
awk: fix precedence of = relative to == More... 12 months ago
tunctl: code shrink More... 12 months ago
awk: printf(INVALID_FMT) prints it verbatim More... almost 1 year ago
awk: shrink - use setvar_sn() to set variables from non-NUL terminated strings More... almost 1 year ago
awk: code shrink More... almost 1 year ago
awk: fix closing of non-opened file More... almost 1 year ago
libbb/dump: code shrink More... almost 1 year ago
awk: do not read ARGIND, only set it (gawk compat) More... about 1 year ago
awk: remove a local variable "caching" a struct member More... about 1 year ago
awk: get rid of one indirection level for iF (input file structure) More... about 1 year ago
awk: fix splitting with default FS More... about 1 year ago
libbb/dump: make xxd_displayoff member conditional on xxd More... about 1 year ago
od: -l,I,L indeed depend on sizeof(long), fix this More... about 1 year ago
awk: fix use-after-realloc (CVE-2021-42380), closes 15601 More... about 1 year ago
hexdump: code shrink More... about 1 year ago
hexdump, xxd: shrink strings More... about 1 year ago
libbb/dump: correct handling of 1-byte signed int format More... about 1 year ago
libbb/dump: use fputs_stdout where appropriate More... about 1 year ago