index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
shell
Age
Commit message (
Expand
)
Author
2018-02-08
hush: probably fixing a bug in last LINENO fix
Denys Vlasenko
2018-02-08
hush: LINENO fix
Denys Vlasenko
2018-01-30
hush: protect against self-modifying trap code
Denys Vlasenko
2018-01-28
ash: make it possible to disable "const global ptr" optimization
Denys Vlasenko
2018-01-28
shell: handle $((NUM++...) like bash does. Closes 10706
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-27
hush: fix dot builtin to not search current directory
Denys Vlasenko
2018-01-26
ash: introduce a config option to search current directory for sourced files
Denys Vlasenko
2018-01-25
ash testsuite: add two hush tests from last commit
Denys Vlasenko
2018-01-25
hush: fix two corner cases in ${v/pattern/repl}. Closes 10686
Denys Vlasenko
2018-01-25
hush: fix handling of $_ (so far it's an ordinary variable, no special meaning)
Denys Vlasenko
2018-01-24
ash: add support for command_not_found_handle hook function (bashism)
William Pitcock
2018-01-19
hush: fix a case where EXIT trap may modify its code mid-flight
Denys Vlasenko
2018-01-19
hush: fix build if !BASH_LINENO_VAR
Denys Vlasenko
2018-01-19
hush: implement $LINENO bashism
Denys Vlasenko
2018-01-15
ash: a bit of NOFORK code should only be active if FEATURE_SH_STANDALONE=y
Denys Vlasenko
2018-01-13
shell: echo ${?:0} was fixed sometime ago, enable it in tests
Denys Vlasenko
2018-01-13
hush: fix raw ^C handlisg in single-quoted strings
Denys Vlasenko
2018-01-12
hush: add command2.tests from ash tests
Denys Vlasenko
2018-01-12
hush: tweak command -vV printing code, no logic changes
Denys Vlasenko
2018-01-12
hush: implement "command -v -V"
Denys Vlasenko
2018-01-11
hush: implement "command" builtin (no options are supported yet)
Denys Vlasenko
2018-01-11
hush: fix handling of ^C in eval
Denys Vlasenko
2018-01-11
hush: fix handling of raw ^C in scripts: "echo ^C"
Denys Vlasenko
2018-01-11
hush: remove dead code
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-22
hush: fix comment parsing in `cmd`, closes 10421
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-09-18
regularize format of source file headers, no code changes
Denys Vlasenko
2017-08-29
hush: fix false positive in unset.tests
Denys Vlasenko
2017-08-29
hush: GETOPT_RESET() _after_ getopts too.
Denys Vlasenko
2017-08-29
hush: reuse "OPTIND=..." string
Denys Vlasenko
2017-08-29
hush: fix "getopts" builtin to not be upset by other builtins calling getopt()
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-17
ash: stage backported LINENO support as a separate patch
Denys Vlasenko
2017-08-17
hush: trivial code shrink in builtin_getopts
Denys Vlasenko
2017-08-15
ash: unset OPTARG if getopts exits 1, support OPTERR=0 behavior
Denys Vlasenko
[next]