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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
hush.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
hush: fix thinko in re_execute_shell; pass even less junk to heredoc helper
Denis Vlasenko
2009-04-09
1
-8
/
+19
*
hush: more rodust detection of unterminated strings etc;
Denis Vlasenko
2009-04-08
1
-31
/
+65
*
hush: plug leak in run_pipe(). NOMMU only.
Denis Vlasenko
2009-04-08
1
-10
/
+42
*
hush: add leak detector helper; fix/add tests for it
Denis Vlasenko
2009-04-08
1
-4
/
+46
*
hush: echo \2>file fix
Denis Vlasenko
2009-04-08
1
-8
/
+21
*
hush: fix heredoc expansion of $var and `cmd`
Denis Vlasenko
2009-04-07
1
-60
/
+99
*
hush: fix wrong comment
Denis Vlasenko
2009-04-07
1
-1
/
+2
*
hush: fix heredoc <<- handling.
Denis Vlasenko
2009-04-07
1
-137
/
+135
*
hush: NOMMU-safe support of big heredocs
Denis Vlasenko
2009-04-07
1
-127
/
+177
*
here documents have been added, so drop from TODO
Mike Frysinger
2009-04-07
1
-1
/
+0
*
implement support for parameter substitution via #/% operators
Mike Frysinger
2009-04-07
1
-24
/
+41
*
hush: heredoc support, based on patch by Mike Frysinger (vapier AT gentoo.org)
Denis Vlasenko
2009-04-07
1
-104
/
+294
*
hush: s/last_return_code/last_exitcode/g
Denis Vlasenko
2009-04-06
1
-19
/
+19
*
hush: fix "if false; then...fi" exitcode;
Denis Vlasenko
2009-04-06
1
-4
/
+9
*
hush: fix a bunch of obscure while/until/continue bugs
Denis Vlasenko
2009-04-06
1
-19
/
+38
*
hush: fix "false && echo yes || echo no" bug 265
Denis Vlasenko
2009-04-06
1
-45
/
+55
*
hush: beautify re_execute_shell more
Denis Vlasenko
2009-04-06
1
-6
/
+6
*
hush: drop allocations in re_execute_shell
Denis Vlasenko
2009-04-06
1
-27
/
+20
*
fix #>&- syntax for closing fds
Mike Frysinger
2009-04-06
1
-1
/
+2
*
hush: micro-optimization. -37 bytes
Denis Vlasenko
2009-04-06
1
-1
/
+1
*
hush: more efficient filtering of "safe" arithmetic
Denis Vlasenko
2009-04-06
1
-19
/
+9
*
hush: add <> and () as "safe" arith chars
Denis Vlasenko
2009-04-06
1
-1
/
+1
*
hush: print cd error to stderr; use fopen_or_warn in builtin_source;
Denis Vlasenko
2009-04-06
1
-24
/
+38
*
hush: fix "export a=a b=b" (was not setting and exporting b)
Denis Vlasenko
2009-04-06
1
-28
/
+31
*
hush: update TODO list; + my usual pointless tweaks :(
Denis Vlasenko
2009-04-06
1
-21
/
+22
*
hush: mark SIGHUP TODOs better; don't disable SIGHUP for now,
Denis Vlasenko
2009-04-06
1
-10
/
+15
*
hush: cosmetics, no code changes
Denis Vlasenko
2009-04-05
1
-1
/
+4
*
hush: strip NULs from file input, they are PITA/impossible to handle correctly
Denis Vlasenko
2009-04-05
1
-6
/
+8
*
drop HUSH_VER_STR since it has no relevance anymore -- just use BB_VER
Mike Frysinger
2009-04-05
1
-4
/
+2
*
hush: fix trap clearing in subshells on MMU; simplify NOMMU a bit:
Denis Vlasenko
2009-04-05
1
-32
/
+92
*
hush: audit and fix "interactive shell" setup code.
Denis Vlasenko
2009-04-05
1
-148
/
+175
*
hush: pass $! thru re-execution; try harder on re-exec; give error
Denis Vlasenko
2009-04-05
1
-41
/
+57
*
hush: suppress bogus warning from 4.2.1
Denis Vlasenko
2009-04-05
1
-2
/
+7
*
hush: randomconfig fixes
Denis Vlasenko
2009-04-05
1
-21
/
+28
*
hush: plug the leak on NOMMU re-execute path
Denis Vlasenko
2009-04-05
1
-3
/
+32
*
hush: fix passing of $n on NOMMU
Denis Vlasenko
2009-04-05
1
-4
/
+8
*
hush: fix hush-misc/break5.tests NOMMU failure
Denis Vlasenko
2009-04-05
1
-3
/
+7
*
hush: fix all testsuite failures on NOMMU except memory leak.
Denis Vlasenko
2009-04-05
1
-22
/
+103
*
hush: enable NOMMU re-execution logic. Some testsuite entries
Denis Vlasenko
2009-04-04
1
-22
/
+91
*
hush: preparatory patch for NOMMU-safe { list } handling.
Denis Vlasenko
2009-04-04
1
-91
/
+200
*
hush: fix NOMMU hangs in pseudo_exec_argv. Add forgotted setting
Denis Vlasenko
2009-04-04
1
-58
/
+66
*
hush: fix "var=val >file" not creating file
Denis Vlasenko
2009-04-04
1
-49
/
+79
*
hush: remove code which errors out on $- and $_, it's useless;
Denis Vlasenko
2009-04-04
1
-135
/
+152
*
hush: remove CHAR_xxx constants
Denis Vlasenko
2009-04-04
1
-9
/
+1
*
hush: get rid of charmap[]
Denis Vlasenko
2009-04-04
1
-90
/
+55
*
simplify maybe_die() slightly
Mike Frysinger
2009-04-03
1
-1
/
+2
*
hush: finally make `cmd` safe on NOMMU
Denis Vlasenko
2009-04-03
1
-58
/
+40
*
hush: yet another randomconfig fix
Denis Vlasenko
2009-04-03
1
-12
/
+6
*
hush: randomconfig fixes
Denis Vlasenko
2009-04-03
1
-46
/
+48
*
hush: improve parse_stream: does not require parsing context struct;
Denis Vlasenko
2009-04-03
1
-229
/
+267
[prev]
[next]