aboutsummaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)Author
2009-09-06more C standard compat fixes from Dan FandrichDenys Vlasenko
2009-09-06remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko
2009-09-05hush: export PWDDenys Vlasenko
2009-08-30ash: better comment. no code changesDenys Vlasenko
2009-08-30ash: revent one place where number() doesn't workDenys Vlasenko
2009-08-29ash: deal with some TODOs (mostly trivial)Denys Vlasenko
2009-08-29ash: add testsuite for bug 585Denys Vlasenko
2009-08-29ash: fix handling of Unicode chars in redirects. Fixes bug 585Denys Vlasenko
2009-08-29ash: trivial simplifications and optimizationsDenys Vlasenko
2009-08-23ash: make "jobs -l" more similar to bash. By Earl Chew. Fixes bug 481Denys 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-17ash: fix bug 571 (jobs %string misbehaving)Denys Vlasenko
2009-08-12hust test: complain if busybox binary can't be foundDenys Vlasenko
2009-08-12hush: fix \<newline> handling on NOMMUDenys Vlasenko
2009-08-12hush tests: remove the requirement that .config is in ../..Denys Vlasenko
2009-08-12hush: do not use ps -o in leak_argv1; do not hardcode path in negateDenys Vlasenko
2009-07-24ash: further fixes to debug machinery (closes bug 485)Denys Vlasenko
2009-07-24ash: make "jobs" work even in subshellsDenys Vlasenko
2009-07-23ash: fix debug machinery a bitDenys Vlasenko
2009-07-19remove msh_function.patch. msh is deprecatedDenys Vlasenko
2009-07-15remove trailing whitespaceDenys Vlasenko
2009-07-11ash: fixes in debug printoutsDenys Vlasenko
2009-06-14ash: fix . builtinDenys Vlasenko
2009-06-11ash: revert over-zealous usage of FAST_FUNCDenys 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-09randomconfig fixesDenys 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-05printf: accept negative numbers for %x; sh: overflowed numbers are 0Denys 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_test: stop mixing tabs/spaces for indentationMike Frysinger
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