OSDN Git Service

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