From: Bruno Haible Date: Wed, 21 Jun 2006 16:58:34 +0000 (+0000) Subject: Remove leftovers from C# compiler. X-Git-Tag: v0.15~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43c6392d7da4ff245439eaff71e1af0a291a5cdb;p=thirdparty%2Fgettext.git Remove leftovers from C# compiler. --- diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog index 9b91fe367..065afdc2c 100644 --- a/gettext-tools/src/ChangeLog +++ b/gettext-tools/src/ChangeLog @@ -1,14 +1,3 @@ -2006-06-20 Bruno Haible - - * format-gcc-internal.c (struct unnumbered_arg): Remove type. - (struct numbered_arg): New type. - (struct spec): Use it. - (isdigit): New macro. - (numbered_arg_compare): New function. - (format_parse, format_free, format_check, format_print): Update to - GCC 4.1 internal format strings. - Reported by Göran Uddeborg . - 2006-06-04 Bruno Haible * msgl-check.c (check_plural_eval): Declare 'distribution' as volatile, @@ -1312,6 +1301,30 @@ * read-stringtable.c (phase2_getc): Optimize UTF-8 code. Avoids gcc-4.0 warnings. +2006-06-21 Bruno Haible + + * gettext-0.14.6 released. + +2006-06-21 Bruno Haible + + * Makefile.am (CLEANFILES): Add msgfmt.net.exe.mdb, + msgunfmt.net.exe.mdb. + +2006-06-21 Bruno Haible + + * gettext-po.h (LIBGETTEXTPO_VERSION): Bump version number. + +2006-06-20 Bruno Haible + + * format-gcc-internal.c (struct unnumbered_arg): Remove type. + (struct numbered_arg): New type. + (struct spec): Use it. + (isdigit): New macro. + (numbered_arg_compare): New function. + (format_parse, format_free, format_check, format_print): Update to + GCC 4.1 internal format strings. + Reported by Göran Uddeborg . + 2005-05-23 Bruno Haible * gettext-0.14.5 released. diff --git a/gettext-tools/src/Makefile.am b/gettext-tools/src/Makefile.am index 50c0dc40e..bf631ffd4 100644 --- a/gettext-tools/src/Makefile.am +++ b/gettext-tools/src/Makefile.am @@ -428,7 +428,9 @@ uninstall-java-no-no: EXTRA_DIST += msgfmt.cs msgunfmt.cs -CLEANFILES += msgfmt.net.exe msgunfmt.net.exe +CLEANFILES += \ + msgfmt.net.exe msgfmt.net.exe.mdb \ + msgunfmt.net.exe msgunfmt.net.exe.mdb all-local: all-csharp-@BUILDCSHARP@ all-csharp-yes: msgfmt.net.exe msgunfmt.net.exe