aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-read
AgeCommit message (Expand)Author
2020-07-31shell: Fix "read -d ''" behaviorChristian Eggers
2017-07-20shell: optional support for read -t N.NNN, closes 10101Denys Vlasenko
2017-05-22ash,hush: fix SIGCHLD interrupting read builtinDenys Vlasenko
2016-10-01ash testsuite: remove two inadvertent bashismsDenys Vlasenko
2010-01-12shell: split read builtin from ashDenys Vlasenko
2010-01-08ash: fix for read $IFS splitting. Closes bug 235Denys Vlasenko
2009-03-31ash: fix $IFS handling in read. closes bug 235Denis Vlasenko
2008-03-25ash: add read -u; fix read -t and read -n; add testsuite entries.Denis Vlasenko