diff options
author | Bruno Haible <bruno@clisp.org> | 2004-09-07 11:49:00 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:11:54 +0200 |
commit | 0c65102f0edb29e3b1d644cc167f1113c17e4440 (patch) | |
tree | 544bd2e128340d6fe083029afa4601bd6a47149d /gettext-tools/po | |
parent | 5eab4880854b4ca997214acf024307eee15508ed (diff) | |
download | external_gettext-0c65102f0edb29e3b1d644cc167f1113c17e4440.zip external_gettext-0c65102f0edb29e3b1d644cc167f1113c17e4440.tar.gz external_gettext-0c65102f0edb29e3b1d644cc167f1113c17e4440.tar.bz2 |
Change the calling convention of the formatstring_parser's 'check' method.
Add format string checking facility to the gettextpo library.
Diffstat (limited to 'gettext-tools/po')
-rw-r--r-- | gettext-tools/po/ChangeLog | 4 | ||||
-rw-r--r-- | gettext-tools/po/Makevars | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gettext-tools/po/ChangeLog b/gettext-tools/po/ChangeLog index 7a829dd..80ae8e4 100644 --- a/gettext-tools/po/ChangeLog +++ b/gettext-tools/po/ChangeLog @@ -1,3 +1,7 @@ +2004-09-06 Bruno Haible <bruno@clisp.org> + + * Makevars (XGETTEXT_OPTIONS): Recognize error_logger calls. + 2004-09-05 Bruno Haible <bruno@clisp.org> * Makevars (XGETTEXT_OPTIONS): Recognize po_error and po_error_at_line. diff --git a/gettext-tools/po/Makevars b/gettext-tools/po/Makevars index e1f13d6..9ab201f 100644 --- a/gettext-tools/po/Makevars +++ b/gettext-tools/po/Makevars @@ -13,7 +13,7 @@ XGETTEXT_OPTIONS = \ --keyword=N_ --flag=N_:1:pass-c-format \ --flag=error:3:c-format --flag=error_at_line:5:c-format \ --flag=asprintf:2:c-format --flag=vasprintf:2:c-format \ - --flag=xasprintf:1:c-format \ + --flag=xasprintf:1:c-format --flag=error_logger:1:c-format \ --flag=po_error:3:c-format --flag=po_error_at_line:5:c-format \ --flag=po_gram_error:1:c-format --flag=po_gram_error_at_line:2:c-format |