grub/normal
marco_g daac212ae3 2005-11-06 Marco Gerards <mgerards@xs4all.nl>
Add initial scripting support.

	* commands/test.c: New file.
	* include/grub/script.h: Likewise.
	* normal/execute.c: Likewise.
	* normal/function.c: Likewise.
	* normal/lexer.c: Likewise.
	* normal/parser.y: Likewise.
	* normal/script.c: Likewise.

	* configure.ac: Add `AC_PROG_YACC' test.

	* conf/i386-pc.rmk (grub_emu_SOURCES): Add `commands/test.c',
	`normal/execute.c', `normal/lexer.c', `grub_script.tab.c',
	`normal/function.c' and `normal/script.c'.
	(normal_mod_SOURCES): `normal/execute.c', `normal/lexer.c',
	`grub_script.tab.c', `normal/function.c' and `normal/script.c'.
	(test_mod_SOURCES, test_mod_CFLAGS, test_mod_LDFLAGS): New variables.
	(pkgdata_MODULES): Add `test.mod'.
	(grub_script.tab.c): New rule.
	(grub_script.tab.h): Likewise.

	* include/grub/err.h (grub_err_t): Add `GRUB_ERR_TEST_FAILURE'.

	* include/grub/normal.h (grub_test_init): New prototype.
	(grub_test_fini): Likewise.

	* normal/command.c: Include <grub/script.h>.
	(grub_command_execute): Rewritten.

	* util/grub-emu.c (main): Call `grub_test_init' and
	`grub_test_fini'.
2005-11-06 22:19:59 +00:00
..
i386 2004-04-04 Yoshinori K. Okuji <okuji@enbug.org> 2004-04-04 13:46:03 +00:00
powerpc 2004-11-17 Hollis Blanchard <hollis@penguinppc.org> 2004-11-16 23:34:45 +00:00
sparc64 2005-10-23 Vincent Pelletier <subdino2004@yahoo.fr> 2005-10-23 21:38:12 +00:00
arg.c 2005-07-17 Yoshinori Okuji <okuji@enbug.org> 2005-07-17 20:26:07 +00:00
cmdline.c 2005-08-28 Marco Gerards <metgerards@student.han.nl> 2005-08-28 17:01:16 +00:00
command.c 2005-11-06 Marco Gerards <mgerards@xs4all.nl> 2005-11-06 22:19:59 +00:00
completion.c 2005-10-24 Marco Gerards <mgerards@xs4all.nl> 2005-10-24 10:23:46 +00:00
context.c 2005-02-27 Yoshinori K. Okuji <okuji@enbug.org> 2005-02-27 21:19:06 +00:00
execute.c 2005-11-06 Marco Gerards <mgerards@xs4all.nl> 2005-11-06 22:19:59 +00:00
function.c 2005-11-06 Marco Gerards <mgerards@xs4all.nl> 2005-11-06 22:19:59 +00:00
lexer.c 2005-11-06 Marco Gerards <mgerards@xs4all.nl> 2005-11-06 22:19:59 +00:00
main.c 2005-08-14 Yoshinori K. Okuji <okuji@enbug.org> 2005-08-14 19:36:55 +00:00
menu.c 2005-08-21 Yoshinori K. Okuji <okuji@enbug.org> 2005-08-21 07:22:51 +00:00
menu_entry.c 2005-08-28 Marco Gerards <metgerards@student.han.nl> 2005-08-28 17:01:16 +00:00
misc.c 2005-08-19 Yoshinori K. Okuji <okuji@enbug.org> 2005-08-19 00:32:01 +00:00
parser.y 2005-11-06 Marco Gerards <mgerards@xs4all.nl> 2005-11-06 22:19:59 +00:00
script.c 2005-11-06 Marco Gerards <mgerards@xs4all.nl> 2005-11-06 22:19:59 +00:00