grub/kern
phcoder fda6cb987f 2009-06-04 Vladimir Serbinenko <phcoder@gmail.com>
Script fixes

	* include/grub/script_sh.h (grub_script_cmdline): remove cmdline
	(grub_lexer_param): add tokenonhold
	(grub_script_create_cmdline): remove cmdline. All callers updated
	(grub_script_function_create): make functionname
	grub_script_arg. All callers updated
	(grub_script_execute_argument_to_string): new prototype
	* kern/parser.c (state_transitions): reorder
	(grub_parser_cmdline_state): fix a bug and make more compact
	* script/sh/execute.c (grub_script_execute_argument_to_string): 
	make global
	(grub_script_execute_cmdline): use new format
	* script/sh/function.c (grub_script_function_create): make functionname
	grub_script_arg. All callers updated
	* script/sh/lexer.c (grub_script_lexer_init): initilaize tokenonhold
	(grub_script_yylex): remove
	(grub_script_yylex2): renamed to ...
	(grub_script_yylex): ...renamed
	parse the expressions like a${b}c
	* script/sh/parser.y (GRUB_PARSER_TOKEN_ARG): new typed terminal
	(GRUB_PARSER_TOKEN_VAR): remove
	(GRUB_PARSER_TOKEN_NAME): likewise
	("if"): declare as typeless
	("while"): likewise
	("function"): likewise
	("else"): likewise
	("then"): likewise
	("fi"): likewise
	(text): remove
	(argument): likewise
	(script): accept empty scripts and make exit on error
	(arguments): use GRUB_PARSER_TOKEN_ARG
	(function): likewise
	(command): move error handling to script
	(menuentry): move grub_script_lexer_ref before
	* script/sh/script.c (grub_script_create_cmdline): remove cmdline 
	argument. All callers updated
2009-06-04 16:18:35 +00:00
..
efi 2009-05-03 Vladimir Serbinenko <phcoder@gmail.com> 2009-05-02 23:19:20 +00:00
generic Urgh, and now actually add the files :-) 2008-08-05 12:26:29 +00:00
i386 2009-05-22 Pavel Roskin <proski@gnu.org> 2009-05-22 19:52:43 +00:00
ieee1275 * kern/ieee1275/openfw.c (grub_children_iterate): Fix string 2009-05-04 22:46:55 +00:00
powerpc 2009-03-22 Pavel Roskin <proski@gno.org> 2009-03-22 00:37:49 +00:00
sparc64 * kern/sparc64/ieee1275/init.c (grub_machine_set_prefix): If 2009-04-30 13:17:10 +00:00
x86_64 2009-05-17 Vladimir Serbinenko <phcoder@gmail.com> 2009-05-17 11:27:08 +00:00
command.c 2009-03-21 Bean <bean123ch@gmail.com> 2009-03-21 08:39:59 +00:00
corecmd.c 2009-04-05 Vladimir Serbinenko <phcoder@gmail.com> 2009-04-05 20:19:05 +00:00
device.c Avoiding openning same device multiple times in device iterator. 2009-04-24 12:04:10 +00:00
disk.c 2009-05-13 Pavel Roskin <proski@gnu.org> 2009-05-13 18:58:38 +00:00
dl.c 2009-05-09 Vladimir Serbinenko <phcoder@gmail.com> 2009-05-09 10:58:43 +00:00
elf.c 2008-11-03 Bean <bean123ch@gmail.com> 2008-11-03 13:08:21 +00:00
env.c 2009-03-22 Yoshinori K. Okuji <okuji@enbug.org> 2009-03-22 10:45:06 +00:00
err.c 2008-08-14 Felix Zielcke <fzielcke@z-51.de> 2008-08-14 18:46:47 +00:00
file.c 2008-01-25 Robert Millan <rmh@aybabtu.com> 2008-01-25 20:57:40 +00:00
fs.c 2009-04-05 Vladimir Serbinenko <phcoder@gmail.com> 2009-04-05 20:19:05 +00:00
handler.c 2009-03-04 Bean <bean123ch@gmail.com> 2009-03-04 05:56:31 +00:00
list.c 2009-03-21 Bean <bean123ch@gmail.com> 2009-03-21 08:39:59 +00:00
main.c 2009-05-16 Bean <bean123ch@gmail.com> 2009-05-16 12:12:12 +00:00
misc.c 2009-04-15 Vladimir Serbinenko <phcoder@gmail.com> 2009-04-15 12:33:46 +00:00
mm.c 2009-02-08 Vesa Jääskeläinen <chaac@nic.fi> 2009-02-08 10:52:03 +00:00
parser.c 2009-06-04 Vladimir Serbinenko <phcoder@gmail.com> 2009-06-04 16:18:35 +00:00
partition.c 2008-07-04 Robert Millan <rmh@aybabtu.com> 2008-07-03 22:56:43 +00:00
reader.c 2009-05-02 Bean <bean123ch@gmail.com> 2009-05-02 19:49:34 +00:00
rescue_parser.c 2009-05-02 Bean <bean123ch@gmail.com> 2009-05-02 19:49:34 +00:00
rescue_reader.c 2009-05-02 Bean <bean123ch@gmail.com> 2009-05-02 19:49:34 +00:00
term.c 2009-03-01 Bean <bean123ch@gmail.com> 2009-03-01 17:51:44 +00:00
time.c actually add kern/time.c 2008-08-05 12:38:12 +00:00