[RS6000] rs6000_linux64_override_options fix
[official-gcc.git] / intl / ChangeLog
blobe8f0d36d20267408a9717957f5d001cccffd767b
1 2020-04-16  Jakub Jelinek  <jakub@redhat.com>
3         PR bootstrap/92008
4         * configure.ac: Remove HAVE_BISON3 AC_DEFINE.
5         * Makefile.in (HEADERS): Add plural-config.h.
6         (.y.c): Also create plural-config.h.
7         (dcigettext.o loadmsgcat.o plural.o plural-exp.o): Also depend
8         on plural-config.h.
9         (plural-config.h): Depend on plural.c.
10         * plural-exp.h: Include plural-config.h.  Use USE_BISON3 instead
11         of HAVE_BISON3.
12         * plural.y: Use USE_BISON3 instead of HAVE_BISON3.
13         * configure: Regenerated.
14         * plural.c: Regenerated.
15         * config.h.in: Regenerated.
16         * plural-config.h: Generated.
18         PR bootstrap/92008
19         * configure.ac: Add check for bison >= 3, AC_DEFINE HAVE_BISON3
20         and AC_SUBST BISON3_YES and BISON3_NO.
21         * Makefile.in (.y.c): Prefix $(YACC) invocation with @BISON3_NO@,
22         add @BISON3_YES@ prefixed rule to adjust the *.y source using sed
23         and adjust output afterwards.
24         * plural-exp.h (PLURAL_PARSE): If HAVE_BISON3 is defined, use
25         struct parse_args * type for arg instead of void *.
26         * plural.y: Add magic /* BISON3 ... */ comments with bison >= 3
27         directives.
28         (YYLEX_PARAM, YYPARSE_PARAM): Don't define if HAVE_BISON3 is defined.
29         (yylex, yyerror): Adjust prototypes and definitions if HAVE_BISON3
30         is defined.
31         * plural.c: Regenerated.
32         * config.h.in: Regenerated.
33         * configure: Regenerated.
35 2020-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
37         * configure: Regenerate.
39 2018-11-07  Hafiz Abid Qadeer  <abidh@codesourcery.com>
41         * configure: Regenerated.
43 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
45         PR bootstrap/82856
46         Merge from binutils-gdb:
47         2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
49         * configure.ac: Add AC_USE_SYSTEM_EXTENSIONS, remove AC_PREREQ.
50         * configure: Re-generate.
51         * config.h.in: Re-generate.
52         * aclocal.m4: Re-generate.
54 2018-09-18  Simon Marchi  <simon.marchi@ericsson.com>
56         * libgnuintl.h (_INTL_MAY_RETURN_STRING_ARG, gettext, dgettext,
57         dcgettext, ngettext, dngettext, dcngettext): Backport changes
58         from upstream gettext.
60 2017-11-07  Alan Modra  <amodra@gmail.com>
62         * configure.ac: Invoke AM_GNU_GETTEXT with need_ngettext.
63         * configure: Regenerate.
65 2016-11-15  Matthias Klose  <doko@ubuntu.com>
67         * configure: Regenerate.
69 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
71         * configure: Reflects renaming of configure.in to configure.ac
73 2015-07-24  Micahel Darling  <darlingm@gmail.com>
75         PR other/66259
76         * configure: Reflects renaming of configure.in to configure.ac
78 2015-05-13  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
80         * aclocal.m4: Regenerated with automake-1.11.6.
82 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
84         PR bootstrap/44621
85         * configure: Regenerate.
87 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
89         * aclocal.m4: Regenerate.
91 2009-10-15  Jim Blandy  <jimb@red-bean.com>
93         * libgnuintl.h (_INTL_MAY_RETURN_STRING_ARG, gettext, dgettext)
94         (dcgettext, ngettext, dngettext, dcngettext): Backport changes
95         from current gettext to provide GCC format_arg attributes.
97 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
99         * configure.ac (AC_PREREQ): Bump to 2.64.
101 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
103         * aclocal.m4: Regenerate.
104         * configure: Regenerate.
105         * config.h.in: Regenerate.
107 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
109         * Makefile.in (aclocal_deps): New variable.
110         ($(srcdir)/aclocal.m4): Use it, for portable makefile syntax.
112 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
114         * configure: Regenerate.
116 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
118         * Makefile.in (datarootdir): New variable.
120 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
122         PR bootstrap/35457
123         * aclocal.m4: Regenerate.
124         * configure: Regenerate.
126 2008-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
128         * aclocal.m4: Regenerate.
129         * configure: Likewise.
131 2006-09-27  Alan Modra  <amodra@bigpond.net.au>
133         * Makefile.in (distclean): Delete config files.
135 2006-09-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
137         PR other/23541
138         PR other/26507
139         Backport from gettext repository:
141         2003-09-04  Bruno Haible  <bruno@clisp.org>
142         * dgettext.c: Include <locale.h> after gettextP.h, not before. This
143         ensures that libintl_dcgettext is correctly declared on Solaris.
144         (Needed because Solaris <locale.h> includes libintl.h.)
145         * dngettext.c: Likewise, for the libintl_dcngettext declaration.
147 2006-06-07  Daniel Jacobowitz  <dan@codesourcery.com>
149         * Makefile.in (install-info, install-dvi, install-ps, install-pdf):
150         New dummy targets.
152 2005-05-23  Carlos O'Donell  <carlos@codesourcery.com>
154         * Makefile.in: Add info dvi ps pdf html install-html to .PHONY
155         Add install-html target.
157 2005-05-13  Nick Clifton  <nickc@redhat.com>
159         * Update the address and phone number of the FSF organization in
160         the GPL notices in the following files:
161         Makefile.in, bindtextdom.c, dcgettext.c, dcigettext.c,
162         dcngettext.c, dgettext.c, dngettext.c, eval-plural.h,
163         explodename.c, finddomain.c, gettext.c, gettextP.h, gmo.h,
164         hash-string.h, intl-compat.c, l10nflist.c, libgnuintl.h,
165         loadinfo.h, loadmsgcat.c, localcharset.c, localcharset.h,
166         locale.alias, localealias.c, localename.c, log.c, ngettext.c,
167         osdep.c, plural-exp.c, plural-exp.h, plural.c, plural.y,
168         relocatable.c, relocatable.h, textdomain.c
170 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
172         * aclocal.m4: Regenerate.
174 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
176         * Makefile.in (config.h.in): Correct dependencies.
177         (stamp-h1): Likewise.
178         (config.intl): Likewise.
180 2004-09-22  Kelley Cook  <kcook@gcc.gnu.org>
182         * configure.ac (AC_CONFIG_MACRO_DIR): New.
183         (ACLOCAL, AUTOCONF, AUTOHEADER, MAINT): Substitute.
184         * Makefile.in: Update with maintainer mode rules.
185         * README: Update aclocal regeneration instructions.
186         * aclocal.m4, configure: Regenerate.
188 2004-09-22  Kelley Cook  <kcook@gcc.gnu.org>
190         * .cvsignore: Ignore autom4te.cache
192 2004-04-25  Paolo Bonzini  <bonzini@gnu.org>
194         * configure.ac: Point config.intl to the parent directory of
195         ${top_builddir}.
196         * configure: Regenerate.
198 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
200         * configure.ac: Bump AC_PREREQ to 2.59.
201         * configure: Regenerate.
202         * config.h.in: Regenerate.
204 2004-02-29  Nathanael Nerode  <neroden@gcc.gnu.org>
206         * configure.in: Convert to autoconf 2.57, gratuitous stylistic
207         cleanup, rename to configure.ac.
208         * configure.ac: Renamed from configure.in.
209         * config.h.in: Rebuilt with autoheader 2.57.
210         * configure: Rebuilt with autoconf 2.57
211         * README: Update to reflect rename of configure.in to configure.ac.
213 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
215         * README: Update.
216         * Makefile.in (INSTALL, INSTALL_DATA, MKINSTALLDIRS,
217         mkinstalldirs, gettextsrcdir, l): Delete.
218         (COMPILE): Add $(DEFS-$@), remove $(XCFLAGS).
219         (HEADERS): libgnuintl.h not libgnuintl.h.in.  Remove os2compat.h.
220         (SOURCES): Remove os2compat.c.
221         (DEFS-dcigettext.o, DEFS-localealias.o, DEFS-localcharset.o,
222         DEFS-relocatable.o): New.
223         (all-yes): Add config.intl.
224         (libintl.h): Use cp, not cat.
225         (INCLUDES): Remove -I..
226         (TAGS, CTAGS, ID): Word wrap.
227         (mostlyclean, distclean): Remove junk.
228         (config.intl): New rule.
229         * aclocal.m4: sinclude ../config/progtest.m4 instead of
230         including it inline.
231         * config.intl.in: New file.
232         * configure.in: Take out unnecessary AC_CONFIG_AUX_DIR.
233         Take out AC_DEFINEs for LOCALEDIR, LOCALE_ALIAS_PATH,
234         LIBDIR, INSTALLDIR.  Set LIBINTL_DEP and INCINTL and AC_SUBST
235         them.  Add config.intl to AC_OUTPUT.
236         * os2compat.c, os2compat.h: Delete, unused.
238 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
240         * Makefile.in: Remove unnecessary capabilities for
241         installation, build of shared libraries, generation of
242         distribution tarballs, etc.  Fix all the places that rely on
243         the parent directory.  Don't generate libgnuintl.h from
244         anything; do generate $(objdir)/libintl.h from libgnuintl.h if
245         necessary.  Adjust DEFS for use of config.h.
246         * libgnuintl.h.in: Rename libgnuintl.h.
247         * README: New file.
248         * config.charset, ref-add.sin, ref-del.sin: Delete (unused).
249         * COPYING.LIB-2.0, COPYING.LIB-2.1: Delete (redundant).
250         * aclocal.m4: New; generated per instructions in gettext manual.
251         * configure.in: New; written from scratch for this configuration.
252         * configure, config.h.in: Generated.
254 2003-05-22  GNU  <bug-gnu-gettext@gnu.org>
256         * Version 0.12.1 released.