OSDN Git Service

shell: split read builtin from ash
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 12 Jan 2010 21:11:24 +0000 (22:11 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 12 Jan 2010 21:11:24 +0000 (22:11 +0100)
commit7306727d1b2ed05afc91548ba374f7400a2389e3
tree39cf4dff144f82dc9eaad30eae9c4fe67d405e4e
parent6c93b24ce9dfb5c3970178ca2545502a7830716c
shell: split read builtin from ash

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
14 files changed:
TODO_config_nommu
scripts/defconfig
shell/Kbuild
shell/ash.c
shell/ash_test/ash-read/read_REPLY.right [new file with mode: 0644]
shell/ash_test/ash-read/read_REPLY.tests [new file with mode: 0755]
shell/builtin_read.c [new file with mode: 0644]
shell/builtin_read.h [new file with mode: 0644]
shell/match.c
shell/match.h
shell/math.c
shell/random.h
shell/shell_common.c [new file with mode: 0644]
shell/shell_common.h [new file with mode: 0644]