index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
Age
Commit message (
Expand
)
Author
2009-04-09
*: make "pragma GCC visibility push(hidden)" less ugly
Denis Vlasenko
2009-04-09
skip some tests when fancy echo support is turned off
Mike Frysinger
2009-04-09
we arent testing `echo -n` here so use printf instead
Mike Frysinger
2009-04-09
source the .config so tests can signal they need to be skipped due to feature...
Mike Frysinger
2009-04-09
hush: typo in comment
Denis Vlasenko
2009-04-09
hush: fix thinko in re_execute_shell; pass even less junk to heredoc helper
Denis Vlasenko
2009-04-08
hush: more rodust detection of unterminated strings etc;
Denis Vlasenko
2009-04-08
expand leak_all1.tests
Denis Vlasenko
2009-04-08
slight tweak to the leak detector
Denis Vlasenko
2009-04-08
hush: plug leak in run_pipe(). NOMMU only.
Denis Vlasenko
2009-04-08
hush: add a leak test which currently fails
Denis Vlasenko
2009-04-08
hush: add leak detector helper; fix/add tests for it
Denis Vlasenko
2009-04-08
hush: echo \2>file fix
Denis Vlasenko
2009-04-07
hush: fix heredoc expansion of $var and `cmd`
Denis Vlasenko
2009-04-07
hush: fix wrong comment
Denis Vlasenko
2009-04-07
hush: fix heredoc <<- handling.
Denis Vlasenko
2009-04-07
hush: NOMMU-safe support of big heredocs
Denis Vlasenko
2009-04-07
here documents have been added, so drop from TODO
Mike Frysinger
2009-04-07
use sleep rather than usleep
Mike Frysinger
2009-04-07
add a pathological test case for here doc related to eof marker and other ugl...
Mike Frysinger
2009-04-07
implement support for parameter substitution via #/% operators
Mike Frysinger
2009-04-07
hush: heredoc support, based on patch by Mike Frysinger (vapier AT gentoo.org)
Denis Vlasenko
2009-04-06
hush: s/last_return_code/last_exitcode/g
Denis Vlasenko
2009-04-06
hush: fix "if false; then...fi" exitcode;
Denis Vlasenko
2009-04-06
make hush-misc/*.tests executable
Denis Vlasenko
2009-04-06
hush: fix a bunch of obscure while/until/continue bugs
Denis Vlasenko
2009-04-06
*.tests should be executable
Denis Vlasenko
2009-04-06
move hush-parsing/and-or.tests to hush-misc/*
Denis Vlasenko
2009-04-06
add some brute force logic tests
Mike Frysinger
2009-04-06
hush: fix "false && echo yes || echo no" bug 265
Denis Vlasenko
2009-04-06
hush: beautify re_execute_shell more
Denis Vlasenko
2009-04-06
hush: drop allocations in re_execute_shell
Denis Vlasenko
2009-04-06
add tests for basic fd open/close/dupe
Mike Frysinger
2009-04-06
fix #>&- syntax for closing fds
Mike Frysinger
2009-04-06
fix redir1 tests -- usleep isnt standard in $PATH
Mike Frysinger
2009-04-06
hush: micro-optimization. -37 bytes
Denis Vlasenko
2009-04-06
hush: more efficient filtering of "safe" arithmetic
Denis Vlasenko
2009-04-06
hush: add <> and () as "safe" arith chars
Denis Vlasenko
2009-04-06
hush: print cd error to stderr; use fopen_or_warn in builtin_source;
Denis Vlasenko
2009-04-06
hush: fix "export a=a b=b" (was not setting and exporting b)
Denis Vlasenko
2009-04-06
hush: update TODO list; + my usual pointless tweaks :(
Denis Vlasenko
2009-04-06
hush: mark SIGHUP TODOs better; don't disable SIGHUP for now,
Denis Vlasenko
2009-04-05
hush: cosmetics, no code changes
Denis Vlasenko
2009-04-05
hush: strip NULs from file input, they are PITA/impossible to handle correctly
Denis Vlasenko
2009-04-05
drop HUSH_VER_STR since it has no relevance anymore -- just use BB_VER
Mike Frysinger
2009-04-05
hush: fix trap clearing in subshells on MMU; simplify NOMMU a bit:
Denis Vlasenko
2009-04-05
hush: audit and fix "interactive shell" setup code.
Denis Vlasenko
2009-04-05
hush: pass $! thru re-execution; try harder on re-exec; give error
Denis Vlasenko
2009-04-05
hush: suppress bogus warning from 4.2.1
Denis Vlasenko
2009-04-05
build system tweaks to account for latest hush changes
Denis Vlasenko
[prev]
[next]