shell: optional support for read -t N.NNN, closes 10101
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 20 Jul 2017 14:09:31 +0000 (16:09 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 20 Jul 2017 14:09:31 +0000 (16:09 +0200)
commiteae12688c9bb056b21e4e62fc295be5ebdcb8b7b
tree785eeede5f3c288a510bbd74fe52e1c216155284
parent82dcc3bff97b08db227610596a54574783f69631
shell: optional support for read -t N.NNN, closes 10101

function                                             old     new   delta
shell_builtin_read                                  1097    1277    +180
dump_procs                                           353     359      +6

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/Config.src
shell/ash_test/ash-read/read_t0.right [new file with mode: 0644]
shell/ash_test/ash-read/read_t0.tests [new file with mode: 0755]
shell/hush_test/hush-read/read_t0.right [new file with mode: 0644]
shell/hush_test/hush-read/read_t0.tests [new file with mode: 0755]
shell/shell_common.c