From: BVK Chaitanya Date: Fri, 9 Apr 2010 17:08:27 +0000 (+0530) Subject: Elif support to GRUB script (by Deepak Vankadaru). X-Git-Tag: 1.99~970 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7d65244782e8e81e7dd968294d4f2207e466af9d;p=thirdparty%2Fgrub.git Elif support to GRUB script (by Deepak Vankadaru). * tests/grub_script_if.in: New testcase. * conf/tests.rmk: Rule for new testcase. * script/parser.y: Grammar rules for elif. --- 7d65244782e8e81e7dd968294d4f2207e466af9d diff --cc ChangeLog index 070461b5e,070461b5e..1e23de038 --- a/ChangeLog +++ b/ChangeLog @@@ -1,3 -1,3 +1,11 @@@ ++2010-04-09 BVK Chaitanya ++ ++ Elif support to GRUB script (by Deepak Vankadaru). ++ ++ * tests/grub_script_if.in: New testcase. ++ * conf/tests.rmk: Rule for new testcase. ++ * script/parser.y: Grammar rules for elif. ++ 2010-04-09 BVK Chaitanya While and until loops support to GRUB script.