summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-01tls: add scaffolding to selectively disable ciphers. no code changesDenys Vlasenko
2021-10-01tls: code shrink P256 codeDenys Vlasenko
2021-09-30tls: remove unused defineDenys Vlasenko
2021-09-28less: Ignore -XIsmael Luceno
2021-09-28ash: fix compile breakage in !ENABLE_ASH_ALIAS configDenys Vlasenko
2021-09-28libbb: code shrink in main() and scripted_main()Denys Vlasenko
2021-09-26shell: fix parsing of $(( (v)++ + NUM ))Denys Vlasenko
2021-09-25shell: enable more tests which are passing nowDenys Vlasenko
2021-09-25shell: fix arithmentic evaluation of "++7" and such (it is + + 7, i.e. 7)Denys Vlasenko
2021-09-25libbb/lineedit: tweak #if indenting, no code changesDenys Vlasenko
2021-09-21cal: implement -mRon Yorston
2021-09-18libbb: code shrink parse_datestr (again)Ron Yorston
2021-09-17libbb/lineedit: do not escape %^=+}]:, escape ~? in tab completionDenys Vlasenko
2021-09-17libbb: clarify what bb_mode_string() generatesDenys Vlasenko
2021-09-17libbb: ensure mode_string is NUL terminatedRon Yorston
2021-09-17libbb: eliminate a static data array in bb_mode_string()Denys Vlasenko
2021-09-17libbb: code shrink bb_parse_modeDenys Vlasenko
2021-09-17chmod: correctly report changed modesDenys Vlasenko
2021-09-17date,touch: allow timezone offsets in datesRon Yorston
2021-09-16getopt: code shrinkRon Yorston
2021-09-15ash: introduce bash-like $FUNCNAMEDenys Vlasenko
2021-09-15libbb: code shrink parse_datestrRon Yorston
2021-09-14ash: let ignoreeof only affect interactive shellsRon Yorston
2021-09-14ash: stopped jobs should only prevent exit from interactive shellRon Yorston
2021-09-14ash: fix ignoreeof optionRon Yorston
2021-09-11df: "support" -H as an alias of -hDenys Vlasenko
2021-09-10httpd: fix config depsDenys Vlasenko
2021-09-10libbb: reuse "bad port" error message stringDenys Vlasenko
2021-09-10blkdiscard: accept -f (force) as no-opDenys Vlasenko
2021-09-09basename: implement -a and -s SUFFIXDenys Vlasenko
2021-09-09libbb: make bb_lookup_port() abort on bad port namesDenys Vlasenko
2021-09-09httpd,telnetd: make default port configurableSergey Ponomarev
2021-09-09awk: never return NULL from awk_printf()Denys Vlasenko
2021-09-09awk: code shrinkDenys Vlasenko
2021-09-09awk: code shrink: avoid duplicate NUL checks and strlen()Denys Vlasenko
2021-09-09awk: fix read beyond end of bufferRon Yorston
2021-09-09ash: eval: Prevent recursive PS4 expansionDenys Vlasenko
2021-09-08ash: parser: Get rid of PEOADenys Vlasenko
2021-09-08ash: parser: Fix alias expansion after heredoc or newlinesDenys Vlasenko
2021-09-08ash: use pgetc_eatbnl() in more places, take 3Denys Vlasenko
2021-09-08ash: parser: Save and restore heredoclist in expandstrDenys Vlasenko
2021-09-08ash: parser: Fix handling of empty aliasesDenys Vlasenko
2021-09-07shuf: add a TODO, code shrinkDenys Vlasenko
2021-09-07hush: fix var_LINENO3.tests failureDenys Vlasenko
2021-09-07shell/ash_test/run-all: unset locale/language variablesDenys Vlasenko
2021-09-07ash: LINENO starts from 0 in -c SCRIPT modeDenys Vlasenko
2021-09-07ash: fix LINENO in functionsDenys Vlasenko
2021-09-07ash: support testsuite for !FEATURE_SUID_CONFIG_QUIET configsDenys Vlasenko
2021-09-07hush: fix set -n to act immediately, not just after run_list()Denys Vlasenko
2021-09-07ash: eval: Do not cache value of eflag in evaltreeDenys Vlasenko