]> git.ipfire.org Git - thirdparty/gcc.git/blame - intl/ChangeLog
avr.c (avr_mcu_t): Remove atmega32hvb.
[thirdparty/gcc.git] / intl / ChangeLog
CommitLineData
2d09b640
RW
12008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2
3 * Makefile.in (datarootdir): New variable.
4
deb984e6
PB
52008-04-18 Paolo Bonzini <bonzini@gnu.org>
6
7 PR bootstrap/35457
8 * aclocal.m4: Regenerate.
9 * configure: Regenerate.
10
483d8a4a
RW
112008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12
13 * aclocal.m4: Regenerate.
14 * configure: Likewise.
15
0d118786
AM
162006-09-27 Alan Modra <amodra@bigpond.net.au>
17
18 * Makefile.in (distclean): Delete config files.
19
2a0e366b
EB
202006-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
1af3e54d
DJ
322006-06-07 Daniel Jacobowitz <dan@codesourcery.com>
33
34 * Makefile.in (install-info, install-dvi, install-ps, install-pdf):
35 New dummy targets.
36
e5fbdab9
CD
372005-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
0e687cb4
NC
422005-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
f91eaa01
KC
552004-11-24 Kelley Cook <kcook@gcc.gnu.org>
56
57 * aclocal.m4: Regenerate.
58
1381bf1a
KC
592004-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
88fa57d7
KC
652004-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
342fb422
KC
732004-09-22 Kelley Cook <kcook@gcc.gnu.org>
74
75 * .cvsignore: Ignore autom4te.cache
76
5da9128a
PB
772004-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
8ab705be
KC
832004-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
79035f0d
NN
892004-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
56694dd9
ZW
982003-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
6eb95e99
ZW
1232003-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
1392003-05-22 GNU <bug-gnu-gettext@gnu.org>
140
141 * Version 0.12.1 released.
142