summaryrefslogtreecommitdiff
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* more C standard compat fixes from Dan FandrichDenys Vlasenko2009-09-061-1/+1
* remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko2009-09-062-3/+4
* hush: export PWDDenys Vlasenko2009-09-052-5/+60
* ash: better comment. no code changesDenys Vlasenko2009-08-301-1/+1
* ash: revent one place where number() doesn't workDenys Vlasenko2009-08-301-1/+1
* ash: deal with some TODOs (mostly trivial)Denys Vlasenko2009-08-291-63/+55
* ash: add testsuite for bug 585Denys Vlasenko2009-08-292-0/+13
* ash: fix handling of Unicode chars in redirects. Fixes bug 585Denys Vlasenko2009-08-291-1/+1
* ash: trivial simplifications and optimizationsDenys Vlasenko2009-08-291-19/+20
* ash: make "jobs -l" more similar to bash. By Earl Chew. Fixes bug 481Denys Vlasenko2009-08-231-25/+31
* msh: aliased to hushDenys Vlasenko2009-08-214-4/+13
* 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-203-1/+8
* ash: fix bug 571 (jobs %string misbehaving)Denys Vlasenko2009-08-171-5/+6
* hust test: complain if busybox binary can't be foundDenys Vlasenko2009-08-121-6/+10
* hush: fix \<newline> handling on NOMMUDenys Vlasenko2009-08-124-11/+37
* hush tests: remove the requirement that .config is in ../..Denys Vlasenko2009-08-122-4/+11
* hush: do not use ps -o in leak_argv1; do not hardcode path in negateDenys Vlasenko2009-08-124-50/+17
* 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