2008-06-04 Xinliang David Li <davidxl@google.com>
[official-gcc.git] / intl / ChangeLog
blobdcb14fb3bbd52f5b225ef2b90e1968c54fc46a09
1 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3         PR bootstrap/35457
4         * aclocal.m4: Regenerate.
5         * configure: Regenerate.
7 2008-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9         * aclocal.m4: Regenerate.
10         * configure: Likewise.
12 2006-09-27  Alan Modra  <amodra@bigpond.net.au>
14         * Makefile.in (distclean): Delete config files.
16 2006-09-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
18         PR other/23541
19         PR other/26507
20         Backport from gettext repository:
22         2003-09-04  Bruno Haible  <bruno@clisp.org>
23         * dgettext.c: Include <locale.h> after gettextP.h, not before. This
24         ensures that libintl_dcgettext is correctly declared on Solaris.
25         (Needed because Solaris <locale.h> includes libintl.h.)
26         * dngettext.c: Likewise, for the libintl_dcngettext declaration.
28 2006-06-07  Daniel Jacobowitz  <dan@codesourcery.com>
30         * Makefile.in (install-info, install-dvi, install-ps, install-pdf):
31         New dummy targets.
33 2005-05-23  Carlos O'Donell  <carlos@codesourcery.com>
35         * Makefile.in: Add info dvi ps pdf html install-html to .PHONY
36         Add install-html target.
38 2005-05-13  Nick Clifton  <nickc@redhat.com>
40         * Update the address and phone number of the FSF organization in
41         the GPL notices in the following files:
42         Makefile.in, bindtextdom.c, dcgettext.c, dcigettext.c,
43         dcngettext.c, dgettext.c, dngettext.c, eval-plural.h,
44         explodename.c, finddomain.c, gettext.c, gettextP.h, gmo.h,
45         hash-string.h, intl-compat.c, l10nflist.c, libgnuintl.h,
46         loadinfo.h, loadmsgcat.c, localcharset.c, localcharset.h,
47         locale.alias, localealias.c, localename.c, log.c, ngettext.c,
48         osdep.c, plural-exp.c, plural-exp.h, plural.c, plural.y,
49         relocatable.c, relocatable.h, textdomain.c
51 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
53         * aclocal.m4: Regenerate.
55 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
57         * Makefile.in (config.h.in): Correct dependencies.
58         (stamp-h1): Likewise.
59         (config.intl): Likewise.
61 2004-09-22  Kelley Cook  <kcook@gcc.gnu.org>
63         * configure.ac (AC_CONFIG_MACRO_DIR): New.
64         (ACLOCAL, AUTOCONF, AUTOHEADER, MAINT): Substitute.
65         * Makefile.in: Update with maintainer mode rules.
66         * README: Update aclocal regeneration instructions.
67         * aclocal.m4, configure: Regenerate.
69 2004-09-22  Kelley Cook  <kcook@gcc.gnu.org>
71         * .cvsignore: Ignore autom4te.cache
73 2004-04-25  Paolo Bonzini  <bonzini@gnu.org>
75         * configure.ac: Point config.intl to the parent directory of
76         ${top_builddir}.
77         * configure: Regenerate.
79 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
81         * configure.ac: Bump AC_PREREQ to 2.59.
82         * configure: Regenerate.
83         * config.h.in: Regenerate.
85 2004-02-29  Nathanael Nerode  <neroden@gcc.gnu.org>
87         * configure.in: Convert to autoconf 2.57, gratuitous stylistic
88         cleanup, rename to configure.ac.
89         * configure.ac: Renamed from configure.in.
90         * config.h.in: Rebuilt with autoheader 2.57.
91         * configure: Rebuilt with autoconf 2.57
92         * README: Update to reflect rename of configure.in to configure.ac.
94 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
96         * README: Update.
97         * Makefile.in (INSTALL, INSTALL_DATA, MKINSTALLDIRS,
98         mkinstalldirs, gettextsrcdir, l): Delete.
99         (COMPILE): Add $(DEFS-$@), remove $(XCFLAGS).
100         (HEADERS): libgnuintl.h not libgnuintl.h.in.  Remove os2compat.h.
101         (SOURCES): Remove os2compat.c.
102         (DEFS-dcigettext.o, DEFS-localealias.o, DEFS-localcharset.o,
103         DEFS-relocatable.o): New.
104         (all-yes): Add config.intl.
105         (libintl.h): Use cp, not cat.
106         (INCLUDES): Remove -I..
107         (TAGS, CTAGS, ID): Word wrap.
108         (mostlyclean, distclean): Remove junk.
109         (config.intl): New rule.
110         * aclocal.m4: sinclude ../config/progtest.m4 instead of
111         including it inline.
112         * config.intl.in: New file.
113         * configure.in: Take out unnecessary AC_CONFIG_AUX_DIR.
114         Take out AC_DEFINEs for LOCALEDIR, LOCALE_ALIAS_PATH,
115         LIBDIR, INSTALLDIR.  Set LIBINTL_DEP and INCINTL and AC_SUBST
116         them.  Add config.intl to AC_OUTPUT.
117         * os2compat.c, os2compat.h: Delete, unused.
119 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
121         * Makefile.in: Remove unnecessary capabilities for
122         installation, build of shared libraries, generation of
123         distribution tarballs, etc.  Fix all the places that rely on
124         the parent directory.  Don't generate libgnuintl.h from
125         anything; do generate $(objdir)/libintl.h from libgnuintl.h if
126         necessary.  Adjust DEFS for use of config.h.
127         * libgnuintl.h.in: Rename libgnuintl.h.
128         * README: New file.
129         * config.charset, ref-add.sin, ref-del.sin: Delete (unused).
130         * COPYING.LIB-2.0, COPYING.LIB-2.1: Delete (redundant).
131         * aclocal.m4: New; generated per instructions in gettext manual.
132         * configure.in: New; written from scratch for this configuration.
133         * configure, config.h.in: Generated.
135 2003-05-22  GNU  <bug-gnu-gettext@gnu.org>
137         * Version 0.12.1 released.