From: Bruno Haible Date: Mon, 10 Aug 2009 12:58:00 +0000 (+0200) Subject: Update exports. X-Git-Tag: v0.18~154 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f8757a04e93641f02649b3a635e50fdbd898ecf;p=thirdparty%2Fgettext.git Update exports. --- diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index 9b9de41d9..4249ddde3 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,8 @@ +2009-08-10 Bruno Haible + + * woe32dll/gettextsrc-exports.c: Export formatstring_gfc_internal, + formatstring_qt_plural. + 2009-05-31 Bruno Haible * configure.ac (doc/Makefile.am): Don't invoke FIX_MAKEFILE_DISTRIB. diff --git a/gettext-tools/woe32dll/gettextsrc-exports.c b/gettext-tools/woe32dll/gettextsrc-exports.c index 1984ea643..b1c4a538b 100644 --- a/gettext-tools/woe32dll/gettextsrc-exports.c +++ b/gettext-tools/woe32dll/gettextsrc-exports.c @@ -1,5 +1,5 @@ /* List of exported symbols of libgettextsrc on Cygwin. - Copyright (C) 2006-2007 Free Software Foundation, Inc. + Copyright (C) 2006-2007, 2009 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify @@ -27,6 +27,7 @@ VARIABLE(formatstring_c) VARIABLE(formatstring_csharp) VARIABLE(formatstring_elisp) VARIABLE(formatstring_gcc_internal) +VARIABLE(formatstring_gfc_internal) VARIABLE(formatstring_java) VARIABLE(formatstring_kde) VARIABLE(formatstring_librep) @@ -39,6 +40,7 @@ VARIABLE(formatstring_perl_brace) VARIABLE(formatstring_php) VARIABLE(formatstring_python) VARIABLE(formatstring_qt) +VARIABLE(formatstring_qt_plural) VARIABLE(formatstring_scheme) VARIABLE(formatstring_sh) VARIABLE(formatstring_smalltalk)