2009-04-15 Vladimir Serbinenko <phcoder@gmail.com>

use grub_lltoa instead of grub_itoa and grub_ltoa for all purposes
	
	* kern/misc.c (grub_itoa): Removed function
	(grub_ltoa): likewise
	(grub_vsprintf): use grub_lltoa
This commit is contained in:
phcoder 2009-04-15 12:33:46 +00:00
parent 13c007813a
commit 5999d61917
2 changed files with 24 additions and 53 deletions

View file

@ -1,3 +1,11 @@
2009-04-15 Vladimir Serbinenko <phcoder@gmail.com>
use grub_lltoa instead of grub_itoa and grub_ltoa for all purposes
* kern/misc.c (grub_itoa): Removed function
(grub_ltoa): likewise
(grub_vsprintf): use grub_lltoa
2009-04-15 Vladimir Serbinenko <phcoder@gmail.com>
Restore grub-emu