OSDN Git Service

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