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