hush: make expand_vars_to_list() a bit more sane
[oweals/busybox.git] / shell / ash.c
2018-04-14 Denys Vlasenkoash: expand: Fix buffer overflow in expandmeta
2018-04-11 Denys Vlasenkoash: parser: Allow newlines within parameter substitution
2018-04-10 Denys Vlasenkohush: do not drop backslash from eval 'echo ok\'
2018-04-10 Denys Vlasenkoshell: add comments about [[, no code changes
2018-04-09 Denys Vlasenkoash: if "[[" bashism is not supported, do not handle...
2018-04-09 Denys Vlasenkoash: trivial code shrink
2018-04-08 Denys Vlasenkobzip2: fix two crashes on corrupted archives
2018-04-05 Denys Vlasenkohush: implement "hush -s"
2018-04-04 Denys Vlasenkoash: unbreak PS1 parsing after "ash: parser: Add syntax...
2018-04-02 Denys Vlasenkoash: parser: Fix parameter expansion inside inner doubl...
2018-04-02 Denys Vlasenkoash: expand: Fix bugs with words connected to the right...
2018-04-02 Denys Vlasenkoash: redir: Fix typo in noclobber code
2018-04-02 Denys Vlasenkoash: parser: Fix single-quoted patterns in here-documents
2018-04-02 Denys Vlasenkoash: parser: Add syntax stack for recursive parsing
2018-04-01 Denys Vlasenkoparser: Fix backquote support in here-document EOF...
2018-04-01 Denys Vlasenkoash,hush: handle a few more bkslash-newline cases
2018-03-31 Denys Vlasenkoash: use pgetc_eatbnl() in more places
2018-03-31 Martijn Dekkerash: 'nolog' and 'debug' options cause "$-" to wreak...
2018-03-30 Denys Vlasenkoash: fix "char == CTLfoo" comparison signedness bug
2018-03-30 Denys Vlasenkoash: use F_DUPFD_CLOEXEC and O_CLOEXEC
2018-03-28 Denys Vlasenkoash,hush: fix "saved" redirected fds still visible...
2018-02-13 Denys Vlasenkoash : fix double-quoted "\z" handling
2018-01-28 Denys Vlasenkoash: make it possible to disable "const global ptr...
2018-01-27 Denys Vlasenkoash: add LINENO support
2018-01-27 Denys Vlasenkohush: add HUSH_BASH_SOURCE_CURDIR config option, to...
2018-01-26 Denys Vlasenkoash: introduce a config option to search current direct...
2018-01-24 William Pitcockash: add support for command_not_found_handle hook...
2018-01-14 Denys Vlasenkoash: a bit of NOFORK code should only be active if...
2018-01-10 Denys Vlasenkoash: ALWAYS_INLINE grabstackblock()
2018-01-10 Denys Vlasenkoash: make ${v:N:M} more robust for very large M by...
2018-01-09 Denys Vlasenkoash: add comment explaining last change
2018-01-09 Denys Vlasenkoash: fix var_bash5.tests - ${VAR/pattern/repl} construct
2018-01-07 Ingo van Lilash: fail if 'shift' operand is out of range
2017-12-31 Denys Vlasenkorandomconfig fixes
2017-11-03 Denys Vlasenkoash: fix nofork bug where environment is not properly...
2017-11-02 Denys Vlasenkoash: retain envvars with bad names in initial environme...
2017-10-12 Denys Vlasenkowhitespace fixes
2017-10-12 Denys Vlasenkotypo fix
2017-10-12 Denys Vlasenkoash: survive failures in $PS1 expansion. Closes 10371
2017-09-29 Denys Vlasenkouse %m printf specifier where appropriate
2017-08-23 Denys Vlasenkoash: more s/error/perror/ for better error reporting
2017-08-23 Johannes Schindelinash: when cd fails, say why
2017-08-23 Johannes Schindelinash: report reason when a script file could not be...
2017-08-15 Denys Vlasenkoash: unset OPTARG if getopts exits 1, support OPTERR...
2017-08-15 Denys Vlasenkoash,hush: comment and debug tweaks, no code changes
2017-08-14 Denys Vlasenkoash: one "current line = 1" might be missing, fix that
2017-08-14 Denys Vlasenkoash: [PARSER] Catch variable length expansions on non...
2017-08-10 Denys Vlasenkoash: fix "unset OPTIND" throwing an error message
2017-08-10 Denys Vlasenkohush: optional times builtin
2017-08-09 Johannes Schindelinash: implement -d DELIM option for read
2017-08-07 Denys Vlasenkonoexec: consolidate code
2017-08-07 Denys Vlasenkonoexec: do GETOPT_RESET() before entering APPLET_main()
2017-08-07 Denys Vlasenkonoexec: set comm field for noexecs
2017-08-07 Denys Vlasenkofree,stat: make NOEXEC
2017-08-06 Denys Vlasenkoash: do not set a signal to SIG_DFL if it already is
2017-08-04 Denys Vlasenkoash: BASH_XTRACEFD bashism
2017-08-04 Johannes Schindelinash: remove no-longer-used variable
2017-08-04 Denys Vlasenkoash: INT_OFF/INT_ON around run_nofork_applet()
2017-08-04 Denys Vlasenkosheel: improve comments on signal handling
2017-08-03 Denys Vlasenkoash: add a fixme comment at run_nofork_applet
2017-08-02 Denys Vlasenkoline editing: make read_line_input() not take timeout...
2017-08-02 Denys Vlasenkodo not use `a' quoting style in comments
2017-07-31 Denys Vlasenkoash: align --login code with dash
2017-07-31 Denys Vlasenkoash: fix display of ">&-" redirect in job strings
2017-07-31 Denys Vlasenkoash,hush: ">&10" redirects to script/tty fds should...
2017-07-31 Denys Vlasenkoash: significant overhaul of redirect saving logic
2017-07-31 Denys Vlasenkoash: remove REDIR_SAVEFD2
2017-07-29 Denys Vlasenkoash: if !ENABLE_ASH_EXPAND_PRMT, disable PSSYNTAX code
2017-07-29 Denys Vlasenkoash: [REDIR] Fix popredir on abnormal exit from built-in
2017-07-29 Denys Vlasenkoash: [PARSER] Add FAKEEOFMARK for expandstr
2017-07-29 Denys Vlasenkoash: [PARSER] Removed noexpand/length check on eofmark
2017-07-29 Denys Vlasenkoash: "Undo all redirections" comment is wrong, delete it
2017-07-28 Denys Vlasenkoash: make tryexec(cmd) parameter const char
2017-07-28 Ron Yorstonash: support platforms that don't have '%m' printf...
2017-07-28 Denys Vlasenkoash: less hackish implementation of evaltreenr()
2017-07-26 Denys Vlasenkoash: force inlining of a trivial function
2017-07-26 Denys Vlasenkoash: revert previous implementation of "A=1 A=2 B=...
2017-07-26 Denys Vlasenkoash: [VAR] Fix loss of variables when hash collides
2017-07-26 Denys Vlasenkoash: [VAR] Do not poplocalvars prematurely on regular...
2017-07-26 Denys Vlasenkoash: [VAR] Fix poplocalvar on abnormal exit from function
2017-07-26 Denys Vlasenkoash: [VAR] Replace cmdenviron with localvars
2017-07-26 Denys Vlasenkoash: [VAR] Fix poplocalvar leak
2017-07-26 Denys Vlasenkoash: [VAR] Add localvars nesting
2017-07-26 Denys Vlasenkoash: alloc slightly smaller buffer in cvtnum(); faster...
2017-07-26 Denys Vlasenkoash: fix redir_leak.tests if STANDALONE=y
2017-07-25 Denys Vlasenkoash: [SHELL] Optimize dash -c "command" to avoid a...
2017-07-25 Denys Vlasenkoash: allow "trap NUM [SIG]..." syntax
2017-07-25 Denys Vlasenkoash: [REDIR] Replace GPL noclobberopen code with the...
2017-07-25 Denys Vlasenkoash: sync up with dash with respect to redirection...
2017-07-25 Denys Vlasenkoash: [VAR] Move unsetvar functionality into setvareq
2017-07-24 Denys Vlasenkoash: fix comment, no code changes
2017-07-23 Denys Vlasenkoash: fix for last commit
2017-07-23 Denys Vlasenkoash: use mempcpy() in more places
2017-07-21 Denys Vlasenkoash: use mempcpy() where appropriate
2017-07-21 Denys Vlasenkoash: improve set -x to quote strings as necessary
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-18 Denys Vlasenkoash: remove contradicting size info in config help
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
2017-07-17 Denys Vlasenkoash: more general format ${var:EXPR:EXPR}
2017-07-17 Denys Vlasenkoash: "you disabled math" is wrong: user did not disable...
next