commit-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

grub2 normal/script.c normal/parser.y normal/ma...


From: Marco Gerards
Subject: grub2 normal/script.c normal/parser.y normal/ma...
Date: Sun, 16 Apr 2006 18:02:42 +0000

CVSROOT:        /sources/grub
Module name:    grub2
Branch:         
Changes by:     Marco Gerards <address@hidden>  06/04/16 18:02:42

Modified files:
        normal         : script.c parser.y main.c lexer.c command.c 
        .              : ChangeLog 

Log message:
        2006-16-04  Marco Gerards  <address@hidden>
        
        * normal/command.c (grub_command_init): Remove the title command.
        
        * normal/lexer.c (grub_script_yylex): Renamed from this...
        (grub_script_yylex2): ... to this.
        (grub_script_yylex): New function.  Temporary
        introduced to filter some tokens.
        (grub_script_yyerror): Print a newline.
        
        * normal/main.c (read_config_file): Output information about the
        lines that contain errors.  Wait for a key after all lines have
        been processed.  Don't return an empty menu.
        
        * normal/parser.y (func_mem): Don't initialize.
        (menu_entry): Likewise.
        (err): New variable.
        (script): Don't return anything when an error was encountered.
        (ws, returns): Removed rules.
        (argument): Disabled concatenated variable support.
        (arguments): Remove explicit separators.
        (grubcmd): Likewise.
        (function): Likewise.
        (menuentry): Likewise.
        (if): Likewise.
        (commands): Likewise.  Add error handling.
        
        * normal/script.c (grub_script_create_cmdline): If
        `grub_script_parsed' is 0, assume the parser encountered an error.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/grub/grub2/normal/script.c.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/grub/grub2/normal/parser.y.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/grub/grub2/normal/main.c.diff?tr1=1.15&tr2=1.16&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/grub/grub2/normal/lexer.c.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/grub/grub2/normal/command.c.diff?tr1=1.15&tr2=1.16&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/grub/grub2/ChangeLog.diff?tr1=1.231&tr2=1.232&r1=text&r2=text




reply via email to

[Prev in Thread] Current Thread [Next in Thread]