index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
ash.c
Age
Commit message (
Expand
)
Author
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
2018-04-02
ash: parser: Add syntax stack for recursive parsing
Denys Vlasenko
2018-04-01
parser: Fix backquote support in here-document EOF mark
Denys Vlasenko
2018-04-01
ash,hush: handle a few more bkslash-newline cases
Denys Vlasenko
2018-03-31
ash: use pgetc_eatbnl() in more places
Denys Vlasenko
2018-03-31
ash: 'nolog' and 'debug' options cause "$-" to wreak havoc
Martijn Dekker
2018-03-30
ash: fix "char == CTLfoo" comparison signedness bug
Denys Vlasenko
2018-03-30
ash: use F_DUPFD_CLOEXEC and O_CLOEXEC
Denys Vlasenko
2018-03-28
ash,hush: fix "saved" redirected fds still visible in children
Denys Vlasenko
2018-02-13
ash : fix double-quoted "\z" handling
Denys Vlasenko
2018-01-28
ash: make it possible to disable "const global ptr" optimization
Denys Vlasenko
2018-01-27
ash: add LINENO support
Denys Vlasenko
2018-01-27
hush: add HUSH_BASH_SOURCE_CURDIR config option, to be on par with ash
Denys Vlasenko
2018-01-26
ash: introduce a config option to search current directory for sourced files
Denys Vlasenko
2018-01-24
ash: add support for command_not_found_handle hook function (bashism)
William Pitcock
2018-01-15
ash: a bit of NOFORK code should only be active if FEATURE_SH_STANDALONE=y
Denys Vlasenko
2018-01-10
ash: ALWAYS_INLINE grabstackblock()
Denys Vlasenko
2018-01-10
ash: make ${v:N:M} more robust for very large M by clamping to MIN/MAX_INT
Denys Vlasenko
[next]