aboutsummaryrefslogtreecommitdiff
path: root/shell/hush.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* apply post-1.15.1 fixesDenys Vlasenko2009-10-081-63/+125
* Apply post-1.15.0 fixes; bump version to 1.15.11_15_1Denys Vlasenko2009-09-121-3/+58
* msh: aliased to hushDenys Vlasenko2009-08-211-0/+9
* hush: enable "lash is deprecated, please use hush instead" messageDenys Vlasenko2009-08-201-1/+1
* hush: do not process options after non-option argsDenys Vlasenko2009-08-201-1/+1
* hush: fix \<newline> handling on NOMMUDenys Vlasenko2009-08-121-1/+8
* hush tests: remove the requirement that .config is in ../..Denys Vlasenko2009-08-121-0/+1
* remove trailing whitespaceDenys Vlasenko2009-07-151-1/+1
* ash: fix . builtinDenys Vlasenko2009-06-141-14/+1
* added comments about [[ ]] to ash and hush. no code changesDenys Vlasenko2009-06-101-0/+5
* hush: add HUSH_BASH_COMPAT, make [[ special handling depend on itDenys Vlasenko2009-06-101-24/+34
* hush: specially handle [[ - suppress globbing & multiword expansionDenys Vlasenko2009-06-091-20/+112
* 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-061-91/+183
* *: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko2009-06-051-60/+60
* 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-031-70/+174
* 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-011-0/+3
* 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-281-22/+15
* 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
* hush: fix problems with case in subshells and with "case esac"Denys Vlasenko2009-05-231-11/+24
* hush: fix build failure when jobs are disabledMike Frysinger2009-05-201-16/+19
* 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-041-33/+43
* hush: fix bug where in "var=val func" var's value is not visible in funcDenys Vlasenko2009-05-041-90/+109
* hush: fix \<newline> handlingDenys Vlasenko2009-05-031-14/+14
* hush: fix handling of unterminated subshell: (<eof>. Fixes bug 229.Denys Vlasenko2009-05-021-4/+11
* hush: fix multiple redirections of the same fd (bug 227)Denys Vlasenko2009-05-021-2/+6
* hush: make . cmd search $PATHDenys Vlasenko2009-05-021-2/+26
* git commit testDenys Vlasenko2009-04-301-1/+2
* hush: make it possible to have interactive shell on non-ctty.Denis Vlasenko2009-04-271-58/+80
* hush: make getopt32 usable in builtins. use it in unset.Denis Vlasenko2009-04-261-26/+16
* hush: nommu fix for function passingDenis Vlasenko2009-04-261-1/+4
* hush: fix SEGV in % expansionDenis Vlasenko2009-04-261-12/+12
* do not tell people they can enter "help" if help has actually been disabledMike Frysinger2009-04-241-1/+3
* use get_local_var_value() rather than getenv() when working with PS1/PS2/HOME...Mike Frysinger2009-04-241-8/+18
* switch_root: improve behavior on error; improve help textDenis Vlasenko2009-04-211-1/+1