Trim help text a bit more
[oweals/busybox.git] / shell /
2009-10-05 Cristian Ionescu... ash: error out on ${#1#}, ${#$11}, ${#11#}
2009-10-04 Denys Vlasenkoash: document where we accept invalid syntax. no code...
2009-10-03 Denys Vlasenkoash: code shrink
2009-09-30 Denys Vlasenkotypo fix in a comment in a testcase. oh well...
2009-09-29 Denys Vlasenkoash,hush: share string
2009-09-27 Denys Vlasenkolibbb/lineedit: fix the case when we configured history...
2009-09-27 Denys Vlasenkoash,hush: make trap output short signal names, without...
2009-09-25 Denys Vlasenkohush: do not reset to default "" traps in subshell
2009-09-25 Denys Vlasenkohush: document a TODO. no code changes
2009-09-25 Denys Vlasenkoash: better comment. no code changes
2009-09-25 Denys Vlasenkoash: even smaller `trap` code
2009-09-25 Denys Vlasenkoash: slightly better (more correct) code for "trap...
2009-09-24 Denys Vlasenkoash: better handling of EXIT trap in `trap` hack
2009-09-24 Denys Vlasenkoash: do not let EXIT trap to fire in `trap`
2009-09-23 Denys Vlasenkohush: small speed optimization. +10 bytes.
2009-09-23 Denys Vlasenkoash,hush: fix trap reporting: s/SIGEXIT/EXIT/
2009-09-23 Denys Vlasenko*: more portability fixes by Dan Fandrich
2009-09-23 Denys Vlasenko*: optimize code size in strtoul calls
2009-09-23 Denys Vlasenkoash: fix `trap`
2009-09-22 Denys Vlasenkohush: fix `trap`
2009-09-21 Denys Vlasenkohush: better wording in comments. no code changes
2009-09-16 Denys Vlasenkoash: fix bug 585 (>"$VAR_WITH_UNICODE_CHARS" problem)
2009-09-16 Denys Vlasenkoash: preparatory cleanup. The only real changes are...
2009-09-16 Denys Vlasenkoadd a testcase for reopened bug 585 (not fixed yet)
2009-09-12 Denys Vlasenkohush: make memleak debugging more robust
2009-09-12 Denys Vlasenkohush: code shrink by Dan Fandrich (dan AT coneharvester...
2009-09-06 Denys Vlasenkomore C standard compat fixes from Dan Fandrich
2009-09-06 Denys Vlasenkoremove some GNUisms. by Dan Fandrich (dan AT coneharves...
2009-09-05 Denys Vlasenkohush: export PWD
2009-08-30 Denys Vlasenkoash: better comment. no code changes
2009-08-30 Denys Vlasenkoash: revent one place where number() doesn't work
2009-08-29 Denys Vlasenkoash: deal with some TODOs (mostly trivial)
2009-08-29 Denys Vlasenkoash: add testsuite for bug 585
2009-08-29 Denys Vlasenkoash: fix handling of Unicode chars in redirects. Fixes...
2009-08-29 Denys Vlasenkoash: trivial simplifications and optimizations
2009-08-23 Denys Vlasenkoash: make "jobs -l" more similar to bash. By Earl Chew...
2009-08-20 Denys Vlasenkomsh: aliased to hush
2009-08-20 Denys Vlasenkohush: enable "lash is deprecated, please use hush inste...
2009-08-20 Denys Vlasenkohush: do not process options after non-option args
2009-08-17 Denys Vlasenkoash: fix bug 571 (jobs %string misbehaving)
2009-08-12 Denys Vlasenkohust test: complain if busybox binary can't be found
2009-08-12 Denys Vlasenkohush: fix \<newline> handling on NOMMU
2009-08-12 Denys Vlasenkohush tests: remove the requirement that .config is...
2009-08-12 Denys Vlasenkohush: do not use ps -o in leak_argv1; do not hardcode...
2009-07-23 Denys Vlasenkoash: further fixes to debug machinery (closes bug 485)
2009-07-23 Denys Vlasenkoash: make "jobs" work even in subshells
2009-07-23 Denys Vlasenkoash: fix debug machinery a bit
2009-07-18 Denys Vlasenkoremove msh_function.patch. msh is deprecated
2009-07-15 Denys Vlasenkoremove trailing whitespace
2009-07-11 Denys Vlasenkoash: fixes in debug printouts
2009-06-14 Denys Vlasenkoash: fix . builtin
2009-06-11 Denys Vlasenkoash: revert over-zealous usage of FAST_FUNC
2009-06-10 Denys Vlasenkoadded comments about [[ ]] to ash and hush. no code...
2009-06-10 Denys Vlasenkohush: add HUSH_BASH_COMPAT, make [[ special handling...
2009-06-09 Denys Vlasenkohush: specially handle [[ - suppress globbing & multiwo...
2009-06-09 Denys Vlasenkorandomconfig fixes
2009-06-07 Denys Vlasenkohush: drop REDIRECT_INVALID; other minor tweaks
2009-06-07 Denys Vlasenkohush: fix a segfault in export builtin
2009-06-06 Denys Vlasenkohush: make builtins work in pipes (eval ... | ...)...
2009-06-05 Denys Vlasenkoprintf: accept negative numbers for %x; sh: overflowed...
2009-06-05 Denys Vlasenko*: add FAST_FUNC to function ptrs where it makes sense
2009-06-03 Denys Vlasenkohush: document a TODO in export builtin
2009-06-03 Denys Vlasenkohush: fix a case when backgrounded cmd makes shell...
2009-06-03 Denys Vlasenkohush: add support for local builtin
2009-06-01 Mike Frysingerhush_test: stop mixing tabs/spaces for indentation
2009-06-01 Mike Frysingerhush: unify syntax_error_unterm_{ch,str} a bit
2009-06-01 Mike Frysingerhush: push down expansion var in handle_dollar()
2009-06-01 Mike Frysingerhush: add support for special vars in braces
2009-06-01 Mike Frysingerhush_test: filter test output to avoid C lib differences
2009-06-01 Denys Vlasenkonc, hush: cosmetic cleanups, no code changes
2009-05-29 Denys Vlasenkoread_key: drop optimization where we read 3 bytes at...
2009-05-28 Denys Vlasenkohust: trivial simplification in builtin_type
2009-05-28 Denys Vlasenkohush: fix bug 353 (wrong handling of \x in assignments)
2009-05-28 Denys Vlasenkohush: optimize type builtin a bit more
2009-05-28 Denys Vlasenkohush: optimize type builtin a bit
2009-05-27 Mike Frysingerhush: implement `type`
2009-05-27 Denys Vlasenkohush: remove outdated TODO and superfluous macro; fix...
2009-05-26 Denys Vlasenkohush: tweak comment
2009-05-26 Denys Vlasenkohush: rename last_waitpid_was_0 to we_have_children
2009-05-25 Denys Vlasenkohush: fix SIGCHLD counting code, but keep it disabled...
2009-05-23 Denys Vlasenkomake compound.tests executable
2009-05-23 Denys Vlasenkohush: fix problems with case in subshells and with...
2009-05-21 Mike Frysingerhush_test: add some pathological compound list tests
2009-05-21 Mike Frysingerhush_test: test for subshell function syntax
2009-05-21 Mike Frysingerhush_test: add subshelled case tests
2009-05-21 Mike Frysingerhush_test: update test output to match new getopt(...
2009-05-21 Mike Frysingerhush_test: ignore generated files
2009-05-20 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2009-05-20 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2009-05-20 Mike Frysingerhush: fix build failure when jobs are disabled
2009-05-13 Denys VlasenkoTODO: add some
2009-05-04 roothush: small fix for unset -f on NOMMU.
2009-05-03 Denys Vlasenkohush: add more complex case to leak testcase, fix found...
2009-05-03 Denys Vlasenkohush: fix bug where in "var=val func" var's value is...
2009-05-03 Denys Vlasenkohush: fix \<newline> handling
2009-05-02 Denys Vlasenkohush: fix handling of unterminated subshell: (<eof...
2009-05-02 Denys Vlasenkohush: fix multiple redirections of the same fd (bug...
2009-05-02 Denys Vlasenkohush: make . cmd search $PATH
2009-04-30 Denys Vlasenkogit commit test
2009-04-27 Denis Vlasenkohush: make it possible to have interactive shell on...
next