]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - intl/ChangeLog
intl: turn LIBINTL into -L / -l form
[thirdparty/binutils-gdb.git] / intl / ChangeLog
CommitLineData
aee224d6
NA
12021-02-04 Nick Alcock <nick.alcock@oracle.com>
2
3 * configure.ac (LIBINTL): Transform into -L/-lintl form.
4 * configure: Regenerate.
5
53d4244e
NA
62021-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
adda0248
JJ
142020-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
830c5a1f
JJ
312020-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
cb54886d
AM
502020-02-20 Alan Modra <amodra@gmail.com>
51
52 * aclocal.m4: Regenerate.
53
9f1528a1
AB
542020-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
55
56 * configure: Regenerate.
57
f48dfe41
NC
582019-01-19 Nick Clifton <nickc@redhat.com>
59
60 * aclocal.m4: Regenerate.
61
5d762de0
HAQ
622018-11-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
63
64 * configure: Regenerate.
65
8094f49a
SM
662018-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
d0ac1c44
SM
722018-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
f3ce9b3a
AM
792017-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
1292acf8
AM
852015-08-31 Alan Modra <amodra@gmail.com>
86
87 * configure: Regenerate.
88
016a3251
DD
892010-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
90
91 * configure: Regenerate.
92
6a44904e 932010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3cac54d2 94
6a44904e 95 PR bootstrap/44621
3cac54d2
RW
96 * configure: Regenerate.
97
0fa6bd39
DD
982010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
99
100 * aclocal.m4: Regenerate.
101
c44c601a
TG
1022009-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
d444d2ba
RW
1082009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
109
110 * configure.ac (AC_PREREQ): Bump to 2.64.
111
75086676
DD
1122009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
113
114 * aclocal.m4: Regenerate.
115 * configure: Regenerate.
116 * config.h.in: Regenerate.
117
1983cb9a
RW
1182009-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
c8536f38
DD
1232008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
124
125 * configure: Regenerate.
126
8d9223e5
DD
1272008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
128
129 * Makefile.in (datarootdir): New variable.
130
5ae54241
DD
1312008-04-18 Paolo Bonzini <bonzini@gnu.org>
132
133 PR bootstrap/35457
134 * aclocal.m4: Regenerate.
135 * configure: Regenerate.
136
58c85be7
RW
1372008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
138
139 * aclocal.m4: Regenerate.
140 * configure: Likewise.
141
7c481d1e
DD
1422006-09-27 Alan Modra <amodra@bigpond.net.au>
143
144 * Makefile.in (distclean): Delete config files.
145
b5d60b68
DD
1462006-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
55f96808
DJ
1582006-06-07 Daniel Jacobowitz <dan@codesourcery.com>
159
160 * Makefile.in (install-info, install-dvi, install-ps, install-pdf):
161 New dummy targets.
162
a3ce7aa2
DD
1632005-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
c09b15a9
NC
1682005-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:
bf070c84
SE
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
1812004-11-24 Kelley Cook <kcook@gcc.gnu.org>
182
183 * aclocal.m4: Regenerate.
184
1852004-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
1912004-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
1992004-09-22 Kelley Cook <kcook@gcc.gnu.org>
200
201 * .cvsignore: Ignore autom4te.cache
202
2032004-04-25 Paolo Bonzini <bonzini@gnu.org>
204
72f4393d
L
205 * configure.ac: Point config.intl to the parent directory of
206 ${top_builddir}.
bf070c84
SE
207 * configure: Regenerate.
208
2092004-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
2152004-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
2242003-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
2492003-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
2652003-05-22 GNU <bug-gnu-gettext@gnu.org>
266
267 * Version 0.12.1 released.
252b5132 268