13 lines
532 B
Text
13 lines
532 B
Text
2010-01-12 BVK Chaitanya <bvk.groups@gmail.com>
|
|
|
|
For loop support to GRUB script.
|
|
|
|
* include/grub/script_sh.h (grub_script_cmdfor): New struct.
|
|
(grub_script_create_cmdfor): New function prototype.
|
|
(grub_script_execute_cmdfor): New function prototype.
|
|
* script/execute.c (grub_script_execute_cmdfor): New function.
|
|
* script/parser.y (command): New for command.
|
|
(forcmd): New grammar rule.
|
|
* script/script.c (grub_script_create_cmdfor): New function.
|
|
* util/grub-script-check.c (grub_script_execute_cmdfor): New
|
|
function.
|