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.
This commit is contained in:
BVK Chaitanya 2010-04-09 22:38:27 +05:30
commit 7d65244782
4 changed files with 67 additions and 12 deletions

View file

@ -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.