intl/
[deliverable/binutils-gdb.git] / intl / ChangeLog
CommitLineData
1983cb9a
RW
12009-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
c8536f38
DD
62008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7
8 * configure: Regenerate.
9
8d9223e5
DD
102008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11
12 * Makefile.in (datarootdir): New variable.
13
5ae54241
DD
142008-04-18 Paolo Bonzini <bonzini@gnu.org>
15
16 PR bootstrap/35457
17 * aclocal.m4: Regenerate.
18 * configure: Regenerate.
19
58c85be7
RW
202008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
21
22 * aclocal.m4: Regenerate.
23 * configure: Likewise.
24
7c481d1e
DD
252006-09-27 Alan Modra <amodra@bigpond.net.au>
26
27 * Makefile.in (distclean): Delete config files.
28
b5d60b68
DD
292006-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
55f96808
DJ
412006-06-07 Daniel Jacobowitz <dan@codesourcery.com>
42
43 * Makefile.in (install-info, install-dvi, install-ps, install-pdf):
44 New dummy targets.
45
a3ce7aa2
DD
462005-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
c09b15a9
NC
512005-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:
bf070c84
SE
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
642004-11-24 Kelley Cook <kcook@gcc.gnu.org>
65
66 * aclocal.m4: Regenerate.
67
682004-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
742004-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
822004-09-22 Kelley Cook <kcook@gcc.gnu.org>
83
84 * .cvsignore: Ignore autom4te.cache
85
862004-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
922004-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
982004-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
1072003-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
1322003-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
1482003-05-22 GNU <bug-gnu-gettext@gnu.org>
149
150 * Version 0.12.1 released.
252b5132 151
This page took 0.380299 seconds and 4 git commands to generate.