Revision: 2230
http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2230
Author: proski
Date: 2009-05-19 22:51:50 +0000 (Tue, 19 May 2009)
Log Message:
-----------
Fix spacing and excessively long lines
Modified Paths:
--------------
trunk/grub2/ChangeLog
Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog 2009-05-19 15:24:51 UTC (rev 2229)
+++ trunk/grub2/ChangeLog 2009-05-19 22:51:50 UTC (rev 2230)
@@ -3,16 +3,16 @@
* conf/x86_64-efi.rmk (linux_mod_ASFLAGS): Add missing variable
* loader/i386/linux_trampoline.S: Fix identation
* loader/i386/xnu_helper.S: Likewise
-
+
2009-05-18 Colin D Bennett <[email protected]>
- Display error messages when parsing a Lua statement fails. Previously,
- executing a syntactically invalid statement like ")foo" or "bar;" would
- silently fail.
+ Display error messages when parsing a Lua statement fails.
+ Previously, executing a syntactically invalid statement like
+ ")foo" or "bar;" would silently fail.
* script/lua/grub_main.c (handle_lua_error): New function.
- (grub_lua_parse_line): Improved reporting of Lua parser and execution
- errors.
+ (grub_lua_parse_line): Improved reporting of Lua parser and
+ execution errors.
2009-05-17 Vladimir Serbinenko <[email protected]>
@@ -30,9 +30,11 @@
loader/i386/efi/linux_trampoline.S
* include/grub/x86_64/efi/loader.h (grub_linux_real_boot): removed
declration
- * kern/x86_64/efi/startup.S (grub_linux_real_boot): moved from here
+ * kern/x86_64/efi/startup.S (grub_linux_real_boot): moved from
+ here
* loader/i386/linux_trampoline.S: moved here
- * loader/i386/efi/linux.c (allocate_pages): reserve space for trampoline
+ * loader/i386/efi/linux.c (allocate_pages): reserve space for
+ trampoline
(jumpvector): removed
(grub_linux_trampoline_start): new declaration
(grub_linux_trampoline_end): likewise