aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
* ash: fix compile breakage1_15_2Denys Vlasenko2009-10-081-6/+0
* apply post-1.15.1 fixesDenys Vlasenko2009-10-0812-232/+467
* Apply post-1.15.0 fixes; bump version to 1.15.11_15_1Denys Vlasenko2009-09-122-4/+59
* 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
* 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
* make compound.tests executableDenys Vlasenko2009-05-231-0/+0
* hush: fix problems with case in subshells and with "case esac"Denys Vlasenko2009-05-234-18/+42
* hush_test: add some pathological compound list testsMike Frysinger2009-05-212-0/+35