aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2020-01-088-75/+184
|\
| * hush: fix preprocessor directives indentationDenys Vlasenko2019-11-281-32/+32
| * hush: restore redirected stdinDenys Vlasenko2019-11-015-7/+42
| * clang/llvm 9 fix - do not eliminate a store to a fake "const"Denys Vlasenko2019-10-251-3/+3
| * shell: better comments in BASE#nn codeDenys Vlasenko2019-10-221-10/+14
| * shell/ulimit: code shrinkDenys Vlasenko2019-10-211-18/+59
| * ash: fix BASE###nn bashism for bases 36..64Denys Vlasenko2019-09-221-3/+21
| * ash: fix BASE###nn bashism to accept letter 'digits' for bases > 9Denys Vlasenko2019-09-221-2/+9
| * ash: add a FIXME commentDenys Vlasenko2019-09-051-1/+7
| * hush: fix "set -o INVALID" affecting -e flag stateDenys Vlasenko2019-09-051-11/+9
* | ash: copy line editing history during forkshellRon Yorston2019-12-161-10/+94
* | ash: copy alias table during forkshellRon Yorston2019-12-151-1/+77
* | ash: revert change to behaviour of -s optionRon Yorston2019-08-161-0/+10
* | Merge branch 'busybox' into mergeRon Yorston2019-08-163-87/+153
|\|
| * ash: fix set -o to not show "nameless" optionsDenys Vlasenko2019-08-021-0/+2
| * ash: only catch unexpected exceptions in PS1 expansionRon Yorston2019-07-311-0/+2
| * libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-022-17/+17
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2019-05-2714-257/+404
|\|
| * 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
* | Merge branch 'busybox' into mergeFRP-3128-g241d4d4acRon Yorston2019-04-202-16/+23
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2019-04-172-20/+79
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2019-04-041-7/+8
|\|
| * ash: distinguish 'wait -n' from other bashismsRon Yorston2019-04-021-7/+8
* | win32: try to make working directory names consistentRon Yorston2019-04-021-0/+1
* | df: display origin of mapped driveRon Yorston2019-04-011-1/+2