Tell xgettext which functions expect format strings.
commitdc9175795a67bf35c2fe894217eb39b616b5e6f0
authorKalle Olavi Niemitalo <kon@iki.fi>
Sun, 11 Mar 2007 09:25:11 +0000 (11 11:25 +0200)
committerKalle Olavi Niemitalo <Kalle@Astalo.kon.iki.fi>
Sun, 11 Mar 2007 09:25:11 +0000 (11 11:25 +0200)
treefaedb18ca430a6ec082f9f6b9608fbc642bf0458
parenta73d165fd7de7390f9ac6b5b6a47a676e7fbaa3f
Tell xgettext which functions expect format strings.

I constructed the list by grepping for "..." and looking for related
macros and va_list functions.  Also grepped for "*fmt", and "*format"
but the extra functions found that way (add_date_to_string,
format_command, subst_user_agent, etc.) handle format strings that
don't have the same syntax as in printf: in particular, type safety
does not depend on the order of format specifiers like it does in
printf.  Therefore, these format strings should not be subjected to
the "c-format" checks of msgfmt.
po/Makefile