syslogd: add config option to include milliseconds in timestamps
[oweals/busybox.git] / shell /
2019-11-28 Denys Vlasenkohush: fix preprocessor directives indentation
2019-11-01 Denys Vlasenkohush: restore redirected stdin
2019-10-25 Denys Vlasenkoclang/llvm 9 fix - do not eliminate a store to a fake...
2019-10-22 Denys Vlasenkoshell: better comments in BASE#nn code
2019-10-21 Denys Vlasenkoshell/ulimit: code shrink
2019-09-22 Denys Vlasenkoash: fix BASE###nn bashism for bases 36..64
2019-09-22 Denys Vlasenkoash: fix BASE###nn bashism to accept letter 'digits...
2019-09-05 Denys Vlasenkoash: add a FIXME comment
2019-09-05 Denys Vlasenkohush: fix "set -o INVALID" affecting -e flag state
2019-08-02 Denys Vlasenkoash: fix set -o to not show "nameless" options
2019-07-31 Ron Yorstonash: only catch unexpected exceptions in PS1 expansion
2019-07-02 James Byrnelibbb: reduce the overhead of single parameter bb_error...
2019-06-03 Denys Vlasenkoash,hush: show 'c' in $- if run in "sh -c CMD"
2019-06-01 Denys Vlasenkoash: allocate line editing structure only if needed
2019-05-26 Denys Vlasenkoshell: move all definitions of strto_arith_t() together
2019-05-19 Denys Vlasenkohush: show 's' in $-
2019-05-19 Denys Vlasenkohush: allocate line edit buffer only for interactive...
2019-05-19 Denys Vlasenkoshell: implement optional "BASE#nnnn" numeric literals
2019-05-19 Denys Vlasenkohush: remove test for "echo ${-}" errorring out - now...
2019-05-19 Denys Vlasenkohush: implement $-, set default PATH if it is not set...
2019-05-19 Denys Vlasenkohush: set default PS1/2 only if we interactive
2019-05-19 Denys Vlasenkohush: handle LINENO the same way as RANDOM: variable...
2019-05-16 Denys Vlasenkohush: remove code to track PS1/2 values dynamically...
2019-05-16 Denys Vlasenkohush: small speedup in handle_changed_special_names()
2019-05-16 Denys Vlasenkoshell: add TODO comment about BASE#nnn literals
2019-05-15 Denys Vlasenkohush: fix quoted "${notexist-}" expansion to not disappear
2019-05-14 Denys Vlasenkoshells: add tests for backslashes in export VAR=VAL
2019-05-14 Denys Vlasenkohush: fix "export PS1=xyz" and "local PS1=xyz" messing...
2019-04-28 Denys Vlasenkoash,hush: ulimit: add -i RLIMIT_SIGPENDING, -q RLIMIT_M...
2019-04-28 Denys Vlasenkoash,hush: bash compat for ulimit: reorder to match
2019-04-27 Denys Vlasenkoash,hush: bash compat for ulimit: -w => -x, -p => -u
2019-04-27 Denys Vlasenkoash,hush: fix ulimit to be more bash-compat, closes...
2019-04-19 Denys Vlasenkohttpd: use full size of iobuf[] when piping CGI data
2019-04-19 Ron Yorstonash: catch error in arithmetic expansion in PS1
2019-04-19 Ron Yorstonash: prevent error in backquotes in PS1 from exiting...
2019-04-16 Ron Yorstonash: add bash-compatible EPOCH variables
2019-04-16 Ron Yorstonash: an unset dynamic variable should not be dynamic
2019-04-16 Ron Yorstonhush: add bash-compatible EPOCH variables
2019-04-02 Ron Yorstonash: distinguish 'wait -n' from other bashisms
2019-03-27 Denys Vlasenkohush: fix "wait -n" to wait for a _job_, not a _process_
2019-03-27 Denys Vlasenkoash: add "wait -n" bashism
2019-03-26 Denys Vlasenkohush: add "wait -n" bashism
2019-02-25 Ron Yorstonash: eval: avoid leaking memory associated with redirec...
2018-12-28 Denys Vlasenkoconfig: update size information
2018-12-27 Denys Vlasenkorandomconfig fixes
2018-12-08 Denys Vlasenkoinetd: suppress aliasing warning
2018-12-08 Denys Vlasenkosuppress gcc 8 aliasing warnings
2018-11-27 Ron Yorstonhush: allow hush to run embedded scripts
2018-11-20 Christoph Schulzash: reset tokpushback before prompting while parsing...
2018-11-17 Ron YorstonTreat custom and applet scripts as applets
2018-11-16 Ron Yorstonash: ensure variables are fully initialised when unset
2018-11-14 Ron Yorstonhush: correct description for HUSH_TICK config option
2018-11-06 Ron Yorstonash: minor fixes
2018-11-01 Denys Vlasenkoash: fix thinko in last commit
2018-11-01 Ron Yorstonash: in tryexec(), ensure we don't try to run embedded...
2018-11-01 Ron Yorstonash: recognize embedded scripts in SH_STANDALONE mode
2018-11-01 Denys Vlasenkoclaenups for previous commit
2018-11-01 Denys Vlasenkoash: allow shell scripts to be embedded in the binary
2018-08-14 Denys Vlasenkohush: tweak comment, no code changes
2018-08-11 Denys Vlasenkohush: add a comment on how globbing (should) work
2018-08-07 Denys Vlasenkoash: expand: Do not quote backslashes in unquoted param...
2018-08-05 Denys Vlasenkohush: adopt ash's quote_in_varexp1.tests
2018-08-05 Denys Vlasenkoash: exec: Return 126 on most errors in shellexec
2018-08-05 Denys Vlasenkoash: eval: Restore input files in evalcommand
2018-08-05 Denys Vlasenkoash: parser: Fix parsing of ${}
2018-08-05 Denys Vlasenkoash,hush: fold shell_builtin_read() way-too-many params...
2018-08-05 Denys Vlasenkohush: set IFS to default on startup
2018-08-05 Denys Vlasenkohush: fix fallout from FILE->HFILE conversion
2018-08-05 Denys Vlasenkoash: expand: Fix ghost fields with unquoted $@/$*
2018-08-05 Denys Vlasenkoash: var: Set IFS to fixed value at start time
2018-08-05 Denys Vlasenkoash: eval: Variable assignments on functions are no...
2018-08-04 Denys Vlasenkoash,hush: properly handle ${v//pattern/repl} if pattern...
2018-07-31 Denys Vlasenkohush: speed up ${var:+ARG} for literal ARGs
2018-07-28 Denys Vlasenkohush: fix another case where empty "for" wasn't setting...
2018-07-28 Denys Vlasenkohush: disable debug_indent increment/decrement for...
2018-07-28 Denys Vlasenkohush: make "set -x" output don't redirectable when...
2018-07-27 Denys Vlasenkohush: make "set -x" output closer to bash
2018-07-27 Denys Vlasenkohush: fix "set -x" output prefix overlapping for v...
2018-07-27 Denys Vlasenkohush: in some cases, expand_on_ifs() relied of uninitia...
2018-07-26 Denys Vlasenkohush: improve set -x: make "+++" indent level increase...
2018-07-24 Denys Vlasenkohush: fix/explain corner cases of redirection colliding...
2018-07-24 Denys Vlasenkohush: add "heredoc.tests" from ash, tweak ash "is a...
2018-07-24 Denys Vlasenkohush: fix nested redirects colliding with script fds
2018-07-24 Denys Vlasenkohush: handle backslash-newline in heredoc terminators
2018-07-24 Denys Vlasenkohush: fix handling of heredocs not enclosed in groups...
2018-07-23 Denys Vlasenkohush: fix heredoc handling in the "cmd <<EOF ;<newline...
2018-07-23 Denys Vlasenkohush: fix handling of heredocs starting with empty...
2018-07-20 Denys Vlasenkohush: never glob result of dquoted "${v:+/bin/c*}"
2018-07-20 Denys Vlasenkohush: tidy up code after previous commits
2018-07-20 Denys Vlasenkohush: better names for o_free_unsafe() / o_free(),...
2018-07-20 Denys Vlasenkohush: fix handling of '' in ${var:+ARG}
2018-07-20 Denys Vlasenkohush: fix word splitting in ${v:+ARG} - dollar_altvalue...
2018-07-20 Denys Vlasenkohush: expand_vars_to_list() should not assume it starts...
2018-07-20 Denys Vlasenkohush: remove pointless "next" var, simplify expand_vars...
2018-07-20 Denys Vlasenkohush: store "ended_in_ifs" flag in o_string
2018-07-20 Denys Vlasenkohush: propagate (output,n) parameters into expand_one_var()
2018-07-20 Denys Vlasenkohush: make expand_vars_to_list() a bit more sane
2018-07-18 Denys Vlasenkohush: reduce indentation, no code changes
2018-07-18 Denys Vlasenkohush: fix 'x=; echo ${x:-"$@"}' producing 'BUG in varex...
2018-07-18 Denys Vlasenkohush: smaller code to set o_string to ""
next