grub/normal
marco_g eaef05533f 2006-04-29 Marco Gerards <marco@gnu.org>
* commands/configfile.c (grub_cmd_configfile): Execute the
	configfile within its own context.

	* include/grub/env.h (grub_env_context_open): New prototype.
	(grub_env_context_close): Likewise.

	* kern/env.c (grub_env): Removed.
	(grub_env_sorted): Likewise.
	(grub_env_context): New variable.
	(grub_env_var_context): Likewise.
	(grub_env_find): Search both the active context and the global
	context.
	(grub_env_context_open): New function.
	(grub_env_context_close): Likewise.
	(grub_env_insert): Likewise.
	(grub_env_remove): Likewise.
	(grub_env_export): Likewise.
	(grub_env_set): Changed to use helper functions to avoid code
	duplication.
	(grub_env_iterate): Rewritten so both the current context and the
	global context are being used.

	* normal/command.c (export_command): New function.
	(grub_command_init): Register the `export' function.
2006-04-29 20:29:42 +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 2006-03-14 Vesa Jaaskelainen <chaac@nic.fi> 2006-03-14 19:08:34 +00:00
command.c 2006-04-29 Marco Gerards <marco@gnu.org> 2006-04-29 20:29:42 +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 2006-01-17 Marco Gerards <marco@gnu.org> 2006-01-17 09:50:47 +00:00
function.c 2005-11-06 Marco Gerards <mgerards@xs4all.nl> 2005-11-06 22:19:59 +00:00
lexer.c 2006-17-04 Marco Gerards <marco@gnu.org> 2006-04-17 13:01:20 +00:00
main.c 2006-16-04 Marco Gerards <marco@gnu.org> 2006-04-16 18:02:42 +00:00
menu.c 2006-01-17 Marco Gerards <marco@gnu.org> 2006-01-17 09:50:47 +00:00
menu_entry.c 2006-01-17 Marco Gerards <marco@gnu.org> 2006-01-17 09:50:47 +00:00
misc.c 2005-08-19 Yoshinori K. Okuji <okuji@enbug.org> 2005-08-19 00:32:01 +00:00
parser.y 2006-17-04 Marco Gerards <marco@gnu.org> 2006-04-17 13:01:20 +00:00
script.c 2006-17-04 Marco Gerards <marco@gnu.org> 2006-04-17 13:01:20 +00:00