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