]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Elif support to GRUB script (by Deepak Vankadaru).
authorBVK Chaitanya <bvk.groups@gmail.com>
Fri, 9 Apr 2010 17:08:27 +0000 (22:38 +0530)
committerBVK Chaitanya <bvk.groups@gmail.com>
Fri, 9 Apr 2010 17:08:27 +0000 (22:38 +0530)
* tests/grub_script_if.in: New testcase.
* conf/tests.rmk: Rule for new testcase.
* script/parser.y: Grammar rules for elif.

1  2 
ChangeLog

diff --cc ChangeLog
index 070461b5e832faf0f858448a577792fdf705017e,070461b5e832faf0f858448a577792fdf705017e..1e23de038e8104091c8782507ba1cdee38a9d33a
+++ b/ChangeLog
@@@ -1,3 -1,3 +1,11 @@@
++2010-04-09  BVK Chaitanya  <bvk.groups@gmail.com>
++
++      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  <bvk.groups@gmail.com>
  
        While and until loops support to GRUB script.