aboutsummaryrefslogtreecommitdiff
path: root/shell/hush.c
AgeCommit message (Expand)Author
2009-10-12ash,hush: fix $RANDOM in children being repeatedDenys Vlasenko
2009-10-11hush: shrink $RANDOM supportDenys Vlasenko
2009-10-09hush: fix cut-n-paste error in last commitDenys Vlasenko
2009-10-09hush: add support for $RANDOM. If on:Denys Vlasenko
2009-10-09hush: support $PPIDDenys Vlasenko
2009-10-08*: code shrink via NOINLINEDenys Vlasenko
2009-09-29ash,hush: share stringDenys Vlasenko
2009-09-27ash,hush: make trap output short signal names, without SIG prefixDenys Vlasenko
2009-09-25hush: do not reset to default "" traps in subshellDenys Vlasenko
2009-09-25hush: document a TODO. no code changesDenys Vlasenko
2009-09-24hush: small speed optimization. +10 bytes.Denys Vlasenko
2009-09-24ash,hush: fix trap reporting: s/SIGEXIT/EXIT/Denys Vlasenko
2009-09-23*: more portability fixes by Dan FandrichDenys Vlasenko
2009-09-23hush: fix `trap`Denys Vlasenko
2009-09-21hush: better wording in comments. no code changesDenys Vlasenko
2009-09-12hush: make memleak debugging more robustDenys Vlasenko
2009-09-12hush: code shrink by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko
2009-09-06remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko
2009-09-05hush: export PWDDenys Vlasenko
2009-08-21msh: aliased to hushDenys Vlasenko
2009-08-20hush: enable "lash is deprecated, please use hush instead" messageDenys Vlasenko
2009-08-20hush: do not process options after non-option argsDenys Vlasenko
2009-08-12hush: fix \<newline> handling on NOMMUDenys Vlasenko
2009-08-12hush tests: remove the requirement that .config is in ../..Denys Vlasenko
2009-07-15remove trailing whitespaceDenys Vlasenko
2009-06-14ash: fix . builtinDenys Vlasenko
2009-06-10added comments about [[ ]] to ash and hush. no code changesDenys Vlasenko
2009-06-10hush: add HUSH_BASH_COMPAT, make [[ special handling depend on itDenys Vlasenko
2009-06-09hush: specially handle [[ - suppress globbing & multiword expansionDenys Vlasenko
2009-06-07hush: drop REDIRECT_INVALID; other minor tweaksDenys Vlasenko
2009-06-07hush: fix a segfault in export builtinDenys Vlasenko
2009-06-06hush: make builtins work in pipes (eval ... | ...) on NOMMUDenys Vlasenko
2009-06-05*: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko
2009-06-03hush: document a TODO in export builtinDenys Vlasenko
2009-06-03hush: fix a case when backgrounded cmd makes shell hangDenys Vlasenko
2009-06-03hush: add support for local builtinDenys Vlasenko
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-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