Fix spacing and excessively long lines
This commit is contained in:
parent
0a15ce802c
commit
d6da58e631
1 changed files with 10 additions and 8 deletions
16
ChangeLog
16
ChangeLog
|
@ -6,13 +6,13 @@
|
||||||
|
|
||||||
2009-05-18 Colin D Bennett <colin@gibibit.com>
|
2009-05-18 Colin D Bennett <colin@gibibit.com>
|
||||||
|
|
||||||
Display error messages when parsing a Lua statement fails. Previously,
|
Display error messages when parsing a Lua statement fails.
|
||||||
executing a syntactically invalid statement like ")foo" or "bar;" would
|
Previously, executing a syntactically invalid statement like
|
||||||
silently fail.
|
")foo" or "bar;" would silently fail.
|
||||||
|
|
||||||
* script/lua/grub_main.c (handle_lua_error): New function.
|
* script/lua/grub_main.c (handle_lua_error): New function.
|
||||||
(grub_lua_parse_line): Improved reporting of Lua parser and execution
|
(grub_lua_parse_line): Improved reporting of Lua parser and
|
||||||
errors.
|
execution errors.
|
||||||
|
|
||||||
2009-05-17 Vladimir Serbinenko <phcoder@gmail.com>
|
2009-05-17 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
@ -30,9 +30,11 @@
|
||||||
loader/i386/efi/linux_trampoline.S
|
loader/i386/efi/linux_trampoline.S
|
||||||
* include/grub/x86_64/efi/loader.h (grub_linux_real_boot): removed
|
* include/grub/x86_64/efi/loader.h (grub_linux_real_boot): removed
|
||||||
declration
|
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/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
|
(jumpvector): removed
|
||||||
(grub_linux_trampoline_start): new declaration
|
(grub_linux_trampoline_start): new declaration
|
||||||
(grub_linux_trampoline_end): likewise
|
(grub_linux_trampoline_end): likewise
|
||||||
|
|
Loading…
Add table
Reference in a new issue