daily update
[deliverable/binutils-gdb.git] / intl / ChangeLog
CommitLineData
f7d9e5c3
CD
12006-02-27 Carlos O'Donell <carlos@codesourcery.com>
2
3 * intl/Makefile.in: Add html target.
4
c09b15a9
NC
52005-05-13 Nick Clifton <nickc@redhat.com>
6
7 * Update the address and phone number of the FSF organization in
8 the GPL notices in the following files:
9 Makefile.in, bindtextdom.c, cat-compat.c, dcgettext.c,
10 dgettext.c, explodename.c, finddomain.c, gettext.c, gettext.h,
11 gettextP.h, hash-string.h, intl-compat.c, intlh.inst.in,
12 l10nflist.c, libgettext.h, libintl.glibc, linux-msg.sed,
13 loadinfo.h, loadmsgcat.c, localealias.c, po2tbl.sed.in,
14 textdomain.c, xopen-msg.sed
15
32118081
NC
162004-11-30 Tero Niemela <tero_niemela@yahoo.com>
17
18 * Makefile.in: Change LOCALEDIR to $(datadir)/share.
19
7b45c6e1
AM
202002-01-21 Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
21
22 * linux-msg.sed: Comment typo fix.
23 * xopen-msg.sed: Likewise.
24
1491f078
BE
251998-04-29 Ulrich Drepper <drepper@cygnus.com>
26
27 * intl/localealias.c (read_alias_file): Use unsigned char for
28 local variables. Remove unused variable tp.
29 * intl/l10nflist.c (_nl_normalize_codeset): Use unsigned char *
30 for type of codeset. For loosing Solaris systems.
31 * intl/loadinfo.h: Adapt prototype of _nl_normalize_codeset.
32 * intl/bindtextdom.c (BINDTEXTDOMAIN): Don't define local variable
33 len if not needed.
34 Patches by Jim Meyering.
35
361998-04-28 Ulrich Drepper <drepper@cygnus.com>
37
38 * loadmsgcat.c (_nl_load_domain): Don't assign the element use_mmap if
39 mmap is not supported.
40
41 * hash-string.h: Don't include <values.h>.
42
431998-04-27 Ulrich Drepper <drepper@cygnus.com>
44
45 * textdomain.c: Use strdup is available.
46
47 * localealias.c: Define HAVE_MEMPCPY so that we can use this
48 function. Define and use semapahores to protect modfication of
49 global objects when compiling for glibc. Add code to allow
50 freeing alias table.
51
52 * l10nflist.c: Don't assume stpcpy not being a macro.
53
54 * gettextP.h: Define internal_function macri if not already done.
55 Use glibc byte-swap macros instead of defining SWAP when compiled
56 for glibc.
57 (struct loaded_domain): Add elements to allow unloading.
58
59 * Makefile.in (distclean): Don't remove libintl.h here.
60
61 * bindtextdomain.c: Carry over changes from glibc. Use strdup if
62 available.
63
64 * dcgettext.c: Don't assume stpcpy not being a macro. Mark internal
65 functions. Add memory freeing code for glibc.
66
67 * dgettext.c: Update copyright.
68
69 * explodename.c: Include stdlib.h and string.h only if they exist.
70 Use strings.h eventually.
71
72 * finddomain.c: Mark internal functions. Use strdup if available.
73 Add memory freeing code for glibc.
74
751997-10-10 20:00 Ulrich Drepper <drepper@cygnus.com>
76
77 * libgettext.h: Fix dummy textdomain and bindtextdomain macros.
78 They should return reasonable values.
79 Reported by Tom Tromey <tromey@cygnus.com>.
80
811997-09-16 03:33 Ulrich Drepper <drepper@cygnus.com>
82
83 * libgettext.h: Define PARAMS also to `args' if __cplusplus is defined.
84 * intlh.inst.in: Likewise.
85 Reported by Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>.
86
87 * libintl.glibc: Update from current glibc version.
88
252b5132
RH
891997-09-06 02:10 Ulrich Drepper <drepper@cygnus.com>
90
91 * intlh.inst.in: Reformat copyright.
92
931997-08-19 15:22 Ulrich Drepper <drepper@cygnus.com>
94
95 * dcgettext.c (DCGETTEXT): Remove wrong comment.
96
971997-08-16 00:13 Ulrich Drepper <drepper@cygnus.com>
98
99 * Makefile.in (install-data): Don't change directory to install.
100
1011997-08-01 14:30 Ulrich Drepper <drepper@cygnus.com>
102
103 * cat-compat.c: Fix copyright.
104
105 * localealias.c: Don't define strchr unless !HAVE_STRCHR.
106
107 * loadmsgcat.c: Update copyright. Fix typos.
108
109 * l10nflist.c: Don't define strchr unless !HAVE_STRCHR.
110 (_nl_make_l10nflist): Handle sponsor and revision correctly.
111
112 * gettext.c: Update copyright.
113 * gettext.h: Likewise.
114 * hash-string.h: Likewise.
115
116 * finddomain.c: Remoave dead code. Define strchr only if
117 !HAVE_STRCHR.
118
119 * explodename.c: Include <sys/types.h>.
120
121 * explodename.c: Reformat copyright text.
122 (_nl_explode_name): Fix typo.
123
124 * dcgettext.c: Define and use __set_errno.
125 (guess_category_value): Don't use setlocale if HAVE_LC_MESSAGES is
126 not defined.
127
128 * bindtextdom.c: Pretty printing.
129
1301997-05-01 02:25 Ulrich Drepper <drepper@cygnus.com>
131
132 * dcgettext.c (guess_category_value): Don't depend on
133 HAVE_LC_MESSAGES. We don't need the macro here.
134 Patch by Bruno Haible <haible@ilog.fr>.
135
136 * cat-compat.c (textdomain): DoN't refer to HAVE_SETLOCALE_NULL
137 macro. Instead use HAVE_LOCALE_NULL and define it when using
138 glibc, as in dcgettext.c.
139 Patch by Bruno Haible <haible@ilog.fr>.
140
141 * Makefile.in (CPPFLAGS): New variable. Reported by Franc,ois
142 Pinard.
143
144Mon Mar 10 06:51:17 1997 Ulrich Drepper <drepper@cygnus.com>
145
146 * Makefile.in: Implement handling of libtool.
147
148 * gettextP.h: Change data structures for use of generic lowlevel
149 i18n file handling.
150
151Wed Dec 4 20:21:18 1996 Ulrich Drepper <drepper@cygnus.com>
152
153 * textdomain.c: Put parentheses around arguments of memcpy macro
154 definition.
155 * localealias.c: Likewise.
156 * l10nflist.c: Likewise.
157 * finddomain.c: Likewise.
158 * bindtextdom.c: Likewise.
159 Reported by Thomas Esken.
160
161Mon Nov 25 22:57:51 1996 Ulrich Drepper <drepper@cygnus.com>
162
163 * textdomain.c: Move definition of `memcpy` macro to right
164 position.
165
166Fri Nov 22 04:01:58 1996 Ulrich Drepper <drepper@cygnus.com>
167
168 * finddomain.c [!HAVE_STRING_H && !_LIBC]: Define memcpy using
169 bcopy if not already defined. Reported by Thomas Esken.
170 * bindtextdom.c: Likewise.
171 * l10nflist.c: Likewise.
172 * localealias.c: Likewise.
173 * textdomain.c: Likewise.
174
175Tue Oct 29 11:10:27 1996 Ulrich Drepper <drepper@cygnus.com>
176
177 * Makefile.in (libdir): Change to use exec_prefix instead of