aboutsummaryrefslogtreecommitdiff
path: root/scripts (unfollow)
Commit message (Expand)AuthorFilesLines
2009-04-09skip some tests when fancy echo support is turned offMike Frysinger3-0/+6
2009-04-09we arent testing `echo -n` here so use printf insteadMike Frysinger1-6/+6
2009-04-09source the .config so tests can signal they need to be skipped due to feature...Mike Frysinger1-2/+11
2009-04-09patch by Stuart Hughes <seh@zee2.com> and Guenter <lists@gknw.net> to make "0...Mike Frysinger1-1/+7
2009-04-09hush: typo in commentDenis Vlasenko1-1/+1
2009-04-09hush: fix thinko in re_execute_shell; pass even less junk to heredoc helperDenis Vlasenko1-8/+19
2009-04-08hush: more rodust detection of unterminated strings etc;Denis Vlasenko7-31/+177
2009-04-08expand leak_all1.testsDenis Vlasenko1-2/+8
2009-04-08slight tweak to the leak detectorDenis Vlasenko1-3/+3
2009-04-08hush: plug leak in run_pipe(). NOMMU only.Denis Vlasenko1-10/+42
2009-04-08hush: add a leak test which currently failsDenis Vlasenko2-0/+44
2009-04-08hush: add leak detector helper; fix/add tests for itDenis Vlasenko7-133/+126
2009-04-08hush: echo \2>file fixDenis Vlasenko7-8/+28
2009-04-07FEATURE_FANCY_ECHO needs to be accessible for hushDenis Vlasenko1-1/+1
2009-04-07hush: fix heredoc expansion of $var and `cmd`Denis Vlasenko5-60/+120
2009-04-07hush: fix wrong commentDenis Vlasenko1-1/+2
2009-04-07hush: fix heredoc <<- handling.Denis Vlasenko1-137/+135
2009-04-07hush: NOMMU-safe support of big heredocsDenis Vlasenko1-127/+177
2009-04-07here documents have been added, so drop from TODOMike Frysinger1-1/+0
2009-04-07use sleep rather than usleepMike Frysinger1-2/+4
2009-04-07add a pathological test case for here doc related to eof marker and other ugl...Mike Frysinger2-0/+17
2009-04-07implement support for parameter substitution via #/% operatorsMike Frysinger6-25/+243
2009-04-07hush: heredoc support, based on patch by Mike Frysinger (vapier AT gentoo.org)Denis Vlasenko4-115/+319
2009-04-06hush: s/last_return_code/last_exitcode/gDenis Vlasenko1-19/+19
2009-04-06hush: fix "if false; then...fi" exitcode;Denis Vlasenko3-4/+12
2009-04-06make hush-misc/*.tests executableDenis Vlasenko4-0/+0
2009-04-06hush: fix a bunch of obscure while/until/continue bugsDenis Vlasenko10-20/+66
2009-04-06*.tests should be executableDenis Vlasenko1-0/+0
2009-04-06move hush-parsing/and-or.tests to hush-misc/*Denis Vlasenko2-0/+0
2009-04-06add some brute force logic testsMike Frysinger2-0/+52
2009-04-06hush: fix "false && echo yes || echo no" bug 265Denis Vlasenko1-45/+55
2009-04-06hush: beautify re_execute_shell moreDenis Vlasenko1-6/+6
2009-04-06hush: drop allocations in re_execute_shellDenis Vlasenko1-27/+20
2009-04-06add tests for basic fd open/close/dupeMike Frysinger2-0/+36
2009-04-06fix #>&- syntax for closing fdsMike Frysinger1-1/+2
2009-04-06fix redir1 tests -- usleep isnt standard in $PATHMike Frysinger1-1/+3
2009-04-06hush: micro-optimization. -37 bytesDenis Vlasenko1-1/+1
2009-04-06hush: more efficient filtering of "safe" arithmeticDenis Vlasenko1-19/+9
2009-04-06hush: add <> and () as "safe" arith charsDenis Vlasenko1-1/+1
2009-04-06hush: print cd error to stderr; use fopen_or_warn in builtin_source;Denis Vlasenko2-25/+39
2009-04-06hush: fix "export a=a b=b" (was not setting and exporting b)Denis Vlasenko1-28/+31
2009-04-06hush: update TODO list; + my usual pointless tweaks :(Denis Vlasenko1-21/+22
2009-04-06hush: mark SIGHUP TODOs better; don't disable SIGHUP for now,Denis Vlasenko1-10/+15
2009-04-05hush: cosmetics, no code changesDenis Vlasenko1-1/+4
2009-04-05modprobe/insmod for 2.4: support compressed modules.Denis Vlasenko1-24/+33
2009-04-05hush: strip NULs from file input, they are PITA/impossible to handle correctlyDenis Vlasenko1-6/+8
2009-04-05drop HUSH_VER_STR since it has no relevance anymore -- just use BB_VERMike Frysinger1-4/+2
2009-04-05hush: fix trap clearing in subshells on MMU; simplify NOMMU a bit:Denis Vlasenko1-32/+92
2009-04-05hush: audit and fix "interactive shell" setup code.Denis Vlasenko1-148/+175
2009-04-05hush: pass $! thru re-execution; try harder on re-exec; give errorDenis Vlasenko1-41/+57