| Commit message (Expand) | Author | Age | Files | Lines |
* | hush_test: stop mixing tabs/spaces for indentation | Mike Frysinger | 2009-06-01 | 1 | -37/+37 |
* | hush: unify syntax_error_unterm_{ch,str} a bit | Mike Frysinger | 2009-06-01 | 1 | -9/+7 |
* | hush: push down expansion var in handle_dollar() | Mike Frysinger | 2009-06-01 | 1 | -2/+3 |
* | hush: add support for special vars in braces | Mike Frysinger | 2009-06-01 | 7 | -8/+9 |
* | hush_test: filter test output to avoid C lib differences | Mike Frysinger | 2009-06-01 | 1 | -0/+4 |
* | nc, hush: cosmetic cleanups, no code changes | Denys Vlasenko | 2009-06-01 | 1 | -13/+13 |
* | read_key: drop optimization where we read 3 bytes at once | Denys Vlasenko | 2009-05-29 | 1 | -2/+2 |
* | hust: trivial simplification in builtin_type | Denys Vlasenko | 2009-05-28 | 1 | -3/+1 |
* | hush: fix bug 353 (wrong handling of \x in assignments) | Denys Vlasenko | 2009-05-28 | 3 | -22/+31 |
* | hush: optimize type builtin a bit more | Denys Vlasenko | 2009-05-28 | 1 | -6/+5 |
* | hush: optimize type builtin a bit | Denys Vlasenko | 2009-05-28 | 1 | -11/+10 |
* | hush: implement `type` | Mike Frysinger | 2009-05-27 | 1 | -27/+78 |
* | hush: remove outdated TODO and superfluous macro; fix compile breakage | Denys Vlasenko | 2009-05-27 | 1 | -5/+6 |
* | hush: tweak comment | Denys Vlasenko | 2009-05-26 | 1 | -2/+2 |
* | hush: rename last_waitpid_was_0 to we_have_children | Denys Vlasenko | 2009-05-26 | 1 | -11/+19 |
* | hush: fix SIGCHLD counting code, but keep it disabled for now. | Denys Vlasenko | 2009-05-25 | 1 | -19/+66 |
* | make compound.tests executable | Denys Vlasenko | 2009-05-23 | 1 | -0/+0 |
* | hush: fix problems with case in subshells and with "case esac" | Denys Vlasenko | 2009-05-23 | 4 | -18/+42 |
* | hush_test: add some pathological compound list tests | Mike Frysinger | 2009-05-21 | 2 | -0/+35 |
* | hush_test: test for subshell function syntax | Mike Frysinger | 2009-05-21 | 2 | -0/+12 |
* | hush_test: add subshelled case tests | Mike Frysinger | 2009-05-21 | 1 | -0/+12 |
* | hush_test: update test output to match new getopt() output | Mike Frysinger | 2009-05-21 | 1 | -1/+1 |
* | hush_test: ignore generated files | Mike Frysinger | 2009-05-21 | 1 | -0/+4 |
* | hush: fix build failure when jobs are disabled | Mike Frysinger | 2009-05-20 | 1 | -16/+19 |
* | TODO: add some | Denys Vlasenko | 2009-05-13 | 1 | -2/+2 |
* | hush: small fix for unset -f on NOMMU. | root | 2009-05-04 | 1 | -5/+5 |
* | hush: add more complex case to leak testcase, fix found breakage | Denys Vlasenko | 2009-05-04 | 2 | -38/+47 |
* | hush: fix bug where in "var=val func" var's value is not visible in func | Denys Vlasenko | 2009-05-04 | 3 | -92/+109 |
* | hush: fix \<newline> handling | Denys Vlasenko | 2009-05-03 | 4 | -14/+22 |
* | hush: fix handling of unterminated subshell: (<eof>. Fixes bug 229. | Denys Vlasenko | 2009-05-02 | 1 | -4/+11 |
* | hush: fix multiple redirections of the same fd (bug 227) | Denys Vlasenko | 2009-05-02 | 3 | -2/+15 |
* | hush: make . cmd search $PATH | Denys Vlasenko | 2009-05-02 | 1 | -2/+26 |
* | git commit test | Denys Vlasenko | 2009-04-30 | 1 | -1/+2 |
* | hush: make it possible to have interactive shell on non-ctty. | Denis Vlasenko | 2009-04-27 | 1 | -58/+80 |
* | make leak test more robust by unsetting all vars | Denis Vlasenko | 2009-04-26 | 1 | -2/+5 |
* | hush: make getopt32 usable in builtins. use it in unset. | Denis Vlasenko | 2009-04-26 | 2 | -29/+18 |
* | hush: nommu fix for function passing | Denis Vlasenko | 2009-04-26 | 4 | -1/+15 |
* | hush: fix SEGV in % expansion | Denis Vlasenko | 2009-04-26 | 6 | -31/+31 |
* | do not tell people they can enter "help" if help has actually been disabled | Mike Frysinger | 2009-04-24 | 1 | -1/+3 |
* | use get_local_var_value() rather than getenv() when working with PS1/PS2/HOME... | Mike Frysinger | 2009-04-24 | 1 | -8/+18 |
* | switch_root: improve behavior on error; improve help text | Denis Vlasenko | 2009-04-21 | 2 | -2/+2 |
* | hush: speed up set_local_var | Denis Vlasenko | 2009-04-21 | 1 | -10/+11 |
* | *: mass renaming of USE_XXXX to IF_XXXX | Denis Vlasenko | 2009-04-21 | 2 | -31/+31 |
* | hush: export -n support | Denis Vlasenko | 2009-04-20 | 4 | -12/+95 |
* | hush: add two testcases | Denis Vlasenko | 2009-04-20 | 4 | -0/+23 |
* | hush: fix stdin of backgrounded pipe | Denis Vlasenko | 2009-04-20 | 3 | -10/+35 |
* | hush: fix "export not_yet_defined_var", fix parsing of "cmd | }" | Denis Vlasenko | 2009-04-19 | 4 | -22/+42 |
* | same as previous, but -100 bytes | Denis Vlasenko | 2009-04-19 | 1 | -23/+15 |
* | hush: fix handling of } which is not a closing one in { cmd; } | Denis Vlasenko | 2009-04-19 | 6 | -18/+45 |
* | fix build errors when function support is turned off | Mike Frysinger | 2009-04-18 | 1 | -2/+14 |