OSDN Git Service

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