index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
ash.c
Age
Commit message (
Expand
)
Author
2020-01-29
ash: improve expandstr()
Ron Yorston
2019-10-25
clang/llvm 9 fix - do not eliminate a store to a fake "const"
Denys Vlasenko
2019-09-05
ash: add a FIXME comment
Denys Vlasenko
2019-08-02
ash: fix set -o to not show "nameless" options
Denys Vlasenko
2019-07-31
ash: only catch unexpected exceptions in PS1 expansion
Ron Yorston
2019-06-03
ash,hush: show 'c' in $- if run in "sh -c CMD"
Denys Vlasenko
2019-06-01
ash: allocate line editing structure only if needed
Denys Vlasenko
2019-04-19
ash: catch error in arithmetic expansion in PS1
Ron Yorston
2019-04-19
ash: prevent error in backquotes in PS1 from exiting shell
Ron Yorston
2019-04-16
ash: add bash-compatible EPOCH variables
Ron Yorston
2019-04-16
ash: an unset dynamic variable should not be dynamic
Ron Yorston
2019-04-02
ash: distinguish 'wait -n' from other bashisms
Ron Yorston
2019-03-27
ash: add "wait -n" bashism
Denys Vlasenko
2019-02-25
ash: eval: avoid leaking memory associated with redirections. Closes 7748
Ron Yorston
2018-12-28
config: update size information
Denys Vlasenko
2018-12-08
inetd: suppress aliasing warning
Denys Vlasenko
2018-12-08
suppress gcc 8 aliasing warnings
Denys Vlasenko
2018-11-27
hush: allow hush to run embedded scripts
Ron Yorston
2018-11-20
ash: reset tokpushback before prompting while parsing heredoc
Christoph Schulz
2018-11-17
Treat custom and applet scripts as applets
Ron Yorston
2018-11-16
ash: ensure variables are fully initialised when unset
Ron Yorston
2018-11-06
ash: minor fixes
Ron Yorston
2018-11-01
ash: fix thinko in last commit
Denys Vlasenko
2018-11-01
ash: in tryexec(), ensure we don't try to run embedded scripts as applets
Ron Yorston
2018-11-01
ash: recognize embedded scripts in SH_STANDALONE mode
Ron Yorston
2018-11-01
claenups for previous commit
Denys Vlasenko
2018-11-01
ash: allow shell scripts to be embedded in the binary
Denys Vlasenko
2018-08-07
ash: expand: Do not quote backslashes in unquoted parameter expansion
Denys Vlasenko
2018-08-05
ash: exec: Return 126 on most errors in shellexec
Denys Vlasenko
2018-08-05
ash: eval: Restore input files in evalcommand
Denys Vlasenko
2018-08-05
ash: parser: Fix parsing of ${}
Denys Vlasenko
2018-08-05
ash,hush: fold shell_builtin_read() way-too-many params into a struct param
Denys Vlasenko
2018-08-05
ash: expand: Fix ghost fields with unquoted $@/$*
Denys Vlasenko
2018-08-05
ash: var: Set IFS to fixed value at start time
Denys Vlasenko
2018-08-05
ash: eval: Variable assignments on functions are no longer persistent
Denys Vlasenko
2018-08-04
ash,hush: properly handle ${v//pattern/repl} if pattern starts with /
Denys Vlasenko
2018-07-24
hush: add "heredoc.tests" from ash, tweak ash "is a function" message
Denys Vlasenko
2018-04-14
ash: expand: Fix buffer overflow in expandmeta
Denys Vlasenko
2018-04-11
ash: parser: Allow newlines within parameter substitution
Denys Vlasenko
2018-04-11
hush: do not drop backslash from eval 'echo ok\'
Denys Vlasenko
2018-04-10
shell: add comments about [[, no code changes
Denys Vlasenko
2018-04-10
ash: if "[[" bashism is not supported, do not handle it anywhere
Denys Vlasenko
2018-04-10
ash: trivial code shrink
Denys Vlasenko
2018-04-08
bzip2: fix two crashes on corrupted archives
Denys Vlasenko
2018-04-05
hush: implement "hush -s"
Denys Vlasenko
2018-04-04
ash: unbreak PS1 parsing after "ash: parser: Add syntax stack..." commit
Denys Vlasenko
2018-04-02
ash: parser: Fix parameter expansion inside inner double quotes
Denys Vlasenko
2018-04-02
ash: expand: Fix bugs with words connected to the right of $@
Denys Vlasenko
2018-04-02
ash: redir: Fix typo in noclobber code
Denys Vlasenko
2018-04-02
ash: parser: Fix single-quoted patterns in here-documents
Denys Vlasenko
[prev]
[next]