* gettext-0.11 released.
+2002-01-31 Bruno Haible <bruno@clisp.org>
+
+ * eval-plural.h: Renamed from plural-eval.c.
+ * dcigettext.c: Include eval-plural.h instead of plural-eval.c.
+ * Makefile.in (COMHDRS): Remove plural-eval.c, add eval-plural.h.
+ (DISTFILES.obsolete): Add plural-eval.c.
+
2002-01-24 Bruno Haible <bruno@clisp.org>
* Makefile.in (libintl.la): Use @LTLIBICONV@ instead of @LIBICONV@.
COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS)
HEADERS = $(COMHDRS) libgnuintl.h loadinfo.h
-COMHDRS = gmo.h gettextP.h hash-string.h plural-exp.h plural-eval.c os2compat.h
+COMHDRS = gmo.h gettextP.h hash-string.h plural-exp.h eval-plural.h os2compat.h
SOURCES = $(COMSRCS) intl-compat.c
COMSRCS = bindtextdom.c dcgettext.c dgettext.c gettext.c \
finddomain.c loadmsgcat.c localealias.c textdomain.c l10nflist.c \
DISTFILES.normal = VERSION
DISTFILES.gettext = COPYING.LIB-2.0 COPYING.LIB-2.1 libintl.glibc
DISTFILES.obsolete = xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c \
-COPYING.LIB-2 gettext.h libgettext.h
+COPYING.LIB-2 gettext.h libgettext.h plural-eval.c
# Libtool's library version information for libintl.
# Before making a gettext release, the gettext maintainer must change this
dcigettext.$lo: hash-string.h
explodename.$lo l10nflist.$lo: loadinfo.h
dcigettext.$lo loadmsgcat.$lo plural.$lo plural-exp.$lo: plural-exp.h
-dcigettext.$lo: plural-eval.c
+dcigettext.$lo: eval-plural.h
tags: TAGS
#endif
/* Get the function to evaluate the plural expression. */
-#include "plural-eval.c"
+#include "eval-plural.h"
/* Look up MSGID in the DOMAINNAME message catalog for the current
CATEGORY locale and, if PLURAL is nonzero, search over string
* gettext-0.11 released.
+2002-01-31 Bruno Haible <bruno@clisp.org>
+
+ * plural-eval.h: Include eval-plural.h instead of plural-eval.c.
+
2002-01-30 Bruno Haible <bruno@clisp.org>
Make the gettext and ngettext programs independent of libgettextlib.
/* Expression evaluation for plural form selection.
- Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+ Copyright (C) 2000-2002 Free Software Foundation, Inc.
Written by Ulrich Drepper <drepper@cygnus.com>, 2000.
This program is free software; you can redistribute it and/or modify
/* Include the expression evaluation code from libintl, this time with
'extern' linkage. */
-#include "../intl/plural-eval.c"
+#include "../intl/eval-plural.h"