BVK Chaitanya 34bb22dfa5 While and until loops support to GRUB script.
* include/grub/script_sh.h (grub_script_cmdwhile): New struct.
	(grub_script_create_cmdwhile): New function prototype.
	(grub_script_execute_cmdwhile): New function prototype.
	* script/execute.c (grub_script_execute_cmdwhile): New function.
	* script/parser.y (command): New commands.
	(whilecmd): New grammar rule.
	(untilcmd): New grammar rule.
	* script/script.c (grub_script_create_cmdwhile): New function.
	* util/grub-script-check.c (grub_script_execute_cmdwhile): New
	function.

	* tests/grub_script_while1.in: New testcase.
	* conf/tests.rmk: Rule for new testcase.
2010-04-09 22:04:21 +05:30
..
2010-01-18 20:51:35 +00:00
2010-02-07 17:30:16 +01:00
2010-04-09 17:37:38 +02:00
2010-02-06 18:43:37 +01:00
2010-03-21 11:03:41 +05:30
2010-03-26 15:44:13 +01:00
2009-12-22 15:09:25 +01:00
2009-06-10 21:04:23 +00:00
2010-02-07 23:49:49 +01:00