aboutsummaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)Author
2009-06-01hush: unify syntax_error_unterm_{ch,str} a bitMike Frysinger
2009-06-01hush: push down expansion var in handle_dollar()Mike Frysinger
2009-06-01hush: add support for special vars in bracesMike Frysinger
2009-06-01hush_test: filter test output to avoid C lib differencesMike Frysinger
2009-06-01nc, hush: cosmetic cleanups, no code changesDenys Vlasenko
2009-05-29read_key: drop optimization where we read 3 bytes at onceDenys Vlasenko
2009-05-28hust: trivial simplification in builtin_typeDenys Vlasenko
2009-05-28hush: fix bug 353 (wrong handling of \x in assignments)Denys Vlasenko
2009-05-28hush: optimize type builtin a bit moreDenys Vlasenko
2009-05-28hush: optimize type builtin a bitDenys Vlasenko
2009-05-27hush: implement `type`Mike Frysinger
2009-05-27hush: remove outdated TODO and superfluous macro; fix compile breakageDenys Vlasenko
2009-05-26hush: tweak commentDenys Vlasenko
2009-05-26hush: rename last_waitpid_was_0 to we_have_childrenDenys Vlasenko
2009-05-25hush: fix SIGCHLD counting code, but keep it disabled for now.Denys Vlasenko
2009-05-23make compound.tests executableDenys Vlasenko
2009-05-23hush: fix problems with case in subshells and with "case esac"Denys Vlasenko
2009-05-21hush_test: add some pathological compound list testsMike Frysinger
2009-05-21hush_test: test for subshell function syntaxMike Frysinger
2009-05-21hush_test: add subshelled case testsMike Frysinger
2009-05-21hush_test: update test output to match new getopt() outputMike Frysinger
2009-05-21hush_test: ignore generated filesMike Frysinger
2009-05-20hush: fix build failure when jobs are disabledMike Frysinger
2009-05-13TODO: add someDenys Vlasenko
2009-05-04hush: small fix for unset -f on NOMMU.root
2009-05-04hush: add more complex case to leak testcase, fix found breakageDenys Vlasenko
2009-05-04hush: fix bug where in "var=val func" var's value is not visible in funcDenys Vlasenko
2009-05-03hush: fix \<newline> handlingDenys Vlasenko
2009-05-02hush: fix handling of unterminated subshell: (<eof>. Fixes bug 229.Denys Vlasenko
2009-05-02hush: fix multiple redirections of the same fd (bug 227)Denys Vlasenko
2009-05-02hush: make . cmd search $PATHDenys Vlasenko
2009-04-30git commit testDenys Vlasenko
2009-04-27hush: make it possible to have interactive shell on non-ctty.Denis Vlasenko
2009-04-26make leak test more robust by unsetting all varsDenis Vlasenko
2009-04-26hush: make getopt32 usable in builtins. use it in unset.Denis Vlasenko
2009-04-26hush: nommu fix for function passingDenis Vlasenko
2009-04-26hush: fix SEGV in % expansionDenis Vlasenko
2009-04-24do not tell people they can enter "help" if help has actually been disabledMike Frysinger
2009-04-24use get_local_var_value() rather than getenv() when working with PS1/PS2/HOME...Mike Frysinger
2009-04-21switch_root: improve behavior on error; improve help textDenis Vlasenko
2009-04-21hush: speed up set_local_varDenis Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2009-04-20hush: export -n supportDenis Vlasenko
2009-04-20hush: add two testcasesDenis Vlasenko
2009-04-20hush: fix stdin of backgrounded pipe Denis Vlasenko
2009-04-19hush: fix "export not_yet_defined_var", fix parsing of "cmd | }"Denis Vlasenko
2009-04-19same as previous, but -100 bytesDenis Vlasenko
2009-04-19hush: fix handling of } which is not a closing one in { cmd; }Denis Vlasenko
2009-04-18fix build errors when function support is turned offMike Frysinger
2009-04-18hush: fix thinko in error msgDenis Vlasenko