hush: tweak tests
[oweals/busybox.git] / shell /
2009-04-10 Denis Vlasenkohush: tweak tests
2009-04-10 Denis Vlasenkohush: add function tests
2009-04-10 Denis Vlasenkohush: pass $n to functions
2009-04-10 Denis Vlasenkohush: fix a few thinkos in function support; make it...
2009-04-10 Denis Vlasenkohush: first stab at function support. argv passing...
2009-04-10 Denis Vlasenkohush: reinstate accidentally reverted comment fix
2009-04-10 Denis Vlasenkohush: fix some TODOs. TODO in export builting: +250...
2009-04-10 Denis Vlasenkohush: tighten up "for" variable name check.
2009-04-10 Denis Vlasenkohush: fix typo in comment
2009-04-10 Denis Vlasenkofix segfault on syntax error code path
2009-04-10 Denis Vlasenkohush: readability improvements.
2009-04-09 Mike Frysingeradd test cases for parameter substitution with unset...
2009-04-09 Mike Frysingerdont crash if the variable we do substitution on is...
2009-04-09 Denis Vlasenkohush: shrink and make more versatile error-reporting...
2009-04-09 Denis Vlasenkohush: deal with some easier TODOs
2009-04-09 Denis Vlasenkohush: plug the leak of expanded heredoc
2009-04-09 Denis Vlasenkohush: fix EXIT trap recursion case; check redirection...
2009-04-09 Denis Vlasenko*: make "pragma GCC visibility push(hidden)" less ugly
2009-04-09 Mike Frysingerskip some tests when fancy echo support is turned off
2009-04-09 Mike Frysingerwe arent testing `echo -n` here so use printf instead
2009-04-09 Mike Frysingersource the .config so tests can signal they need to...
2009-04-09 Denis Vlasenkohush: typo in comment
2009-04-09 Denis Vlasenkohush: fix thinko in re_execute_shell; pass even less...
2009-04-08 Denis Vlasenkohush: more rodust detection of unterminated strings...
2009-04-08 Denis Vlasenkoexpand leak_all1.tests
2009-04-08 Denis Vlasenkoslight tweak to the leak detector
2009-04-08 Denis Vlasenkohush: plug leak in run_pipe(). NOMMU only.
2009-04-08 Denis Vlasenkohush: add a leak test which currently fails
2009-04-08 Denis Vlasenkohush: add leak detector helper; fix/add tests for it
2009-04-08 Denis Vlasenkohush: echo \2>file fix
2009-04-07 Denis Vlasenkohush: fix heredoc expansion of $var and `cmd`
2009-04-07 Denis Vlasenkohush: fix wrong comment
2009-04-07 Denis Vlasenkohush: fix heredoc <<- handling.
2009-04-07 Denis Vlasenkohush: NOMMU-safe support of big heredocs
2009-04-07 Mike Frysingerhere documents have been added, so drop from TODO
2009-04-07 Mike Frysingeruse sleep rather than usleep
2009-04-07 Mike Frysingeradd a pathological test case for here doc related to...
2009-04-07 Mike Frysingerimplement support for parameter substitution via #...
2009-04-07 Denis Vlasenkohush: heredoc support, based on patch by Mike Frysinger...
2009-04-06 Denis Vlasenkohush: s/last_return_code/last_exitcode/g
2009-04-06 Denis Vlasenkohush: fix "if false; then...fi" exitcode;
2009-04-06 Denis Vlasenkomake hush-misc/*.tests executable
2009-04-06 Denis Vlasenkohush: fix a bunch of obscure while/until/continue bugs
2009-04-06 Denis Vlasenko*.tests should be executable
2009-04-06 Denis Vlasenkomove hush-parsing/and-or.tests to hush-misc/*
2009-04-06 Mike Frysingeradd some brute force logic tests
2009-04-06 Denis Vlasenkohush: fix "false && echo yes || echo no" bug 265
2009-04-06 Denis Vlasenkohush: beautify re_execute_shell more
2009-04-06 Denis Vlasenkohush: drop allocations in re_execute_shell
2009-04-06 Mike Frysingeradd tests for basic fd open/close/dupe
2009-04-06 Mike Frysingerfix #>&- syntax for closing fds
2009-04-06 Mike Frysingerfix redir1 tests -- usleep isnt standard in $PATH
2009-04-06 Denis Vlasenkohush: micro-optimization. -37 bytes
2009-04-06 Denis Vlasenkohush: more efficient filtering of "safe" arithmetic
2009-04-06 Denis Vlasenkohush: add <> and () as "safe" arith chars
2009-04-06 Denis Vlasenkohush: print cd error to stderr; use fopen_or_warn in...
2009-04-06 Denis Vlasenkohush: fix "export a=a b=b" (was not setting and exporti...
2009-04-06 Denis Vlasenkohush: update TODO list; + my usual pointless tweaks :(
2009-04-06 Denis Vlasenkohush: mark SIGHUP TODOs better; don't disable SIGHUP...
2009-04-05 Denis Vlasenkohush: cosmetics, no code changes
2009-04-05 Denis Vlasenkohush: strip NULs from file input, they are PITA/impossi...
2009-04-05 Mike Frysingerdrop HUSH_VER_STR since it has no relevance anymore...
2009-04-05 Denis Vlasenkohush: fix trap clearing in subshells on MMU; simplify...
2009-04-05 Denis Vlasenkohush: audit and fix "interactive shell" setup code.
2009-04-05 Denis Vlasenkohush: pass $! thru re-execution; try harder on re-exec...
2009-04-05 Denis Vlasenkohush: suppress bogus warning from 4.2.1
2009-04-05 Denis Vlasenkobuild system tweaks to account for latest hush changes
2009-04-05 Denis Vlasenkohush: randomconfig fixes
2009-04-05 Denis Vlasenkohush: plug the leak on NOMMU re-execute path
2009-04-05 Denis Vlasenkofixing mode on hush-leak/leak_argv1.tests
2009-04-05 Denis Vlasenkofixing mode on hush-leak/leak_argv1.tests
2009-04-05 Denis Vlasenkohush: fix passing of $n on NOMMU
2009-04-05 Denis Vlasenkohush: fix hush-misc/break5.tests NOMMU failure
2009-04-05 Denis Vlasenkohush: fix all testsuite failures on NOMMU except memory...
2009-04-04 Denis Vlasenkohush: enable NOMMU re-execution logic. Some testsuite...
2009-04-04 Denis Vlasenkohush: preparatory patch for NOMMU-safe { list } handling.
2009-04-04 Denis Vlasenkohush: fix NOMMU hangs in pseudo_exec_argv. Add forgotte...
2009-04-04 Denis Vlasenkohush: fix "var=val >file" not creating file
2009-04-04 Denis Vlasenkohush: remove code which errors out on $- and $_, it...
2009-04-04 Denis Vlasenkohush: remove CHAR_xxx constants
2009-04-04 Denis Vlasenkohush: get rid of charmap[]
2009-04-03 Mike Frysingersimplify maybe_die() slightly
2009-04-03 Denis Vlasenkohush: finally make `cmd` safe on NOMMU
2009-04-03 Denis Vlasenkohush: yet another randomconfig fix
2009-04-03 Denis Vlasenkoshell/math: randomconfig fix
2009-04-03 Denis Vlasenkohush: randomconfig fixes
2009-04-03 Denis Vlasenkohush: improve parse_stream: does not require parsing...
2009-04-03 Denis Vlasenkohush: simplify parse_stream
2009-04-03 Denis Vlasenkohush: fix bug with local environment vars in pipes...
2009-04-03 Denis Vlasenkohush: explain parsing context structure
2009-04-02 Denis Vlasenkohush: straighten parse_stream() API a bit
2009-04-02 Mike Frysingertrim trailing slashes from specified subdir so we outpu...
2009-04-02 Denis Vlasenkohush: rename ->o_quote to ->o_escape
2009-04-02 Mike FrysingerArithmetic Expansion is supported now in hush, so drop...
2009-04-02 Denis Vlasenkohush: do not inadvertently parse $((1 + "22")) as ok.
2009-04-02 Denis Vlasenkohush: make
2009-04-02 Denis Vlasenkoshells: do not need to have math state global
2009-04-02 Denis Vlasenkofix ash-alias/alias.tests failure
2009-04-02 Mike Frysingersplit math code out of ash and into a standalone librar...
2009-04-01 Denis Vlasenkomore of pointless whitespace fixes
next