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
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
2017-07-31
ash: fix display of ">&-" redirect in job strings
Denys Vlasenko
2017-07-31
ash,hush: ">&10" redirects to script/tty fds should not work
Denys Vlasenko
2017-07-31
ash: significant overhaul of redirect saving logic
Denys Vlasenko
2017-07-31
ash: remove REDIR_SAVEFD2
Denys Vlasenko
2017-07-29
ash: if !ENABLE_ASH_EXPAND_PRMT, disable PSSYNTAX code
Denys Vlasenko
2017-07-29
ash: [REDIR] Fix popredir on abnormal exit from built-in
Denys Vlasenko
2017-07-29
ash: [PARSER] Add FAKEEOFMARK for expandstr
Denys Vlasenko
2017-07-29
ash: [PARSER] Removed noexpand/length check on eofmark
Denys Vlasenko
2017-07-29
ash: "Undo all redirections" comment is wrong, delete it
Denys Vlasenko
2017-07-29
ash: make tryexec(cmd) parameter const char
Denys Vlasenko
2017-07-28
ash: support platforms that don't have '%m' printf specifier
Ron Yorston
2017-07-28
ash: less hackish implementation of evaltreenr()
Denys Vlasenko
2017-07-26
ash: force inlining of a trivial function
Denys Vlasenko
2017-07-26
ash: revert previous implementation of "A=1 A=2 B=$A cmd" code
Denys Vlasenko
2017-07-26
ash: [VAR] Fix loss of variables when hash collides
Denys Vlasenko
[prev]
[next]