aboutsummaryrefslogtreecommitdiff
path: root/shell/shell_common.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* shell/read: check that variable names are saneDenys Vlasenko2010-01-131-6/+2
| | | | | | | | | | function old new delta shell_builtin_read 1000 1055 +55 parse_command 1460 1463 +3 builtin_umask 121 123 +2 is_well_formed_var_name 73 66 -7 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* shell: split read builtin from ashDenys Vlasenko2010-01-121-0/+35
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>