From d6da58e631a5e490c84db5b501541c71f0071f2f Mon Sep 17 00:00:00 2001 From: proski Date: Tue, 19 May 2009 22:51:50 +0000 Subject: [PATCH] Fix spacing and excessively long lines --- ChangeLog | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 36a064aca..9e5f87647 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 - 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 @@ -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