aboutsummaryrefslogtreecommitdiff
path: root/shell/hush.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* build failure fix and some cosmeticsDenys Vlasenko2009-10-231-2/+2
* hush: fix exec builtin in a better way (+ "glob in exec" bug fixed)Denys Vlasenko2009-10-191-24/+17
* hush: use configured max line length, not BUFSIZE from libcDenys Vlasenko2009-10-191-2/+2
* hush: remove superfluous assignmentDenys Vlasenko2009-10-191-1/+1
* hush: make it compile again :/Denys Vlasenko2009-10-191-3/+3
* hush: cosmetics. no code changesDenys Vlasenko2009-10-191-65/+66
* hush: fix handling of empty argumentsDenys Vlasenko2009-10-181-11/+32
* hush: handle empty execsMike Frysinger2009-10-181-0/+6
* hush: add a printf builtinMike Frysinger2009-10-151-0/+13
* hush: unify handling of builtin appletsMike Frysinger2009-10-151-8/+8
* ash,hush: fix $RANDOM in children being repeatedDenys Vlasenko2009-10-121-2/+4
* hush: shrink $RANDOM supportDenys Vlasenko2009-10-111-7/+4
* hush: fix cut-n-paste error in last commitDenys Vlasenko2009-10-091-1/+1
* hush: add support for $RANDOM. If on:Denys Vlasenko2009-10-091-0/+16
* hush: support $PPIDDenys Vlasenko2009-10-091-4/+15
* *: code shrink via NOINLINEDenys Vlasenko2009-10-081-2/+2
* ash,hush: share stringDenys Vlasenko2009-09-291-4/+7
* ash,hush: make trap output short signal names, without SIG prefixDenys Vlasenko2009-09-271-2/+5
* hush: do not reset to default "" traps in subshellDenys Vlasenko2009-09-251-18/+23
* hush: document a TODO. no code changesDenys Vlasenko2009-09-251-2/+10
* hush: small speed optimization. +10 bytes.Denys Vlasenko2009-09-241-1/+1
* ash,hush: fix trap reporting: s/SIGEXIT/EXIT/Denys Vlasenko2009-09-241-1/+1
* *: more portability fixes by Dan FandrichDenys Vlasenko2009-09-231-2/+2
* hush: fix `trap`Denys Vlasenko2009-09-231-1/+43
* hush: better wording in comments. no code changesDenys Vlasenko2009-09-211-4/+6
* hush: make memleak debugging more robustDenys Vlasenko2009-09-121-0/+5
* hush: code shrink by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko2009-09-121-39/+35
* remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko2009-09-061-2/+3
* hush: export PWDDenys Vlasenko2009-09-051-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