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