* grub-core/lib/posix_wrap/ctype.h (isxdigit): Use grub_isxdigit.

* include/grub/misc.h (grub_isxdigit): New function.
	* grub-core/video/colors.c (my_isxdigit): Removed. All users
	switched to grub_isxdigit.
	* grub-core/term/serial.c (grub_serial_find): Fix in case of port
	number starting with a letter.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-10-14 19:16:37 +02:00
parent a98f4a0808
commit 0eb8ffb1f5
5 changed files with 24 additions and 12 deletions

View file

@ -1,3 +1,12 @@
2011-10-14 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/lib/posix_wrap/ctype.h (isxdigit): Use grub_isxdigit.
* include/grub/misc.h (grub_isxdigit): New function.
* grub-core/video/colors.c (my_isxdigit): Removed. All users
switched to grub_isxdigit.
* grub-core/term/serial.c (grub_serial_find): Fix in case of port
number starting with a letter.
2011-10-09 Robert Millan <rmh@gnu.org>
LVM support for FreeBSD and GNU/kFreeBSD.
@ -63,6 +72,12 @@
(grub_get_unaligned64): Likewise.
* util/import_gcry.py (cryptolist): Add adler32.
2011-10-05 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/Makefile.core.def: Eliminate rarely used emu_condition. This
in perspective decreases the complexity of build system and fixes
compilation right now.
2011-10-01 Ales Nesrsta <starous@volny.cz>
* grub-core/bus/usb/uhci.c: Changes made by Rock Cui - thanks!