aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
* ash: jobs: Only clear gotsigchld when waiting for everythingDenys Vlasenko2020-02-181-66/+56
* ash: jobs - Do not block when waiting on SIGCHLDDenys Vlasenko2020-02-181-11/+14
* ash: eval: Reap zombies after built-in commands and functionsDenys Vlasenko2020-02-181-16/+10
* ash: exec: Never rehash regular built-insDenys Vlasenko2020-02-171-3/+10
* ash: exec: Stricter pathopt parsingDenys Vlasenko2020-02-171-64/+104
* ash: exec: Do not allocate stack string in padvanceDenys Vlasenko2020-02-171-36/+38
* ash: memalloc: Add growstackto helperDenys Vlasenko2020-02-171-17/+12
* ash: parser: Save/restore here-documents in command substitutionDenys Vlasenko2020-02-171-9/+16
* ash: mkinit: Split reset into exitreset and resetDenys Vlasenko2020-02-171-7/+19
* ash: expand: Fix trailing newlines processing in backquote expandingDenys Vlasenko2020-02-175-1/+25
* ash: parser: Only accept single-digit parameter expansion outside of bracesDenys Vlasenko2020-02-175-1/+15
* ash: shell: Fix clang warnings about "string plus integer"Denys Vlasenko2020-02-161-1/+2
* ash: eval: Use the correct expansion mode for fd redirectionDenys Vlasenko2020-02-161-2/+1
* ash: expand: Fix skipping of command substitution when trimming in evalvarDenys Vlasenko2020-02-161-0/+2
* ash: main: Print \n upon EOF (CTRL-D) when run interactivelyDenys Vlasenko2020-02-161-1/+5
* ash: expand: Use HOME in tilde expansion when it is emptyDenys Vlasenko2020-02-161-1/+1
* ash: builtin: Mark more regular built-insDenys Vlasenko2020-02-161-4/+4
* ash: jobs: Replace some uses of fmtstr with stpcpy/stpncpyDenys Vlasenko2020-02-161-8/+7
* ash: output: Fix fmtstr return valueDenys Vlasenko2020-02-161-1/+1
* ash: main: Only set savestatus in exitcmdDenys Vlasenko2020-02-161-7/+2
* ash: [BUILTIN] Exit without arguments in a trap should use status outside trapsDenys Vlasenko2020-02-163-13/+38
* ash: parser: Fix incorrect eating of backslash newlinesDenys Vlasenko2020-02-161-2/+8
* ash: use pgetc_eatbnl() in more places, take 2Denys Vlasenko2020-02-161-6/+6
* ash,hush: allow builtins to be tab-completed, closes 7532Ron Yorston2020-01-292-1/+35
* ash: improve expandstr()Ron Yorston2020-01-291-20/+21
* 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: 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
* 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