Revision: 2346
http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2346
Author: proski
Date: 2009-06-19 20:35:38 +0000 (Fri, 19 Jun 2009)
Log Message:
-----------
Fix a typo, spacing
Modified Paths:
--------------
trunk/grub2/ChangeLog
Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog 2009-06-19 17:38:27 UTC (rev 2345)
+++ trunk/grub2/ChangeLog 2009-06-19 20:35:38 UTC (rev 2346)
@@ -1,7 +1,7 @@
2009-06-19 Vladimir Serbinenko <[email protected]>
* disk/scsi.c (grub_scsi_open): use continue instead of big if
-
+
2009-06-18 Pavel Roskin <[email protected]>
* conf/common.rmk: Add fs_file.mod.
@@ -23,7 +23,7 @@
* commands/i386/pc/drivemap_int13h.S: use assembly-time constants
for long calls
* configure.ac: remove a leftover AC_MSG_RESULT
- (CFLAGS): don't add -Wl,--defsym,___main=0x8100 when building with
+ (CFLAGS): don't add -Wl,--defsym,___main=0x8100 when building with
Apple's toolchain
2009-06-18 Vladimir Serbinenko <[email protected]>
@@ -58,7 +58,7 @@
Fix newline handling
* include/grub/script_sh.h (grub_lexer_param): new field was_newline
- * script/sh/lexer.c (grub_script_lexer_init): initilaise was_newline
+ * script/sh/lexer.c (grub_script_lexer_init): initialize was_newline
(grub_script_yylex): don't segfault on unterminated script
newline terminates command and variable
@@ -151,9 +151,9 @@
2009-06-13 Vladimir Serbinenko <[email protected]>
- * loader/i386/multiboot.c (grub_multiboot_get_bootdev): fix partition
+ * loader/i386/multiboot.c (grub_multiboot_get_bootdev): fix partition
handling
-
+
2009-06-13 Jun Inoue <[email protected]>
* util/grub-mkconfig.in: Fix parsing of --output option.