From: BVK Chaitanya Date: Tue, 13 Apr 2010 15:55:27 +0000 (+0530) Subject: Fix for escaped dollar in double quoted strings. X-Git-Tag: 1.99~949 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8c4a72d4b511d7d585878cd3eece765011da564d;p=thirdparty%2Fgrub.git Fix for escaped dollar in double quoted strings. * script/yylex.l: Updated flex rules. * conf/tests.rmk: Rule for new testcase. * tests/grub_script_dollar.in: New testcase. --- 8c4a72d4b511d7d585878cd3eece765011da564d diff --cc ChangeLog index 4be24c1b2,d766bcd50..7097a3c6f --- a/ChangeLog +++ b/ChangeLog @@@ -1,14 -1,3 +1,22 @@@ ++2010-04-13 BVK Chaitanya ++ ++ Fix for escaped dollar in double quoted strings. ++ ++ * script/yylex.l: Updated flex rules. ++ * conf/tests.rmk: Rule for new testcase. ++ * tests/grub_script_dollar.in: New testcase. ++ +2010-04-13 Carles Pina i Estany +2010-04-13 Colin Watson + + Enclose all translated strings in grub.cfg in single quotes, and + escape them appropriately (Ubuntu bug #552921). + + * util/grub-mkconfig_lib.in (gettext_quoted): New function. + * util/grub.d/10_hurd.in: Use it. + * util/grub.d/10_kfreebsd.in (kfreebsd_entry): Likewise. + * util/grub.d/10_linux.in (linux_entry): Likewise. + 2010-04-11 Vladimir Serbinenko Fix cygwin compilation.