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