grub/grub-core/script
Vladimir 'phcoder' Serbinenko d35d0d3753 Add const keyword to grub_env_get and gettextize week days.
* grub-core/hook/datehook.c (grub_datetime_names): Make const.
	(grub_read_hook_datetime): Return const char *.
	* grub-core/kern/env.c (grub_env_get): Return const char *. All users
	updated.
	* grub-core/normal/datetime.c (grub_weekday_names): Make const.
	Mark for gettext.
	(grub_get_weekday_name): Return const char *. Call gettext.
	* grub-core/script/argv.c (grub_script_argv_append): Receive const
	char * and len as the argument. All users updated.
	(grub_script_argv_split_append): Receive const char *.
	* include/grub/datetime.h (grub_get_weekday_name): Update proto.
	* include/grub/env.h (grub_env_get): Likewise.
	(grub_env_read_hook_t): Return const char *.
	* include/grub/script_sh.h (grub_script_argv_append): Update proto.
	(grub_script_argv_split_append): Likewise.
2011-11-11 20:34:37 +01:00
..
argv.c Add const keyword to grub_env_get and gettextize week days. 2011-11-11 20:34:37 +01:00
execute.c Add const keyword to grub_env_get and gettextize week days. 2011-11-11 20:34:37 +01:00
function.c merge with mainline 2010-08-19 16:54:00 +05:30
lexer.c Fine grainely disable warnings on lexer. Remove Wno-error on it. 2011-10-23 23:32:06 +02:00
main.c merge with mainline 2010-09-04 20:44:44 +05:30
parser.y Implement time command. 2011-06-27 12:31:37 +02:00
script.c merge with mainline 2010-09-04 11:28:45 +05:30
yylex.l Fine grainely disable warnings on lexer. Remove Wno-error on it. 2011-10-23 23:32:06 +02:00