summaryrefslogtreecommitdiff
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* ash,hush: show 'c' in $- if run in "sh -c CMD"Denys Vlasenko2019-06-032-25/+50
* ash: allocate line editing structure only if neededDenys Vlasenko2019-06-011-37/+70
* shell: move all definitions of strto_arith_t() togetherDenys Vlasenko2019-05-262-11/+7
* hush: show 's' in $-Denys Vlasenko2019-05-191-3/+5
* hush: allocate line edit buffer only for interactive shellDenys Vlasenko2019-05-191-5/+9
* shell: implement optional "BASE#nnnn" numeric literalsDenys Vlasenko2019-05-193-6/+51
* hush: remove test for "echo ${-}" errorring out - now it worksDenys Vlasenko2019-05-193-4/+0
* hush: implement $-, set default PATH if it is not set on startupDenys Vlasenko2019-05-191-5/+26
* hush: set default PS1/2 only if we interactiveDenys Vlasenko2019-05-191-16/+19
* hush: handle LINENO the same way as RANDOM: variable is "ephemeral"Denys Vlasenko2019-05-191-32/+18
* hush: remove code to track PS1/2 values dynamically - it's too much workDenys Vlasenko2019-05-161-61/+21
* hush: small speedup in handle_changed_special_names()Denys Vlasenko2019-05-161-2/+2
* shell: add TODO comment about BASE#nnn literalsDenys Vlasenko2019-05-161-0/+2
* hush: fix quoted "${notexist-}" expansion to not disappearDenys Vlasenko2019-05-155-0/+20
* shells: add tests for backslashes in export VAR=VALDenys Vlasenko2019-05-144-0/+6
* hush: fix "export PS1=xyz" and "local PS1=xyz" messing up promptDenys Vlasenko2019-05-143-32/+40
* ash,hush: ulimit: add -i RLIMIT_SIGPENDING, -q RLIMIT_MSGQUEUEDenys Vlasenko2019-04-281-3/+19
* ash,hush: bash compat for ulimit: reorder to matchDenys Vlasenko2019-04-281-72/+53
* ash,hush: bash compat for ulimit: -w => -x, -p => -uDenys Vlasenko2019-04-271-12/+16
* ash,hush: fix ulimit to be more bash-compat, closes 11791Denys Vlasenko2019-04-271-84/+181
* httpd: use full size of iobuf[] when piping CGI dataDenys Vlasenko2019-04-191-3/+0
* ash: catch error in arithmetic expansion in PS1Ron Yorston2019-04-191-12/+20
* ash: prevent error in backquotes in PS1 from exiting shellRon Yorston2019-04-191-1/+3
* ash: add bash-compatible EPOCH variablesRon Yorston2019-04-161-21/+56
* ash: an unset dynamic variable should not be dynamicRon Yorston2019-04-161-0/+4
* hush: add bash-compatible EPOCH variablesRon Yorston2019-04-161-0/+20
* ash: distinguish 'wait -n' from other bashismsRon Yorston2019-04-021-7/+8
* hush: fix "wait -n" to wait for a _job_, not a _process_Denys Vlasenko2019-03-271-9/+22
* ash: add "wait -n" bashismDenys Vlasenko2019-03-271-6/+47
* hush: add "wait -n" bashismDenys Vlasenko2019-03-261-1/+17
* ash: eval: avoid leaking memory associated with redirections. Closes 7748Ron Yorston2019-02-251-10/+4
* config: update size informationDenys Vlasenko2018-12-283-3/+3
* randomconfig fixesDenys Vlasenko2018-12-271-1/+1
* inetd: suppress aliasing warningDenys Vlasenko2018-12-082-2/+2
* suppress gcc 8 aliasing warningsDenys Vlasenko2018-12-082-2/+2
* hush: allow hush to run embedded scriptsRon Yorston2018-11-273-15/+31
* ash: reset tokpushback before prompting while parsing heredocChristoph Schulz2018-11-201-0/+1
* Treat custom and applet scripts as appletsRon Yorston2018-11-171-15/+4
* ash: ensure variables are fully initialised when unsetRon Yorston2018-11-161-3/+2
* hush: correct description for HUSH_TICK config optionRon Yorston2018-11-141-1/+1
* ash: minor fixesRon Yorston2018-11-061-1/+5
* ash: fix thinko in last commitDenys Vlasenko2018-11-011-5/+1
* ash: in tryexec(), ensure we don't try to run embedded scripts as appletsRon Yorston2018-11-011-0/+8
* ash: recognize embedded scripts in SH_STANDALONE modeRon Yorston2018-11-011-0/+12
* claenups for previous commitDenys Vlasenko2018-11-011-8/+3
* ash: allow shell scripts to be embedded in the binaryDenys Vlasenko2018-11-011-1/+32
* hush: tweak comment, no code changesDenys Vlasenko2018-08-141-4/+4
* hush: add a comment on how globbing (should) workDenys Vlasenko2018-08-111-0/+35
* ash: expand: Do not quote backslashes in unquoted parameter expansionDenys Vlasenko2018-08-075-6/+32
* hush: adopt ash's quote_in_varexp1.testsDenys Vlasenko2018-08-052-0/+4