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