]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
added change log file
authorBVK Chaitanya <bvk.groups@gmail.com>
Tue, 26 Jan 2010 04:09:51 +0000 (09:39 +0530)
committerBVK Chaitanya <bvk.groups@gmail.com>
Tue, 26 Jan 2010 04:09:51 +0000 (09:39 +0530)
ChangeLog.while-until-loops [new file with mode: 0644]

diff --git a/ChangeLog.while-until-loops b/ChangeLog.while-until-loops
new file mode 100644 (file)
index 0000000..33a3a83
--- /dev/null
@@ -0,0 +1,15 @@
+2010-01-26  BVK Chaitanya  <bvk.groups@gmail.com>
+
+       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.
+