* grub-core/gnulib/argp-fmtstream.c (__argp_get_display_len):
New function. (add_length): Likewise. (__argp_fmtstream_update): Handle strings with non-ASCII chars. * grub-core/gnulib/argp-fmtstream.h (__argp_get_display_len): New proto. * grub-core/gnulib/argp-help.c (argp_args_usage): Use __argp_get_display_len.
This commit is contained in:
parent
7e8fac16ad
commit
585031cb92
4 changed files with 82 additions and 14 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
2012-02-25 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/gnulib/argp-fmtstream.c (__argp_get_display_len):
|
||||
New function.
|
||||
(add_length): Likewise.
|
||||
(__argp_fmtstream_update): Handle strings with non-ASCII chars.
|
||||
* grub-core/gnulib/argp-fmtstream.h (__argp_get_display_len): New
|
||||
proto.
|
||||
* grub-core/gnulib/argp-help.c (argp_args_usage): Use
|
||||
__argp_get_display_len.
|
||||
|
||||
2012-02-25 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
$"..." support in scripts.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue