| 
							
							
								 Vladimir 'phcoder' Serbinenko | 15a940bbd8 | * grub-core/commands/i386/pc/drivemap.c (install_int13_handler): Allocate in multiples of 16 to avoid adding a few bytes free region the
	windows bugs upon.
	* grub-core/mmap/i386/pc/mmap.c (malloc_hook): Likewise. | 2012-06-03 17:47:20 +02:00 |  | 
			
				
					| 
							
							
								 Vladimir 'phcoder' Serbinenko | e7d2559bc1 | * grub-core/commands/i386/pc/drivemap.c: Add TRANSLATORS comments. * grub-core/commands/lsmmap.c: Likewise.
	* grub-core/commands/minicmd.c: Likewise.
	* grub-core/commands/mips/loongson/lsspd.c: Likewise.
	* grub-core/commands/regexp.c: Likewise.
	* grub-core/gdb/gdb.c: Likewise.
	* grub-core/term/gfxterm.c: Likewise.
	* util/grub-mkconfig.in: Likewise.
	* util/grub-mkfont.c: Likewise.
	* util/grub-mklayout.c: Likewise.
	* util/grub-mknetdir.in: Likewise.
	* util/grub-mkrescue.in: Likewise.
	* util/grub.d/30_os-prober.in: Likewise. | 2012-03-02 15:09:10 +01:00 |  | 
			
				
					| 
							
							
								 Vladimir 'phcoder' Serbinenko | 67093bc0ed | Another round of string clarification and adding TRANSLATORS comments. | 2012-02-26 17:28:05 +01:00 |  | 
			
				
					| 
							
							
								 Vladimir 'phcoder' Serbinenko | 9c4b5c13e6 | Improve gettext support. Stylistic fixes and error handling fixes while on it. | 2012-02-08 19:26:01 +01:00 |  | 
			
				
					| 
							
							
								 Vladimir 'phcoder' Serbinenko | 215c18008e | * grub-core/commands/i386/pc/drivemap.c (int13slot): Replace UINT_TO_PTR with cast. | 2011-12-16 17:46:28 +01:00 |  | 
			
				
					| 
							
							
								 Vladimir 'phcoder' Serbinenko | 10f0117bf9 | * grub-core/commands/efi/fixvideo.c: Gettextize. * grub-core/commands/hashsum.c: Likewise.
	* grub-core/commands/i386/cmostest.c: Likewise.
	* grub-core/commands/i386/pc/drivemap.c: Likewise.
	* grub-core/commands/i386/pc/lsapm.c: Likewise.
	* grub-core/commands/i386/pc/sendkey.c: Likewise.
	* grub-core/commands/lsmmap.c: Likewise.
	* grub-core/commands/menuentry.c: Likewise.
	* grub-core/commands/mips/loongson/lsspd.c: Likewise.
	* grub-core/commands/setpci.c: Likewise.
	* grub-core/loader/i386/bsd.c: Likewise.
	* grub-core/loader/i386/linux.c: Likewise.
	* util/getroot.c: Likewise.
	* util/grub-editenv.c: Likewise.
	* util/grub-fstest.c: Likewise.
	* util/grub-mkfont.c: Likewise.
	* util/grub-mkimage.c: Likewise.
	* util/grub-mkpasswd-pbkdf2.c: Likewise.
	* util/grub-pe2elf.c: Likewise.
	* util/grub-probe.c: Likewise.
	* util/grub-setup.c: Likewise.
	* util/ieee1275/ofpath.c: Likewise.
	* util/misc.c: Likewise.
	* util/raid.c: Likewise. | 2011-11-12 00:34:14 +01:00 |  | 
			
				
					| 
							
							
								 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 |  | 
			
				
					| 
							
							
								 Vladimir 'phcoder' Serbinenko | e745cf0ca6 | Implement automatic module license checking according to new GNU guidelines.
	* grub-core/kern/dl.c (grub_dl_check_license): New function.
	(grub_dl_load_core): Use grub_dl_check_license.
	* include/grub/dl.h (GRUB_MOD_SECTION): New macro.
	(GRUB_MOD_LICENSE): Likewise.
	(GRUB_MOD_DUAL_LICENSE): Likewise.
	All modules updated. | 2011-04-11 23:01:51 +02:00 |  | 
			
				
					| 
							
							
								 Vladimir 'phcoder' Serbinenko | a1d84a5e5e | Unify memory types. * grub-core/Makefile.am (KERNEL_HEADER_FILES): Include memory.h.
	* grub-core/commands/lsmmap.c (grub_cmd_lsmmap): Output user-readable
	types.
	* grub-core/kern/i386/multiboot_mmap.c (grub_lower_mem): Removed.
	(grub_upper_mem): Likewise.
	* grub-core/kern/ieee1275/init.c (grub_upper_mem): Likewise.
	* include/grub/memory.h (grub_memory_type_t): New enum.
	All users updated. | 2010-09-19 00:04:31 +02:00 |  | 
			
				
					| 
							
							
								 Vladimir 'phcoder' Serbinenko | ed80f7d586 | * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All users updated.
	(GRUB_COMMAND_FLAG_MENU): Likewise.
	(GRUB_COMMAND_FLAG_BOTH): Likewise.
	(GRUB_COMMAND_FLAG_TITLE): Removed.
	(GRUB_COMMAND_FLAG_NO_ECHO): Likewise.
	(GRUB_COMMAND_FLAG_EXTCMD): Moved into enum.
	(GRUB_COMMAND_FLAG_DYNCMD): Likewise.
	(GRUB_COMMAND_FLAG_BLOCKS): Likewise.
	(grub_command_flags_t): New enum. All users updated. | 2010-09-14 23:06:01 +02:00 |  | 
			
				
					| 
							
							
								 Vladimir 'phcoder' Serbinenko | df3df23d5c | Reorganise memory map handling | 2010-09-04 17:10:10 +02:00 |  | 
			
				
					| 
							
							
								 BVK Chaitanya | 928bad4708 | merge with mainline | 2010-08-26 09:30:11 +05:30 |  | 
			
				
					| 
							
							
								 BVK Chaitanya | 8c41176882 | automake commit without merge history | 2010-05-06 11:34:04 +05:30 |  |