]> git.saurik.com Git - bison.git/blame - intl/ChangeLog
* doc/bison.texinfo: ANSIfy the examples.
[bison.git] / intl / ChangeLog
CommitLineData
705db0b5
AD
11999-08-12 Paul Eggert <eggert@twinsun.com>
2
3 * localealias.c (memcpy): Return 2nd argument, so that it's
4 compatible with memcpy spec.
5
61998-10-20 Paul Eggert <eggert@twinsun.com>
7
8 * po2tbl.sed.in: Escape trigraphs.
9
101999-08-11 Paul Eggert <eggert@twinsun.com>
11
12 * Makefile.in (uninstall): Fix problem in most recent change,
13 on old BSD/OS hosts whose buggy shells report nonzero exit status
14 for `if false; then true; fi'.
15
161998-10-05 Jim Meyering <meyering@ascend.com>
17
18 * Makefile.in (uninstall): Uninstall only if the current package is
19 gettext. From Akim Demaille.
20
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
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
174