grub/grub-core/kern
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
..
efi Move grub_reboot out of the kernel. 2011-10-19 16:53:18 +02:00
emu Fix FreeBSD compilation. 2011-11-08 19:34:19 +01:00
generic automake commit without merge history 2010-05-06 11:34:04 +05:30
i386 * grub-core/kern/i386/pc/startup.S (grub_exit): Add missing zeroing-out. 2011-10-23 23:04:57 +02:00
ia64 * grub-core/lib/LzmaEnc.c (LzmaEnc_CodeOneBlock): Remove set but not 2011-11-08 19:46:41 +01:00
ieee1275 * grub-core/kern/ieee1275/openfw.c (grub_ieee1275_parse_args): 2011-11-11 17:44:47 +01:00
mips Move grub_reboot out of the kernel. 2011-10-19 16:53:18 +02:00
powerpc Support trampoline jumps on powerpc. 2011-11-08 11:23:56 +01:00
sparc64 Remove redundant grub_kernel_image_size. 2011-10-20 08:13:00 +02:00
x86_64 * grub-core/kern/x86_64/dl.c (grub_arch_dl_relocate_symbols): Issue 2011-11-11 18:05:16 +01:00
command.c * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
corecmd.c Rename jail to extractor 2010-09-20 23:01:34 +02:00
device.c Add backward compatibiulity with old (pxe) syntax. Several cleanups 2011-06-26 17:06:18 +02:00
disk.c * grub-core/kern/disk.c (grub_disk_read_small): Fix memory leak. 2011-10-25 18:01:57 +02:00
dl.c Add const keyword to grub_env_get and gettextize week days. 2011-11-11 20:34:37 +01:00
elf.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
env.c Add const keyword to grub_env_get and gettextize week days. 2011-11-11 20:34:37 +01:00
err.c Pause the execution (10s max) if any errors are displayed so the user 2010-09-20 17:46:35 +02:00
file.c Fix broken blksize negotiation, fix broken seek and change a way net device is filled n i386-pc 2011-07-02 17:58:23 +02:00
fs.c Use a net fs struct to handle open, reand and close in file. 2011-05-27 00:22:35 -03:00
list.c merge with mainline 2010-07-13 00:43:28 +05:30
main.c * grub-core/kern/main.c (grub_set_prefix_and_root): Init prefix. 2011-10-19 20:30:06 +02:00
misc.c * grub-core/kern/misc.c (grub_strstr): Moved from here ... 2011-11-11 20:02:51 +01:00
mm.c Fix the usage of unsupported %zx 2011-07-06 17:41:19 +02:00
parser.c Add const keyword to grub_env_get and gettextize week days. 2011-11-11 20:34:37 +01:00
partition.c Change to disk->name being raw name. It makes less hidden issues 2010-09-08 21:22:41 +02:00
rescue_parser.c merge with mainline 2010-07-13 00:43:28 +05:30
rescue_reader.c Merge mainline into keylayouts 2010-08-31 14:03:29 +02:00
term.c poll cards when idle 2011-07-06 13:37:33 +02:00
time.c automake commit without merge history 2010-05-06 11:34:04 +05:30
vga_init.c VGA text support in qemu-mips 2011-07-05 23:46:15 +02:00