aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-04ftpd: s/CONFIG_BUSYBOX_EXEC_PATH/bb_busybox_exec_path/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
2009-04-02shells: do not need to have math state globalDenis Vlasenko
2009-04-02fix ash-alias/alias.tests failureDenis Vlasenko
2009-04-02split math code out of ash and into a standalone library so we can use it in ...Mike Frysinger
2009-04-01more of pointless whitespace fixesDenis Vlasenko
2009-04-01dhcpd: remember and record hostnames; optimize get_optionDenis Vlasenko
2009-04-01trailing whitespace removalDenis Vlasenko
2009-03-31sendmail: update by VladimirDenis Vlasenko
2009-03-31hust_test/*: use "$THIS_SH" instead of hushDenis Vlasenko
2009-03-31volumeid: fix bug 249 "findfs finds the wrong partition"Denis Vlasenko
2009-03-31ash: add/improve comments, no code changesDenis Vlasenko
2009-03-31ash: fix $IFS handling in read. closes bug 235Denis Vlasenko
2009-03-31hush: fix wait builtinDenis Vlasenko
2009-03-31libbb: fix typo in commentDenis Vlasenko
2009-03-31hush: don't lie in commentDenis Vlasenko
2009-03-31hush: fix comments, no code changesDenis Vlasenko
2009-03-31hush: make ^C work again, ^Z probably isn't workingDenis Vlasenko
2009-03-31hush: do not reset sighaldlers after fork - instead, prevent them from doing ...Denis Vlasenko
2009-03-31hush: rework signal and trap handling. Some smaller bits are TODO,Denis Vlasenko
2009-03-30implement `unset` semantics as required by POSIXMike Frysinger
2009-03-30fix DOC build output to be like kbuild standardMike Frysinger
2009-03-30update `trap` poisx linkMike Frysinger
2009-03-30do not automatically display job information when the shell is not interactiveMike Frysinger
2009-03-29enable trap testsMike Frysinger