- 5729300 hush: nommu fix for function passing by Denis Vlasenko · 16 years ago
- 5b7589e hush: fix SEGV in % expansion by Denis Vlasenko · 16 years ago
- 26cf283 do not tell people they can enter "help" if help has actually been disabled by Mike Frysinger · 16 years ago
- 67c1c7b use get_local_var_value() rather than getenv() when working with PS1/PS2/HOME, respect the PS2 env var, and make sure that the prompt changes whenever PS1/PS2 changes so we dont have to re-exec the shell to get a changed prompt by Mike Frysinger · 16 years ago
- f9d4fc3 switch_root: improve behavior on error; improve help text by Denis Vlasenko · 16 years ago
- 950bd72 hush: speed up set_local_var by Denis Vlasenko · 16 years ago
- 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
- ad4bd05 hush: export -n support by Denis Vlasenko · 16 years ago
- d40fa39 hush: add two testcases by Denis Vlasenko · 16 years ago
- 8c64e03 hush: fix stdin of backgrounded pipe by Denis Vlasenko · 16 years ago
- dcd78c4 hush: fix "export not_yet_defined_var", fix parsing of "cmd | }" by Denis Vlasenko · 16 years ago
- 9f8d938 same as previous, but -100 bytes by Denis Vlasenko · 16 years ago
- bf25fbc hush: fix handling of } which is not a closing one in { cmd; } by Denis Vlasenko · 16 years ago
- 885b6f2 fix build errors when function support is turned off by Mike Frysinger · 16 years ago
- 6008d8a hush: fix thinko in error msg by Denis Vlasenko · 16 years ago
- 38e626d hush: fix "trap -- handler SIGs..."; escape handlers in "trap" output by Denis Vlasenko · 16 years ago
- 7301067 hush: fix thinko in unset_func by Denis Vlasenko · 16 years ago
- 40e8437 hush: implement unset -f; beautify the handling of signal-killed pipe by Denis Vlasenko · 16 years ago
- eb85849 hush: deal with umask TODO (symbolic modes) by Denis Vlasenko · 16 years ago
- 6b9e053 hush: implement proper SIGHUP handling by Denis Vlasenko · 16 years ago
- 7b9e5c5 builtin_return's parameter is not unused by Denis Vlasenko · 16 years ago
- 3d40d8e hush: return builtin by Bayram Kurumahmut (kbayram AT ubicom.com) ~+200 bytes by Denis Vlasenko · 16 years ago
- 270b1c3 hush: set $n properly for "source" builtin by Denis Vlasenko · 16 years ago
- 4ea187f hush: fix non-interactive response to pipe being stopped. by Denis Vlasenko · 16 years ago
- e4bd4f2 hush: unblock TERM, INT, HUP in child shells too. by Denis Vlasenko · 16 years ago
- f8c1f02 hush: disallow "{echo hi; }" (require whitespace) by Denis Vlasenko · 16 years ago
- fa4ca78 hush: add a TODO by Denis Vlasenko · 16 years ago
- bb92951 hush: fix "if { echo foo; } then { echo bar; } fi" parsing by Denis Vlasenko · 16 years ago
- 74a931a hush: stop ignoring ^Z in child shells by Denis Vlasenko · 16 years ago
- c4ada79 hush: remove old disabled ^Z handling by Denis Vlasenko · 16 years ago
- 41ddecd hush: fix heredoc_huge.tests broken in last commits by Denis Vlasenko · 16 years ago
- c376db3 hush: remove TODO comment itself :) by Denis Vlasenko · 16 years ago
- 27014ed hush: deal with a TODO: move argv_from_re_execing out of globals by Denis Vlasenko · 16 years ago
- 7f95937 randomconfig fixes by Denis Vlasenko · 16 years ago
- 2b2183a hush: make function support configurable by Denis Vlasenko · 16 years ago
- bc56974 hush: pass functions to child shells on NOMMU by Denis Vlasenko · 16 years ago
- 135cecb ash: fix warning in debug build by Denis Vlasenko · 16 years ago
- c43430f hush: remove functions from TODOs by Denis Vlasenko · 16 years ago
- 0701dca hush: improve debugging output by Denis Vlasenko · 16 years ago
- ed05521 hush: fix "while...do f1() {a;}; f1; f1 {b;}; f1; done" bug by Denis Vlasenko · 16 years ago
- 75bccfa hush: tweak tests by Denis Vlasenko · 16 years ago
- ce4acbb hush: add function tests by Denis Vlasenko · 16 years ago
- 6ba6f54 hush: pass $n to functions by Denis Vlasenko · 16 years ago
- c0ea329 hush: fix a few thinkos in function support; make it work on NOMMU; by Denis Vlasenko · 16 years ago
- b7d8c0d hush: first stab at function support. argv passing is not coded yet. by Denis Vlasenko · 16 years ago
- 835fcfd hush: reinstate accidentally reverted comment fix by Denis Vlasenko · 16 years ago
- 0b677d8 hush: fix some TODOs. TODO in export builting: +250 bytes. by Denis Vlasenko · 16 years ago
- 1fd1ea4 hush: tighten up "for" variable name check. by Denis Vlasenko · 16 years ago
- 551bdfe hush: fix typo in comment by Denis Vlasenko · 16 years ago
- ed78237 fix segfault on syntax error code path by Denis Vlasenko · 16 years ago
- c96865f hush: readability improvements. by Denis Vlasenko · 16 years ago
- e05f928 add test cases for parameter substitution with unset/null strings by Mike Frysinger · 16 years ago
- 57e7467 dont crash if the variable we do substitution on is not set by Mike Frysinger · 16 years ago
- d68ae08 hush: shrink and make more versatile error-reporting machinery by Denis Vlasenko · 16 years ago
- 05d3b7c hush: deal with some easier TODOs by Denis Vlasenko · 16 years ago
- 1943aec hush: plug the leak of expanded heredoc by Denis Vlasenko · 16 years ago
- efea9d2 hush: fix EXIT trap recursion case; check redirection failures by Denis Vlasenko · 16 years ago
- f81e8db *: make "pragma GCC visibility push(hidden)" less ugly by Denis Vlasenko · 16 years ago
- 327fd47 skip some tests when fancy echo support is turned off by Mike Frysinger · 16 years ago
- c3d9195 we arent testing `echo -n` here so use printf instead by Mike Frysinger · 16 years ago
- 20300d0 source the .config so tests can signal they need to be skipped due to feature disable by Mike Frysinger · 16 years ago
- f50caac hush: typo in comment by Denis Vlasenko · 16 years ago
- a2218dd hush: fix thinko in re_execute_shell; pass even less junk to heredoc helper by Denis Vlasenko · 16 years ago
- 5c090a9 hush: more rodust detection of unterminated strings etc; by Denis Vlasenko · 16 years ago
- ffe6f80 expand leak_all1.tests by Denis Vlasenko · 16 years ago
- 14725f8 slight tweak to the leak detector by Denis Vlasenko · 16 years ago
- cc90f44 hush: plug leak in run_pipe(). NOMMU only. by Denis Vlasenko · 16 years ago
- 08daf56 hush: add a leak test which currently fails by Denis Vlasenko · 16 years ago
- c73b70c hush: add leak detector helper; fix/add tests for it by Denis Vlasenko · 16 years ago
- 3dfb035 hush: echo \2>file fix by Denis Vlasenko · 16 years ago
- 02d6f1a hush: fix heredoc expansion of $var and `cmd` by Denis Vlasenko · 16 years ago
- 25af86f hush: fix wrong comment by Denis Vlasenko · 16 years ago
- af07b7c hush: fix heredoc <<- handling. by Denis Vlasenko · 16 years ago
- 50f3aa4 hush: NOMMU-safe support of big heredocs by Denis Vlasenko · 16 years ago
- d4a24f2 here documents have been added, so drop from TODO by Mike Frysinger · 16 years ago
- 932e111 use sleep rather than usleep by Mike Frysinger · 16 years ago
- b509c9c add a pathological test case for here doc related to eof marker and other ugly corner cases by Mike Frysinger · 16 years ago
- a4f331d implement support for parameter substitution via #/% operators by Mike Frysinger · 16 years ago
- 6c9be7f hush: heredoc support, based on patch by Mike Frysinger (vapier AT gentoo.org) by Denis Vlasenko · 16 years ago
- ab2b064 hush: s/last_return_code/last_exitcode/g by Denis Vlasenko · 16 years ago
- 0e15138 hush: fix "if false; then...fi" exitcode; trim "keyword"-less hush by 10 bytes by Denis Vlasenko · 16 years ago
- 4ed67dd make hush-misc/*.tests executable by Denis Vlasenko · 16 years ago
- cd418a2 hush: fix a bunch of obscure while/until/continue bugs by Denis Vlasenko · 16 years ago
- 8f8d013 *.tests should be executable by Denis Vlasenko · 16 years ago
- 715f712 move hush-parsing/and-or.tests to hush-misc/* by Denis Vlasenko · 16 years ago
- 3a64833 add some brute force logic tests by Mike Frysinger · 16 years ago
- a2b11e3 hush: fix "false && echo yes || echo no" bug 265 by Denis Vlasenko · 16 years ago
- 0969a49 hush: beautify re_execute_shell more by Denis Vlasenko · 16 years ago
- 34e573d hush: drop allocations in re_execute_shell by Denis Vlasenko · 16 years ago
- 3c7167b add tests for basic fd open/close/dupe by Mike Frysinger · 16 years ago
- dc41780 fix #>&- syntax for closing fds by Mike Frysinger · 16 years ago
- 9052600 fix redir1 tests -- usleep isnt standard in $PATH by Mike Frysinger · 16 years ago
- 5e883fb hush: micro-optimization. -37 bytes by Denis Vlasenko · 16 years ago
- b1d11bf hush: more efficient filtering of "safe" arithmetic by Denis Vlasenko · 16 years ago
- d0b4a8c hush: add <> and () as "safe" arith chars by Denis Vlasenko · 16 years ago
- bfbc971 hush: print cd error to stderr; use fopen_or_warn in builtin_source; by Denis Vlasenko · 16 years ago
- b0a6478 hush: fix "export a=a b=b" (was not setting and exporting b) by Denis Vlasenko · 16 years ago
- c8d2733 hush: update TODO list; + my usual pointless tweaks :( by Denis Vlasenko · 16 years ago
- d3f973e hush: mark SIGHUP TODOs better; don't disable SIGHUP for now, by Denis Vlasenko · 16 years ago
- a0e6512 hush: cosmetics, no code changes by Denis Vlasenko · 16 years ago