index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
hush.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
apply post-1.18.1 patches, bump version to 1.18.2
1_18_2
Denys Vlasenko
2011-01-16
1
-46
/
+59
*
apply post-1.18.0 patches, bump version to 1.18.1
1_18_1
Denys Vlasenko
2010-12-21
1
-21
/
+24
*
fixes for bugs discovered by randomconfig builds and tests
Denys Vlasenko
2010-11-22
1
-2
/
+4
*
hush: fix improper handling of newline and hash chars in few corner cases
Denys Vlasenko
2010-11-22
1
-123
/
+130
*
hush: add support for "set -o pipefail"
Denys Vlasenko
2010-11-14
1
-23
/
+101
*
hush: preparatory patch for set -o pipefail support
Denys Vlasenko
2010-11-14
1
-4
/
+5
*
*: whitespace fixes
Denys Vlasenko
2010-10-28
1
-2
/
+2
*
hush: remove "doesn't support brace expansion" from config help text
Denys Vlasenko
2010-10-04
1
-2
/
+2
*
hush: remove brace expansion from TODO list in comments. No code changes.
Denys Vlasenko
2010-10-03
1
-4
/
+5
*
hush: small code shrink
Denys Vlasenko
2010-10-03
1
-2
/
+6
*
hush: implement brace expansion
Denys Vlasenko
2010-10-03
1
-5
/
+20
*
hush: preparatory patch, no code changes
Denys Vlasenko
2010-10-03
1
-25
/
+26
*
hush: use smaller EXP_FLAG_foo constants
Denys Vlasenko
2010-09-21
1
-11
/
+11
*
hush: move shell_ver from globals to main's stack.
Denys Vlasenko
2010-09-16
1
-8
/
+9
*
shell/math: deconvolute and explain ?: handling. Give better error message
Denys Vlasenko
2010-09-16
1
-2
/
+2
*
shell/math: return string error indicator, not integer
Denys Vlasenko
2010-09-15
1
-25
/
+15
*
shell/math.c: rename arith_eval_hooks to arith_state, put error code into it
Denys Vlasenko
2010-09-13
1
-5
/
+6
*
shell: shrink arith code; and prepare for returning text error codes
Denys Vlasenko
2010-09-13
1
-4
/
+4
*
hush: optional support for history saving
Denys Vlasenko
2010-09-12
1
-0
/
+20
*
hush: move the EXIT trap comment. no code changes
Denys Vlasenko
2010-09-12
1
-2
/
+3
*
hush: fix EXIT trap display inside exit trap handler
Denys Vlasenko
2010-09-12
1
-4
/
+4
*
hush: fix handling of \" in quoted/unquoted `cmd`
Denys Vlasenko
2010-09-12
1
-19
/
+29
*
hush: remove forgotten commented-out block. no code changes
Denys Vlasenko
2010-09-10
1
-4
/
+0
*
hush: do fewer strdups in % and hash expansions
Denys Vlasenko
2010-09-10
1
-13
/
+16
*
hush: better function and parameter names
Denys Vlasenko
2010-09-10
1
-20
/
+55
*
hush: fix var_bash5.tests failure
Denys Vlasenko
2010-09-10
1
-20
/
+23
*
hush: fix var_bash3.tests failure
Denys Vlasenko
2010-09-10
1
-13
/
+15
*
hush: remove useless ESC_GLOB_CHARS clears/resotres
Denys Vlasenko
2010-09-10
1
-15
/
+4
*
hush: fix a bug where expand_one_var wasn't restoring 1st char of the encoded...
Denys Vlasenko
2010-09-09
1
-17
/
+27
*
hush: make parse_dollar flag quited status regardless of glob escaping status
Denys Vlasenko
2010-09-09
1
-8
/
+9
*
hush: simplification in parse_stream, parse_stream_dquoted
Denys Vlasenko
2010-09-09
1
-14
/
+14
*
hush: simplify parse_stream_dquoted
Denys Vlasenko
2010-09-09
1
-16
/
+6
*
hush: straighten out the logic in parse_stream
Denys Vlasenko
2010-09-09
1
-17
/
+10
*
hush: eliminate redundant parameter of expand_vars_to_list()
Denys Vlasenko
2010-09-08
1
-10
/
+12
*
hush: replace flag bytes in struct o_string with bit flags
Denys Vlasenko
2010-09-08
1
-36
/
+40
*
hush: remove unused enum typedef
Denys Vlasenko
2010-09-08
1
-3
/
+3
*
hush: fix set -- q w e; (IFS='' echo "$*"; IFS=''; echo "$*"); echo "$*"
Denys Vlasenko
2010-09-08
1
-26
/
+39
*
shell: unify endofname() in hush and ash
Denys Vlasenko
2010-09-07
1
-19
/
+1
*
hush: a few relatively trivial simplifications
Denys Vlasenko
2010-09-07
1
-58
/
+53
*
hush: style cleanups. no code changes
Denys Vlasenko
2010-09-07
1
-18
/
+16
*
hush: revert a recent buggy change which resulted in two HUSH_VERSIONs
Denys Vlasenko
2010-09-06
1
-6
/
+5
*
fix typo in comment
Denys Vlasenko
2010-09-06
1
-1
/
+1
*
hush: fix another corner case with backslashes in heredocs
Denys Vlasenko
2010-09-06
1
-2
/
+8
*
hush: fix backslash and terminator handling in <<[-]["]heredoc["]
Denys Vlasenko
2010-09-06
1
-5
/
+11
*
hush: fix globbing+backslashes in unquoted $var expansion
Denys Vlasenko
2010-09-06
1
-73
/
+61
*
hush: remove disabled CMD_SINGLEWORD_NOGLOB_COND, rename o_glob->perform_glob
Denys Vlasenko
2010-09-06
1
-11
/
+1
*
shell: remove lash and bbsh
Denys Vlasenko
2010-09-06
1
-19
/
+0
*
hush: big reordering: move parser functions to the beginning. no code changes
Denys Vlasenko
2010-09-05
1
-2042
/
+2042
*
hush: rename o_quoted to has_quoted_part; small code shrink
Denys Vlasenko
2010-09-05
1
-26
/
+33
*
hush: move variable expansion into a separate function. No logic changes
Denys Vlasenko
2010-09-05
1
-249
/
+264
[next]