c++: error with bit-fields and scoped enums [PR111895]
[official-gcc.git] / intl / ChangeLog
blobc7e1983bcc7b15907a4922ab7a87b74eb9b54f23
1 2023-08-07  Alan Modra  <amodra@gmail.com>
3         * configure: Regenerate.
5 2023-06-15  Marek Polacek  <polacek@redhat.com>
7         * Makefile.in: Use @PICFLAG@ in COMPILE as well.
8         * configure.ac (--enable-host-shared): Don't set PICFLAG here.
9         (--enable-host-pie): New check.  Set PICFLAG after this check.
10         * configure: Regenerate.
12 2022-11-23  Marek Polacek  <polacek@redhat.com>
14         Revert:
15         2022-11-23  Marek Polacek  <polacek@redhat.com>
17         * Makefile.in: Use @PICFLAG@ in COMPILE as well.
18         * configure.ac (--enable-host-shared): Don't set PICFLAG here.
19         (--enable-host-pie): New check.  Set PICFLAG after this check.
20         * configure: Regenerate.
22 2022-11-23  Marek Polacek  <polacek@redhat.com>
24         * Makefile.in: Use @PICFLAG@ in COMPILE as well.
25         * configure.ac (--enable-host-shared): Don't set PICFLAG here.
26         (--enable-host-pie): New check.  Set PICFLAG after this check.
27         * configure: Regenerate.
29 2021-11-29  Eric Gallager  <egallager@gcc.gnu.org>
31         PR other/103021
32         * Makefile.in: Use ETAGS variable in TAGS target,
33         CTAGS variable in CTAGS target, and MKID variable
34         in ID target.
35         * configure: Regenerate.
36         * configure.ac: Allow CTAGS, ETAGS, and MKID
37         variables to be overridden.
39 2021-06-14  Michael Forney  <mforney@mforney.org>
41         * configure: Regenerated.
43 2021-04-16  Jakub Jelinek  <jakub@redhat.com>
45         PR jit/100096
46         * configure.ac: Add --enable-host-shared support.
47         * Makefile.in: Update copyright.  Add @PICFLAG@ to CFLAGS.
48         * configure: Regenerated.
50 2020-04-16  Jakub Jelinek  <jakub@redhat.com>
52         PR bootstrap/92008
53         * configure.ac: Remove HAVE_BISON3 AC_DEFINE.
54         * Makefile.in (HEADERS): Add plural-config.h.
55         (.y.c): Also create plural-config.h.
56         (dcigettext.o loadmsgcat.o plural.o plural-exp.o): Also depend
57         on plural-config.h.
58         (plural-config.h): Depend on plural.c.
59         * plural-exp.h: Include plural-config.h.  Use USE_BISON3 instead
60         of HAVE_BISON3.
61         * plural.y: Use USE_BISON3 instead of HAVE_BISON3.
62         * configure: Regenerated.
63         * plural.c: Regenerated.
64         * config.h.in: Regenerated.
65         * plural-config.h: Generated.
67         PR bootstrap/92008
68         * configure.ac: Add check for bison >= 3, AC_DEFINE HAVE_BISON3
69         and AC_SUBST BISON3_YES and BISON3_NO.
70         * Makefile.in (.y.c): Prefix $(YACC) invocation with @BISON3_NO@,
71         add @BISON3_YES@ prefixed rule to adjust the *.y source using sed
72         and adjust output afterwards.
73         * plural-exp.h (PLURAL_PARSE): If HAVE_BISON3 is defined, use
74         struct parse_args * type for arg instead of void *.
75         * plural.y: Add magic /* BISON3 ... */ comments with bison >= 3
76         directives.
77         (YYLEX_PARAM, YYPARSE_PARAM): Don't define if HAVE_BISON3 is defined.
78         (yylex, yyerror): Adjust prototypes and definitions if HAVE_BISON3
79         is defined.
80         * plural.c: Regenerated.
81         * config.h.in: Regenerated.
82         * configure: Regenerated.
84 2020-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
86         * configure: Regenerate.
88 2018-11-07  Hafiz Abid Qadeer  <abidh@codesourcery.com>
90         * configure: Regenerated.
92 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
94         PR bootstrap/82856
95         Merge from binutils-gdb:
96         2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
98         * configure.ac: Add AC_USE_SYSTEM_EXTENSIONS, remove AC_PREREQ.
99         * configure: Re-generate.
100         * config.h.in: Re-generate.
101         * aclocal.m4: Re-generate.
103 2018-09-18  Simon Marchi  <simon.marchi@ericsson.com>
105         * libgnuintl.h (_INTL_MAY_RETURN_STRING_ARG, gettext, dgettext,
106         dcgettext, ngettext, dngettext, dcngettext): Backport changes
107         from upstream gettext.
109 2017-11-07  Alan Modra  <amodra@gmail.com>
111         * configure.ac: Invoke AM_GNU_GETTEXT with need_ngettext.
112         * configure: Regenerate.
114 2016-11-15  Matthias Klose  <doko@ubuntu.com>
116         * configure: Regenerate.
118 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
120         * configure: Reflects renaming of configure.in to configure.ac
122 2015-07-24  Micahel Darling  <darlingm@gmail.com>
124         PR other/66259
125         * configure: Reflects renaming of configure.in to configure.ac
127 2015-05-13  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
129         * aclocal.m4: Regenerated with automake-1.11.6.
131 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
133         PR bootstrap/44621
134         * configure: Regenerate.
136 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
138         * aclocal.m4: Regenerate.
140 2009-10-15  Jim Blandy  <jimb@red-bean.com>
142         * libgnuintl.h (_INTL_MAY_RETURN_STRING_ARG, gettext, dgettext)
143         (dcgettext, ngettext, dngettext, dcngettext): Backport changes
144         from current gettext to provide GCC format_arg attributes.
146 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
148         * configure.ac (AC_PREREQ): Bump to 2.64.
150 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
152         * aclocal.m4: Regenerate.
153         * configure: Regenerate.
154         * config.h.in: Regenerate.
156 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
158         * Makefile.in (aclocal_deps): New variable.
159         ($(srcdir)/aclocal.m4): Use it, for portable makefile syntax.
161 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
163         * configure: Regenerate.
165 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
167         * Makefile.in (datarootdir): New variable.
169 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
171         PR bootstrap/35457
172         * aclocal.m4: Regenerate.
173         * configure: Regenerate.
175 2008-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
177         * aclocal.m4: Regenerate.
178         * configure: Likewise.
180 2006-09-27  Alan Modra  <amodra@bigpond.net.au>
182         * Makefile.in (distclean): Delete config files.
184 2006-09-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
186         PR other/23541
187         PR other/26507
188         Backport from gettext repository:
190         2003-09-04  Bruno Haible  <bruno@clisp.org>
191         * dgettext.c: Include <locale.h> after gettextP.h, not before. This
192         ensures that libintl_dcgettext is correctly declared on Solaris.
193         (Needed because Solaris <locale.h> includes libintl.h.)
194         * dngettext.c: Likewise, for the libintl_dcngettext declaration.
196 2006-06-07  Daniel Jacobowitz  <dan@codesourcery.com>
198         * Makefile.in (install-info, install-dvi, install-ps, install-pdf):
199         New dummy targets.
201 2005-05-23  Carlos O'Donell  <carlos@codesourcery.com>
203         * Makefile.in: Add info dvi ps pdf html install-html to .PHONY
204         Add install-html target.
206 2005-05-13  Nick Clifton  <nickc@redhat.com>
208         * Update the address and phone number of the FSF organization in
209         the GPL notices in the following files:
210         Makefile.in, bindtextdom.c, dcgettext.c, dcigettext.c,
211         dcngettext.c, dgettext.c, dngettext.c, eval-plural.h,
212         explodename.c, finddomain.c, gettext.c, gettextP.h, gmo.h,
213         hash-string.h, intl-compat.c, l10nflist.c, libgnuintl.h,
214         loadinfo.h, loadmsgcat.c, localcharset.c, localcharset.h,
215         locale.alias, localealias.c, localename.c, log.c, ngettext.c,
216         osdep.c, plural-exp.c, plural-exp.h, plural.c, plural.y,
217         relocatable.c, relocatable.h, textdomain.c
219 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
221         * aclocal.m4: Regenerate.
223 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
225         * Makefile.in (config.h.in): Correct dependencies.
226         (stamp-h1): Likewise.
227         (config.intl): Likewise.
229 2004-09-22  Kelley Cook  <kcook@gcc.gnu.org>
231         * configure.ac (AC_CONFIG_MACRO_DIR): New.
232         (ACLOCAL, AUTOCONF, AUTOHEADER, MAINT): Substitute.
233         * Makefile.in: Update with maintainer mode rules.
234         * README: Update aclocal regeneration instructions.
235         * aclocal.m4, configure: Regenerate.
237 2004-09-22  Kelley Cook  <kcook@gcc.gnu.org>
239         * .cvsignore: Ignore autom4te.cache
241 2004-04-25  Paolo Bonzini  <bonzini@gnu.org>
243         * configure.ac: Point config.intl to the parent directory of
244         ${top_builddir}.
245         * configure: Regenerate.
247 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
249         * configure.ac: Bump AC_PREREQ to 2.59.
250         * configure: Regenerate.
251         * config.h.in: Regenerate.
253 2004-02-29  Nathanael Nerode  <neroden@gcc.gnu.org>
255         * configure.in: Convert to autoconf 2.57, gratuitous stylistic
256         cleanup, rename to configure.ac.
257         * configure.ac: Renamed from configure.in.
258         * config.h.in: Rebuilt with autoheader 2.57.
259         * configure: Rebuilt with autoconf 2.57
260         * README: Update to reflect rename of configure.in to configure.ac.
262 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
264         * README: Update.
265         * Makefile.in (INSTALL, INSTALL_DATA, MKINSTALLDIRS,
266         mkinstalldirs, gettextsrcdir, l): Delete.
267         (COMPILE): Add $(DEFS-$@), remove $(XCFLAGS).
268         (HEADERS): libgnuintl.h not libgnuintl.h.in.  Remove os2compat.h.
269         (SOURCES): Remove os2compat.c.
270         (DEFS-dcigettext.o, DEFS-localealias.o, DEFS-localcharset.o,
271         DEFS-relocatable.o): New.
272         (all-yes): Add config.intl.
273         (libintl.h): Use cp, not cat.
274         (INCLUDES): Remove -I..
275         (TAGS, CTAGS, ID): Word wrap.
276         (mostlyclean, distclean): Remove junk.
277         (config.intl): New rule.
278         * aclocal.m4: sinclude ../config/progtest.m4 instead of
279         including it inline.
280         * config.intl.in: New file.
281         * configure.in: Take out unnecessary AC_CONFIG_AUX_DIR.
282         Take out AC_DEFINEs for LOCALEDIR, LOCALE_ALIAS_PATH,
283         LIBDIR, INSTALLDIR.  Set LIBINTL_DEP and INCINTL and AC_SUBST
284         them.  Add config.intl to AC_OUTPUT.
285         * os2compat.c, os2compat.h: Delete, unused.
287 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
289         * Makefile.in: Remove unnecessary capabilities for
290         installation, build of shared libraries, generation of
291         distribution tarballs, etc.  Fix all the places that rely on
292         the parent directory.  Don't generate libgnuintl.h from
293         anything; do generate $(objdir)/libintl.h from libgnuintl.h if
294         necessary.  Adjust DEFS for use of config.h.
295         * libgnuintl.h.in: Rename libgnuintl.h.
296         * README: New file.
297         * config.charset, ref-add.sin, ref-del.sin: Delete (unused).
298         * COPYING.LIB-2.0, COPYING.LIB-2.1: Delete (redundant).
299         * aclocal.m4: New; generated per instructions in gettext manual.
300         * configure.in: New; written from scratch for this configuration.
301         * configure, config.h.in: Generated.
303 2003-05-22  GNU  <bug-gnu-gettext@gnu.org>
305         * Version 0.12.1 released.