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-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
2018-01-09
ash: add comment explaining last change
Denys Vlasenko
2018-01-09
ash: fix var_bash5.tests - ${VAR/pattern/repl} construct
Denys Vlasenko
2018-01-07
ash: fail if 'shift' operand is out of range
Ingo van Lil
2017-12-31
randomconfig fixes
Denys Vlasenko
2017-11-03
ash: fix nofork bug where environment is not properly passed to a command
Denys Vlasenko
2017-11-02
ash: retain envvars with bad names in initial environment. Closes 10231
Denys Vlasenko
2017-10-12
whitespace fixes
Denys Vlasenko
2017-10-12
typo fix
Denys Vlasenko
2017-10-12
ash: survive failures in $PS1 expansion. Closes 10371
Denys Vlasenko
2017-09-29
use %m printf specifier where appropriate
Denys Vlasenko
2017-08-23
ash: more s/error/perror/ for better error reporting
Denys Vlasenko
2017-08-23
ash: when cd fails, say why
Johannes Schindelin
2017-08-23
ash: report reason when a script file could not be opened
Johannes Schindelin
2017-08-15
ash: unset OPTARG if getopts exits 1, support OPTERR=0 behavior
Denys Vlasenko
2017-08-15
ash,hush: comment and debug tweaks, no code changes
Denys Vlasenko
2017-08-14
ash: one "current line = 1" might be missing, fix that
Denys Vlasenko
2017-08-14
ash: [PARSER] Catch variable length expansions on non-existant specials
Denys Vlasenko
2017-08-11
ash: fix "unset OPTIND" throwing an error message
Denys Vlasenko
2017-08-10
hush: optional times builtin
Denys Vlasenko
2017-08-09
ash: implement -d DELIM option for read
Johannes Schindelin
2017-08-07
noexec: consolidate code
Denys Vlasenko
2017-08-07
noexec: do GETOPT_RESET() before entering APPLET_main()
Denys Vlasenko
2017-08-07
noexec: set comm field for noexecs
Denys Vlasenko
2017-08-07
free,stat: make NOEXEC
Denys Vlasenko
2017-08-06
ash: do not set a signal to SIG_DFL if it already is
Denys Vlasenko
2017-08-04
ash: BASH_XTRACEFD bashism
Denys Vlasenko
2017-08-04
ash: remove no-longer-used variable
Johannes Schindelin
2017-08-04
ash: INT_OFF/INT_ON around run_nofork_applet()
Denys Vlasenko
2017-08-04
sheel: improve comments on signal handling
Denys Vlasenko
2017-08-03
ash: add a fixme comment at run_nofork_applet
Denys Vlasenko
2017-08-02
line editing: make read_line_input() not take timeout param
Denys Vlasenko
2017-08-02
do not use `a' quoting style in comments
Denys Vlasenko
2017-07-31
ash: align --login code with dash
Denys Vlasenko
[next]