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