aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* less: Ignore -XIsmael Luceno2021-09-281-1/+1
* ash: fix compile breakage in !ENABLE_ASH_ALIAS configDenys Vlasenko2021-09-281-2/+2
* libbb: code shrink in main() and scripted_main()Denys Vlasenko2021-09-281-5/+5
* shell: fix parsing of $(( (v)++ + NUM ))Denys Vlasenko2021-09-265-22/+44
* shell: enable more tests which are passing nowDenys Vlasenko2021-09-256-73/+105
* shell: fix arithmentic evaluation of "++7" and such (it is + + 7, i.e. 7)Denys Vlasenko2021-09-259-46/+65
* libbb/lineedit: tweak #if indenting, no code changesDenys Vlasenko2021-09-251-8/+8
* cal: implement -mRon Yorston2021-09-211-13/+25
* libbb: code shrink parse_datestr (again)Ron Yorston2021-09-181-14/+9
* libbb/lineedit: do not escape %^=+}]:, escape ~? in tab completionDenys Vlasenko2021-09-171-1/+10
* libbb: clarify what bb_mode_string() generatesDenys Vlasenko2021-09-173-15/+12
* libbb: ensure mode_string is NUL terminatedRon Yorston2021-09-171-9/+3
* libbb: eliminate a static data array in bb_mode_string()Denys Vlasenko2021-09-177-12/+16
* libbb: code shrink bb_parse_modeDenys Vlasenko2021-09-172-3/+4
* chmod: correctly report changed modesDenys Vlasenko2021-09-171-1/+2
* date,touch: allow timezone offsets in datesRon Yorston2021-09-176-10/+83
* getopt: code shrinkRon Yorston2021-09-161-36/+28
* ash: introduce bash-like $FUNCNAMEDenys Vlasenko2021-09-151-3/+24
* libbb: code shrink parse_datestrRon Yorston2021-09-151-11/+36
* ash: let ignoreeof only affect interactive shellsRon Yorston2021-09-141-3/+4
* ash: stopped jobs should only prevent exit from interactive shellRon Yorston2021-09-141-1/+1
* ash: fix ignoreeof optionRon Yorston2021-09-141-19/+3
* df: "support" -H as an alias of -hDenys Vlasenko2021-09-111-11/+15
* httpd: fix config depsDenys Vlasenko2021-09-101-0/+1
* libbb: reuse "bad port" error message stringDenys Vlasenko2021-09-101-1/+1
* blkdiscard: accept -f (force) as no-opDenys Vlasenko2021-09-101-5/+8
* basename: implement -a and -s SUFFIXDenys Vlasenko2021-09-091-24/+38
* libbb: make bb_lookup_port() abort on bad port namesDenys Vlasenko2021-09-094-22/+10
* httpd,telnetd: make default port configurableSergey Ponomarev2021-09-093-4/+21
* awk: never return NULL from awk_printf()Denys Vlasenko2021-09-091-4/+4
* awk: code shrinkDenys Vlasenko2021-09-091-8/+7
* awk: code shrink: avoid duplicate NUL checks and strlen()Denys Vlasenko2021-09-091-21/+33
* awk: fix read beyond end of bufferRon Yorston2021-09-091-11/+13
* ash: eval: Prevent recursive PS4 expansionDenys Vlasenko2021-09-091-1/+6
* ash: parser: Get rid of PEOADenys Vlasenko2021-09-081-131/+108
* ash: parser: Fix alias expansion after heredoc or newlinesDenys Vlasenko2021-09-085-2/+31
* ash: use pgetc_eatbnl() in more places, take 3Denys Vlasenko2021-09-081-1/+1
* ash: parser: Save and restore heredoclist in expandstrDenys Vlasenko2021-09-081-8/+11
* ash: parser: Fix handling of empty aliasesDenys Vlasenko2021-09-081-21/+15
* shuf: add a TODO, code shrinkDenys Vlasenko2021-09-071-10/+14
* hush: fix var_LINENO3.tests failureDenys Vlasenko2021-09-071-2/+8
* shell/ash_test/run-all: unset locale/language variablesDenys Vlasenko2021-09-071-1/+10
* ash: LINENO starts from 0 in -c SCRIPT modeDenys Vlasenko2021-09-0717-41/+49
* ash: fix LINENO in functionsDenys Vlasenko2021-09-075-12/+28
* ash: support testsuite for !FEATURE_SUID_CONFIG_QUIET configsDenys Vlasenko2021-09-071-1/+2
* hush: fix set -n to act immediately, not just after run_list()Denys Vlasenko2021-09-076-3/+21
* ash: eval: Do not cache value of eflag in evaltreeDenys Vlasenko2021-09-073-8/+16
* ash: eval: Check nflag in evaltree instead of cmdloopDenys Vlasenko2021-09-073-1/+9
* ash: add bash-like ERR trap and set -ERoberto A. Foglietta2021-09-071-17/+69
* chat: hopefully fix infinite spinning on input EOFDenys Vlasenko2021-09-061-30/+34