Age | Commit message (Expand) | Author |
2009-08-29 | ash: trivial simplifications and optimizations | Denys Vlasenko |
2009-08-23 | ash: make "jobs -l" more similar to bash. By Earl Chew. Fixes bug 481 | Denys Vlasenko |
2009-08-21 | msh: aliased to hush | Denys Vlasenko |
2009-08-20 | hush: enable "lash is deprecated, please use hush instead" message | Denys Vlasenko |
2009-08-20 | hush: do not process options after non-option args | Denys Vlasenko |
2009-08-17 | ash: fix bug 571 (jobs %string misbehaving) | Denys Vlasenko |
2009-08-12 | hust test: complain if busybox binary can't be found | Denys Vlasenko |
2009-08-12 | hush: fix \<newline> handling on NOMMU | Denys Vlasenko |
2009-08-12 | hush tests: remove the requirement that .config is in ../.. | Denys Vlasenko |
2009-08-12 | hush: do not use ps -o in leak_argv1; do not hardcode path in negate | Denys Vlasenko |
2009-07-24 | ash: further fixes to debug machinery (closes bug 485) | Denys Vlasenko |
2009-07-24 | ash: make "jobs" work even in subshells | Denys Vlasenko |
2009-07-23 | ash: fix debug machinery a bit | Denys Vlasenko |
2009-07-19 | remove msh_function.patch. msh is deprecated | Denys Vlasenko |
2009-07-15 | remove trailing whitespace | Denys Vlasenko |
2009-07-11 | ash: fixes in debug printouts | Denys Vlasenko |
2009-06-14 | ash: fix . builtin | Denys Vlasenko |
2009-06-11 | ash: revert over-zealous usage of FAST_FUNC | Denys Vlasenko |
2009-06-10 | added comments about [[ ]] to ash and hush. no code changes | Denys Vlasenko |
2009-06-10 | hush: add HUSH_BASH_COMPAT, make [[ special handling depend on it | Denys Vlasenko |
2009-06-09 | hush: specially handle [[ - suppress globbing & multiword expansion | Denys Vlasenko |
2009-06-09 | randomconfig fixes | Denys Vlasenko |
2009-06-07 | hush: drop REDIRECT_INVALID; other minor tweaks | Denys Vlasenko |
2009-06-07 | hush: fix a segfault in export builtin | Denys Vlasenko |
2009-06-06 | hush: make builtins work in pipes (eval ... | ...) on NOMMU | Denys Vlasenko |
2009-06-05 | printf: accept negative numbers for %x; sh: overflowed numbers are 0 | Denys Vlasenko |
2009-06-05 | *: add FAST_FUNC to function ptrs where it makes sense | Denys Vlasenko |
2009-06-03 | hush: document a TODO in export builtin | Denys Vlasenko |
2009-06-03 | hush: fix a case when backgrounded cmd makes shell hang | Denys Vlasenko |
2009-06-03 | hush: add support for local builtin | Denys Vlasenko |
2009-06-01 | hush_test: stop mixing tabs/spaces for indentation | Mike Frysinger |
2009-06-01 | hush: unify syntax_error_unterm_{ch,str} a bit | Mike Frysinger |
2009-06-01 | hush: push down expansion var in handle_dollar() | Mike Frysinger |
2009-06-01 | hush: add support for special vars in braces | Mike Frysinger |
2009-06-01 | hush_test: filter test output to avoid C lib differences | Mike Frysinger |
2009-06-01 | nc, hush: cosmetic cleanups, no code changes | Denys Vlasenko |
2009-05-29 | read_key: drop optimization where we read 3 bytes at once | Denys Vlasenko |
2009-05-28 | hust: trivial simplification in builtin_type | Denys Vlasenko |
2009-05-28 | hush: fix bug 353 (wrong handling of \x in assignments) | Denys Vlasenko |
2009-05-28 | hush: optimize type builtin a bit more | Denys Vlasenko |
2009-05-28 | hush: optimize type builtin a bit | Denys Vlasenko |
2009-05-27 | hush: implement `type` | Mike Frysinger |
2009-05-27 | hush: remove outdated TODO and superfluous macro; fix compile breakage | Denys Vlasenko |
2009-05-26 | hush: tweak comment | Denys Vlasenko |
2009-05-26 | hush: rename last_waitpid_was_0 to we_have_children | Denys Vlasenko |
2009-05-25 | hush: fix SIGCHLD counting code, but keep it disabled for now. | Denys Vlasenko |
2009-05-23 | make compound.tests executable | Denys Vlasenko |
2009-05-23 | hush: fix problems with case in subshells and with "case esac" | Denys Vlasenko |
2009-05-21 | hush_test: add some pathological compound list tests | Mike Frysinger |
2009-05-21 | hush_test: test for subshell function syntax | Mike Frysinger |