From: BVK Chaitanya Date: Sat, 4 Sep 2010 15:23:09 +0000 (+0530) Subject: "return" command for GRUB script functions. X-Git-Tag: 1.99~597 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dacd0cf07a51532dc812d26a9a38be054484022a;p=thirdparty%2Fgrub.git "return" command for GRUB script functions. * tests/grub_script_return.in: New test. * Makefile.util.def: Rules for new test. * grub-core/script/execute.c (grub_script_return): New function. * grub-core/script/main.c: Register/unregister return commaond. * include/grub/script_sh.h (grub_script_return): New prototype. --- dacd0cf07a51532dc812d26a9a38be054484022a diff --cc ChangeLog index 6c31afe29,6c31afe29..4c1046655 --- a/ChangeLog +++ b/ChangeLog @@@ -1,3 -1,3 +1,14 @@@ ++2010-09-04 BVK Chaitanya ++ ++ "return" command for GRUB script functions. ++ ++ * tests/grub_script_return.in: New test. ++ * Makefile.util.def: Rules for new test. ++ ++ * grub-core/script/execute.c (grub_script_return): New function. ++ * grub-core/script/main.c: Register/unregister return commaond. ++ * include/grub/script_sh.h (grub_script_return): New prototype. ++ 2010-09-04 BVK Chaitanya "setparams" command to update positional parameters.