aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
* ash: further fixes to debug machinery (closes bug 485)Denys Vlasenko2009-07-241-6/+7
* ash: make "jobs" work even in subshellsDenys Vlasenko2009-07-241-2/+12
* ash: fix debug machinery a bitDenys Vlasenko2009-07-231-12/+18
* remove msh_function.patch. msh is deprecatedDenys Vlasenko2009-07-191-350/+0
* remove trailing whitespaceDenys Vlasenko2009-07-151-1/+1
* ash: fixes in debug printoutsDenys Vlasenko2009-07-111-8/+9
* ash: fix . builtinDenys Vlasenko2009-06-145-44/+22
* ash: revert over-zealous usage of FAST_FUNCDenys Vlasenko2009-06-111-16/+16
* added comments about [[ ]] to ash and hush. no code changesDenys Vlasenko2009-06-102-0/+10
* hush: add HUSH_BASH_COMPAT, make [[ special handling depend on itDenys Vlasenko2009-06-102-30/+41
* hush: specially handle [[ - suppress globbing & multiword expansionDenys Vlasenko2009-06-093-20/+138
* randomconfig fixesDenys Vlasenko2009-06-091-2/+8
* hush: drop REDIRECT_INVALID; other minor tweaksDenys Vlasenko2009-06-071-42/+38
* hush: fix a segfault in export builtinDenys Vlasenko2009-06-071-13/+12
* hush: make builtins work in pipes (eval ... | ...) on NOMMUDenys Vlasenko2009-06-064-94/+186
* printf: accept negative numbers for %x; sh: overflowed numbers are 0Denys Vlasenko2009-06-052-4/+8
* *: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko2009-06-052-140/+141
* hush: document a TODO in export builtinDenys Vlasenko2009-06-031-2/+16
* hush: fix a case when backgrounded cmd makes shell hangDenys Vlasenko2009-06-031-0/+2
* hush: add support for local builtinDenys Vlasenko2009-06-036-70/+210
* hush_test: stop mixing tabs/spaces for indentationMike Frysinger2009-06-011-37/+37
* hush: unify syntax_error_unterm_{ch,str} a bitMike Frysinger2009-06-011-9/+7
* hush: push down expansion var in handle_dollar()Mike Frysinger2009-06-011-2/+3
* hush: add support for special vars in bracesMike Frysinger2009-06-017-8/+9
* hush_test: filter test output to avoid C lib differencesMike Frysinger2009-06-011-0/+4
* nc, hush: cosmetic cleanups, no code changesDenys Vlasenko2009-06-011-13/+13
* read_key: drop optimization where we read 3 bytes at onceDenys Vlasenko2009-05-291-2/+2
* hust: trivial simplification in builtin_typeDenys Vlasenko2009-05-281-3/+1
* hush: fix bug 353 (wrong handling of \x in assignments)Denys Vlasenko2009-05-283-22/+31
* hush: optimize type builtin a bit moreDenys Vlasenko2009-05-281-6/+5
* hush: optimize type builtin a bitDenys Vlasenko2009-05-281-11/+10
* hush: implement `type`Mike Frysinger2009-05-271-27/+78
* hush: remove outdated TODO and superfluous macro; fix compile breakageDenys Vlasenko2009-05-271-5/+6
* hush: tweak commentDenys Vlasenko2009-05-261-2/+2
* hush: rename last_waitpid_was_0 to we_have_childrenDenys Vlasenko2009-05-261-11/+19
* hush: fix SIGCHLD counting code, but keep it disabled for now.Denys Vlasenko2009-05-251-19/+66
* make compound.tests executableDenys Vlasenko2009-05-231-0/+0
* hush: fix problems with case in subshells and with "case esac"Denys Vlasenko2009-05-234-18/+42
* hush_test: add some pathological compound list testsMike Frysinger2009-05-212-0/+35
* hush_test: test for subshell function syntaxMike Frysinger2009-05-212-0/+12
* hush_test: add subshelled case testsMike Frysinger2009-05-211-0/+12
* hush_test: update test output to match new getopt() outputMike Frysinger2009-05-211-1/+1
* hush_test: ignore generated filesMike Frysinger2009-05-211-0/+4
* hush: fix build failure when jobs are disabledMike Frysinger2009-05-201-16/+19
* TODO: add someDenys Vlasenko2009-05-131-2/+2
* hush: small fix for unset -f on NOMMU.root2009-05-041-5/+5
* hush: add more complex case to leak testcase, fix found breakageDenys Vlasenko2009-05-042-38/+47
* hush: fix bug where in "var=val func" var's value is not visible in funcDenys Vlasenko2009-05-043-92/+109
* hush: fix \<newline> handlingDenys Vlasenko2009-05-034-14/+22
* hush: fix handling of unterminated subshell: (<eof>. Fixes bug 229.Denys Vlasenko2009-05-021-4/+11