index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
ash_test
Age
Commit message (
Expand
)
Author
2010-05-18
ash: fix var_leak.tests so that it actually catches the NOFORK bug
Denys Vlasenko
2010-05-18
ash: fix bug which causes signal6.tests to fail
Denys Vlasenko
2010-05-18
ash: fix var_leak testcase
Denys Vlasenko
2010-05-18
ash: fix testsuite false positives
Denys Vlasenko
2010-05-17
ash: fix ". empty_file" exitcode. +5 bytes
Denys Vlasenko
2010-05-17
fix false positive in signal5.tests
Denys Vlasenko
2010-05-17
add two more tests which currently fail
Denys Vlasenko
2010-05-17
ash: fix signal5.tests
Denys Vlasenko
2010-05-17
ash: add two testcases for (not yet fixed) ash bugs
Denys Vlasenko
2010-03-26
ash: trap with bad signal name should not abort
Denys Vlasenko
2010-02-21
fix bug 1087. Fix by Leonid (lly.dev AT gmail.com)
Denys Vlasenko
2010-01-12
shell: split read builtin from ash
Denys Vlasenko
2010-01-08
ash: fix for read $IFS splitting. Closes bug 235
Denys Vlasenko
2009-10-09
laguage and copyright date corrections, no code changes
Denys Vlasenko
2009-10-09
ash: make one testsuite entry more robust
Denys Vlasenko
2009-09-27
ash,hush: make trap output short signal names, without SIG prefix
Denys Vlasenko
2009-09-25
ash: better handling of EXIT trap in `trap` hack
Denys Vlasenko
2009-09-23
ash: fix `trap`
Denys Vlasenko
2009-09-16
add a testcase for reopened bug 585 (not fixed yet)
Denys Vlasenko
2009-08-29
ash: add testsuite for bug 585
Denys Vlasenko
2009-06-14
ash: fix . builtin
Denys Vlasenko
2009-03-31
ash: fix $IFS handling in read. closes bug 235
Denis Vlasenko
2008-11-28
ash: better fix for ash -c 'echo 5&' and ash -c 'sleep 5&'
Denis Vlasenko
2008-10-27
ash: add testcase for bug 5304
Denis Vlasenko
2008-10-20
dc: conditionalize parts which require libm
Denis Vlasenko
2008-10-20
ash: fix NOEXEC mode - we were forgetting to pass environment!
Denis Vlasenko
2008-10-20
ash: fix a bug in standalone mode (corrupted getopt() state)
Denis Vlasenko
2008-08-16
ash: fix "(cat < file)" hang introduced by rev 22944.
Denis Vlasenko
2008-07-30
ash: bash compat: "shift $BIGNUM" is equivalent to "shift 1"
Denis Vlasenko
2008-07-26
ash: add slightly different testcase
Denis Vlasenko
2008-07-26
ash: fix testcase to not sleep for whole 10 seconds,
Denis Vlasenko
2008-07-26
ash: hopefully close bug 4324. With testcase.
Denis Vlasenko
2008-07-25
ash: testsuite entries for last change
Denis Vlasenko
2008-07-24
ash: prevent exec NN>&- from closing fd used for script reading
Denis Vlasenko
2008-07-24
ash: fix a bug where redirection fds were not closed afterwards.
Denis Vlasenko
2008-06-23
ash: optional support for $'...\t...\n...' bashism
Denis Vlasenko
2008-06-14
ash: fix ${var/s/r} handling, add testcase.
Denis Vlasenko
2008-06-05
ash testsuite: modify it so that it can run hush and msh tests
Denis Vlasenko
2008-05-19
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
Bernhard Reutner-Fischer
2008-04-13
ash: add another testsuite entry ("leaking variables" bug)
Denis Vlasenko
2008-04-12
ash: a bit more complete POSIX subst testsuite entry
Denis Vlasenko
2008-04-12
ash: add testsuite entry for POSIX-mandated ${var#word} ${var##word}
Denis Vlasenko
2008-03-25
ash: support for && and || in [[ expr ]]; add testsuite checks
Denis Vlasenko
2008-03-25
ash: add read -u; fix read -t and read -n; add testsuite entries.
Denis Vlasenko
2008-02-15
ash: handle "A=1 A=2 B=$A; echo $B". closes bug 947.
Denis Vlasenko
2008-02-13
reinstate redir.tests with correct perms
Denis Vlasenko
2008-02-13
ash: add a testcase for recently fixed signal bug
Denis Vlasenko
2007-11-22
ash: fix bug where redirection of closed fd was leaving it open afterwards.
Denis Vlasenko
2007-03-20
fix accumulated whitespace and indentation damage
Denis Vlasenko
2007-03-07
clean up accumulated whitespace damage
Denis Vlasenko
[next]