grub/grub-core/script
Vladimir 'phcoder' Serbinenko 546fbe9b5a Add variable parsing in $"..." and fix several mismatches with bash.
* Makefile.util.def (grub_script_gettext): New test.
	* grub-core/script/execute.c (parse_string): New function.
	(gettext_append): Likewise.
	(grub_script_arglist_to_argv): Use gettext_append.
	* grub-core/script/yylex.l: Fix slash and newline handling in $"...".
	* tests/grub_script_gettext.in: New file.
2012-03-11 14:46:48 +01:00
..
argv.c Add const keyword to grub_env_get and gettextize week days. 2011-11-11 20:34:37 +01:00
execute.c Add variable parsing in $"..." and fix several mismatches with bash. 2012-03-11 14:46:48 +01:00
function.c Improve string. Gettextize. 2012-02-12 15:25:25 +01:00
lexer.c * grub-core/script/execute.c (grub_script_break): Clarify logic. 2012-02-12 21:33:48 +01:00
main.c * grub-core/commands/videoinfo.c: Add TRANSLATORS comments. 2012-03-10 13:19:46 +01:00
parser.y * conf/Makefile.common (CFLAGS_GNULIB): Add 2012-02-24 12:30:32 +01:00
script.c merge with mainline 2010-09-04 11:28:45 +05:30
yylex.l Add variable parsing in $"..." and fix several mismatches with bash. 2012-03-11 14:46:48 +01:00