From: marco_g Date: Sat, 20 May 2006 14:44:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: 1.98~1963 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da2eb1812e859fb9e2a958be85afa163d2b89436;p=thirdparty%2Fgrub.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index f217caef1..97a720f5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2006-05-20 Marco Gerards + + * normal/lexer.c (grub_script_yylex): Don't filter out newlines. + + * normal/parser.y (commandblock): Defined as . 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. + 2006-05-19 Yoshinori K. Okuji * util/i386/pc/grub-install.in (bindir): New variable.