From: BVK Chaitanya Date: Fri, 26 Mar 2010 15:30:15 +0000 (+0530) Subject: 2010-01-12 BVK Chaitanya X-Git-Tag: 1.99~1004 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=746d90457a30ba0f9ccb3abbe5d6beed132e8bed;p=thirdparty%2Fgrub.git 2010-01-12 BVK Chaitanya 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. --- 746d90457a30ba0f9ccb3abbe5d6beed132e8bed diff --cc ChangeLog index 8cf9fdd58,8cf9fdd58..5ffeccf8d --- a/ChangeLog +++ b/ChangeLog @@@ -1,3 -1,3 +1,19 @@@ ++2010-03-26 BVK Chaitanya ++ ++ 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. ++ * tests/grub_script_for1.in: New testcase. ++ * conf/tests.rmk: Rules for new testcase. ++ 2010-03-26 Vladimir Serbinenko Nested partitions