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