]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
"continue" command support to GRUB script.
authorBVK Chaitanya <bvk@dbook>
Thu, 12 Aug 2010 06:18:21 +0000 (11:48 +0530)
committerBVK Chaitanya <bvk@dbook>
Thu, 12 Aug 2010 06:18:21 +0000 (11:48 +0530)
* script/execute.c (grub_script_execute_cmdwhile): Continue support.
(grub_script_break): Continue support.
* script/main.c (grub_script_init): Register continue command.
(grub_script_fini): Unregister continue command.

* tests/grub_script_continue.in: New testcase.
* conf/tests.rmk: Rules for new testcase.

1  2 
ChangeLog

diff --cc ChangeLog
index 83559632251e952fd472ef3e6238035018eccb00,83559632251e952fd472ef3e6238035018eccb00..5845bb7dcb3d0f8ce5bc250601af2344f425f24d
+++ b/ChangeLog
@@@ -1,3 -1,3 +1,15 @@@
++2010-08-12  BVK Chaitanya  <bvk.groups@gmail.com>
++
++      "continue" command support to GRUB script.
++
++      * script/execute.c (grub_script_execute_cmdwhile): Continue support.
++      (grub_script_break): Continue support.
++      * script/main.c (grub_script_init): Register continue command.
++      (grub_script_fini): Unregister continue command.
++
++      * tests/grub_script_continue.in: New testcase.
++      * conf/tests.rmk: Rules for new testcase.
++
  2010-08-12  BVK Chaitanya  <bvk@dbook>
  
        "break" command support to GRUB script.