]> git.ipfire.org Git - thirdparty/gcc.git/blame - intl/ChangeLog
Update ChangeLog and version files for release
[thirdparty/gcc.git] / intl / ChangeLog
CommitLineData
ff4bf326
JJ
12023-05-29 Release Manager
2
3 * GCC 11.4.0 released.
4
2d280e7e
RB
52022-04-21 Release Manager
6
7 * GCC 11.3.0 released.
8
7ca38856
RB
92021-07-28 Release Manager
10
11 * GCC 11.2.0 released.
12
d81efb06
JJ
132021-04-27 Release Manager
14
15 * GCC 11.1.0 released.
16
8ae884c0
GA
172021-04-16 Jakub Jelinek <jakub@redhat.com>
18
19 PR jit/100096
20 * configure.ac: Add --enable-host-shared support.
21 * Makefile.in: Update copyright. Add @PICFLAG@ to CFLAGS.
22 * configure: Regenerated.
23
2ca17e0a
JJ
242020-04-16 Jakub Jelinek <jakub@redhat.com>
25
437eea66
JJ
26 PR bootstrap/92008
27 * configure.ac: Remove HAVE_BISON3 AC_DEFINE.
28 * Makefile.in (HEADERS): Add plural-config.h.
29 (.y.c): Also create plural-config.h.
30 (dcigettext.o loadmsgcat.o plural.o plural-exp.o): Also depend
31 on plural-config.h.
32 (plural-config.h): Depend on plural.c.
33 * plural-exp.h: Include plural-config.h. Use USE_BISON3 instead
34 of HAVE_BISON3.
35 * plural.y: Use USE_BISON3 instead of HAVE_BISON3.
36 * configure: Regenerated.
37 * plural.c: Regenerated.
38 * config.h.in: Regenerated.
39 * plural-config.h: Generated.
40
2ca17e0a
JJ
41 PR bootstrap/92008
42 * configure.ac: Add check for bison >= 3, AC_DEFINE HAVE_BISON3
43 and AC_SUBST BISON3_YES and BISON3_NO.
44 * Makefile.in (.y.c): Prefix $(YACC) invocation with @BISON3_NO@,
45 add @BISON3_YES@ prefixed rule to adjust the *.y source using sed
46 and adjust output afterwards.
47 * plural-exp.h (PLURAL_PARSE): If HAVE_BISON3 is defined, use
48 struct parse_args * type for arg instead of void *.
49 * plural.y: Add magic /* BISON3 ... */ comments with bison >= 3
50 directives.
51 (YYLEX_PARAM, YYPARSE_PARAM): Don't define if HAVE_BISON3 is defined.
52 (yylex, yyerror): Adjust prototypes and definitions if HAVE_BISON3
53 is defined.
54 * plural.c: Regenerated.
55 * config.h.in: Regenerated.
56 * configure: Regenerated.
57
20fa702b
AB
582020-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
59
60 * configure: Regenerate.
61
e9f3803d
HAQ
622018-11-07 Hafiz Abid Qadeer <abidh@codesourcery.com>
63
64 * configure: Regenerated.
65
22e05272
JM
662018-10-31 Joseph Myers <joseph@codesourcery.com>
67
68 PR bootstrap/82856
69 Merge from binutils-gdb:
70 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
71
72 * configure.ac: Add AC_USE_SYSTEM_EXTENSIONS, remove AC_PREREQ.
73 * configure: Re-generate.
74 * config.h.in: Re-generate.
75 * aclocal.m4: Re-generate.
76
90773931
SM
772018-09-18 Simon Marchi <simon.marchi@ericsson.com>
78
79 * libgnuintl.h (_INTL_MAY_RETURN_STRING_ARG, gettext, dgettext,
80 dcgettext, ngettext, dngettext, dcngettext): Backport changes
81 from upstream gettext.
82
2d041117
AM
832017-11-07 Alan Modra <amodra@gmail.com>
84
85 * configure.ac: Invoke AM_GNU_GETTEXT with need_ngettext.
86 * configure: Regenerate.
87
84c1b9d3
MK
882016-11-15 Matthias Klose <doko@ubuntu.com>
89
90 * configure: Regenerate.
91
bf5372e7
YS
922015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
93
94 * configure: Reflects renaming of configure.in to configure.ac
95
6b1786aa
JL
962015-07-24 Micahel Darling <darlingm@gmail.com>
97
98 PR other/66259
99 * configure: Reflects renaming of configure.in to configure.ac
100
49bfdd59
MH
1012015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
102
103 * aclocal.m4: Regenerated with automake-1.11.6.
104
86dfbd58
RW
1052010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
106
107 PR bootstrap/44621
108 * configure: Regenerate.
109
4d9e8446
RW
1102010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
111
112 * aclocal.m4: Regenerate.
113
dda44165
JB
1142009-10-15 Jim Blandy <jimb@red-bean.com>
115
116 * libgnuintl.h (_INTL_MAY_RETURN_STRING_ARG, gettext, dgettext)
117 (dcgettext, ngettext, dngettext, dcngettext): Backport changes
118 from current gettext to provide GCC format_arg attributes.
119
df58e648
RW
1202009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
121
122 * configure.ac (AC_PREREQ): Bump to 2.64.
123
5213506e
RW
1242009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
125
126 * aclocal.m4: Regenerate.
127 * configure: Regenerate.
128 * config.h.in: Regenerate.
129
6efbd53f
RW
1302009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
131
132 * Makefile.in (aclocal_deps): New variable.
133 ($(srcdir)/aclocal.m4): Use it, for portable makefile syntax.
134
18c04407
RW
1352008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
136
137 * configure: Regenerate.
138
2d09b640
RW
1392008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
140
141 * Makefile.in (datarootdir): New variable.
142
deb984e6
PB
1432008-04-18 Paolo Bonzini <bonzini@gnu.org>
144
145 PR bootstrap/35457
146 * aclocal.m4: Regenerate.
147 * configure: Regenerate.
148
483d8a4a
RW
1492008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
150
151 * aclocal.m4: Regenerate.
152 * configure: Likewise.
153
0d118786
AM
1542006-09-27 Alan Modra <amodra@bigpond.net.au>
155
156 * Makefile.in (distclean): Delete config files.
157
2a0e366b
EB
1582006-09-13 Eric Botcazou <ebotcazou@libertysurf.fr>
159
160 PR other/23541
161 PR other/26507
162 Backport from gettext repository:
163
164 2003-09-04 Bruno Haible <bruno@clisp.org>
165 * dgettext.c: Include <locale.h> after gettextP.h, not before. This
166 ensures that libintl_dcgettext is correctly declared on Solaris.
167 (Needed because Solaris <locale.h> includes libintl.h.)
168 * dngettext.c: Likewise, for the libintl_dcngettext declaration.
169
1af3e54d
DJ
1702006-06-07 Daniel Jacobowitz <dan@codesourcery.com>
171
172 * Makefile.in (install-info, install-dvi, install-ps, install-pdf):
173 New dummy targets.
174
e5fbdab9
CD
1752005-05-23 Carlos O'Donell <carlos@codesourcery.com>
176
177 * Makefile.in: Add info dvi ps pdf html install-html to .PHONY
178 Add install-html target.
179
0e687cb4
NC
1802005-05-13 Nick Clifton <nickc@redhat.com>
181
182 * Update the address and phone number of the FSF organization in
183 the GPL notices in the following files:
184 Makefile.in, bindtextdom.c, dcgettext.c, dcigettext.c,
185 dcngettext.c, dgettext.c, dngettext.c, eval-plural.h,
186 explodename.c, finddomain.c, gettext.c, gettextP.h, gmo.h,
187 hash-string.h, intl-compat.c, l10nflist.c, libgnuintl.h,
188 loadinfo.h, loadmsgcat.c, localcharset.c, localcharset.h,
189 locale.alias, localealias.c, localename.c, log.c, ngettext.c,
190 osdep.c, plural-exp.c, plural-exp.h, plural.c, plural.y,
191 relocatable.c, relocatable.h, textdomain.c
192
f91eaa01
KC
1932004-11-24 Kelley Cook <kcook@gcc.gnu.org>
194
195 * aclocal.m4: Regenerate.
196
1381bf1a
KC
1972004-09-23 Kelley Cook <kcook@gcc.gnu.org>
198
199 * Makefile.in (config.h.in): Correct dependencies.
200 (stamp-h1): Likewise.
201 (config.intl): Likewise.
202
88fa57d7
KC
2032004-09-22 Kelley Cook <kcook@gcc.gnu.org>
204
205 * configure.ac (AC_CONFIG_MACRO_DIR): New.
206 (ACLOCAL, AUTOCONF, AUTOHEADER, MAINT): Substitute.
207 * Makefile.in: Update with maintainer mode rules.
208 * README: Update aclocal regeneration instructions.
209 * aclocal.m4, configure: Regenerate.
210
342fb422
KC
2112004-09-22 Kelley Cook <kcook@gcc.gnu.org>
212
213 * .cvsignore: Ignore autom4te.cache
214
5da9128a
PB
2152004-04-25 Paolo Bonzini <bonzini@gnu.org>
216
92a285c1
ML
217 * configure.ac: Point config.intl to the parent directory of
218 ${top_builddir}.
5da9128a
PB
219 * configure: Regenerate.
220
8ab705be
KC
2212004-03-10 Kelley Cook <kcook@gcc.gnu.org>
222
223 * configure.ac: Bump AC_PREREQ to 2.59.
224 * configure: Regenerate.
225 * config.h.in: Regenerate.
226
79035f0d
NN
2272004-02-29 Nathanael Nerode <neroden@gcc.gnu.org>
228
229 * configure.in: Convert to autoconf 2.57, gratuitous stylistic
230 cleanup, rename to configure.ac.
231 * configure.ac: Renamed from configure.in.
232 * config.h.in: Rebuilt with autoheader 2.57.
233 * configure: Rebuilt with autoconf 2.57
234 * README: Update to reflect rename of configure.in to configure.ac.
235
56694dd9
ZW
2362003-07-07 Zack Weinberg <zack@codesourcery.com>
237
238 * README: Update.
239 * Makefile.in (INSTALL, INSTALL_DATA, MKINSTALLDIRS,
240 mkinstalldirs, gettextsrcdir, l): Delete.
241 (COMPILE): Add $(DEFS-$@), remove $(XCFLAGS).
242 (HEADERS): libgnuintl.h not libgnuintl.h.in. Remove os2compat.h.
243 (SOURCES): Remove os2compat.c.
244 (DEFS-dcigettext.o, DEFS-localealias.o, DEFS-localcharset.o,
245 DEFS-relocatable.o): New.
246 (all-yes): Add config.intl.
247 (libintl.h): Use cp, not cat.
248 (INCLUDES): Remove -I..
249 (TAGS, CTAGS, ID): Word wrap.
250 (mostlyclean, distclean): Remove junk.
251 (config.intl): New rule.
252 * aclocal.m4: sinclude ../config/progtest.m4 instead of
253 including it inline.
254 * config.intl.in: New file.
255 * configure.in: Take out unnecessary AC_CONFIG_AUX_DIR.
256 Take out AC_DEFINEs for LOCALEDIR, LOCALE_ALIAS_PATH,
257 LIBDIR, INSTALLDIR. Set LIBINTL_DEP and INCINTL and AC_SUBST
258 them. Add config.intl to AC_OUTPUT.
259 * os2compat.c, os2compat.h: Delete, unused.
260
6eb95e99
ZW
2612003-07-04 Zack Weinberg <zack@codesourcery.com>
262
263 * Makefile.in: Remove unnecessary capabilities for
264 installation, build of shared libraries, generation of
265 distribution tarballs, etc. Fix all the places that rely on
266 the parent directory. Don't generate libgnuintl.h from
267 anything; do generate $(objdir)/libintl.h from libgnuintl.h if
268 necessary. Adjust DEFS for use of config.h.
269 * libgnuintl.h.in: Rename libgnuintl.h.
270 * README: New file.
271 * config.charset, ref-add.sin, ref-del.sin: Delete (unused).
272 * COPYING.LIB-2.0, COPYING.LIB-2.1: Delete (redundant).
273 * aclocal.m4: New; generated per instructions in gettext manual.
274 * configure.in: New; written from scratch for this configuration.
275 * configure, config.h.in: Generated.
276
2772003-05-22 GNU <bug-gnu-gettext@gnu.org>
278
279 * Version 0.12.1 released.
280