Backport gettext fixes to get rid of warnings on macOS
[deliverable/binutils-gdb.git] / intl / ChangeLog
1 2018-08-02 Simon Marchi <simon.marchi@ericsson.com>
2
3 * libgnuintl.h (_INTL_MAY_RETURN_STRING_ARG, gettext, dgettext,
4 dcgettext, ngettext, dngettext, dcngettext): Backport changes
5 from upstream gettext.
6
7 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
8
9 * configure.ac: Add AC_USE_SYSTEM_EXTENSIONS, remove AC_PREREQ.
10 * configure: Re-generate.
11 * config.h.in: Re-generate.
12 * aclocal.m4: Re-generate.
13
14 2017-11-07 Alan Modra <amodra@gmail.com>
15
16 * configure.ac: Invole AM_GNU_GETTEXT with need_ngettext.
17 * configure: Regenerate.
18 * aclocal.m4: Regenerate.
19
20 2015-08-31 Alan Modra <amodra@gmail.com>
21
22 * configure: Regenerate.
23
24 2010-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
25
26 * configure: Regenerate.
27
28 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
29
30 PR bootstrap/44621
31 * configure: Regenerate.
32
33 2010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
34
35 * aclocal.m4: Regenerate.
36
37 2009-10-15 Jim Blandy <jimb@red-bean.com>
38
39 * libgnuintl.h (_INTL_MAY_RETURN_STRING_ARG, gettext, dgettext)
40 (dcgettext, ngettext, dngettext, dcngettext): Backport changes
41 from current gettext to provide GCC format_arg attributes.
42
43 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
44
45 * configure.ac (AC_PREREQ): Bump to 2.64.
46
47 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
48
49 * aclocal.m4: Regenerate.
50 * configure: Regenerate.
51 * config.h.in: Regenerate.
52
53 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
54
55 * Makefile.in (aclocal_deps): New variable.
56 ($(srcdir)/aclocal.m4): Use it, for portable makefile syntax.
57
58 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
59
60 * configure: Regenerate.
61
62 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
63
64 * Makefile.in (datarootdir): New variable.
65
66 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
67
68 PR bootstrap/35457
69 * aclocal.m4: Regenerate.
70 * configure: Regenerate.
71
72 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
73
74 * aclocal.m4: Regenerate.
75 * configure: Likewise.
76
77 2006-09-27 Alan Modra <amodra@bigpond.net.au>
78
79 * Makefile.in (distclean): Delete config files.
80
81 2006-09-13 Eric Botcazou <ebotcazou@libertysurf.fr>
82
83 PR other/23541
84 PR other/26507
85 Backport from gettext repository:
86
87 2003-09-04 Bruno Haible <bruno@clisp.org>
88 * dgettext.c: Include <locale.h> after gettextP.h, not before. This
89 ensures that libintl_dcgettext is correctly declared on Solaris.
90 (Needed because Solaris <locale.h> includes libintl.h.)
91 * dngettext.c: Likewise, for the libintl_dcngettext declaration.
92
93 2006-06-07 Daniel Jacobowitz <dan@codesourcery.com>
94
95 * Makefile.in (install-info, install-dvi, install-ps, install-pdf):
96 New dummy targets.
97
98 2005-05-23 Carlos O'Donell <carlos@codesourcery.com>
99
100 * Makefile.in: Add info dvi ps pdf html install-html to .PHONY
101 Add install-html target.
102
103 2005-05-13 Nick Clifton <nickc@redhat.com>
104
105 * Update the address and phone number of the FSF organization in
106 the GPL notices in the following files:
107 Makefile.in, bindtextdom.c, dcgettext.c, dcigettext.c,
108 dcngettext.c, dgettext.c, dngettext.c, eval-plural.h,
109 explodename.c, finddomain.c, gettext.c, gettextP.h, gmo.h,
110 hash-string.h, intl-compat.c, l10nflist.c, libgnuintl.h,
111 loadinfo.h, loadmsgcat.c, localcharset.c, localcharset.h,
112 locale.alias, localealias.c, localename.c, log.c, ngettext.c,
113 osdep.c, plural-exp.c, plural-exp.h, plural.c, plural.y,
114 relocatable.c, relocatable.h, textdomain.c
115
116 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
117
118 * aclocal.m4: Regenerate.
119
120 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
121
122 * Makefile.in (config.h.in): Correct dependencies.
123 (stamp-h1): Likewise.
124 (config.intl): Likewise.
125
126 2004-09-22 Kelley Cook <kcook@gcc.gnu.org>
127
128 * configure.ac (AC_CONFIG_MACRO_DIR): New.
129 (ACLOCAL, AUTOCONF, AUTOHEADER, MAINT): Substitute.
130 * Makefile.in: Update with maintainer mode rules.
131 * README: Update aclocal regeneration instructions.
132 * aclocal.m4, configure: Regenerate.
133
134 2004-09-22 Kelley Cook <kcook@gcc.gnu.org>
135
136 * .cvsignore: Ignore autom4te.cache
137
138 2004-04-25 Paolo Bonzini <bonzini@gnu.org>
139
140 * configure.ac: Point config.intl to the parent directory of
141 ${top_builddir}.
142 * configure: Regenerate.
143
144 2004-03-10 Kelley Cook <kcook@gcc.gnu.org>
145
146 * configure.ac: Bump AC_PREREQ to 2.59.
147 * configure: Regenerate.
148 * config.h.in: Regenerate.
149
150 2004-02-29 Nathanael Nerode <neroden@gcc.gnu.org>
151
152 * configure.in: Convert to autoconf 2.57, gratuitous stylistic
153 cleanup, rename to configure.ac.
154 * configure.ac: Renamed from configure.in.
155 * config.h.in: Rebuilt with autoheader 2.57.
156 * configure: Rebuilt with autoconf 2.57
157 * README: Update to reflect rename of configure.in to configure.ac.
158
159 2003-07-07 Zack Weinberg <zack@codesourcery.com>
160
161 * README: Update.
162 * Makefile.in (INSTALL, INSTALL_DATA, MKINSTALLDIRS,
163 mkinstalldirs, gettextsrcdir, l): Delete.
164 (COMPILE): Add $(DEFS-$@), remove $(XCFLAGS).
165 (HEADERS): libgnuintl.h not libgnuintl.h.in. Remove os2compat.h.
166 (SOURCES): Remove os2compat.c.
167 (DEFS-dcigettext.o, DEFS-localealias.o, DEFS-localcharset.o,
168 DEFS-relocatable.o): New.
169 (all-yes): Add config.intl.
170 (libintl.h): Use cp, not cat.
171 (INCLUDES): Remove -I..
172 (TAGS, CTAGS, ID): Word wrap.
173 (mostlyclean, distclean): Remove junk.
174 (config.intl): New rule.
175 * aclocal.m4: sinclude ../config/progtest.m4 instead of
176 including it inline.
177 * config.intl.in: New file.
178 * configure.in: Take out unnecessary AC_CONFIG_AUX_DIR.
179 Take out AC_DEFINEs for LOCALEDIR, LOCALE_ALIAS_PATH,
180 LIBDIR, INSTALLDIR. Set LIBINTL_DEP and INCINTL and AC_SUBST
181 them. Add config.intl to AC_OUTPUT.
182 * os2compat.c, os2compat.h: Delete, unused.
183
184 2003-07-04 Zack Weinberg <zack@codesourcery.com>
185
186 * Makefile.in: Remove unnecessary capabilities for
187 installation, build of shared libraries, generation of
188 distribution tarballs, etc. Fix all the places that rely on
189 the parent directory. Don't generate libgnuintl.h from
190 anything; do generate $(objdir)/libintl.h from libgnuintl.h if
191 necessary. Adjust DEFS for use of config.h.
192 * libgnuintl.h.in: Rename libgnuintl.h.
193 * README: New file.
194 * config.charset, ref-add.sin, ref-del.sin: Delete (unused).
195 * COPYING.LIB-2.0, COPYING.LIB-2.1: Delete (redundant).
196 * aclocal.m4: New; generated per instructions in gettext manual.
197 * configure.in: New; written from scratch for this configuration.
198 * configure, config.h.in: Generated.
199
200 2003-05-22 GNU <bug-gnu-gettext@gnu.org>
201
202 * Version 0.12.1 released.
203
This page took 0.034476 seconds and 5 git commands to generate.