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