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