hush: fix potential buffer overflow on NOMMU
[oweals/busybox.git] / shell /
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...
2009-04-26 Denis Vlasenkomake leak test more robust by unsetting all vars
2009-04-26 Denis Vlasenkohush: make getopt32 usable in builtins. use it in unset.
2009-04-26 Denis Vlasenkohush: nommu fix for function passing
2009-04-26 Denis Vlasenkohush: fix SEGV in % expansion
2009-04-24 Mike Frysingerdo not tell people they can enter "help" if help has...
2009-04-24 Mike Frysingeruse get_local_var_value() rather than getenv() when...
2009-04-21 Denis Vlasenkoswitch_root: improve behavior on error; improve help...
2009-04-21 Denis Vlasenkohush: speed up set_local_var
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2009-04-20 Denis Vlasenkohush: export -n support
2009-04-20 Denis Vlasenkohush: add two testcases
2009-04-20 Denis Vlasenkohush: fix stdin of backgrounded pipe
2009-04-19 Denis Vlasenkohush: fix "export not_yet_defined_var", fix parsing...
2009-04-19 Denis Vlasenkosame as previous, but -100 bytes
2009-04-19 Denis Vlasenkohush: fix handling of } which is not a closing one...
2009-04-18 Mike Frysingerfix build errors when function support is turned off
2009-04-18 Denis Vlasenkohush: fix thinko in error msg
2009-04-18 Denis Vlasenkohush: fix "trap -- handler SIGs..."; escape handlers...
2009-04-18 Denis Vlasenkohush: fix thinko in unset_func
2009-04-18 Denis Vlasenkohush: implement unset -f; beautify the handling of...
2009-04-18 Denis Vlasenkohush: deal with umask TODO (symbolic modes)
2009-04-18 Denis Vlasenkohush: implement proper SIGHUP handling
2009-04-17 Denis Vlasenkobuiltin_return's parameter is not unused
2009-04-17 Denis Vlasenkohush: return builtin by Bayram Kurumahmut (kbayram...
2009-04-17 Denis Vlasenkohush: set $n properly for "source" builtin
2009-04-17 Denis Vlasenkohush: fix non-interactive response to pipe being stopped.
2009-04-17 Denis Vlasenkohush: unblock TERM, INT, HUP in child shells too.
2009-04-17 Denis Vlasenkohush: disallow "{echo hi; }" (require whitespace)
2009-04-16 Denis Vlasenkohush: add a TODO
2009-04-16 Denis Vlasenkohush: fix "if { echo foo; } then { echo bar; } fi"...
2009-04-15 Denis Vlasenkohush: stop ignoring ^Z in child shells
2009-04-15 Denis Vlasenkohush: remove old disabled ^Z handling
2009-04-15 Denis Vlasenkohush: fix heredoc_huge.tests broken in last commits
2009-04-15 Denis Vlasenkohush: remove TODO comment itself :)
2009-04-15 Denis Vlasenkohush: deal with a TODO: move argv_from_re_execing out...
2009-04-14 Denis Vlasenkorandomconfig fixes
2009-04-13 Denis Vlasenkohush: make function support configurable
2009-04-12 Denis Vlasenkohush: pass functions to child shells on NOMMU
2009-04-12 Denis Vlasenkoash: fix warning in debug build
2009-04-11 Denis Vlasenkohush: remove functions from TODOs
next