init: fix illegal memory access when max message length is reached
[platform/upstream/busybox.git] / shell /
2010-10-04 Denys Vlasenko*: whitespace fixes
2010-10-03 Denys Vlasenkohush: remove "doesn't support brace expansion" from...
2010-10-03 Denys Vlasenkohush: remove brace expansion from TODO list in comments...
2010-10-03 Denys Vlasenkohush: small code shrink
2010-10-03 Denys Vlasenkohush: add brace expansion testcase
2010-10-03 Denys Vlasenkohush: implement brace expansion
2010-10-03 Denys Vlasenkohush: preparatory patch, no code changes
2010-09-25 Denys Vlasenkoash: fix signal and "set -e" interaction
2010-09-21 Denys Vlasenkohush: use smaller EXP_FLAG_foo constants
2010-09-17 Denys Vlasenkoshell/math: better comment. no code changes
2010-09-16 Denys Vlasenkohush: move shell_ver from globals to main's stack.
2010-09-16 Denys Vlasenkoshell/math: deconvolute and explain ?: handling. Give...
2010-09-15 Denys Vlasenkoshell/math: return string error indicator, not integer
2010-09-13 Denys Vlasenkoshell/math.c: stop using bss variable
2010-09-13 Denys Vlasenkoshell/math.c: rename arith_eval_hooks to arith_state...
2010-09-13 Denys Vlasenkoshell/math.c: small code shrink; fixed incomprehensible...
2010-09-12 Denys Vlasenkoshell: small code shrink
2010-09-12 Denys Vlasenkoshell: shrink arith code; and prepare for returning...
2010-09-12 Denys Vlasenkohush: optional support for history saving
2010-09-12 Denys Vlasenkohush: move the EXIT trap comment. no code changes
2010-09-12 Denys Vlasenkohush: fix EXIT trap display inside exit trap handler
2010-09-12 Denys Vlasenkoshell/match.c: shrink by dropping double bool inversion
2010-09-12 Denys Vlasenkohush: fix handling of \" in quoted/unquoted `cmd`
2010-09-12 Denys Vlasenkoash: shrink by folding an if check into setprompt;...
2010-09-12 Denys Vlasenkoash: add missing casts to match CTLfoo; add TODO comments
2010-09-10 Denys Vlasenkohush: remove forgotten commented-out block. no code...
2010-09-10 Denys Vlasenkohush: do fewer strdups in % and hash expansions
2010-09-10 Denys Vlasenkohush: better function and parameter names
2010-09-10 Denys Vlasenkohush: fixes to testsuite
2010-09-10 Denys Vlasenkohush: fix var_bash5.tests failure
2010-09-10 Denys Vlasenkohush: fix var_bash3.tests failure
2010-09-10 Denys Vlasenkohush: remove useless ESC_GLOB_CHARS clears/resotres
2010-09-09 Denys Vlasenkohush: fix a bug where expand_one_var wasn't restoring...
2010-09-09 Denys Vlasenkohush: make parse_dollar flag quited status regardless...
2010-09-09 Denys Vlasenkohush: simplification in parse_stream, parse_stream_dquoted
2010-09-09 Denys Vlasenkohush: simplify parse_stream_dquoted
2010-09-09 Denys Vlasenkohush: straighten out the logic in parse_stream
2010-09-09 Dan FandrichAvoid side effects in putc(), which may be implemented...
2010-09-08 Denys Vlasenkohush: eliminate redundant parameter of expand_vars_to_l...
2010-09-08 Denys Vlasenkohush: replace flag bytes in struct o_string with bit...
2010-09-08 Denys Vlasenkohush: remove unused enum typedef
2010-09-08 Denys Vlasenkohush: fix set -- q w e; (IFS='' echo "$*"; IFS='';...
2010-09-07 Denys Vlasenkoshell: unify endofname() in hush and ash
2010-09-07 Denys Vlasenkohush: a few relatively trivial simplifications
2010-09-07 Denys Vlasenkohush: style cleanups. no code changes
2010-09-06 Denys Vlasenkohush: revert a recent buggy change which resulted in...
2010-09-06 Denys Vlasenkofix typo in comment
2010-09-06 Denys Vlasenkohush: fix another corner case with backslashes in heredocs
2010-09-06 Denys Vlasenkohush: fix backslash and terminator handling in <<[...
2010-09-06 Denys Vlasenkohush: fix globbing+backslashes in unquoted $var expansion
2010-09-06 Denys Vlasenkohush: remove disabled CMD_SINGLEWORD_NOGLOB_COND, renam...
2010-09-06 Denys Vlasenkoshell: remove lash and bbsh
2010-09-05 Denys Vlasenkohush: big reordering: move parser functions to the...
2010-09-05 Denys Vlasenkohush: rename o_quoted to has_quoted_part; small code...
2010-09-05 Denys Vlasenkohush: move variable expansion into a separate function...
2010-09-05 Denys Vlasenkohush: add support for ${var/pattern/repl}, conditional...
2010-09-04 Denys Vlasenkohush: optimize #[#] and %[%] for speed. size -2 bytes.
2010-09-04 Denys Vlasenkohush: fix handling of backslashes in variable assignment
2010-08-31 Denys Vlasenkolibbb: add xfstat function
2010-08-30 Denys Vlasenkoash: small code shrink (-21 bytes)
2010-08-30 Denys Vlasenkoash: add another ${v/a/b} test we currently fail
2010-08-29 Denys Vlasenkonandwrite: complain on malformed -s NUM
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-08-12 Denys Vlasenko*: s/xatoi_u/xatoi_positive/g - I got bored of mistypin...
2010-08-07 Denys Vlasenkoash: fix another bit of var_bash4 bug
2010-08-07 Denys Vlasenkoash: cosmetic fixes, no code changes
2010-08-06 Denys Vlasenkoash: fix another bug detected by var_bash4.tests
2010-08-06 Denys Vlasenkovar_bash4.tests: better wording in comment
2010-08-06 Denys Vlasenkoash: fix dequoting error detected by var_bash4 test
2010-08-06 Denys Vlasenkoupdate var_bash4 test. one more bug revealed by it...
2010-08-05 Denys Vlasenkoash: extend var_bash4.tests; nocode changes
2010-08-05 Denys Vlasenkoash: add a testcase for bug 2281 (currently fails)...
2010-07-30 Denys Vlasenkocttyhack: make it survive WERROR build
2010-07-30 Jeremie Koenigcttyhack: serial console detection is Linux-specific
2010-07-27 Alexander Shishkinulimit: set both hard and soft limits by default
2010-07-25 Denys Vlasenko*: trailing empty lines removed
2010-07-25 Denys Vlasenko*: mass cosmetic removal of extra empty lines. no code...
2010-07-25 Alexander Shishkinash: fix $! value when traps are set
2010-07-18 Jeremie Koenigmark Linux-specific configuration options
2010-07-16 Denys Vlasenkohush: move msh/lash config into hush.c, no code changes
2010-07-16 Denys Vlasenkocttyhack: move build system bits into cttyhack.c, no...
2010-07-16 Denys Vlasenkoash: move config stuff into ash.c, no code chages
2010-07-16 Denys Vlasenkohush: fix multimple dependent variable expansion cases
2010-07-16 Denys Vlasenkohush: make set -x support optional
2010-07-16 Denys Vlasenkohush: add support for set -x
2010-07-15 Denys Vlasenkohush: fix typo in comment
2010-07-15 Denys Vlasenkohush: fix faloout from previous commit
2010-07-14 Denys Vlasenkohush: make pun_pipe loop clearer; fix "cmd | var=`cmd...
2010-07-05 Denys Vlasenkorandomconfig fixes
2010-07-04 Pascal Bellard*: introduce and use xfork() and xvfork()
2010-07-03 Pascal Bellardlibbb: introduce and use BB_EXECVP_or_die()
2010-06-26 Denys Vlasenkoash: fix obscure case of replacing + globbing + backslashes
2010-06-26 Denys Vlasenkobuild system: do not rebuild ash and hush on any change...
2010-06-24 Andreas Bühmannash: <> redir should not truncate
2010-06-19 Dan FandrichA few minor portability improvements
2010-06-19 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2010-06-18 Denys Vlasenkoash: times builtin: use unsigned type; take free-of...
2010-06-18 Denys Vlasenko*: stop defining _GNU_SOURCE in source files, it's...
2010-06-18 Denys Vlasenkoash: fix unset in standalone mode
2010-06-18 Denys Vlasenkoash: cosmetics, no code changes
next