Commit f94e1d66 by Joseph Myers Committed by Shujing Zhao

re PR translation/42467 (exgettext should not remove TABs from option help strings)

gcc/po/
2010-01-11  Joseph Myers  <joseph@codesourcery.com>
            Shujing Zhao  <pearly.zhao@oracle.com>

        PR translation/42467
        * exgettext: Keep the text before tab character in the option help
        string at *.opt file.

gcc/
2010-01-11  Joseph Myers  <joseph@codesourcery.com>
            Shujing Zhao  <pearly.zhao@oracle.com>

        PR translation/42469
        * common.opt (Wframe-larger-than=, fcompare-debug=, fdbg-cnt=,
        fira-verbose=, flto-compression-level=, fplugin-arg-): Use tab
        character between option name and help text.
        * c.opt (imultilib): Likewise.

gcc/fortran
2010-01-11  Joseph Myers  <joseph@codesourcery.com>
            Shujing Zhao  <pearly.zhao@oracle.com>
        
        PR translation/42469
        * lang.opt (fblas-matmul-limit=, finit-character=, finit-integer=,
        finit-logical=, finit-real=, fmax-array-constructor=): Use tab
        character between option name and help text.


Co-Authored-By: Shujing Zhao <pearly.zhao@oracle.com>

From-SVN: r155801
parent 06bfe1d0
2010-01-11 Joseph Myers <joseph@codesourcery.com>
Shujing Zhao <pearly.zhao@oracle.com>
PR translation/42469
* common.opt (Wframe-larger-than=, fcompare-debug=, fdbg-cnt=,
fira-verbose=, flto-compression-level=, fplugin-arg-): Use tab
character between option name and help text.
* c.opt (imultilib): Likewise.
2010-01-10 Rafael Avila de Espindola <espindola@google.com> 2010-01-10 Rafael Avila de Espindola <espindola@google.com>
* lto-streamer-out.c (output_unreferenced_globals): Output static * lto-streamer-out.c (output_unreferenced_globals): Output static
......
2010-01-11 Joseph Myers <joseph@codesourcery.com>
Shujing Zhao <pearly.zhao@oracle.com>
PR translation/42469
* lang.opt (fblas-matmul-limit=, finit-character=, finit-integer=,
finit-logical=, finit-real=, fmax-array-constructor=): Use tab
character between option name and help text.
2010-01-09 Jerry DeLisle <jvdelisle@gcc.gnu.org> 2010-01-09 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/20923 PR fortran/20923
......
2010-01-11 Joseph Myers <joseph@codesourcery.com>
Shujing Zhao <pearly.zhao@oracle.com>
PR translation/42467
* exgettext: Keep the text before tab character in the option help
string at *.opt file.
2010-01-10 Joseph Myers <joseph@codesourcery.com> 2010-01-10 Joseph Myers <joseph@codesourcery.com>
* sv.po: Update. * sv.po: Update.
......
...@@ -197,7 +197,6 @@ echo "scanning option files..." >&2 ...@@ -197,7 +197,6 @@ echo "scanning option files..." >&2
} else { } else {
if (field == 2) { if (field == 2) {
line = $0 line = $0
gsub(".*\t", "", line)
printf("#line %d \"%s\"\n", lineno, file) printf("#line %d \"%s\"\n", lineno, file)
printf("_(\"%s\")\n", line) printf("_(\"%s\")\n", line)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment