busybox/shell/ash_test/ash-read
Denys Vlasenko f547041940 ash,hush: fix SIGCHLD interrupting read builtin
function                                             old     new   delta
readcmd                                              169     217     +48
shell_builtin_read                                  1087    1097     +10
localcmd                                             366     364      -2
builtin_read                                         197     193      -4
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/2 up/down: 58/-6)              Total: 52 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2017-05-22 19:34:45 +02:00
..
read_ifs.right ash: fix for read $IFS splitting. Closes bug 235 2010-01-08 15:44:07 +01:00
read_ifs.tests ash: fix for read $IFS splitting. Closes bug 235 2010-01-08 15:44:07 +01:00
read_n.right ash: add read -u; fix read -t and read -n; add testsuite entries. 2008-03-25 00:07:12 +00:00
read_n.tests ash: add read -u; fix read -t and read -n; add testsuite entries. 2008-03-25 00:07:12 +00:00
read_r.right ash: add read -u; fix read -t and read -n; add testsuite entries. 2008-03-25 00:07:12 +00:00
read_r.tests ash testsuite: remove two inadvertent bashisms 2016-10-01 17:30:21 +02:00
read_REPLY.right shell: split read builtin from ash 2010-01-12 22:11:24 +01:00
read_REPLY.tests shell: split read builtin from ash 2010-01-12 22:11:24 +01:00
read_SIGCHLD.right ash,hush: fix SIGCHLD interrupting read builtin 2017-05-22 19:34:45 +02:00
read_SIGCHLD.tests ash,hush: fix SIGCHLD interrupting read builtin 2017-05-22 19:34:45 +02:00
read_t.right ash: add read -u; fix read -t and read -n; add testsuite entries. 2008-03-25 00:07:12 +00:00
read_t.tests ash: add read -u; fix read -t and read -n; add testsuite entries. 2008-03-25 00:07:12 +00:00