- c34c033 ash,hush: share string by Denys Vlasenko · 15 years ago
- e74aaf9 ash,hush: make trap output short signal names, without SIG prefix by Denys Vlasenko · 15 years ago
- 67f7186 hush: do not reset to default "" traps in subshell by Denys Vlasenko · 15 years ago
- 4ea0ca8 hush: document a TODO. no code changes by Denys Vlasenko · 15 years ago
- 7188540 hush: small speed optimization. +10 bytes. by Denys Vlasenko · 15 years ago
- 2f7894b ash,hush: fix trap reporting: s/SIGEXIT/EXIT/ by Denys Vlasenko · 15 years ago
- 606291b *: more portability fixes by Dan Fandrich by Denys Vlasenko · 15 years ago
- 91836ba hush: fix `trap` by Denys Vlasenko · 15 years ago
- 69b1cef hush: better wording in comments. no code changes by Denys Vlasenko · 15 years ago
- 27726cb hush: make memleak debugging more robust by Denys Vlasenko · 15 years ago
- 873273d hush: code shrink by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
- 90a9904 remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
- 6db4784 hush: export PWD by Denys Vlasenko · 15 years ago
- 1cc4b13 msh: aliased to hush by Denys Vlasenko · 15 years ago
- 0793491 hush: enable "lash is deprecated, please use hush instead" message by Denys Vlasenko · 15 years ago
- a67a962 hush: do not process options after non-option args by Denys Vlasenko · 15 years ago
- cbfe6ad hush: fix \<newline> handling on NOMMU by Denys Vlasenko · 15 years ago
- 1967978 hush tests: remove the requirement that .config is in ../.. by Denys Vlasenko · 15 years ago
- 9038d6f remove trailing whitespace by Denys Vlasenko · 15 years ago
- 82a6fb3 ash: fix . builtin by Denys Vlasenko · 16 years ago
- 7753919 added comments about [[ ]] to ash and hush. no code changes by Denys Vlasenko · 16 years ago
- 9ca656b hush: add HUSH_BASH_COMPAT, make [[ special handling depend on it by Denys Vlasenko · 16 years ago
- 9d617c4 hush: specially handle [[ - suppress globbing & multiword expansion by Denys Vlasenko · 16 years ago
- 764b2f0 hush: drop REDIRECT_INVALID; other minor tweaks by Denys Vlasenko · 16 years ago
- df5131c hush: fix a segfault in export builtin by Denys Vlasenko · 16 years ago
- d6b05eb hush: make builtins work in pipes (eval ... | ...) on NOMMU by Denys Vlasenko · 16 years ago
- d5f1b1b *: add FAST_FUNC to function ptrs where it makes sense by Denys Vlasenko · 16 years ago
- 0821801 hush: document a TODO in export builtin by Denys Vlasenko · 16 years ago
- 6f22624 hush: fix a case when backgrounded cmd makes shell hang by Denys Vlasenko · 16 years ago
- 295fef8 hush: add support for local builtin by Denys Vlasenko · 16 years ago
- 6a46ab8 hush: unify syntax_error_unterm_{ch,str} a bit by Mike Frysinger · 16 years ago
- ef3e7fd hush: push down expansion var in handle_dollar() by Mike Frysinger · 16 years ago
- dc3bc40 hush: add support for special vars in braces by Mike Frysinger · 16 years ago
- 28a105d nc, hush: cosmetic cleanups, no code changes by Denys Vlasenko · 16 years ago
- 4b7db4f read_key: drop optimization where we read 3 bytes at once by Denys Vlasenko · 16 years ago
- 171932d hust: trivial simplification in builtin_type by Denys Vlasenko · 16 years ago
- e640cb4 hush: fix bug 353 (wrong handling of \x in assignments) by Denys Vlasenko · 16 years ago
- 5d7cca2 hush: optimize type builtin a bit more by Denys Vlasenko · 16 years ago
- dd6b211 hush: optimize type builtin a bit by Denys Vlasenko · 16 years ago
- 93cadc2 hush: implement `type` by Mike Frysinger · 16 years ago
- 673e945 hush: remove outdated TODO and superfluous macro; fix compile breakage by Denys Vlasenko · 16 years ago
- 68759ed hush: tweak comment by Denys Vlasenko · 16 years ago
- e2df5f4 hush: rename last_waitpid_was_0 to we_have_children by Denys Vlasenko · 16 years ago
- 8d7be23 hush: fix SIGCHLD counting code, but keep it disabled for now. by Denys Vlasenko · 16 years ago
- e9bda90 hush: fix problems with case in subshells and with "case esac" by Denys Vlasenko · 16 years ago
- 38478a6 hush: fix build failure when jobs are disabled by Mike Frysinger · 16 years ago
- 6245202 hush: small fix for unset -f on NOMMU. by root · 16 years ago
- acdc49c hush: add more complex case to leak testcase, fix found breakage by Denys Vlasenko · 16 years ago
- cb6ff25 hush: fix bug where in "var=val func" var's value is not visible in func by Denys Vlasenko · 16 years ago
- e19e193 hush: fix \<newline> handling by Denys Vlasenko · 16 years ago
- b1cfc45 hush: fix handling of unterminated subshell: (<eof>. Fixes bug 229. by Denys Vlasenko · 16 years ago
- 1dd6cf8 hush: fix multiple redirections of the same fd (bug 227) by Denys Vlasenko · 16 years ago
- 54e0843 hush: make . cmd search $PATH by Denys Vlasenko · 16 years ago
- 690ad24 git commit test by Denys Vlasenko · 16 years ago
- c8653f6 hush: make it possible to have interactive shell on non-ctty. by Denis Vlasenko · 16 years ago
- 28e6796 hush: make getopt32 usable in builtins. use it in unset. by Denis Vlasenko · 16 years ago
- 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
- 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
- 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
- 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