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
/
hush.c
Age
Commit message (
Expand
)
Author
2011-01-07
hush: fix wrong prompt problem on empty interactive commants
Denys Vlasenko
2010-12-21
hush: fix FEATURE_CLEAN_UP code (was freeing unallocated memory)
Denys Vlasenko
2010-12-18
hush: fix build breakage (variable declared in for())
Denys Vlasenko
2010-12-05
add if guards around include <malloc.h>
Denys Vlasenko
2010-11-28
hush: move G_x_mode define to the more appropriate place
Denys Vlasenko
2010-11-28
Support set -o xtrace/noexec alternates for set -x/-n
Dan Fandrich
2010-11-28
hush: display useful help text
Dan Fandrich
2010-11-22
fixes for bugs discovered by randomconfig builds and tests
Denys Vlasenko
2010-11-22
hush: fix improper handling of newline and hash chars in few corner cases
Denys Vlasenko
2010-11-14
hush: add support for "set -o pipefail"
Denys Vlasenko
2010-11-14
hush: preparatory patch for set -o pipefail support
Denys Vlasenko
2010-10-28
*: whitespace fixes
Denys Vlasenko
2010-10-04
hush: remove "doesn't support brace expansion" from config help text
Denys Vlasenko
2010-10-03
hush: remove brace expansion from TODO list in comments. No code changes.
Denys Vlasenko
2010-10-03
hush: small code shrink
Denys Vlasenko
2010-10-03
hush: implement brace expansion
Denys Vlasenko
2010-10-03
hush: preparatory patch, no code changes
Denys Vlasenko
2010-09-21
hush: use smaller EXP_FLAG_foo constants
Denys Vlasenko
2010-09-16
hush: move shell_ver from globals to main's stack.
Denys Vlasenko
2010-09-16
shell/math: deconvolute and explain ?: handling. Give better error message
Denys Vlasenko
2010-09-15
shell/math: return string error indicator, not integer
Denys Vlasenko
2010-09-13
shell/math.c: rename arith_eval_hooks to arith_state, put error code into it
Denys Vlasenko
2010-09-13
shell: shrink arith code; and prepare for returning text error codes
Denys Vlasenko
2010-09-12
hush: optional support for history saving
Denys Vlasenko
2010-09-12
hush: move the EXIT trap comment. no code changes
Denys Vlasenko
2010-09-12
hush: fix EXIT trap display inside exit trap handler
Denys Vlasenko
2010-09-12
hush: fix handling of \" in quoted/unquoted `cmd`
Denys Vlasenko
2010-09-10
hush: remove forgotten commented-out block. no code changes
Denys Vlasenko
2010-09-10
hush: do fewer strdups in % and hash expansions
Denys Vlasenko
2010-09-10
hush: better function and parameter names
Denys Vlasenko
2010-09-10
hush: fix var_bash5.tests failure
Denys Vlasenko
2010-09-10
hush: fix var_bash3.tests failure
Denys Vlasenko
2010-09-10
hush: remove useless ESC_GLOB_CHARS clears/resotres
Denys Vlasenko
2010-09-09
hush: fix a bug where expand_one_var wasn't restoring 1st char of the encoded...
Denys Vlasenko
2010-09-09
hush: make parse_dollar flag quited status regardless of glob escaping status
Denys Vlasenko
2010-09-09
hush: simplification in parse_stream, parse_stream_dquoted
Denys Vlasenko
2010-09-09
hush: simplify parse_stream_dquoted
Denys Vlasenko
2010-09-09
hush: straighten out the logic in parse_stream
Denys Vlasenko
2010-09-08
hush: eliminate redundant parameter of expand_vars_to_list()
Denys Vlasenko
2010-09-08
hush: replace flag bytes in struct o_string with bit flags
Denys Vlasenko
2010-09-08
hush: remove unused enum typedef
Denys Vlasenko
2010-09-08
hush: fix set -- q w e; (IFS='' echo "$*"; IFS=''; echo "$*"); echo "$*"
Denys Vlasenko
2010-09-07
shell: unify endofname() in hush and ash
Denys Vlasenko
2010-09-07
hush: a few relatively trivial simplifications
Denys Vlasenko
2010-09-07
hush: style cleanups. no code changes
Denys Vlasenko
2010-09-06
hush: revert a recent buggy change which resulted in two HUSH_VERSIONs
Denys Vlasenko
2010-09-06
fix typo in comment
Denys Vlasenko
2010-09-06
hush: fix another corner case with backslashes in heredocs
Denys Vlasenko
2010-09-06
hush: fix backslash and terminator handling in <<[-]["]heredoc["]
Denys Vlasenko
2010-09-06
hush: fix globbing+backslashes in unquoted $var expansion
Denys Vlasenko
[prev]
[next]