]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - intl/ChangeLog
intl: always picify
[thirdparty/binutils-gdb.git] / intl / ChangeLog
CommitLineData
53d4244e
NA
12021-02-02 Nick Alcock <nick.alcock@oracle.com>
2
3 * aclocal.m4: include picflag.m4.
4 * configure.ac (PICFLAG): Add and substitute.
5 * Makefile.in (PICFLAG): New.
6 (COMPILE): Use it.
7 * configure: Regenerate.
8
adda0248
JJ
92020-04-16 Jakub Jelinek <jakub@redhat.com>
10
11 PR bootstrap/92008
12 * configure.ac: Remove HAVE_BISON3 AC_DEFINE.
13 * Makefile.in (HEADERS): Add plural-config.h.
14 (.y.c): Also create plural-config.h.
15 (dcigettext.o loadmsgcat.o plural.o plural-exp.o): Also depend
16 on plural-config.h.
17 (plural-config.h): Depend on plural.c.
18 * plural-exp.h: Include plural-config.h. Use USE_BISON3 instead
19 of HAVE_BISON3.
20 * plural.y: Use USE_BISON3 instead of HAVE_BISON3.
21 * configure: Regenerated.
22 * plural.c: Regenerated.
23 * config.h.in: Regenerated.
24 * plural-config.h: Generated.
25
830c5a1f
JJ
262020-04-16 Jakub Jelinek <jakub@redhat.com>
27
28 PR bootstrap/92008
29 * configure.ac: Add check for bison >= 3, AC_DEFINE HAVE_BISON3
30 and AC_SUBST BISON3_YES and BISON3_NO.
31 * Makefile.in (.y.c): Prefix $(YACC) invocation with @BISON3_NO@,
32 add @BISON3_YES@ prefixed rule to adjust the *.y source using sed
33 and adjust output afterwards.
34 * plural-exp.h (PLURAL_PARSE): If HAVE_BISON3 is defined, use
35 struct parse_args * type for arg instead of void *.
36 * plural.y: Add magic /* BISON3 ... */ comments with bison >= 3
37 directives.
38 (YYLEX_PARAM, YYPARSE_PARAM): Don't define if HAVE_BISON3 is defined.
39 (yylex, yyerror): Adjust prototypes and definitions if HAVE_BISON3
40 is defined.
41 * plural.c: Regenerated.
42 * config.h.in: Regenerated.
43 * configure: Regenerated.
44
cb54886d
AM
452020-02-20 Alan Modra <amodra@gmail.com>
46
47 * aclocal.m4: Regenerate.
48
9f1528a1
AB
492020-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
50
51 * configure: Regenerate.
52
f48dfe41
NC
532019-01-19 Nick Clifton <nickc@redhat.com>
54
55 * aclocal.m4: Regenerate.
56
5d762de0
HAQ
572018-11-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
58
59 * configure: Regenerate.
60
8094f49a
SM
612018-08-02 Simon Marchi <simon.marchi@ericsson.com>
62
63 * libgnuintl.h (_INTL_MAY_RETURN_STRING_ARG, gettext, dgettext,
64 dcgettext, ngettext, dngettext, dcngettext): Backport changes
65 from upstream gettext.
66
d0ac1c44
SM
672018-06-19 Simon Marchi <simon.marchi@ericsson.com>
68
69 * configure.ac: Add AC_USE_SYSTEM_EXTENSIONS, remove AC_PREREQ.
70 * configure: Re-generate.
71 * config.h.in: Re-generate.
72 * aclocal.m4: Re-generate.
73
f3ce9b3a
AM
742017-11-07 Alan Modra <amodra@gmail.com>
75
76 * configure.ac: Invole AM_GNU_GETTEXT with need_ngettext.
77 * configure: Regenerate.
78 * aclocal.m4: Regenerate.
79
1292acf8
AM
802015-08-31 Alan Modra <amodra@gmail.com>
81
82 * configure: Regenerate.
83
016a3251
DD
842010-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
85
86 * configure: Regenerate.
87
6a44904e 882010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3cac54d2 89
6a44904e 90 PR bootstrap/44621
3cac54d2
RW
91 * configure: Regenerate.
92
0fa6bd39
DD
932010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
94
95 * aclocal.m4: Regenerate.
96
c44c601a
TG
972009-10-15 Jim Blandy <jimb@red-bean.com>
98
99 * libgnuintl.h (_INTL_MAY_RETURN_STRING_ARG, gettext, dgettext)
100 (dcgettext, ngettext, dngettext, dcngettext): Backport changes
101 from current gettext to provide GCC format_arg attributes.
102
d444d2ba
RW
1032009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
104
105 * configure.ac (AC_PREREQ): Bump to 2.64.
106
75086676
DD
1072009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
108
109 * aclocal.m4: Regenerate.
110 * configure: Regenerate.
111 * config.h.in: Regenerate.
112
1983cb9a
RW
1132009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
114
115 * Makefile.in (aclocal_deps): New variable.
116 ($(srcdir)/aclocal.m4): Use it, for portable makefile syntax.
117
c8536f38
DD
1182008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
119
120 * configure: Regenerate.
121
8d9223e5
DD
1222008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
123
124 * Makefile.in (datarootdir): New variable.
125
5ae54241
DD
1262008-04-18 Paolo Bonzini <bonzini@gnu.org>
127
128 PR bootstrap/35457
129 * aclocal.m4: Regenerate.
130 * configure: Regenerate.
131
58c85be7
RW
1322008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
133
134 * aclocal.m4: Regenerate.
135 * configure: Likewise.
136
7c481d1e
DD
1372006-09-27 Alan Modra <amodra@bigpond.net.au>
138
139 * Makefile.in (distclean): Delete config files.
140
b5d60b68
DD
1412006-09-13 Eric Botcazou <ebotcazou@libertysurf.fr>
142
143 PR other/23541
144 PR other/26507
145 Backport from gettext repository:
146
147 2003-09-04 Bruno Haible <bruno@clisp.org>
148 * dgettext.c: Include <locale.h> after gettextP.h, not before. This
149 ensures that libintl_dcgettext is correctly declared on Solaris.
150 (Needed because Solaris <locale.h> includes libintl.h.)
151 * dngettext.c: Likewise, for the libintl_dcngettext declaration.
152
55f96808
DJ
1532006-06-07 Daniel Jacobowitz <dan@codesourcery.com>
154
155 * Makefile.in (install-info, install-dvi, install-ps, install-pdf):
156 New dummy targets.
157
a3ce7aa2
DD
1582005-05-23 Carlos O'Donell <carlos@codesourcery.com>
159
160 * Makefile.in: Add info dvi ps pdf html install-html to .PHONY
161 Add install-html target.
162
c09b15a9
NC
1632005-05-13 Nick Clifton <nickc@redhat.com>
164
165 * Update the address and phone number of the FSF organization in
166 the GPL notices in the following files:
bf070c84
SE
167 Makefile.in, bindtextdom.c, dcgettext.c, dcigettext.c,
168 dcngettext.c, dgettext.c, dngettext.c, eval-plural.h,
169 explodename.c, finddomain.c, gettext.c, gettextP.h, gmo.h,
170 hash-string.h, intl-compat.c, l10nflist.c, libgnuintl.h,
171 loadinfo.h, loadmsgcat.c, localcharset.c, localcharset.h,
172 locale.alias, localealias.c, localename.c, log.c, ngettext.c,
173 osdep.c, plural-exp.c, plural-exp.h, plural.c, plural.y,
174 relocatable.c, relocatable.h, textdomain.c
175
1762004-11-24 Kelley Cook <kcook@gcc.gnu.org>
177
178 * aclocal.m4: Regenerate.
179
1802004-09-23 Kelley Cook <kcook@gcc.gnu.org>
181
182 * Makefile.in (config.h.in): Correct dependencies.
183 (stamp-h1): Likewise.
184 (config.intl): Likewise.
185
1862004-09-22 Kelley Cook <kcook@gcc.gnu.org>
187
188 * configure.ac (AC_CONFIG_MACRO_DIR): New.
189 (ACLOCAL, AUTOCONF, AUTOHEADER, MAINT): Substitute.
190 * Makefile.in: Update with maintainer mode rules.
191 * README: Update aclocal regeneration instructions.
192 * aclocal.m4, configure: Regenerate.
193
1942004-09-22 Kelley Cook <kcook@gcc.gnu.org>
195
196 * .cvsignore: Ignore autom4te.cache
197
1982004-04-25 Paolo Bonzini <bonzini@gnu.org>
199
72f4393d
L
200 * configure.ac: Point config.intl to the parent directory of
201 ${top_builddir}.
bf070c84
SE
202 * configure: Regenerate.
203
2042004-03-10 Kelley Cook <kcook@gcc.gnu.org>
205
206 * configure.ac: Bump AC_PREREQ to 2.59.
207 * configure: Regenerate.
208 * config.h.in: Regenerate.
209
2102004-02-29 Nathanael Nerode <neroden@gcc.gnu.org>
211
212 * configure.in: Convert to autoconf 2.57, gratuitous stylistic
213 cleanup, rename to configure.ac.
214 * configure.ac: Renamed from configure.in.
215 * config.h.in: Rebuilt with autoheader 2.57.
216 * configure: Rebuilt with autoconf 2.57
217 * README: Update to reflect rename of configure.in to configure.ac.
218
2192003-07-07 Zack Weinberg <zack@codesourcery.com>
220
221 * README: Update.
222 * Makefile.in (INSTALL, INSTALL_DATA, MKINSTALLDIRS,
223 mkinstalldirs, gettextsrcdir, l): Delete.
224 (COMPILE): Add $(DEFS-$@), remove $(XCFLAGS).
225 (HEADERS): libgnuintl.h not libgnuintl.h.in. Remove os2compat.h.
226 (SOURCES): Remove os2compat.c.
227 (DEFS-dcigettext.o, DEFS-localealias.o, DEFS-localcharset.o,
228 DEFS-relocatable.o): New.
229 (all-yes): Add config.intl.
230 (libintl.h): Use cp, not cat.
231 (INCLUDES): Remove -I..
232 (TAGS, CTAGS, ID): Word wrap.
233 (mostlyclean, distclean): Remove junk.
234 (config.intl): New rule.
235 * aclocal.m4: sinclude ../config/progtest.m4 instead of
236 including it inline.
237 * config.intl.in: New file.
238 * configure.in: Take out unnecessary AC_CONFIG_AUX_DIR.
239 Take out AC_DEFINEs for LOCALEDIR, LOCALE_ALIAS_PATH,
240 LIBDIR, INSTALLDIR. Set LIBINTL_DEP and INCINTL and AC_SUBST
241 them. Add config.intl to AC_OUTPUT.
242 * os2compat.c, os2compat.h: Delete, unused.
243
2442003-07-04 Zack Weinberg <zack@codesourcery.com>
245
246 * Makefile.in: Remove unnecessary capabilities for
247 installation, build of shared libraries, generation of
248 distribution tarballs, etc. Fix all the places that rely on
249 the parent directory. Don't generate libgnuintl.h from
250 anything; do generate $(objdir)/libintl.h from libgnuintl.h if
251 necessary. Adjust DEFS for use of config.h.
252 * libgnuintl.h.in: Rename libgnuintl.h.
253 * README: New file.
254 * config.charset, ref-add.sin, ref-del.sin: Delete (unused).
255 * COPYING.LIB-2.0, COPYING.LIB-2.1: Delete (redundant).
256 * aclocal.m4: New; generated per instructions in gettext manual.
257 * configure.in: New; written from scratch for this configuration.
258 * configure, config.h.in: Generated.
259
2602003-05-22 GNU <bug-gnu-gettext@gnu.org>
261
262 * Version 0.12.1 released.
252b5132 263