aboutsummaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)Author
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-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
2009-04-05hush: pass $! thru re-execution; try harder on re-exec; give errorDenis Vlasenko
2009-04-05hush: suppress bogus warning from 4.2.1Denis Vlasenko
2009-04-05build system tweaks to account for latest hush changesDenis Vlasenko
2009-04-05hush: randomconfig fixesDenis Vlasenko
2009-04-05hush: plug the leak on NOMMU re-execute pathDenis Vlasenko
2009-04-05fixing mode on hush-leak/leak_argv1.testsDenis Vlasenko
2009-04-05fixing mode on hush-leak/leak_argv1.testsDenis Vlasenko
2009-04-05hush: fix passing of $n on NOMMUDenis Vlasenko
2009-04-05hush: fix hush-misc/break5.tests NOMMU failureDenis Vlasenko
2009-04-05hush: fix all testsuite failures on NOMMU except memory leak.Denis Vlasenko
2009-04-04hush: enable NOMMU re-execution logic. Some testsuite entriesDenis Vlasenko
2009-04-04hush: preparatory patch for NOMMU-safe { list } handling.Denis Vlasenko
2009-04-04hush: fix NOMMU hangs in pseudo_exec_argv. Add forgotted settingDenis Vlasenko
2009-04-04hush: fix "var=val >file" not creating fileDenis Vlasenko
2009-04-04hush: remove code which errors out on $- and $_, it's useless;Denis Vlasenko
2009-04-04hush: remove CHAR_xxx constantsDenis Vlasenko
2009-04-04hush: get rid of charmap[]Denis Vlasenko
2009-04-03simplify maybe_die() slightlyMike Frysinger
2009-04-03hush: finally make `cmd` safe on NOMMUDenis Vlasenko
2009-04-03hush: yet another randomconfig fixDenis Vlasenko
2009-04-03shell/math: randomconfig fixDenis Vlasenko
2009-04-03hush: randomconfig fixesDenis Vlasenko
2009-04-03hush: improve parse_stream: does not require parsing context struct;Denis Vlasenko
2009-04-03hush: simplify parse_streamDenis Vlasenko
2009-04-03hush: fix bug with local environment vars in pipes; simplify parse_stream()Denis Vlasenko
2009-04-03hush: explain parsing context structureDenis Vlasenko
2009-04-02hush: straighten parse_stream() API a bitDenis Vlasenko
2009-04-02trim trailing slashes from specified subdir so we output to the right placeMike Frysinger
2009-04-02hush: rename ->o_quote to ->o_escapeDenis Vlasenko
2009-04-02Arithmetic Expansion is supported now in hush, so drop from TODOMike Frysinger
2009-04-02hush: do not inadvertently parse $((1 + "22")) as ok.Denis Vlasenko
2009-04-02hush: makeDenis Vlasenko