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