grub/normal
bean a83ccafd50 2008-01-15 Bean <bean123ch@gmail.com>
* normal/execute.c (grub_script_exec_argument_to_string): Check for undefined variable.
	(grub_script_execute_cmdline): Reset grub_errno.

	* normal/main.c (read_config_file): Reset grub_errno.

	* normal/parse.y (script_init): New.
	(script): Move function and menuentry here.
	(delimiter): New.
	(command): Add delimiter at the end of command.
	(commands): Adjust to match the new command.
	(commandblock): Remove grub_script_lexer_record_start.
	(menuentry): Add grub_script_lexer_record_start, use the new commands.
	(if): Use the new commands.

	* conf/common.rmk (pkgdata_MODULES): Add echo.mod.
2008-01-15 15:32:17 +00:00
..
i386 2007-07-22 Yoshinori K. Okuji <okuji@enbug.org> 2007-07-21 23:32:33 +00:00
powerpc 2007-07-22 Yoshinori K. Okuji <okuji@enbug.org> 2007-07-21 23:32:33 +00:00
sparc64 2007-07-22 Yoshinori K. Okuji <okuji@enbug.org> 2007-07-21 23:32:33 +00:00
arg.c 2007-07-22 Yoshinori K. Okuji <okuji@enbug.org> 2007-07-21 23:32:33 +00:00
cmdline.c 2007-07-22 Yoshinori K. Okuji <okuji@enbug.org> 2007-07-21 23:32:33 +00:00
color.c 2008-01-06 Robert Millan <rmh@aybabtu.com> 2008-01-06 12:58:46 +00:00
command.c 2007-07-22 Yoshinori K. Okuji <okuji@enbug.org> 2007-07-21 23:32:33 +00:00
completion.c 2008-01-05 Robert Millan <rmh@aybabtu.com> 2008-01-05 11:59:34 +00:00
execute.c 2008-01-15 Bean <bean123ch@gmail.com> 2008-01-15 15:32:17 +00:00
function.c 2007-07-22 Yoshinori K. Okuji <okuji@enbug.org> 2007-07-21 23:32:33 +00:00
lexer.c Typo fixes in comments and variable names. 2007-12-30 08:52:06 +00:00
main.c 2008-01-15 Bean <bean123ch@gmail.com> 2008-01-15 15:32:17 +00:00
menu.c 2008-01-15 Robert Millan <rmh@aybabtu.com> 2008-01-15 14:05:40 +00:00
menu_entry.c 2008-01-05 Robert Millan <rmh@aybabtu.com> 2008-01-05 12:10:28 +00:00
misc.c 2007-10-15 Robert Millan <rmh@aybabtu.com> 2007-10-15 10:59:38 +00:00
parser.y 2008-01-15 Bean <bean123ch@gmail.com> 2008-01-15 15:32:17 +00:00
script.c Typo fixes in comments and variable names. 2007-12-30 08:52:06 +00:00