grub/grub-core/normal
Vladimir 'phcoder' Serbinenko c5fc563aff Enable UTF8 in gnulib regexp.
* config.h.in (RE_ENABLE_I18N) [!GRUB_UTIL]: New define.
	* grub-core/lib/posix_wrap/ctype.h (islower): Use grub_islower.
	(isupper): Use grub_isupper.
	(isascii): New inline function.
	* grub-core/lib/posix_wrap/wchar.h: Replace dummy with real contents.
	* grub-core/lib/posix_wrap/wctype.h: Likewise.
	* grub-core/normal/charset.c (grub_utf8_process): New function.
	(grub_utf8_to_utf16): Use grub_utf8_process.
	(grub_encode_utf8_character): New function.
	(grub_ucs4_to_utf8): Use grub_encode_utf8_character.
	* include/grub/charset.h (grub_utf8_process): New declaration.
	(grub_encode_utf8_character): Likewise.
	* include/grub/misc.h (grub_islower): New inline function.
	(grub_isupper): Likewise.
	(grub_strchrsub): Moved down to fix the definitions.
2011-12-13 00:50:49 +01:00
..
auth.c * grub-core/bus/usb/usb.c (attach_hooks): Make static. 2011-03-23 12:05:13 +01:00
autofs.c automake commit without merge history 2010-05-06 11:34:04 +05:30
charset.c Enable UTF8 in gnulib regexp. 2011-12-13 00:50:49 +01:00
cmdline.c * grub-core/commands/cmp.c (grub_cmd_cmp): Remove unnecessary NULL 2011-06-26 17:17:41 +02:00
color.c Add missing const qualifiers. 2011-11-30 16:20:13 +01:00
completion.c Add missing const qualifiers. 2011-11-30 16:20:13 +01:00
context.c * grub-core/bus/usb/usb.c (attach_hooks): Make static. 2011-03-23 12:05:13 +01:00
crypto.c * grub-core/bus/usb/usb.c (attach_hooks): Make static. 2011-03-23 12:05:13 +01:00
datetime.c Add const keyword to grub_env_get and gettextize week days. 2011-11-11 20:34:37 +01:00
dyncmd.c * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
main.c * grub-core/normal/main.c (grub_normal_execute): Remove leftover call. 2011-11-11 20:09:14 +01:00
menu.c Add const keyword to grub_env_get and gettextize week days. 2011-11-11 20:34:37 +01:00
menu_entry.c Add missing const qualifiers. 2011-11-30 16:20:13 +01:00
menu_text.c Dynamically count the number of lines for the lower banner. 2011-04-10 13:56:23 +02:00
misc.c * grub-core/normal/misc.c (grub_normal_print_device_info): Use correct 2011-03-29 11:25:04 +02:00
term.c * grub-core/commands/acpihalt.c: Gettextized. 2011-11-11 21:44:56 +01:00