]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Rename plural.c to plural-exp.c.
authorBruno Haible <bruno@clisp.org>
Thu, 20 Oct 2005 17:49:50 +0000 (17:49 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:55 +0000 (12:12 +0200)
gettext-tools/src/ChangeLog
gettext-tools/src/FILES
gettext-tools/src/Makefile.am

index 0a5acfadfc5414cae7130e45986a8623fdab4aae..7d21c48ffe89c748210bf10d28527ae71c06065b 100644 (file)
@@ -1,3 +1,8 @@
+2005-10-09  Bruno Haible  <bruno@clisp.org>
+
+       * plural-exp.c: Renamed from plural.c.
+       * Makefile.am (libgettextsrc_la_SOURCES): Update.
+
 2005-10-18  Bruno Haible  <bruno@clisp.org>
 
        Disambiguate overloaded function calls according to argument count.
index d812d49d3625d9f554d860c6475a34ddca30c2d5..99a1e997eeb9b6f1bd2b03046dad4f5208c7ce8a 100644 (file)
@@ -209,7 +209,7 @@ format-gcc-internal.c  Format string handling GCC internal.
 format-qt.c            Format string handling for Qt.
 format.c        Table of the language dependent format string handlers.
 
-plural.c
+plural-exp.c
                 Parsing plural expressions.
 plural-eval.c
                 Evaluating plural expressions.
index 421044fe95508041094c5d4d031780ba50d1277a..42d2f17a1a980eae1ef4f5e4b17ea937a7bd6f00 100644 (file)
@@ -113,7 +113,7 @@ format-php.c format-gcc-internal.c format-qt.c
 libgettextsrc_la_SOURCES = \
 $(COMMON_SOURCE) read-po.c write-properties.c write-stringtable.c write-po.c \
 msgl-ascii.c msgl-iconv.c msgl-equal.c msgl-cat.c msgl-english.c msgl-check.c \
-file-list.c msgl-charset.c po-time.c plural.c plural-eval.c plural-table.c \
+file-list.c msgl-charset.c po-time.c plural-exp.c plural-eval.c plural-table.c \
 $(FORMAT_SOURCE)
 
 # libgettextpo contains the public API for PO files.