]> git.proxmox.com Git - grub2.git/commit - ChangeLog
"return" command for GRUB script functions.
authorBVK Chaitanya <bvk@dbook>
Sat, 4 Sep 2010 15:23:09 +0000 (20:53 +0530)
committerBVK Chaitanya <bvk@dbook>
Sat, 4 Sep 2010 15:23:09 +0000 (20:53 +0530)
commitdacd0cf07a51532dc812d26a9a38be054484022a
treecb4c5a4b5c2aea3d3187a1e72ffa544644a2fd46
parent52e72f9d461ae8292a11e2e8addfa65ade36769d
parent165bfce13888826dd7de65f35becc721227f60c8
"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.
ChangeLog