Fix printf formating issues in elfxx-loongarch64.c
[binutils-gdb.git] / intl / ChangeLog
blob00827d7faeb513216f68343f53444f74d0c3bf9a
1 2021-06-14  Michael Forney  <mforney@mforney.org>
3         * configure: Regenerate.
5 2021-02-04  Nick Alcock  <nick.alcock@oracle.com>
7         * configure.ac (LIBINTL): Transform into -L/-lintl form.
8         * configure: Regenerate.
10 2021-02-02  Nick Alcock  <nick.alcock@oracle.com>
12         * aclocal.m4: include picflag.m4.
13         * configure.ac (PICFLAG): Add and substitute.
14         * Makefile.in (PICFLAG): New.
15         (COMPILE): Use it.
16         * configure: Regenerate.
18 2020-04-16  Jakub Jelinek  <jakub@redhat.com>
20         PR bootstrap/92008
21         * configure.ac: Remove HAVE_BISON3 AC_DEFINE.
22         * Makefile.in (HEADERS): Add plural-config.h.
23         (.y.c): Also create plural-config.h.
24         (dcigettext.o loadmsgcat.o plural.o plural-exp.o): Also depend
25         on plural-config.h.
26         (plural-config.h): Depend on plural.c.
27         * plural-exp.h: Include plural-config.h.  Use USE_BISON3 instead
28         of HAVE_BISON3.
29         * plural.y: Use USE_BISON3 instead of HAVE_BISON3.
30         * configure: Regenerated.
31         * plural.c: Regenerated.
32         * config.h.in: Regenerated.
33         * plural-config.h: Generated.
35 2020-04-16  Jakub Jelinek  <jakub@redhat.com>
37         PR bootstrap/92008
38         * configure.ac: Add check for bison >= 3, AC_DEFINE HAVE_BISON3
39         and AC_SUBST BISON3_YES and BISON3_NO.
40         * Makefile.in (.y.c): Prefix $(YACC) invocation with @BISON3_NO@,
41         add @BISON3_YES@ prefixed rule to adjust the *.y source using sed
42         and adjust output afterwards.
43         * plural-exp.h (PLURAL_PARSE): If HAVE_BISON3 is defined, use
44         struct parse_args * type for arg instead of void *.
45         * plural.y: Add magic /* BISON3 ... */ comments with bison >= 3
46         directives.
47         (YYLEX_PARAM, YYPARSE_PARAM): Don't define if HAVE_BISON3 is defined.
48         (yylex, yyerror): Adjust prototypes and definitions if HAVE_BISON3
49         is defined.
50         * plural.c: Regenerated.
51         * config.h.in: Regenerated.
52         * configure: Regenerated.
54 2020-02-20  Alan Modra  <amodra@gmail.com>
56         * aclocal.m4: Regenerate.
58 2020-02-19  Andrew Burgess  <andrew.burgess@embecosm.com>
60         * configure: Regenerate.
62 2019-01-19  Nick Clifton  <nickc@redhat.com>
64         * aclocal.m4: Regenerate.
66 2018-11-09  Hafiz Abid Qadeer  <abidh@codesourcery.com>
68         * configure: Regenerate.
70 2018-08-02  Simon Marchi  <simon.marchi@ericsson.com>
72         * libgnuintl.h (_INTL_MAY_RETURN_STRING_ARG, gettext, dgettext,
73         dcgettext, ngettext, dngettext, dcngettext): Backport changes
74         from upstream gettext.
76 2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
78         * configure.ac: Add AC_USE_SYSTEM_EXTENSIONS, remove AC_PREREQ.
79         * configure: Re-generate.
80         * config.h.in: Re-generate.
81         * aclocal.m4: Re-generate.
83 2017-11-07  Alan Modra  <amodra@gmail.com>
85         * configure.ac: Invole AM_GNU_GETTEXT with need_ngettext.
86         * configure: Regenerate.
87         * aclocal.m4: Regenerate.
89 2015-08-31  Alan Modra  <amodra@gmail.com>
91         * configure: Regenerate.
93 2010-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
95         * configure: Regenerate.
97 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
99         PR bootstrap/44621
100         * configure: Regenerate.
102 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
104         * aclocal.m4: Regenerate.
106 2009-10-15  Jim Blandy  <jimb@red-bean.com>
108         * libgnuintl.h (_INTL_MAY_RETURN_STRING_ARG, gettext, dgettext)
109         (dcgettext, ngettext, dngettext, dcngettext): Backport changes
110         from current gettext to provide GCC format_arg attributes.
112 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
114         * configure.ac (AC_PREREQ): Bump to 2.64.
116 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
118         * aclocal.m4: Regenerate.
119         * configure: Regenerate.
120         * config.h.in: Regenerate.
122 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
124         * Makefile.in (aclocal_deps): New variable.
125         ($(srcdir)/aclocal.m4): Use it, for portable makefile syntax.
127 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
129         * configure: Regenerate.
131 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
133         * Makefile.in (datarootdir): New variable.
135 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
137         PR bootstrap/35457
138         * aclocal.m4: Regenerate.
139         * configure: Regenerate.
141 2008-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
143         * aclocal.m4: Regenerate.
144         * configure: Likewise.
146 2006-09-27  Alan Modra  <amodra@bigpond.net.au>
148         * Makefile.in (distclean): Delete config files.
150 2006-09-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
152         PR other/23541
153         PR other/26507
154         Backport from gettext repository:
156         2003-09-04  Bruno Haible  <bruno@clisp.org>
157         * dgettext.c: Include <locale.h> after gettextP.h, not before. This
158         ensures that libintl_dcgettext is correctly declared on Solaris.
159         (Needed because Solaris <locale.h> includes libintl.h.)
160         * dngettext.c: Likewise, for the libintl_dcngettext declaration.
162 2006-06-07  Daniel Jacobowitz  <dan@codesourcery.com>
164         * Makefile.in (install-info, install-dvi, install-ps, install-pdf):
165         New dummy targets.
167 2005-05-23  Carlos O'Donell  <carlos@codesourcery.com>
169         * Makefile.in: Add info dvi ps pdf html install-html to .PHONY
170         Add install-html target.
172 2005-05-13  Nick Clifton  <nickc@redhat.com>
174         * Update the address and phone number of the FSF organization in
175         the GPL notices in the following files:
176         Makefile.in, bindtextdom.c, dcgettext.c, dcigettext.c,
177         dcngettext.c, dgettext.c, dngettext.c, eval-plural.h,
178         explodename.c, finddomain.c, gettext.c, gettextP.h, gmo.h,
179         hash-string.h, intl-compat.c, l10nflist.c, libgnuintl.h,
180         loadinfo.h, loadmsgcat.c, localcharset.c, localcharset.h,
181         locale.alias, localealias.c, localename.c, log.c, ngettext.c,
182         osdep.c, plural-exp.c, plural-exp.h, plural.c, plural.y,
183         relocatable.c, relocatable.h, textdomain.c
185 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
187         * aclocal.m4: Regenerate.
189 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
191         * Makefile.in (config.h.in): Correct dependencies.
192         (stamp-h1): Likewise.
193         (config.intl): Likewise.
195 2004-09-22  Kelley Cook  <kcook@gcc.gnu.org>
197         * configure.ac (AC_CONFIG_MACRO_DIR): New.
198         (ACLOCAL, AUTOCONF, AUTOHEADER, MAINT): Substitute.
199         * Makefile.in: Update with maintainer mode rules.
200         * README: Update aclocal regeneration instructions.
201         * aclocal.m4, configure: Regenerate.
203 2004-09-22  Kelley Cook  <kcook@gcc.gnu.org>
205         * .cvsignore: Ignore autom4te.cache
207 2004-04-25  Paolo Bonzini  <bonzini@gnu.org>
209         * configure.ac: Point config.intl to the parent directory of
210         ${top_builddir}.
211         * configure: Regenerate.
213 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
215         * configure.ac: Bump AC_PREREQ to 2.59.
216         * configure: Regenerate.
217         * config.h.in: Regenerate.
219 2004-02-29  Nathanael Nerode  <neroden@gcc.gnu.org>
221         * configure.in: Convert to autoconf 2.57, gratuitous stylistic
222         cleanup, rename to configure.ac.
223         * configure.ac: Renamed from configure.in.
224         * config.h.in: Rebuilt with autoheader 2.57.
225         * configure: Rebuilt with autoconf 2.57
226         * README: Update to reflect rename of configure.in to configure.ac.
228 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
230         * README: Update.
231         * Makefile.in (INSTALL, INSTALL_DATA, MKINSTALLDIRS,
232         mkinstalldirs, gettextsrcdir, l): Delete.
233         (COMPILE): Add $(DEFS-$@), remove $(XCFLAGS).
234         (HEADERS): libgnuintl.h not libgnuintl.h.in.  Remove os2compat.h.
235         (SOURCES): Remove os2compat.c.
236         (DEFS-dcigettext.o, DEFS-localealias.o, DEFS-localcharset.o,
237         DEFS-relocatable.o): New.
238         (all-yes): Add config.intl.
239         (libintl.h): Use cp, not cat.
240         (INCLUDES): Remove -I..
241         (TAGS, CTAGS, ID): Word wrap.
242         (mostlyclean, distclean): Remove junk.
243         (config.intl): New rule.
244         * aclocal.m4: sinclude ../config/progtest.m4 instead of
245         including it inline.
246         * config.intl.in: New file.
247         * configure.in: Take out unnecessary AC_CONFIG_AUX_DIR.
248         Take out AC_DEFINEs for LOCALEDIR, LOCALE_ALIAS_PATH,
249         LIBDIR, INSTALLDIR.  Set LIBINTL_DEP and INCINTL and AC_SUBST
250         them.  Add config.intl to AC_OUTPUT.
251         * os2compat.c, os2compat.h: Delete, unused.
253 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
255         * Makefile.in: Remove unnecessary capabilities for
256         installation, build of shared libraries, generation of
257         distribution tarballs, etc.  Fix all the places that rely on
258         the parent directory.  Don't generate libgnuintl.h from
259         anything; do generate $(objdir)/libintl.h from libgnuintl.h if
260         necessary.  Adjust DEFS for use of config.h.
261         * libgnuintl.h.in: Rename libgnuintl.h.
262         * README: New file.
263         * config.charset, ref-add.sin, ref-del.sin: Delete (unused).
264         * COPYING.LIB-2.0, COPYING.LIB-2.1: Delete (redundant).
265         * aclocal.m4: New; generated per instructions in gettext manual.
266         * configure.in: New; written from scratch for this configuration.
267         * configure, config.h.in: Generated.
269 2003-05-22  GNU  <bug-gnu-gettext@gnu.org>
271         * Version 0.12.1 released.