aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-09*: make "pragma GCC visibility push(hidden)" less uglyDenis Vlasenko
2009-04-09skip some tests when fancy echo support is turned offMike Frysinger
2009-04-09we arent testing `echo -n` here so use printf insteadMike Frysinger
2009-04-09source the .config so tests can signal they need to be skipped due to feature...Mike Frysinger
2009-04-09patch by Stuart Hughes <seh@zee2.com> and Guenter <lists@gknw.net> to make "0...Mike Frysinger
2009-04-09hush: typo in commentDenis Vlasenko
2009-04-09hush: fix thinko in re_execute_shell; pass even less junk to heredoc helperDenis Vlasenko
2009-04-08hush: more rodust detection of unterminated strings etc;Denis Vlasenko
2009-04-08expand leak_all1.testsDenis Vlasenko
2009-04-08slight tweak to the leak detectorDenis Vlasenko
2009-04-08hush: plug leak in run_pipe(). NOMMU only.Denis Vlasenko
2009-04-08hush: add a leak test which currently failsDenis Vlasenko
2009-04-08hush: add leak detector helper; fix/add tests for itDenis Vlasenko
2009-04-08hush: echo \2>file fixDenis Vlasenko
2009-04-07FEATURE_FANCY_ECHO needs to be accessible for hushDenis Vlasenko
2009-04-07hush: fix heredoc expansion of $var and `cmd`Denis Vlasenko
2009-04-07hush: fix wrong commentDenis Vlasenko
2009-04-07hush: fix heredoc <<- handling.Denis Vlasenko
2009-04-07hush: NOMMU-safe support of big heredocsDenis Vlasenko
2009-04-07here documents have been added, so drop from TODOMike Frysinger
2009-04-07use sleep rather than usleepMike Frysinger
2009-04-07add a pathological test case for here doc related to eof marker and other ugl...Mike Frysinger
2009-04-07implement support for parameter substitution via #/% operatorsMike Frysinger
2009-04-07hush: heredoc support, based on patch by Mike Frysinger (vapier AT gentoo.org)Denis Vlasenko
2009-04-06hush: s/last_return_code/last_exitcode/gDenis Vlasenko
2009-04-06hush: fix "if false; then...fi" exitcode;Denis Vlasenko
2009-04-06make hush-misc/*.tests executableDenis Vlasenko
2009-04-06hush: fix a bunch of obscure while/until/continue bugsDenis Vlasenko
2009-04-06*.tests should be executableDenis Vlasenko
2009-04-06move hush-parsing/and-or.tests to hush-misc/*Denis Vlasenko
2009-04-06add some brute force logic testsMike Frysinger
2009-04-06hush: fix "false && echo yes || echo no" bug 265Denis Vlasenko
2009-04-06hush: beautify re_execute_shell moreDenis Vlasenko
2009-04-06hush: drop allocations in re_execute_shellDenis Vlasenko
2009-04-06add tests for basic fd open/close/dupeMike Frysinger
2009-04-06fix #>&- syntax for closing fdsMike Frysinger
2009-04-06fix redir1 tests -- usleep isnt standard in $PATHMike Frysinger
2009-04-06hush: micro-optimization. -37 bytesDenis Vlasenko
2009-04-06hush: more efficient filtering of "safe" arithmeticDenis Vlasenko
2009-04-06hush: add <> and () as "safe" arith charsDenis Vlasenko
2009-04-06hush: print cd error to stderr; use fopen_or_warn in builtin_source;Denis Vlasenko
2009-04-06hush: fix "export a=a b=b" (was not setting and exporting b)Denis Vlasenko
2009-04-06hush: update TODO list; + my usual pointless tweaks :(Denis Vlasenko
2009-04-06hush: mark SIGHUP TODOs better; don't disable SIGHUP for now,Denis Vlasenko
2009-04-05hush: cosmetics, no code changesDenis Vlasenko
2009-04-05modprobe/insmod for 2.4: support compressed modules.Denis Vlasenko
2009-04-05hush: strip NULs from file input, they are PITA/impossible to handle correctlyDenis Vlasenko
2009-04-05drop HUSH_VER_STR since it has no relevance anymore -- just use BB_VERMike Frysinger
2009-04-05hush: fix trap clearing in subshells on MMU; simplify NOMMU a bit:Denis Vlasenko
2009-04-05hush: audit and fix "interactive shell" setup code.Denis Vlasenko