]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - intl/ChangeLog
intl: Allow building both with old bison and bison >= 3 [PR92008]
[thirdparty/binutils-gdb.git] / intl / ChangeLog
CommitLineData
830c5a1f
JJ
12020-04-16 Jakub Jelinek <jakub@redhat.com>
2
3 PR bootstrap/92008
4 * configure.ac: Add check for bison >= 3, AC_DEFINE HAVE_BISON3
5 and AC_SUBST BISON3_YES and BISON3_NO.
6 * Makefile.in (.y.c): Prefix $(YACC) invocation with @BISON3_NO@,
7 add @BISON3_YES@ prefixed rule to adjust the *.y source using sed
8 and adjust output afterwards.
9 * plural-exp.h (PLURAL_PARSE): If HAVE_BISON3 is defined, use
10 struct parse_args * type for arg instead of void *.
11 * plural.y: Add magic /* BISON3 ... */ comments with bison >= 3
12 directives.
13 (YYLEX_PARAM, YYPARSE_PARAM): Don't define if HAVE_BISON3 is defined.
14 (yylex, yyerror): Adjust prototypes and definitions if HAVE_BISON3
15 is defined.
16 * plural.c: Regenerated.
17 * config.h.in: Regenerated.
18 * configure: Regenerated.
19
cb54886d
AM
202020-02-20 Alan Modra <amodra@gmail.com>
21
22 * aclocal.m4: Regenerate.
23
9f1528a1
AB
242020-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
25
26 * configure: Regenerate.
27
f48dfe41
NC
282019-01-19 Nick Clifton <nickc@redhat.com>
29
30 * aclocal.m4: Regenerate.
31
5d762de0
HAQ
322018-11-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
33
34 * configure: Regenerate.
35
8094f49a
SM
362018-08-02 Simon Marchi <simon.marchi@ericsson.com>
37
38 * libgnuintl.h (_INTL_MAY_RETURN_STRING_ARG, gettext, dgettext,
39 dcgettext, ngettext, dngettext, dcngettext): Backport changes
40 from upstream gettext.
41
d0ac1c44
SM
422018-06-19 Simon Marchi <simon.marchi@ericsson.com>
43
44 * configure.ac: Add AC_USE_SYSTEM_EXTENSIONS, remove AC_PREREQ.
45 * configure: Re-generate.
46 * config.h.in: Re-generate.
47 * aclocal.m4: Re-generate.
48
f3ce9b3a
AM
492017-11-07 Alan Modra <amodra@gmail.com>
50
51 * configure.ac: Invole AM_GNU_GETTEXT with need_ngettext.
52 * configure: Regenerate.
53 * aclocal.m4: Regenerate.
54
1292acf8
AM
552015-08-31 Alan Modra <amodra@gmail.com>
56
57 * configure: Regenerate.
58
016a3251
DD
592010-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
60
61 * configure: Regenerate.
62
6a44904e 632010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3cac54d2 64
6a44904e 65 PR bootstrap/44621
3cac54d2
RW
66 * configure: Regenerate.
67
0fa6bd39
DD
682010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
69
70 * aclocal.m4: Regenerate.
71
c44c601a
TG
722009-10-15 Jim Blandy <jimb@red-bean.com>
73
74 * libgnuintl.h (_INTL_MAY_RETURN_STRING_ARG, gettext, dgettext)
75 (dcgettext, ngettext, dngettext, dcngettext): Backport changes
76 from current gettext to provide GCC format_arg attributes.
77
d444d2ba
RW
782009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
79
80 * configure.ac (AC_PREREQ): Bump to 2.64.
81
75086676
DD
822009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
83
84 * aclocal.m4: Regenerate.
85 * configure: Regenerate.
86 * config.h.in: Regenerate.
87
1983cb9a
RW
882009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
89
90 * Makefile.in (aclocal_deps): New variable.
91 ($(srcdir)/aclocal.m4): Use it, for portable makefile syntax.
92
c8536f38
DD
932008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
94
95 * configure: Regenerate.
96
8d9223e5
DD
972008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
98
99 * Makefile.in (datarootdir): New variable.
100
5ae54241
DD
1012008-04-18 Paolo Bonzini <bonzini@gnu.org>
102
103 PR bootstrap/35457
104 * aclocal.m4: Regenerate.
105 * configure: Regenerate.
106
58c85be7
RW
1072008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
108
109 * aclocal.m4: Regenerate.
110 * configure: Likewise.
111
7c481d1e
DD
1122006-09-27 Alan Modra <amodra@bigpond.net.au>
113
114 * Makefile.in (distclean): Delete config files.
115
b5d60b68
DD
1162006-09-13 Eric Botcazou <ebotcazou@libertysurf.fr>
117
118 PR other/23541
119 PR other/26507
120 Backport from gettext repository:
121
122 2003-09-04 Bruno Haible <bruno@clisp.org>
123 * dgettext.c: Include <locale.h> after gettextP.h, not before. This
124 ensures that libintl_dcgettext is correctly declared on Solaris.
125 (Needed because Solaris <locale.h> includes libintl.h.)
126 * dngettext.c: Likewise, for the libintl_dcngettext declaration.
127
55f96808
DJ
1282006-06-07 Daniel Jacobowitz <dan@codesourcery.com>
129
130 * Makefile.in (install-info, install-dvi, install-ps, install-pdf):
131 New dummy targets.
132
a3ce7aa2
DD
1332005-05-23 Carlos O'Donell <carlos@codesourcery.com>
134
135 * Makefile.in: Add info dvi ps pdf html install-html to .PHONY
136 Add install-html target.
137
c09b15a9
NC
1382005-05-13 Nick Clifton <nickc@redhat.com>
139
140 * Update the address and phone number of the FSF organization in
141 the GPL notices in the following files:
bf070c84
SE
142 Makefile.in, bindtextdom.c, dcgettext.c, dcigettext.c,
143 dcngettext.c, dgettext.c, dngettext.c, eval-plural.h,
144 explodename.c, finddomain.c, gettext.c, gettextP.h, gmo.h,
145 hash-string.h, intl-compat.c, l10nflist.c, libgnuintl.h,
146 loadinfo.h, loadmsgcat.c, localcharset.c, localcharset.h,
147 locale.alias, localealias.c, localename.c, log.c, ngettext.c,
148 osdep.c, plural-exp.c, plural-exp.h, plural.c, plural.y,
149 relocatable.c, relocatable.h, textdomain.c
150
1512004-11-24 Kelley Cook <kcook@gcc.gnu.org>
152
153 * aclocal.m4: Regenerate.
154
1552004-09-23 Kelley Cook <kcook@gcc.gnu.org>
156
157 * Makefile.in (config.h.in): Correct dependencies.
158 (stamp-h1): Likewise.
159 (config.intl): Likewise.
160
1612004-09-22 Kelley Cook <kcook@gcc.gnu.org>
162
163 * configure.ac (AC_CONFIG_MACRO_DIR): New.
164 (ACLOCAL, AUTOCONF, AUTOHEADER, MAINT): Substitute.
165 * Makefile.in: Update with maintainer mode rules.
166 * README: Update aclocal regeneration instructions.
167 * aclocal.m4, configure: Regenerate.
168
1692004-09-22 Kelley Cook <kcook@gcc.gnu.org>
170
171 * .cvsignore: Ignore autom4te.cache
172
1732004-04-25 Paolo Bonzini <bonzini@gnu.org>
174
72f4393d
L
175 * configure.ac: Point config.intl to the parent directory of
176 ${top_builddir}.
bf070c84
SE
177 * configure: Regenerate.
178
1792004-03-10 Kelley Cook <kcook@gcc.gnu.org>
180
181 * configure.ac: Bump AC_PREREQ to 2.59.
182 * configure: Regenerate.
183 * config.h.in: Regenerate.
184
1852004-02-29 Nathanael Nerode <neroden@gcc.gnu.org>
186
187 * configure.in: Convert to autoconf 2.57, gratuitous stylistic
188 cleanup, rename to configure.ac.
189 * configure.ac: Renamed from configure.in.
190 * config.h.in: Rebuilt with autoheader 2.57.
191 * configure: Rebuilt with autoconf 2.57
192 * README: Update to reflect rename of configure.in to configure.ac.
193
1942003-07-07 Zack Weinberg <zack@codesourcery.com>
195
196 * README: Update.
197 * Makefile.in (INSTALL, INSTALL_DATA, MKINSTALLDIRS,
198 mkinstalldirs, gettextsrcdir, l): Delete.
199 (COMPILE): Add $(DEFS-$@), remove $(XCFLAGS).
200 (HEADERS): libgnuintl.h not libgnuintl.h.in. Remove os2compat.h.
201 (SOURCES): Remove os2compat.c.
202 (DEFS-dcigettext.o, DEFS-localealias.o, DEFS-localcharset.o,
203 DEFS-relocatable.o): New.
204 (all-yes): Add config.intl.
205 (libintl.h): Use cp, not cat.
206 (INCLUDES): Remove -I..
207 (TAGS, CTAGS, ID): Word wrap.
208 (mostlyclean, distclean): Remove junk.
209 (config.intl): New rule.
210 * aclocal.m4: sinclude ../config/progtest.m4 instead of
211 including it inline.
212 * config.intl.in: New file.
213 * configure.in: Take out unnecessary AC_CONFIG_AUX_DIR.
214 Take out AC_DEFINEs for LOCALEDIR, LOCALE_ALIAS_PATH,
215 LIBDIR, INSTALLDIR. Set LIBINTL_DEP and INCINTL and AC_SUBST
216 them. Add config.intl to AC_OUTPUT.
217 * os2compat.c, os2compat.h: Delete, unused.
218
2192003-07-04 Zack Weinberg <zack@codesourcery.com>
220
221 * Makefile.in: Remove unnecessary capabilities for
222 installation, build of shared libraries, generation of
223 distribution tarballs, etc. Fix all the places that rely on
224 the parent directory. Don't generate libgnuintl.h from
225 anything; do generate $(objdir)/libintl.h from libgnuintl.h if
226 necessary. Adjust DEFS for use of config.h.
227 * libgnuintl.h.in: Rename libgnuintl.h.
228 * README: New file.
229 * config.charset, ref-add.sin, ref-del.sin: Delete (unused).
230 * COPYING.LIB-2.0, COPYING.LIB-2.1: Delete (redundant).
231 * aclocal.m4: New; generated per instructions in gettext manual.
232 * configure.in: New; written from scratch for this configuration.
233 * configure, config.h.in: Generated.
234
2352003-05-22 GNU <bug-gnu-gettext@gnu.org>
236
237 * Version 0.12.1 released.
252b5132 238