mirror of
https://git.proxmox.com/git/grub2
synced 2026-02-03 22:42:19 +00:00
* normal/lexer.c (grub_script_yylex): Don't filter out newlines. * normal/parser.y (commandblock): Defined as <cmd>. A subroutine for `menuentry'. (script): Accept leading newlines. (newlines): New rule to describe 0 or more newlines. (commands): Accept `command' with trailing newline. Fixed the order in which arguments were passed to `grub_script_add_cmd'. Accept commands separated by newlines. (function): Changed to accept newlines. (menuentry) Rewritten. * normal/script.c (grub_script_create_cmdmenu): Add new entries in front of the list, instead of to the end. |
||
|---|---|---|
| .. | ||
| i386 | ||
| powerpc | ||
| sparc64 | ||
| arg.c | ||
| cmdline.c | ||
| command.c | ||
| completion.c | ||
| execute.c | ||
| function.c | ||
| lexer.c | ||
| main.c | ||
| menu_entry.c | ||
| menu.c | ||
| misc.c | ||
| parser.y | ||
| script.c | ||