nm: Add --quiet to suppress "no symbols" diagnostic
[deliverable/binutils-gdb.git] / intl / ChangeLog
1 2021-02-04 Nick Alcock <nick.alcock@oracle.com>
2
3 * configure.ac (LIBINTL): Transform into -L/-lintl form.
4 * configure: Regenerate.
5
6 2021-02-02 Nick Alcock <nick.alcock@oracle.com>
7
8 * aclocal.m4: include picflag.m4.
9 * configure.ac (PICFLAG): Add and substitute.
10 * Makefile.in (PICFLAG): New.
11 (COMPILE): Use it.
12 * configure: Regenerate.
13
14 2020-04-16 Jakub Jelinek <jakub@redhat.com>
15
16 PR bootstrap/92008
17 * configure.ac: Remove HAVE_BISON3 AC_DEFINE.
18 * Makefile.in (HEADERS): Add plural-config.h.
19 (.y.c): Also create plural-config.h.
20 (dcigettext.o loadmsgcat.o plural.o plural-exp.o): Also depend
21 on plural-config.h.
22 (plural-config.h): Depend on plural.c.
23 * plural-exp.h: Include plural-config.h. Use USE_BISON3 instead
24 of HAVE_BISON3.
25 * plural.y: Use USE_BISON3 instead of HAVE_BISON3.
26 * configure: Regenerated.
27 * plural.c: Regenerated.
28 * config.h.in: Regenerated.
29 * plural-config.h: Generated.
30
31 2020-04-16 Jakub Jelinek <jakub@redhat.com>
32
33 PR bootstrap/92008
34 * configure.ac: Add check for bison >= 3, AC_DEFINE HAVE_BISON3
35 and AC_SUBST BISON3_YES and BISON3_NO.
36 * Makefile.in (.y.c): Prefix $(YACC) invocation with @BISON3_NO@,
37 add @BISON3_YES@ prefixed rule to adjust the *.y source using sed
38 and adjust output afterwards.
39 * plural-exp.h (PLURAL_PARSE): If HAVE_BISON3 is defined, use
40 struct parse_args * type for arg instead of void *.
41 * plural.y: Add magic /* BISON3 ... */ comments with bison >= 3
42 directives.
43 (YYLEX_PARAM, YYPARSE_PARAM): Don't define if HAVE_BISON3 is defined.
44 (yylex, yyerror): Adjust prototypes and definitions if HAVE_BISON3
45 is defined.
46 * plural.c: Regenerated.
47 * config.h.in: Regenerated.
48 * configure: Regenerated.
49
50 2020-02-20 Alan Modra <amodra@gmail.com>
51
52 * aclocal.m4: Regenerate.
53
54 2020-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
55
56 * configure: Regenerate.
57
58 2019-01-19 Nick Clifton <nickc@redhat.com>
59
60 * aclocal.m4: Regenerate.
61
62 2018-11-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
63
64 * configure: Regenerate.
65
66 2018-08-02 Simon Marchi <simon.marchi@ericsson.com>
67
68 * libgnuintl.h (_INTL_MAY_RETURN_STRING_ARG, gettext, dgettext,
69 dcgettext, ngettext, dngettext, dcngettext): Backport changes
70 from upstream gettext.
71
72 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
73
74 * configure.ac: Add AC_USE_SYSTEM_EXTENSIONS, remove AC_PREREQ.
75 * configure: Re-generate.
76 * config.h.in: Re-generate.
77 * aclocal.m4: Re-generate.
78
79 2017-11-07 Alan Modra <amodra@gmail.com>
80
81 * configure.ac: Invole AM_GNU_GETTEXT with need_ngettext.
82 * configure: Regenerate.
83 * aclocal.m4: Regenerate.
84
85 2015-08-31 Alan Modra <amodra@gmail.com>
86
87 * configure: Regenerate.
88
89 2010-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
90
91 * configure: Regenerate.
92
93 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
94
95 PR bootstrap/44621
96 * configure: Regenerate.
97
98 2010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
99
100 * aclocal.m4: Regenerate.
101
102 2009-10-15 Jim Blandy <jimb@red-bean.com>
103
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.
107
108 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
109
110 * configure.ac (AC_PREREQ): Bump to 2.64.
111
112 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
113
114 * aclocal.m4: Regenerate.
115 * configure: Regenerate.
116 * config.h.in: Regenerate.
117
118 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
119
120 * Makefile.in (aclocal_deps): New variable.
121 ($(srcdir)/aclocal.m4): Use it, for portable makefile syntax.
122
123 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
124
125 * configure: Regenerate.
126
127 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
128
129 * Makefile.in (datarootdir): New variable.
130
131 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
132
133 PR bootstrap/35457
134 * aclocal.m4: Regenerate.
135 * configure: Regenerate.
136
137 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
138
139 * aclocal.m4: Regenerate.
140 * configure: Likewise.
141
142 2006-09-27 Alan Modra <amodra@bigpond.net.au>
143
144 * Makefile.in (distclean): Delete config files.
145
146 2006-09-13 Eric Botcazou <ebotcazou@libertysurf.fr>
147
148 PR other/23541
149 PR other/26507
150 Backport from gettext repository:
151
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.
157
158 2006-06-07 Daniel Jacobowitz <dan@codesourcery.com>
159
160 * Makefile.in (install-info, install-dvi, install-ps, install-pdf):
161 New dummy targets.
162
163 2005-05-23 Carlos O'Donell <carlos@codesourcery.com>
164
165 * Makefile.in: Add info dvi ps pdf html install-html to .PHONY
166 Add install-html target.
167
168 2005-05-13 Nick Clifton <nickc@redhat.com>
169
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
180
181 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
182
183 * aclocal.m4: Regenerate.
184
185 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
186
187 * Makefile.in (config.h.in): Correct dependencies.
188 (stamp-h1): Likewise.
189 (config.intl): Likewise.
190
191 2004-09-22 Kelley Cook <kcook@gcc.gnu.org>
192
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.
198
199 2004-09-22 Kelley Cook <kcook@gcc.gnu.org>
200
201 * .cvsignore: Ignore autom4te.cache
202
203 2004-04-25 Paolo Bonzini <bonzini@gnu.org>
204
205 * configure.ac: Point config.intl to the parent directory of
206 ${top_builddir}.
207 * configure: Regenerate.
208
209 2004-03-10 Kelley Cook <kcook@gcc.gnu.org>
210
211 * configure.ac: Bump AC_PREREQ to 2.59.
212 * configure: Regenerate.
213 * config.h.in: Regenerate.
214
215 2004-02-29 Nathanael Nerode <neroden@gcc.gnu.org>
216
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.
223
224 2003-07-07 Zack Weinberg <zack@codesourcery.com>
225
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.
248
249 2003-07-04 Zack Weinberg <zack@codesourcery.com>
250
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.
264
265 2003-05-22 GNU <bug-gnu-gettext@gnu.org>
266
267 * Version 0.12.1 released.
268
This page took 0.034467 seconds and 4 git commands to generate.