Whamcloud - gitweb
Update changelogs for 1.25 release.
[tools/e2fsprogs.git] / intl / ChangeLog
1 2001-09-20  Theodore Tso  <tytso@thunk.org>
2
3         * Release of E2fsprogs 1.25
4
5 2001-09-02  Theodore Tso  <tytso@thunk.org>
6
7         * Release of E2fsprogs 1.24a
8
9 2001-08-30  Theodore Tso  <tytso@thunk.org>
10
11         * Release of E2fsprogs 1.24
12
13 2001-08-15  Theodore Tso  <tytso@valinux.com>
14
15         * Release of E2fsprogs 1.23
16
17 2001-06-23  Theodore Tso  <tytso@valinux.com>
18
19         * Release of E2fsprogs 1.22
20
21 2001-06-15  Theodore Tso  <tytso@valinux.com>
22
23         * Release of E2fsprogs 1.21
24
25 2001-05-25  Theodore Tso  <tytso@valinux.com>
26
27         * Release of E2fsprogs 1.20
28
29 2000-07-13    <tytso@valinux.com>
30
31         * Release of E2fsprogs 1.19
32
33 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
34
35         * intl/localealias.c (read_alias_file): Use unsigned char for
36         local variables.  Remove unused variable tp.
37         * intl/l10nflist.c (_nl_normalize_codeset): Use unsigned char *
38         for type of codeset.  For losing Solaris systems.
39         * intl/loadinfo.h: Adapt prototype of _nl_normalize_codeset.
40         * intl/bindtextdom.c (BINDTEXTDOMAIN): Don't define local variable
41         len if not needed.
42         Patches by Jim Meyering.
43
44 1998-04-28  Ulrich Drepper  <drepper@cygnus.com>
45
46         * loadmsgcat.c (_nl_load_domain): Don't assign the element use_mmap if
47         mmap is not supported.
48
49         * hash-string.h: Don't include <values.h>.
50
51 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
52
53         * textdomain.c: Use strdup is available.
54
55         * localealias.c: Define HAVE_MEMPCPY so that we can use this
56         function.  Define and use semapahores to protect modfication of
57         global objects when compiling for glibc.  Add code to allow
58         freeing alias table.
59
60         * l10nflist.c: Don't assume stpcpy not being a macro.
61
62         * gettextP.h: Define internal_function macri if not already done.
63         Use glibc byte-swap macros instead of defining SWAP when compiled
64         for glibc.
65         (struct loaded_domain): Add elements to allow unloading.
66
67         * Makefile.in (distclean): Don't remove libintl.h here.
68
69         * bindtextdomain.c: Carry over changes from glibc.  Use strdup if
70         available.
71
72         * dcgettext.c: Don't assume stpcpy not being a macro.  Mark internal
73         functions.  Add memory freeing code for glibc.
74
75         * dgettext.c: Update copyright.
76
77         * explodename.c: Include stdlib.h and string.h only if they exist.
78         Use strings.h eventually.
79
80         * finddomain.c: Mark internal functions.  Use strdup if available.
81         Add memory freeing code for glibc.
82
83 1997-10-10 20:00  Ulrich Drepper  <drepper@cygnus.com>
84
85         * libgettext.h: Fix dummy textdomain and bindtextdomain macros.
86         They should return reasonable values.
87         Reported by Tom Tromey <tromey@cygnus.com>.
88
89 1997-09-16 03:33  Ulrich Drepper  <drepper@cygnus.com>
90
91         * libgettext.h: Define PARAMS also to `args' if __cplusplus is defined.
92         * intlh.inst.in: Likewise.
93         Reported by Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>.
94
95         * libintl.glibc: Update from current glibc version.
96
97 1997-09-06 02:10  Ulrich Drepper  <drepper@cygnus.com>
98
99         * intlh.inst.in: Reformat copyright.
100
101 1997-08-19 15:22  Ulrich Drepper  <drepper@cygnus.com>
102
103         * dcgettext.c (DCGETTEXT): Remove wrong comment.
104
105 1997-08-16 00:13  Ulrich Drepper  <drepper@cygnus.com>
106
107         * Makefile.in (install-data): Don't change directory to install.
108
109 1997-08-01 14:30  Ulrich Drepper  <drepper@cygnus.com>
110
111         * cat-compat.c: Fix copyright.
112
113         * localealias.c: Don't define strchr unless !HAVE_STRCHR.
114
115         * loadmsgcat.c: Update copyright.  Fix typos.
116
117         * l10nflist.c: Don't define strchr unless !HAVE_STRCHR.
118         (_nl_make_l10nflist): Handle sponsor and revision correctly.
119
120         * gettext.c: Update copyright.
121         * gettext.h: Likewise.
122         * hash-string.h: Likewise.
123
124         * finddomain.c: Remoave dead code.  Define strchr only if
125         !HAVE_STRCHR.
126
127         * explodename.c: Include <sys/types.h>.
128
129         * explodename.c: Reformat copyright text.
130         (_nl_explode_name): Fix typo.
131
132         * dcgettext.c: Define and use __set_errno.
133         (guess_category_value): Don't use setlocale if HAVE_LC_MESSAGES is
134         not defined.
135
136         * bindtextdom.c: Pretty printing.
137
138 1997-05-01 02:25  Ulrich Drepper  <drepper@cygnus.com>
139
140         * dcgettext.c (guess_category_value): Don't depend on
141         HAVE_LC_MESSAGES.  We don't need the macro here.
142         Patch by Bruno Haible <haible@ilog.fr>.
143
144         * cat-compat.c (textdomain): DoN't refer to HAVE_SETLOCALE_NULL
145         macro.  Instead use HAVE_LOCALE_NULL and define it when using
146         glibc, as in dcgettext.c.
147         Patch by Bruno Haible <haible@ilog.fr>.
148
149         * Makefile.in (CPPFLAGS): New variable.  Reported by Franc,ois
150         Pinard.
151
152 Mon Mar 10 06:51:17 1997  Ulrich Drepper  <drepper@cygnus.com>
153
154         * Makefile.in: Implement handling of libtool.
155
156         * gettextP.h: Change data structures for use of generic lowlevel
157         i18n file handling.
158
159 Wed Dec  4 20:21:18 1996  Ulrich Drepper  <drepper@cygnus.com>
160
161         * textdomain.c: Put parentheses around arguments of memcpy macro
162         definition.
163         * localealias.c: Likewise.
164         * l10nflist.c: Likewise.
165         * finddomain.c: Likewise.
166         * bindtextdom.c: Likewise.
167         Reported by Thomas Esken.
168
169 Mon Nov 25 22:57:51 1996  Ulrich Drepper  <drepper@cygnus.com>
170
171         * textdomain.c: Move definition of `memcpy` macro to right
172         position.
173
174 Fri Nov 22 04:01:58 1996  Ulrich Drepper  <drepper@cygnus.com>
175
176         * finddomain.c [!HAVE_STRING_H && !_LIBC]: Define memcpy using
177         bcopy if not already defined.  Reported by Thomas Esken.
178         * bindtextdom.c: Likewise.
179         * l10nflist.c: Likewise.
180         * localealias.c: Likewise.
181         * textdomain.c: Likewise.
182
183 Tue Oct 29 11:10:27 1996  Ulrich Drepper  <drepper@cygnus.com>
184
185         * Makefile.in (libdir): Change to use exec_prefix instead of
186         prefix.  Reported by Knut-HĂ„vardAksnes <etokna@eto.ericsson.se>.
187
188 Sat Aug 31 03:07:09 1996  Ulrich Drepper  <drepper@cygnus.com>
189
190         * l10nflist.c (_nl_normalize_codeset): We convert to lower case,
191         so don't prepend uppercase `ISO' for only numeric arg.
192
193 Fri Jul 19 00:15:46 1996  Ulrich Drepper  <drepper@cygnus.com>
194
195         * l10nflist.c: Move inclusion of argz.h, ctype.h, stdlib.h after
196         definition of _GNU_SOURCE.  Patch by Roland McGrath.
197
198         * Makefile.in (uninstall): Fix another bug with `for' loop and
199         empty arguments.  Patch by Jim Meyering.  Correct name os
200         uninstalled files: no intl- prefix anymore.
201
202         * Makefile.in (install-data): Again work around shells which
203         cannot handle mpty for list.  Reported by Jim Meyering.
204
205 Sat Jul 13 18:11:35 1996  Ulrich Drepper  <drepper@cygnus.com>
206
207         * Makefile.in (install): Split goal.  Now depend on install-exec
208         and install-data.
209         (install-exec, install-data): New goals.  Created from former
210         install goal.
211         Reported by Karl Berry.
212
213 Sat Jun 22 04:58:14 1996  Ulrich Drepper  <drepper@cygnus.com>
214
215         * Makefile.in (MKINSTALLDIRS): New variable.  Path to
216         mkinstalldirs script.
217         (install): use MKINSTALLDIRS variable or if the script is not present
218         try to find it in the $top_scrdir).
219
220 Wed Jun 19 02:56:56 1996  Ulrich Drepper  <drepper@cygnus.com>
221
222         * l10nflist.c: Linux libc *partly* includes the argz_* functions.
223         Grr.  Work around by renaming the static version and use macros
224         for renaming.
225
226 Tue Jun 18 20:11:17 1996  Ulrich Drepper  <drepper@cygnus.com>
227
228         * l10nflist.c: Correct presence test macros of __argz_* functions.
229
230         * l10nflist.c: Include <argz.h> based on test of it instead when
231         __argz_* functions are available.
232         Reported by Andreas Schwab.
233
234 Thu Jun 13 15:17:44 1996  Ulrich Drepper  <drepper@cygnus.com>
235
236         * explodename.c, l10nflist.c: Define NULL for dumb systems.
237
238 Tue Jun 11 17:05:13 1996  Ulrich Drepper  <drepper@cygnus.com>
239
240         * intlh.inst.in, libgettext.h (dcgettext): Rename local variable
241         result to __result to prevent name clash.
242
243         * l10nflist.c, localealias.c, dcgettext.c: Define _GNU_SOURCE to
244         get prototype for stpcpy and strcasecmp.
245
246         * intlh.inst.in, libgettext.h: Move declaration of
247         `_nl_msg_cat_cntr' outside __extension__ block to prevent warning
248         from gcc's -Wnested-extern option.
249
250 Fri Jun  7 01:58:00 1996  Ulrich Drepper  <drepper@cygnus.com>
251
252         * Makefile.in (install): Remove comment.
253
254 Thu Jun  6 17:28:17 1996  Ulrich Drepper  <drepper@cygnus.com>
255
256         * Makefile.in (install): Work around for another Buglix stupidity.
257         Always use an `else' close for `if's.  Reported by Nelson Beebe.
258
259         * Makefile.in (intlh.inst): Correct typo in phony rule.
260         Reported by Nelson Beebe.
261
262 Thu Jun  6 01:49:52 1996  Ulrich Drepper  <drepper@cygnus.com>
263
264         * dcgettext.c (read_alias_file): Rename variable alloca_list to
265         block_list as the macro calls assume.
266         Patch by Eric Backus.
267
268         * localealias.c [!HAVE_ALLOCA]: Define alloca as macro using
269         malloc.
270         (read_alias_file): Rename varriabe alloca_list to block_list as the
271         macro calls assume.
272         Patch by Eric Backus.
273
274         * l10nflist.c: Correct conditional for <argz.h> inclusion.
275         Reported by Roland McGrath.
276
277         * Makefile.in (all): Depend on all-@USE_INCLUDED_LIBINTL@, not
278         all-@USE_NLS@.
279
280         * Makefile.in (install): intlh.inst comes from local dir, not
281         $(srcdir).
282
283         * Makefile.in (intlh.inst): Special handling of this goal.  If
284         used in gettext, this is really a rul to construct this file.  If
285         used in any other package it is defined as a .PHONY rule with
286         empty body.
287
288         * finddomain.c: Extract locale file information handling into
289         l10nfile.c.  Rename local stpcpy__ function to stpcpy.
290
291         * dcgettext.c (stpcpy): Add local definition.
292
293         * l10nflist.c: Solve some portability problems.  Patches partly by
294         Thomas Esken.  Add local definition of stpcpy.
295
296 Tue Jun  4 02:47:49 1996  Ulrich Drepper  <drepper@cygnus.com>
297
298         * intlh.inst.in: Don't depend including <locale.h> on
299         HAVE_LOCALE_H.  Instead configure must rewrite this fiile
300         depending on the result of the configure run.
301
302         * Makefile.in (install): libintl.inst is now called intlh.inst.
303         Add rules for updating intlh.inst from intlh.inst.in.
304
305         * libintl.inst: Renamed to intlh.inst.in.
306
307         * localealias.c, dcgettext.c [__GNUC__]: Define HAVE_ALLOCA to 1
308         because gcc has __buitlin_alloca.
309         Reported by Roland McGrath.
310
311 Mon Jun  3 00:32:16 1996  Ulrich Drepper  <drepper@cygnus.com>
312
313         * Makefile.in (installcheck): New goal to fulfill needs of
314         automake's distcheck.
315
316         * Makefile.in (install): Reorder commands so that VERSION is
317         found.
318
319         * Makefile.in (gettextsrcdir): Now use subdirectory intl/ in
320         @datadir@/gettext.
321         (COMSRCS): Add l10nfile.c.
322         (OBJECTS): Add l10nfile.o.
323         (DISTFILES): Rename to DISTFILE.normal.  Remove $(DISTFILES.common).
324         (DISTFILE.gettext): Remove $(DISTFILES.common).
325         (all-gettext): Remove goal.
326         (install): If $(PACKAGE) = gettext install, otherwose do nothing.  No
327         package but gettext itself should install libintl.h + headers.
328         (dist): Extend goal to work for gettext, too.
329         (dist-gettext): Remove goal.
330
331         * dcgettext.c [!HAVE_ALLOCA]: Define macro alloca by using malloc.
332
333 Sun Jun  2 17:33:06 1996  Ulrich Drepper  <drepper@cygnus.com>
334
335         * loadmsgcat.c (_nl_load_domain): Parameter is now comes from
336         find_l10nfile.
337
338 Sat Jun  1 02:23:03 1996  Ulrich Drepper  <drepper@cygnus.com>
339
340         * l10nflist.c (__argz_next): Add definition.
341
342         * dcgettext.c [!HAVE_ALLOCA]: Add code for handling missing alloca
343         code.  Use new l10nfile handling.
344
345         * localealias.c [!HAVE_ALLOCA]: Add code for handling missing
346         alloca code.
347
348         * l10nflist.c: Initial revision.
349
350 Tue Apr  2 18:51:18 1996  Ulrich Drepper  <drepper@myware>
351
352         * Makefile.in (all-gettext): New goal.  Same as all-yes.
353
354 Thu Mar 28 23:01:22 1996  Karl Eichwalder  <ke@ke.central.de>
355
356         * Makefile.in (gettextsrcdir): Define using @datadir@.
357
358 Tue Mar 26 12:39:14 1996  Ulrich Drepper  <drepper@myware>
359
360         * finddomain.c: Include <ctype.h>.  Reported by Roland McGrath.
361
362 Sat Mar 23 02:00:35 1996  Ulrich Drepper  <drepper@myware>
363
364         * finddomain.c (stpcpy): Rename to stpcpy__ to prevent clashing
365         with external declaration.
366
367 Sat Mar  2 00:47:09 1996  Ulrich Drepper  <drepper@myware>
368
369         * Makefile.in (all-no): Rename from all_no.
370
371 Sat Feb 17 00:25:59 1996  Ulrich Drepper  <drepper@myware>
372
373         * gettextP.h [loaded_domain]: Array `successor' must now contain up
374         to 63 elements (because of codeset name normalization).
375
376         * finddomain.c: Implement codeset name normalization.
377
378 Thu Feb 15 04:39:09 1996  Ulrich Drepper  <drepper@myware>
379
380         * Makefile.in (all): Define to `all-@USE_NLS@'.
381         (all-yes, all_no): New goals.  `all-no' is noop, `all-yes'
382         is former all.
383
384 Mon Jan 15 21:46:01 1996  Howard Gayle  <howard@hal.com>
385
386         * localealias.c (alias_compare): Increment string pointers in loop
387         of strcasecmp replacement.
388
389 Fri Dec 29 21:16:34 1995  Ulrich Drepper  <drepper@myware>
390
391         * Makefile.in (install-src): Who commented this goal out ? :-)
392
393 Fri Dec 29 15:08:16 1995  Ulrich Drepper  <drepper@myware>
394
395         * dcgettext.c (DCGETTEXT): Save `errno'.  Failing system calls
396         should not effect it because a missing catalog is no error.
397         Reported by Harald K<o:>nig <koenig@tat.physik.uni-tuebingen.de>.
398
399 Tue Dec 19 22:09:13 1995  Ulrich Drepper  <drepper@myware>
400
401         * Makefile.in (Makefile): Explicitly use $(SHELL) for running
402         shell scripts.
403
404 Fri Dec 15 17:34:59 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
405
406         * Makefile.in (install-src): Only install library and header when
407         we use the own implementation.  Don't do it when using the
408         system's gettext or catgets functions.
409
410         * dcgettext.c (find_msg): Must not swap domain->hash_size here.
411
412 Sat Dec  9 16:24:37 1995  Ulrich Drepper  <drepper@myware>
413
414         * localealias.c, libintl.inst, libgettext.h, hash-string.h,
415         gettextP.h, finddomain.c, dcgettext.c, cat-compat.c:
416         Use PARAMS instead of __P.  Suggested by Roland McGrath.
417
418 Tue Dec  5 11:39:14 1995  Larry Schwimmer  <rosebud@cyclone.stanford.edu>
419
420         * libgettext.h: Use `#if !defined (_LIBINTL_H)' instead of `#if
421         !_LIBINTL_H' because Solaris defines _LIBINTL_H as empty.
422
423 Mon Dec  4 15:42:07 1995  Ulrich Drepper  <drepper@myware>
424
425         * Makefile.in (install-src):
426         Install libintl.inst instead of libintl.h.install.
427
428 Sat Dec  2 22:51:38 1995  Marcus Daniels  <marcus@sysc.pdx.edu>
429
430         * cat-compat.c (textdomain):
431         Reverse order in which files are tried you load.  First
432         try local file, when this failed absolute path.
433
434 Wed Nov 29 02:03:53 1995  Nelson H. F. Beebe  <beebe@math.utah.edu>
435
436         * cat-compat.c (bindtextdomain): Add missing { }.
437
438 Sun Nov 26 18:21:41 1995  Ulrich Drepper  <drepper@myware>
439
440         * libintl.inst: Add missing __P definition.  Reported by Nelson Beebe.
441
442         * Makefile.in:
443         Add dummy `all' and `dvi' goals.  Reported by Tom Tromey.
444
445 Sat Nov 25 16:12:01 1995  Franc,ois Pinard  <pinard@iro.umontreal.ca>
446
447         * hash-string.h: Capitalize arguments of macros.
448
449 Sat Nov 25 12:01:36 1995  Ulrich Drepper  <drepper@myware>
450
451         * Makefile.in (DISTFILES): Prevent files names longer than 13
452         characters.  libintl.h.glibc->libintl.glibc,
453         libintl.h.install->libintl.inst.  Reported by Joshua R. Poulson.
454
455 Sat Nov 25 11:31:12 1995  Eric Backus  <ericb@lsid.hp.com>
456
457         * dcgettext.c: Fix bug in preprocessor conditionals.
458
459 Sat Nov 25 02:35:27 1995  Nelson H. F. Beebe  <beebe@math.utah.edu>
460
461         * libgettext.h: Solaris cc does not understand
462          #if !SYMBOL1 && !SYMBOL2.  Sad but true.
463
464 Thu Nov 23 16:22:14 1995  Ulrich Drepper  <drepper@myware>
465
466         * hash-string.h (hash_string):
467         Fix for machine with >32 bit `unsigned long's.
468
469         * dcgettext.c (DCGETTEXT):
470         Fix horrible bug in loop for alternative translation.
471
472 Thu Nov 23 01:45:29 1995  Ulrich Drepper  <drepper@myware>
473
474         * po2tbl.sed.in, linux-msg.sed, xopen-msg.sed:
475         Some further simplifications in message number generation.
476
477 Mon Nov 20 21:08:43 1995  Ulrich Drepper  <drepper@myware>
478
479         * libintl.h.glibc: Use __const instead of const in prototypes.
480
481         * Makefile.in (install-src):
482         Install libintl.h.install instead of libintl.h.  This
483         is a stripped-down version.  Suggested by Peter Miller.
484
485         * libintl.h.install, libintl.h.glibc: Initial revision.
486
487         * localealias.c (_nl_expand_alias, read_alias_file):
488         Protect prototypes in type casts by __P.
489
490 Tue Nov 14 16:43:58 1995  Ulrich Drepper  <drepper@myware>
491
492         * hash-string.h: Correct prototype for hash_string.
493
494 Sun Nov 12 12:42:30 1995  Ulrich Drepper  <drepper@myware>
495
496         * hash-string.h (hash_string): Add prototype.
497
498         * gettextP.h: Fix copyright.
499         (SWAP): Add prototype.
500
501 Wed Nov  8 22:56:33 1995  Ulrich Drepper  <drepper@myware>
502
503         * localealias.c (read_alias_file): Forgot sizeof.
504         Avoid calling *printf function.  This introduces a big overhead.
505         Patch by Roland McGrath.
506
507 Tue Nov  7 14:21:08 1995  Ulrich Drepper  <drepper@myware>
508
509         * finddomain.c, cat-compat.c: Wrong indentation in #if for stpcpy.
510
511         * finddomain.c (stpcpy):
512         Define substitution function local.  The macro was to flaky.
513
514         * cat-compat.c: Fix typo.
515
516         * xopen-msg.sed, linux-msg.sed:
517         While bringing message number to right place only accept digits.
518
519         * linux-msg.sed, xopen-msg.sed: Now that the counter does not have
520         leading 0s we don't need to remove them.  Reported by Marcus
521         Daniels.
522
523         * Makefile.in (../po/cat-id-tbl.o): Use $(top_srdir) in
524         dependency.  Reported by Marcus Daniels.
525
526         * cat-compat.c: (stpcpy) [!_LIBC && !HAVE_STPCPY]: Define replacement.
527         Generally cleanup using #if instead of #ifndef.
528
529         * Makefile.in: Correct typos in comment.  By Franc,ois Pinard.
530
531 Mon Nov  6 00:27:02 1995  Ulrich Drepper  <drepper@myware>
532
533         * Makefile.in (install-src): Don't install libintl.h and libintl.a
534         if we use an available gettext implementation.
535
536 Sun Nov  5 22:02:08 1995  Ulrich Drepper  <drepper@myware>
537
538         * libgettext.h: Fix typo: HAVE_CATGETTS -> HAVE_CATGETS.  Reported
539         by Franc,ois Pinard.
540
541         * libgettext.h: Use #if instead of #ifdef/#ifndef.
542
543         * finddomain.c:
544         Comments describing what has to be done should start with FIXME.
545
546 Sun Nov  5 19:38:01 1995  Ulrich Drepper  <drepper@myware>
547
548         * Makefile.in (DISTFILES): Split.  Use DISTFILES with normal meaning.
549         DISTFILES.common names the files common to both dist goals.
550         DISTFILES.gettext are the files only distributed in GNU gettext.
551
552 Sun Nov  5 17:32:54 1995  Ulrich Drepper  <drepper@myware>
553
554         * dcgettext.c (DCGETTEXT): Correct searching in derived locales.
555         This was necessary since a change in _nl_find_msg several weeks
556         ago.  I really don't know this is still not fixed.
557
558 Sun Nov  5 12:43:12 1995  Ulrich Drepper  <drepper@myware>
559
560         * loadmsgcat.c (_nl_load_domain): Test for FILENAME == NULL.  This
561         might mark a special condition.
562
563         * finddomain.c (make_entry_rec): Don't make illegal entry as decided.
564
565         * Makefile.in (dist): Suppress error message when ln failed.
566         Get files from $(srcdir) explicitly.
567
568         * libgettext.h (gettext_const): Rename to gettext_noop.
569
570 Fri Nov  3 07:36:50 1995  Ulrich Drepper  <drepper@myware>
571
572         * finddomain.c (make_entry_rec):
573         Protect against wrong locale names by testing mask.
574
575         * libgettext.h (gettext_const): Add macro definition.
576         Capitalize macro arguments.
577
578 Thu Nov  2 23:15:51 1995  Ulrich Drepper  <drepper@myware>
579
580         * finddomain.c (_nl_find_domain):
581         Test for pointer != NULL before accessing value.
582         Reported by Tom Tromey.
583
584         * gettext.c (NULL):
585         Define as (void*)0 instad of 0.  Reported by Franc,ois Pinard.
586
587 Mon Oct 30 21:28:52 1995  Ulrich Drepper  <drepper@myware>
588
589         * po2tbl.sed.in: Serious typo bug fixed by Jim Meyering.
590
591 Sat Oct 28 23:20:47 1995  Ulrich Drepper  <drepper@myware>
592
593         * libgettext.h: Disable dcgettext optimization for Solaris 2.3.
594
595         * localealias.c (alias_compare):
596         Peter Miller reported that tolower in some systems is
597         even dumber than I thought.  Protect call by `isupper'.
598
599 Fri Oct 27 22:22:51 1995  Ulrich Drepper  <drepper@myware>
600
601         * Makefile.in (libdir, includedir): New variables.
602         (install-src): Install libintl.a and libintl.h in correct dirs.
603
604 Fri Oct 27 22:07:29 1995  Ulrich Drepper  <drepper@myware>
605
606         * Makefile.in (SOURCES): Fix typo: intrl.compat.c -> intl-compat.c.
607
608         * po2tbl.sed.in: Patch for buggy SEDs by Christian von Roques.
609
610         * localealias.c:
611         Fix typo and superflous test.  Reported by Christian von Roques.
612
613 Fri Oct  6 11:52:05 1995  Ulrich Drepper  <drepper@myware>
614
615         * finddomain.c (_nl_find_domain):
616         Correct some remainder from the pre-CEN syntax.  Now
617         we don't have a constant number of successors anymore.
618
619 Wed Sep 27 21:41:13 1995  Ulrich Drepper  <drepper@myware>
620
621         * Makefile.in (DISTFILES): Add libintl.h.glibc.
622
623         * Makefile.in (dist-libc): Add goal for packing sources for glibc.
624         (COMSRCS, COMHDRS): Splitted to separate sources shared with glibc.
625
626         * loadmsgcat.c: Forget to continue #if line.
627
628         * localealias.c:
629         [_LIBC]: Rename strcasecmp to __strcasecmp to keep ANSI C name
630         space clean.
631
632         * dcgettext.c, finddomain.c: Better comment to last change.
633
634         * loadmsgcat.c:
635         [_LIBC]: Rename fstat, open, close, read, mmap, and munmap to
636         __fstat, __open, __close, __read, __mmap, and __munmap resp
637         to keep ANSI C name space clean.
638
639         * finddomain.c:
640         [_LIBC]: Rename stpcpy to __stpcpy to keep ANSI C name space clean.
641
642         * dcgettext.c:
643         [_LIBC]: Rename getced and stpcpy to __getcwd and __stpcpy resp to
644         keep ANSI C name space clean.
645
646         * libgettext.h:
647         Include sys/types.h for those old SysV systems out there.
648         Reported by Francesco Potorti`.
649
650         * loadmsgcat.c (use_mmap): Define if compiled for glibc.
651
652         * bindtextdom.c: Include all those standard headers
653         unconditionally if _LIBC is defined.
654
655         * finddomain.c: Fix 2 times defiend -> defined.
656
657         * textdomain.c: Include libintl.h instead of libgettext.h when
658         compiling for glibc.  Include all those standard headers
659         unconditionally if _LIBC is defined.
660
661         * localealias.c, loadmsgcat.c: Prepare to be compiled in glibc.
662
663         * gettext.c:
664         Include libintl.h instead of libgettext.h when compiling for glibc.
665         Get NULL from stddef.h if we compile for glibc.
666
667         * finddomain.c: Include libintl.h instead of libgettext.h when
668         compiling for glibc.  Include all those standard headers
669         unconditionally if _LIBC is defined.
670
671         * dcgettext.c: Include all those standard headers unconditionally
672         if _LIBC is defined.
673
674         * dgettext.c: If compiled in glibc include libintl.h instead of
675         libgettext.h.
676         (locale.h): Don't rely on HAVE_LOCALE_H when compiling for glibc.
677
678         * dcgettext.c: If compiled in glibc include libintl.h instead of
679         libgettext.h.
680         (getcwd): Don't rely on HAVE_GETCWD when compiling for glibc.
681
682         * bindtextdom.c:
683         If compiled in glibc include libintl.h instead of libgettext.h.
684
685 Mon Sep 25 22:23:06 1995  Ulrich Drepper  <drepper@myware>
686
687         * localealias.c (_nl_expand_alias): Don't call bsearch if NMAP <= 0.
688         Reported by Marcus Daniels.
689
690         * cat-compat.c (bindtextdomain):
691         String used in putenv must not be recycled.
692         Reported by Marcus Daniels.
693
694         * libgettext.h (__USE_GNU_GETTEXT):
695         Additional symbol to signal that we use GNU gettext
696         library.
697
698         * cat-compat.c (bindtextdomain):
699         Fix bug with the strange stpcpy replacement.
700         Reported by Nelson Beebe.
701
702 Sat Sep 23 08:23:51 1995  Ulrich Drepper  <drepper@myware>
703
704         * cat-compat.c: Include <string.h> for stpcpy prototype.
705
706         * localealias.c (read_alias_file):
707         While expand strdup code temporary variable `cp' hided
708         higher level variable with same name.  Rename to `tp'.
709
710         * textdomain.c (textdomain):
711         Avoid warning by using temporary variable in strdup code.
712
713         * finddomain.c (_nl_find_domain): Remove unused variable `application'.
714
715 Thu Sep 21 15:51:44 1995  Ulrich Drepper  <drepper@myware>
716
717         * localealias.c (alias_compare):
718         Use strcasecmp() only if available.  Else use
719         implementation in place.
720
721         * intl-compat.c:
722         Wrapper functions now call *__ functions instead of __*.
723
724         * libgettext.h: Declare prototypes for *__ functions instead for __*.
725
726         * cat-compat.c, loadmsgcat.c:
727         Don't use xmalloc, xstrdup, and stpcpy.  These functions are not part
728         of the standard libc and so prevent libintl.a from being used
729         standalone.
730
731         * bindtextdom.c:
732         Don't use xmalloc, xstrdup, and stpcpy.  These functions are not part
733         of the standard libc and so prevent libintl.a from being used
734         standalone.
735         Rename to bindtextdomain__ if not used in GNU C Library.
736
737         * dgettext.c:
738         Rename function to dgettext__ if not used in GNU C Library.
739
740         * gettext.c:
741         Don't use xmalloc, xstrdup, and stpcpy.  These functions are not part
742         of the standard libc and so prevent libintl.a from being used
743         standalone.
744         Functions now called gettext__ if not used in GNU C Library.
745
746         * dcgettext.c, localealias.c, textdomain.c, finddomain.c:
747         Don't use xmalloc, xstrdup, and stpcpy.  These functions are not part
748         of the standard libc and so prevent libintl.a from being used
749         standalone.
750
751 Sun Sep 17 23:14:49 1995  Ulrich Drepper  <drepper@myware>
752
753         * finddomain.c: Correct some bugs in handling of CEN standard
754         locale definitions.
755
756 Thu Sep  7 01:49:28 1995  Ulrich Drepper  <drepper@myware>
757
758         * finddomain.c: Implement CEN syntax.
759
760         * gettextP.h (loaded_domain): Extend number of successors to 31.
761
762 Sat Aug 19 19:25:29 1995  Ulrich Drepper  <drepper@myware>
763
764         * Makefile.in (aliaspath): Remove path to X11 locale dir.
765
766         * Makefile.in: Make install-src depend on install.  This helps
767         gettext to install the sources and other packages can use the
768         install goal.
769
770 Sat Aug 19 15:19:33 1995  Ulrich Drepper  <drepper@myware>
771
772         * Makefile.in (uninstall): Remove stuff installed by install-src.
773
774 Tue Aug 15 13:13:53 1995  Ulrich Drepper  <drepper@myware>
775
776         * VERSION.in: Initial revision.
777
778         * Makefile.in (DISTFILES):
779         Add VERSION file.  This is not necessary for gettext, but
780         for other packages using this library.
781
782 Tue Aug 15 06:16:44 1995  Ulrich Drepper  <drepper@myware>
783
784         * gettextP.h (_nl_find_domain):
785         New prototype after changing search strategy.
786
787         * finddomain.c (_nl_find_domain):
788         We now try only to find a specified catalog.  Fall back to other
789         catalogs listed in the locale list is now done in __dcgettext.
790
791         * dcgettext.c (__dcgettext):
792         Now we provide message fall back even to different languages.
793         I.e. if a message is not available in one language all the other
794         in the locale list a tried.  Formerly fall back was only possible
795         within one language.  Implemented by moving one loop from
796         _nl_find_domain to here.
797
798 Mon Aug 14 23:45:50 1995  Ulrich Drepper  <drepper@myware>
799
800         * Makefile.in (gettextsrcdir):
801         Directory where source of GNU gettext library are made
802         available.
803         (INSTALL, INSTALL_DATA): Programs used for installing sources.
804         (gettext-src): New.  Rule to install GNU gettext sources for use in
805         gettextize shell script.
806
807 Sun Aug 13 14:40:48 1995  Ulrich Drepper  <drepper@myware>
808
809         * loadmsgcat.c (_nl_load_domain):
810         Use mmap for loading only when munmap function is
811         also available.
812
813         * Makefile.in (install): Depend on `all' goal.
814
815 Wed Aug  9 11:04:33 1995  Ulrich Drepper  <drepper@myware>
816
817         * localealias.c (read_alias_file):
818         Do not overwrite '\n' when terminating alias value string.
819
820         * localealias.c (read_alias_file):
821         Handle long lines.  Ignore the rest not fitting in
822         the buffer after the initial `fgets' call.
823
824 Wed Aug  9 00:54:29 1995  Ulrich Drepper  <drepper@myware>
825
826         * gettextP.h (_nl_load_domain):
827         Add prototype, replacing prototype for _nl_load_msg_cat.
828
829         * finddomain.c (_nl_find_domain):
830         Remove unneeded variable filename and filename_len.
831         (expand_alias): Remove prototype because functions does not
832         exist anymore.
833
834         * localealias.c (read_alias_file):
835         Change type of fname_len parameter to int.
836         (xmalloc): Add prototype.
837
838         * loadmsgcat.c: Better prototypes for xmalloc.
839
840 Tue Aug  8 22:30:39 1995  Ulrich Drepper  <drepper@myware>
841
842         * finddomain.c (_nl_find_domain):
843         Allow alias name to be constructed from the four components.
844
845         * Makefile.in (aliaspath): New variable.  Set to preliminary value.
846         (SOURCES): Add localealias.c.
847         (OBJECTS): Add localealias.o.
848
849         * gettextP.h: Add prototype for _nl_expand_alias.
850
851         * finddomain.c: Aliasing handled in intl/localealias.c.
852
853         * localealias.c: Aliasing for locale names.
854
855         * bindtextdom.c: Better prototypes for xmalloc and xstrdup.
856
857 Mon Aug  7 23:47:42 1995  Ulrich Drepper  <drepper@myware>
858
859         * Makefile.in (DISTFILES): gettext.perl is now found in misc/.
860
861         * cat-compat.c (bindtextdomain):
862         Correct implementation.  dirname parameter was not used.
863         Reported by Marcus Daniels.
864
865         * gettextP.h (loaded_domain):
866         New fields `successor' and `decided' for oo, lazy
867         message handling implementation.
868
869         * dcgettext.c:
870         Adopt for oo, lazy message handliing.
871         Now we can inherit translations from less specific locales.
872         (find_msg): New function.
873
874         * loadmsgcat.c, finddomain.c:
875         Complete rewrite.  Implement oo, lazy message handling :-).
876         We now have an additional environment variable `LANGUAGE' with
877         a higher priority than LC_ALL for the LC_MESSAGE locale.
878         Here we can set a colon separated list of specifications each
879         of the form `language[_territory[.codeset]][@modifier]'.
880
881 Sat Aug  5 09:55:42 1995  Ulrich Drepper  <drepper@myware>
882
883         * finddomain.c (unistd.h):
884         Include to get _PC_PATH_MAX defined on system having it.
885
886 Fri Aug  4 22:42:00 1995  Ulrich Drepper  <drepper@myware>
887
888         * finddomain.c (stpcpy): Include prototype.
889
890         * Makefile.in (dist): Remove `copying instead' message.
891
892 Wed Aug  2 18:52:03 1995  Ulrich Drepper  <drepper@myware>
893
894         * Makefile.in (ID, TAGS): Do not use $^.
895
896 Tue Aug  1 20:07:11 1995  Ulrich Drepper  <drepper@myware>
897
898         * Makefile.in (TAGS, ID): Use $^ as command argument.
899         (TAGS): Give etags -o option t write to current directory,
900         not $(srcdir).
901         (ID): Use $(srcdir) instead os $(top_srcdir)/src.
902         (distclean): Remove ID.
903
904 Sun Jul 30 11:51:46 1995  Ulrich Drepper  <drepper@myware>
905
906         * Makefile.in (gnulocaledir):
907         New variable, always using share/ for data directory.
908         (DEFS): Add GNULOCALEDIR, used in finddomain.c.
909
910         * finddomain.c (_nl_default_dirname):
911         Set to GNULOCALEDIR, because it always has to point
912         to the directory where GNU gettext Library writes it to.
913
914         * intl-compat.c (textdomain, bindtextdomain):
915         Undefine macros before function definition.
916
917 Sat Jul 22 01:10:02 1995  Ulrich Drepper  <drepper@myware>
918
919         * libgettext.h (_LIBINTL_H):
920         Protect definition in case where this file is included as
921         libgettext.h on Solaris machines.  Add comment about this.
922
923 Wed Jul 19 02:36:42 1995  Ulrich Drepper  <drepper@myware>
924
925         * intl-compat.c (textdomain): Correct typo.
926
927 Wed Jul 19 01:51:35 1995  Ulrich Drepper  <drepper@myware>
928
929         * dcgettext.c (dcgettext): Function now called __dcgettext.
930
931         * dgettext.c (dgettext): Now called __dgettext and calls
932         __dcgettext.
933
934         * gettext.c (gettext):
935         Function now called __gettext and calls __dgettext.
936
937         * textdomain.c (textdomain): Function now called __textdomain.
938
939         * bindtextdom.c (bindtextdomain): Function now called
940         __bindtextdomain.
941
942         * intl-compat.c: Initial revision.
943
944         * Makefile.in (SOURCES): Add intl-compat.c.
945         (OBJECTS): We always compile the GNU gettext library functions.
946         OBJECTS contains all objects but cat-compat.o, ../po/cat-if-tbl.o,
947         and intl-compat.o.
948         (GETTOBJS): Contains now only intl-compat.o.
949
950         * libgettext.h:
951         Re-include protection matches dualistic character of libgettext.h.
952         For all functions in GNU gettext library define __ counter part.
953
954         * finddomain.c (strchr): Define as index if not found in C library.
955         (_nl_find_domain): For relative paths paste / in between.
956
957 Tue Jul 18 16:37:45 1995  Ulrich Drepper  <drepper@myware>
958
959         * loadmsgcat.c, finddomain.c: Add inclusion of sys/types.h.
960
961         * xopen-msg.sed: Fix bug with `msgstr ""' lines.
962         A little bit better comments.
963
964 Tue Jul 18 01:18:27 1995  Ulrich Drepper  <drepper@myware>
965
966         * Makefile.in:
967         po-mode.el, makelinks, combine-sh are now found in ../misc.
968
969         * po-mode.el, makelinks, combine-sh, elisp-comp:
970         Moved to ../misc/.
971
972         * libgettext.h, gettextP.h, gettext.h: Uniform test for __STDC__.
973
974 Sun Jul 16 22:33:02 1995  Ulrich Drepper  <drepper@myware>
975
976         * Makefile.in (INSTALL, INSTALL_DATA): New variables.
977         (install-data, uninstall): Install/uninstall .elc file.
978
979         * po-mode.el (Installation comment):
980         Add .pox as possible extension of .po files.
981
982 Sun Jul 16 13:23:27 1995  Ulrich Drepper  <drepper@myware>
983
984         * elisp-comp: Complete new version by Franc,ois: This does not
985         fail when not compiling in the source directory.
986
987 Sun Jul 16 00:12:17 1995  Ulrich Drepper  <drepper@myware>
988
989         * Makefile.in (../po/cat-id-tbl.o):
990         Use $(MAKE) instead of make for recursive make.
991
992         * Makefile.in (.el.elc): Use $(SHELL) instead of /bin/sh.
993         (install-exec): Add missing dummy goal.
994         (install-data, uninstall): @ in multi-line shell command at
995         beginning, not in front of echo.  Reported by Eric Backus.
996
997 Sat Jul 15 00:21:28 1995  Ulrich Drepper  <drepper@myware>
998
999         * Makefile.in (DISTFILES):
1000         Rename libgettext.perl to gettext.perl to fit in 14 chars
1001         file systems.
1002
1003         * gettext.perl:
1004         Rename to gettext.perl to fit in 14 chars file systems.
1005
1006 Thu Jul 13 23:17:20 1995  Ulrich Drepper  <drepper@myware>
1007
1008         * cat-compat.c: If !STDC_HEADERS try to include malloc.h.
1009
1010 Thu Jul 13 20:55:02 1995  Ulrich Drepper  <drepper@myware>
1011
1012         * po2tbl.sed.in: Pretty printing.
1013
1014         * linux-msg.sed, xopen-msg.sed:
1015         Correct bugs with handling substitute flags in branches.
1016
1017         * hash-string.h (hash_string):
1018         Old K&R compilers don't under stand `unsigned char'.
1019
1020         * gettext.h (nls_uint32):
1021         Some old K&R compilers (eg HP) don't understand `unsigned int'.
1022
1023         * cat-compat.c (msg_to_cat_id): De-ANSI-fy prototypes.
1024
1025 Thu Jul 13 01:34:33 1995  Ulrich Drepper  <drepper@myware>
1026
1027         * Makefile.in (ELCFILES): New variable.
1028         (DISTFILES): Add elisp-comp.
1029         Add implicit rule for .el -> .elc compilation.
1030         (install-data): install $ELCFILES
1031         (clean): renamed po-to-tbl and po-to-msg to po2tbl and po2msg resp.
1032
1033         * elisp-comp: Initial revision
1034
1035 Wed Jul 12 16:14:52 1995  Ulrich Drepper  <drepper@myware>
1036
1037         * Makefile.in:
1038         cat-id-tbl.c is now found in po/.  This enables us to use an identical
1039         intl/ directory in all packages.
1040
1041         * dcgettext.c (dcgettext): hashing does not work for table size <= 2.
1042
1043         * textdomain.c: fix typo (#if def -> #if defined)
1044
1045 Tue Jul 11 18:44:43 1995  Ulrich Drepper  <drepper@myware>
1046
1047         * Makefile.in (stamp-cat-id): use top_srcdir to address source files
1048         (DISTFILES,distclean): move tupdate.perl to src/
1049
1050         * po-to-tbl.sed.in:
1051         add additional jump to clear change flag to recognize multiline strings
1052
1053 Tue Jul 11 01:32:50 1995  Ulrich Drepper  <drepper@myware>
1054
1055         * textdomain.c: Protect inclusion of stdlib.h and string.h.
1056
1057         * loadmsgcat.c: Protect inclusion of stdlib.h.
1058
1059         * libgettext.h: Protect inclusion of locale.h.
1060         Allow use in C++ programs.
1061         Define NULL is not happened already.
1062
1063         * Makefile.in (DISTFILES): ship po-to-tbl.sed.in instead of
1064         po-to-tbl.sed.
1065         (distclean): remove po-to-tbl.sed and tupdate.perl.
1066
1067         * tupdate.perl.in: Substitute Perl path even in exec line.
1068         Don't include entries without translation from old .po file.
1069
1070 Tue Jul  4 00:41:51 1995  Ulrich Drepper  <drepper@myware>
1071
1072         * tupdate.perl.in: use "Updated: " in msgid "".
1073
1074         * cat-compat.c: Fix typo (LOCALDIR -> LOCALEDIR).
1075         Define getenv if !__STDC__.
1076
1077         * bindtextdom.c: Protect stdlib.h and string.h inclusion.
1078         Define free if !__STDC__.
1079
1080         * finddomain.c: Change DEF_MSG_DOM_DIR to LOCALEDIR.
1081         Define free if !__STDC__.
1082
1083         * cat-compat.c: Change DEF_MSG_DOM_DIR to LOCALEDIR.
1084
1085 Mon Jul  3 23:56:30 1995  Ulrich Drepper  <drepper@myware>
1086
1087         * Makefile.in: Use LOCALEDIR instead of DEF_MSG_DOM_DIR.
1088         Remove unneeded $(srcdir) from Makefile.in dependency.
1089
1090         * makelinks: Add copyright and short description.
1091
1092         * po-mode.el: Last version for 0.7.
1093
1094         * tupdate.perl.in: Fix die message.
1095
1096         * dcgettext.c: Protect include of string.h.
1097
1098         * gettext.c: Protect include of stdlib.h and further tries to get NULL.
1099
1100         * finddomain.c: Some corrections in includes.
1101
1102         * Makefile.in (INCLUDES): Prune list correct path to Makefile.in.
1103
1104         * po-to-tbl.sed: Adopt for new .po file format.
1105
1106         * linux-msg.sed, xopen-msg.sed: Adopt for new .po file format.
1107
1108 Sun Jul  2 23:55:03 1995  Ulrich Drepper  <drepper@myware>
1109
1110         * tupdate.perl.in: Complete rewrite for new .po file format.
1111
1112 Sun Jul  2 02:06:50 1995  Ulrich Drepper  <drepper@myware>
1113
1114         * First official release.  This directory contains all the code
1115         needed to internationalize own packages.  It provides functions
1116         which allow to use the X/Open catgets function with an interface
1117         like the Uniforum gettext function.  For system which does not
1118         have neither of those a complete implementation is provided.