grub/grub-core
Vladimir 'phcoder' Serbinenko b525fd834d Clarify and unify messages.
* grub-core/commands/hashsum.c (options): Unify messages.
	* grub-core/commands/keystatus.c (GRUB_MOD_INIT): Don't mark a
	literal-only message as translatable.
	* grub-core/commands/lsacpi.c (GRUB_MOD_INIT): Likewise.
	* grub-core/loader/ia64/efi/linux.c (GRUB_MOD_INIT): Likewise.
	* grub-core/commands/legacycfg.c (GRUB_MOD_INIT): Add quoting around
	commands.
	* grub-core/commands/menuentry.c (options): Clarify that it's a keyboard
	key, not the key used to unlock. Clarify what it's used for.
	* grub-core/kern/emu/hostdisk.c (read_device_map): Unify error message.
	* grub-core/loader/xnu.c (grub_xnu_load_driver): Remove erroneous colon.
	* grub-core/script/main.c (GRUB_MOD_INIT): Clarify [n] to be [NUM].
	* util/grub-editenv.c (options): Unify "verbose" message.
	* util/grub-fstest.c (read_file): Unify error message.
	(fstest): Add quotes around commands.
	(options): Unify "verbose" message.
	* util/grub-install.in: Add quotes around variable name.
	* util/grub-kbdcomp.in: Unify error message.
	* util/grub-mkfont.c (main): Likewise.
	* util/grub-mkrescue.in: Likewise.
	* util/grub-mklayout.c (options): Unify "verbose" message.
	* util/grub-mkstandalone.in: Unify help and verbose messages.
	* util/grub-mount.c (options): Unify "verbose" message.
	* util/grub-probe.c (options): Likewise.
	* util/grub-script-check.c (options): Likewise.
	* util/grub-setup.c (setup): Unify no-terminator message.
	(options): Use DEVICE and not DEV.
	Unify "verbose" message.
	* util/ieee1275/ofpath.c (xrealpath): Unify error message.
2012-02-05 11:23:47 +01:00
..
boot * grub-core/boot/i386/pc/lnxboot.S: Use 2012-01-29 23:20:02 +01:00
bus Fix ehci on amd64. 2012-02-01 16:13:17 +01:00
commands Clarify and unify messages. 2012-02-05 11:23:47 +01:00
disk Improve and unify messages. 2012-02-05 11:07:33 +01:00
efiemu Move platform-dependent files from $prefix to $prefix/$platform. 2012-02-04 21:47:29 +01:00
font Don't override more informative errors. 2011-12-26 12:58:08 +01:00
fs * grub-core/fs/reiserfs.c (grub_reiserfs_get_item): Use proper error 2012-02-03 11:50:18 +01:00
gettext Move platform-dependent files from $prefix to $prefix/$platform. 2012-02-04 21:47:29 +01:00
gfxmenu * grub-core/gfxmenu/gui_label.c (label_paint): Handle the case 2011-12-15 19:35:54 +01:00
gnulib * grub-core/gnulib/regcomp.c (regerror): Don't use abort on 2012-01-29 23:22:57 +01:00
hello Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
hook * grub-core/hook/datehook.c (grub_read_hook_datetime): Small stylistic 2011-11-11 21:03:49 +01:00
io * grub-core/io/lzopio.c (uncompress_block): Fix use of incorrect 2012-01-30 01:18:02 +01:00
kern Clarify and unify messages. 2012-02-05 11:23:47 +01:00
lib * grub-core/lib/i386/relocator16.S (grub_relocator16_start): Move switch 2012-02-05 10:12:18 +01:00
loader Clarify and unify messages. 2012-02-05 11:23:47 +01:00
mmap forgotten file for previous commit 2011-12-15 20:04:21 +01:00
net * grub-core/Makefile.core.def (pxechain): New module. 2012-02-05 10:33:52 +01:00
normal Move platform-dependent files from $prefix to $prefix/$platform. 2012-02-04 21:47:29 +01:00
partmap Merge common RAID and LVM logic to an abstract diskfilter. 2012-01-29 14:28:01 +01:00
parttool * grub-core/commands/acpihalt.c: Gettextized. 2011-11-11 21:44:56 +01:00
script Clarify and unify messages. 2012-02-05 11:23:47 +01:00
term Rename ofconsole to console. 2012-01-29 17:01:27 +01:00
tests Replace single-linked with double-linked lists. It results in more 2012-01-24 13:31:12 +01:00
video * grub-core/loader/i386/xnu.c (grub_cmd_devprop_load): Fix error 2012-02-03 12:47:07 +01:00
gdb_grub.in Add facility to debug GRUB with gdb under qemu. 2011-11-13 22:59:46 +01:00
genemuinit.sh automake commit without merge history 2010-05-06 11:34:04 +05:30
genemuinitheader.sh automake commit without merge history 2010-05-06 11:34:04 +05:30
genmod.sh.in * grub-core/genmod.sh.in: Use 'set -e' rather than '#! /bin/sh -e', 2011-05-18 12:53:07 +01:00
genmoddep.awk use objcopy instead of creating mod-*.c and mod-*.o 2010-08-29 16:43:07 +05:30
gensyminfo.sh.in * grub-core/genmod.sh.in: Use 'set -e' rather than '#! /bin/sh -e', 2011-05-18 12:53:07 +01:00
gensymlist.sh track function symbols 2011-05-08 18:29:37 +02:00
gentrigtables.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
gmodule.pl.in Add facility to debug GRUB with gdb under qemu. 2011-11-13 22:59:46 +01:00
Makefile.am Move chainloader_real_boot out of the kernel 2011-10-21 00:16:59 +02:00
Makefile.core.def * grub-core/Makefile.core.def (pxechain): New module. 2012-02-05 10:33:52 +01:00
modinfo.sh.in Unify grub-mkrescue (except powerpc) and grrub-mknetdir across platforms 2011-05-18 01:38:01 +02:00