$"..." support in scripts.
* grub-core/script/execute.c (grub_script_arglist_to_argv): Handle GRUB_SCRIPT_ARG_TYPE_GETTEXT. * grub-core/script/yylex.l: Likewise. * include/grub/script_sh.h (GRUB_SCRIPT_ARG_TYPE_GETTEXT): New enum value.
This commit is contained in:
parent
15eff5d9c2
commit
7e8fac16ad
4 changed files with 41 additions and 4 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2012-02-25 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
$"..." support in scripts.
|
||||
|
||||
* grub-core/script/execute.c (grub_script_arglist_to_argv): Handle
|
||||
GRUB_SCRIPT_ARG_TYPE_GETTEXT.
|
||||
* grub-core/script/yylex.l: Likewise.
|
||||
* include/grub/script_sh.h (GRUB_SCRIPT_ARG_TYPE_GETTEXT): New enum
|
||||
value.
|
||||
|
||||
2012-02-25 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* gentpl.py: Remove obsolete pkglib_DATA handling.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue