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