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