OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gdb/] [gdb-6.8/] [gdb-6.8.openrisc-2.1/] [intl/] [ChangeLog] - Blame information for rev 33

Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.