Mark ChangeLog
[official-gcc.git] / gcc / intl / ChangeLog
blob04f872faebc99d36df9e87fb0e0e740559872c27
1 2001-10-23  Release Manager
3         * GCC 3.0.2 Released.
5 2001-08-19  Release Manager
7         * GCC 3.0.1 Released.
9 2001-08-19  Release Manager
11         * GCC 3.0.1 Released.
13 20010617 Release Manager
15         * GCC 3.0 Released.
17 2001-05-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
19         * po2tbl.sed.in: Fixed typo.
21 2000-09-18  Bruno Haible  <haible@clisp.cons.org>
23         * intl/dcgettext.c: Outside libc, use local variable names that don't
24         clash with those in libc.
25         * intl/bindtextdom.c: Likewise.
26         * intl/textdomain.c: Likewise.
28 2000-09-05  John David Anglin <dave@hiauly1.hia.nrc.ca>
30         * gettext.h (nls_uint32): Choose via INT_MAX instead of UINT_MAX.
32 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
34         * dcgettext.c (find_msg): Initialize act before loop.
35         (guess_category_value): Add dummy uses of both parameters.
36         * localealias.c (read_alias_file): Cast arg of strchr to char *.
38 2000-06-06  Philipp Thomas  <pthomas@suse.de>
40         * Makefile.in: Add -DIN_GCC to DEFS, add appropriate -I switches.
41         * dcgettext.c: Define _GNU_SOURCE before any system header is
42         included. Guard getcwd declaration with HAVE_DECL_GETCWD.
43         * loadmsgcat.c (_nl_load_domain): Cast st.st_size in compaison to
44         size_t.
45         * localealias.c: Define _GNU_SOURCE before any system header is
46         included. Don't use return value of memcpy because it could be a
47         macro defined in terms of bcopy.
48         (read_alias_file): Remove HAVE_MEMCPY guard and just don't use the
49         return value of memcpy. Cast argument to fgets and strlen to char *.
50         * explodename.c (_nl_explode_name): Cast codeset to unsigned char **
51         in call to _nl_normalize_codeset.
52         * l10nflist.c: Define _GNU_SOURCE before any system header is
53         included.
54         
55 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
57         * intl/localealias.c (read_alias_file): Use unsigned char for
58         local variables.  Remove unused variable tp.
59         * intl/l10nflist.c (_nl_normalize_codeset): Use unsigned char *
60         for type of codeset.  For loosing Solaris systems.
61         * intl/loadinfo.h: Adapt prototype of _nl_normalize_codeset.
62         * intl/bindtextdom.c (BINDTEXTDOMAIN): Don't define local variable
63         len if not needed.
64         Patches by Jim Meyering.
66 1998-04-28  Ulrich Drepper  <drepper@cygnus.com>
68         * loadmsgcat.c (_nl_load_domain): Don't assign the element use_mmap if
69         mmap is not supported.
71         * hash-string.h: Don't include <values.h>.
73 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
75         * textdomain.c: Use strdup is available.
77         * localealias.c: Define HAVE_MEMPCPY so that we can use this
78         function.  Define and use semapahores to protect modfication of
79         global objects when compiling for glibc.  Add code to allow
80         freeing alias table.
82         * l10nflist.c: Don't assume stpcpy not being a macro.
84         * gettextP.h: Define internal_function macri if not already done.
85         Use glibc byte-swap macros instead of defining SWAP when compiled
86         for glibc.
87         (struct loaded_domain): Add elements to allow unloading.
89         * Makefile.in (distclean): Don't remove libintl.h here.
91         * bindtextdomain.c: Carry over changes from glibc.  Use strdup if
92         available.
94         * dcgettext.c: Don't assume stpcpy not being a macro.  Mark internal
95         functions.  Add memory freeing code for glibc.
97         * dgettext.c: Update copyright.
99         * explodename.c: Include stdlib.h and string.h only if they exist.
100         Use strings.h eventually.
102         * finddomain.c: Mark internal functions.  Use strdup if available.
103         Add memory freeing code for glibc.
105 1997-10-10 20:00  Ulrich Drepper  <drepper@cygnus.com>
107         * libgettext.h: Fix dummy textdomain and bindtextdomain macros.
108         They should return reasonable values.
109         Reported by Tom Tromey <tromey@cygnus.com>.
111 1997-09-16 03:33  Ulrich Drepper  <drepper@cygnus.com>
113         * libgettext.h: Define PARAMS also to `args' if __cplusplus is defined.
114         * intlh.inst.in: Likewise.
115         Reported by Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>.
117         * libintl.glibc: Update from current glibc version.
119 1997-09-06 02:10  Ulrich Drepper  <drepper@cygnus.com>
121         * intlh.inst.in: Reformat copyright.
123 1997-08-19 15:22  Ulrich Drepper  <drepper@cygnus.com>
125         * dcgettext.c (DCGETTEXT): Remove wrong comment.
127 1997-08-16 00:13  Ulrich Drepper  <drepper@cygnus.com>
129         * Makefile.in (install-data): Don't change directory to install.
131 1997-08-01 14:30  Ulrich Drepper  <drepper@cygnus.com>
133         * cat-compat.c: Fix copyright.
135         * localealias.c: Don't define strchr unless !HAVE_STRCHR.
137         * loadmsgcat.c: Update copyright.  Fix typos.
139         * l10nflist.c: Don't define strchr unless !HAVE_STRCHR.
140         (_nl_make_l10nflist): Handle sponsor and revision correctly.
142         * gettext.c: Update copyright.
143         * gettext.h: Likewise.
144         * hash-string.h: Likewise.
146         * finddomain.c: Remoave dead code.  Define strchr only if
147         !HAVE_STRCHR.
149         * explodename.c: Include <sys/types.h>.
151         * explodename.c: Reformat copyright text.
152         (_nl_explode_name): Fix typo.
154         * dcgettext.c: Define and use __set_errno.
155         (guess_category_value): Don't use setlocale if HAVE_LC_MESSAGES is
156         not defined.
158         * bindtextdom.c: Pretty printing.
160 1997-05-01 02:25  Ulrich Drepper  <drepper@cygnus.com>
162         * dcgettext.c (guess_category_value): Don't depend on
163         HAVE_LC_MESSAGES.  We don't need the macro here.
164         Patch by Bruno Haible <haible@ilog.fr>.
166         * cat-compat.c (textdomain): DoN't refer to HAVE_SETLOCALE_NULL
167         macro.  Instead use HAVE_LOCALE_NULL and define it when using
168         glibc, as in dcgettext.c.
169         Patch by Bruno Haible <haible@ilog.fr>.
171         * Makefile.in (CPPFLAGS): New variable.  Reported by Franc,ois
172         Pinard.
174 Mon Mar 10 06:51:17 1997  Ulrich Drepper  <drepper@cygnus.com>
176         * Makefile.in: Implement handling of libtool.
178         * gettextP.h: Change data structures for use of generic lowlevel
179         i18n file handling.
181 Wed Dec  4 20:21:18 1996  Ulrich Drepper  <drepper@cygnus.com>
183         * textdomain.c: Put parentheses around arguments of memcpy macro
184         definition.
185         * localealias.c: Likewise.
186         * l10nflist.c: Likewise.
187         * finddomain.c: Likewise.
188         * bindtextdom.c: Likewise.
189         Reported by Thomas Esken.
191 Mon Nov 25 22:57:51 1996  Ulrich Drepper  <drepper@cygnus.com>
193         * textdomain.c: Move definition of `memcpy` macro to right
194         position.
196 Fri Nov 22 04:01:58 1996  Ulrich Drepper  <drepper@cygnus.com>
198         * finddomain.c [!HAVE_STRING_H && !_LIBC]: Define memcpy using
199         bcopy if not already defined.  Reported by Thomas Esken.
200         * bindtextdom.c: Likewise.
201         * l10nflist.c: Likewise.
202         * localealias.c: Likewise.
203         * textdomain.c: Likewise.
205 Tue Oct 29 11:10:27 1996  Ulrich Drepper  <drepper@cygnus.com>
207         * Makefile.in (libdir): Change to use exec_prefix instead of
208         prefix.  Reported by Knut-HĂ„vardAksnes <etokna@eto.ericsson.se>.
210 Sat Aug 31 03:07:09 1996  Ulrich Drepper  <drepper@cygnus.com>
212         * l10nflist.c (_nl_normalize_codeset): We convert to lower case,
213         so don't prepend uppercase `ISO' for only numeric arg.
215 Fri Jul 19 00:15:46 1996  Ulrich Drepper  <drepper@cygnus.com>
217         * l10nflist.c: Move inclusion of argz.h, ctype.h, stdlib.h after
218         definition of _GNU_SOURCE.  Patch by Roland McGrath.
220         * Makefile.in (uninstall): Fix another bug with `for' loop and
221         empty arguments.  Patch by Jim Meyering.  Correct name os
222         uninstalled files: no intl- prefix anymore.
224         * Makefile.in (install-data): Again work around shells which
225         cannot handle mpty for list.  Reported by Jim Meyering.
227 Sat Jul 13 18:11:35 1996  Ulrich Drepper  <drepper@cygnus.com>
229         * Makefile.in (install): Split goal.  Now depend on install-exec
230         and install-data.
231         (install-exec, install-data): New goals.  Created from former
232         install goal.
233         Reported by Karl Berry.
235 Sat Jun 22 04:58:14 1996  Ulrich Drepper  <drepper@cygnus.com>
237         * Makefile.in (MKINSTALLDIRS): New variable.  Path to
238         mkinstalldirs script.
239         (install): use MKINSTALLDIRS variable or if the script is not present
240         try to find it in the $top_scrdir).
242 Wed Jun 19 02:56:56 1996  Ulrich Drepper  <drepper@cygnus.com>
244         * l10nflist.c: Linux libc *partly* includes the argz_* functions.
245         Grr.  Work around by renaming the static version and use macros
246         for renaming.
248 Tue Jun 18 20:11:17 1996  Ulrich Drepper  <drepper@cygnus.com>
250         * l10nflist.c: Correct presence test macros of __argz_* functions.
252         * l10nflist.c: Include <argz.h> based on test of it instead when
253         __argz_* functions are available.
254         Reported by Andreas Schwab.
256 Thu Jun 13 15:17:44 1996  Ulrich Drepper  <drepper@cygnus.com>
258         * explodename.c, l10nflist.c: Define NULL for dumb systems.
260 Tue Jun 11 17:05:13 1996  Ulrich Drepper  <drepper@cygnus.com>
262         * intlh.inst.in, libgettext.h (dcgettext): Rename local variable
263         result to __result to prevent name clash.
265         * l10nflist.c, localealias.c, dcgettext.c: Define _GNU_SOURCE to
266         get prototype for stpcpy and strcasecmp.
268         * intlh.inst.in, libgettext.h: Move declaration of
269         `_nl_msg_cat_cntr' outside __extension__ block to prevent warning
270         from gcc's -Wnested-extern option.
272 Fri Jun  7 01:58:00 1996  Ulrich Drepper  <drepper@cygnus.com>
274         * Makefile.in (install): Remove comment.
276 Thu Jun  6 17:28:17 1996  Ulrich Drepper  <drepper@cygnus.com>
278         * Makefile.in (install): Work around for another Buglix stupidity.
279         Always use an `else' close for `if's.  Reported by Nelson Beebe.
281         * Makefile.in (intlh.inst): Correct typo in phony rule.
282         Reported by Nelson Beebe.
284 Thu Jun  6 01:49:52 1996  Ulrich Drepper  <drepper@cygnus.com>
286         * dcgettext.c (read_alias_file): Rename variable alloca_list to
287         block_list as the macro calls assume.
288         Patch by Eric Backus.
290         * localealias.c [!HAVE_ALLOCA]: Define alloca as macro using
291         malloc.
292         (read_alias_file): Rename varriabe alloca_list to block_list as the
293         macro calls assume.
294         Patch by Eric Backus.
296         * l10nflist.c: Correct conditional for <argz.h> inclusion.
297         Reported by Roland McGrath.
299         * Makefile.in (all): Depend on all-@USE_INCLUDED_LIBINTL@, not
300         all-@USE_NLS@.
302         * Makefile.in (install): intlh.inst comes from local dir, not
303         $(srcdir).
305         * Makefile.in (intlh.inst): Special handling of this goal.  If
306         used in gettext, this is really a rul to construct this file.  If
307         used in any other package it is defined as a .PHONY rule with
308         empty body.
310         * finddomain.c: Extract locale file information handling into
311         l10nfile.c.  Rename local stpcpy__ function to stpcpy.
313         * dcgettext.c (stpcpy): Add local definition.
315         * l10nflist.c: Solve some portability problems.  Patches partly by
316         Thomas Esken.  Add local definition of stpcpy.
318 Tue Jun  4 02:47:49 1996  Ulrich Drepper  <drepper@cygnus.com>
320         * intlh.inst.in: Don't depend including <locale.h> on
321         HAVE_LOCALE_H.  Instead configure must rewrite this fiile
322         depending on the result of the configure run.
324         * Makefile.in (install): libintl.inst is now called intlh.inst.
325         Add rules for updating intlh.inst from intlh.inst.in.
327         * libintl.inst: Renamed to intlh.inst.in.
329         * localealias.c, dcgettext.c [__GNUC__]: Define HAVE_ALLOCA to 1
330         because gcc has __buitlin_alloca.
331         Reported by Roland McGrath.
333 Mon Jun  3 00:32:16 1996  Ulrich Drepper  <drepper@cygnus.com>
335         * Makefile.in (installcheck): New goal to fulfill needs of
336         automake's distcheck.
338         * Makefile.in (install): Reorder commands so that VERSION is
339         found.
341         * Makefile.in (gettextsrcdir): Now use subdirectory intl/ in
342         @datadir@/gettext.
343         (COMSRCS): Add l10nfile.c.
344         (OBJECTS): Add l10nfile.o.
345         (DISTFILES): Rename to DISTFILE.normal.  Remove $(DISTFILES.common).
346         (DISTFILE.gettext): Remove $(DISTFILES.common).
347         (all-gettext): Remove goal.
348         (install): If $(PACKAGE) = gettext install, otherwose do nothing.  No
349         package but gettext itself should install libintl.h + headers.
350         (dist): Extend goal to work for gettext, too.
351         (dist-gettext): Remove goal.
353         * dcgettext.c [!HAVE_ALLOCA]: Define macro alloca by using malloc.
355 Sun Jun  2 17:33:06 1996  Ulrich Drepper  <drepper@cygnus.com>
357         * loadmsgcat.c (_nl_load_domain): Parameter is now comes from
358         find_l10nfile.
360 Sat Jun  1 02:23:03 1996  Ulrich Drepper  <drepper@cygnus.com>
362         * l10nflist.c (__argz_next): Add definition.
364         * dcgettext.c [!HAVE_ALLOCA]: Add code for handling missing alloca
365         code.  Use new l10nfile handling.
367         * localealias.c [!HAVE_ALLOCA]: Add code for handling missing
368         alloca code.
370         * l10nflist.c: Initial revision.
372 Tue Apr  2 18:51:18 1996  Ulrich Drepper  <drepper@myware>
374         * Makefile.in (all-gettext): New goal.  Same as all-yes.
376 Thu Mar 28 23:01:22 1996  Karl Eichwalder  <ke@ke.central.de>
378         * Makefile.in (gettextsrcdir): Define using @datadir@.
380 Tue Mar 26 12:39:14 1996  Ulrich Drepper  <drepper@myware>
382         * finddomain.c: Include <ctype.h>.  Reported by Roland McGrath.
384 Sat Mar 23 02:00:35 1996  Ulrich Drepper  <drepper@myware>
386         * finddomain.c (stpcpy): Rename to stpcpy__ to prevent clashing
387         with external declaration.
389 Sat Mar  2 00:47:09 1996  Ulrich Drepper  <drepper@myware>
391         * Makefile.in (all-no): Rename from all_no.
393 Sat Feb 17 00:25:59 1996  Ulrich Drepper  <drepper@myware>
395         * gettextP.h [loaded_domain]: Array `successor' must now contain up
396         to 63 elements (because of codeset name normalization).
398         * finddomain.c: Implement codeset name normalization.
400 Thu Feb 15 04:39:09 1996  Ulrich Drepper  <drepper@myware>
402         * Makefile.in (all): Define to `all-@USE_NLS@'.
403         (all-yes, all_no): New goals.  `all-no' is noop, `all-yes'
404         is former all.
406 Mon Jan 15 21:46:01 1996  Howard Gayle  <howard@hal.com>
408         * localealias.c (alias_compare): Increment string pointers in loop
409         of strcasecmp replacement.
411 Fri Dec 29 21:16:34 1995  Ulrich Drepper  <drepper@myware>
413         * Makefile.in (install-src): Who commented this goal out ? :-)
415 Fri Dec 29 15:08:16 1995  Ulrich Drepper  <drepper@myware>
417         * dcgettext.c (DCGETTEXT): Save `errno'.  Failing system calls
418         should not effect it because a missing catalog is no error.
419         Reported by Harald K<o:>nig <koenig@tat.physik.uni-tuebingen.de>.
421 Tue Dec 19 22:09:13 1995  Ulrich Drepper  <drepper@myware>
423         * Makefile.in (Makefile): Explicitly use $(SHELL) for running
424         shell scripts.
426 Fri Dec 15 17:34:59 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
428         * Makefile.in (install-src): Only install library and header when
429         we use the own implementation.  Don't do it when using the
430         system's gettext or catgets functions.
432         * dcgettext.c (find_msg): Must not swap domain->hash_size here.
434 Sat Dec  9 16:24:37 1995  Ulrich Drepper  <drepper@myware>
436         * localealias.c, libintl.inst, libgettext.h, hash-string.h,
437         gettextP.h, finddomain.c, dcgettext.c, cat-compat.c:
438         Use PARAMS instead of __P.  Suggested by Roland McGrath.
440 Tue Dec  5 11:39:14 1995  Larry Schwimmer  <rosebud@cyclone.stanford.edu>
442         * libgettext.h: Use `#if !defined (_LIBINTL_H)' instead of `#if
443         !_LIBINTL_H' because Solaris defines _LIBINTL_H as empty.
445 Mon Dec  4 15:42:07 1995  Ulrich Drepper  <drepper@myware>
447         * Makefile.in (install-src):
448         Install libintl.inst instead of libintl.h.install.
450 Sat Dec  2 22:51:38 1995  Marcus Daniels  <marcus@sysc.pdx.edu>
452         * cat-compat.c (textdomain):
453         Reverse order in which files are tried you load.  First
454         try local file, when this failed absolute path.
456 Wed Nov 29 02:03:53 1995  Nelson H. F. Beebe  <beebe@math.utah.edu>
458         * cat-compat.c (bindtextdomain): Add missing { }.
460 Sun Nov 26 18:21:41 1995  Ulrich Drepper  <drepper@myware>
462         * libintl.inst: Add missing __P definition.  Reported by Nelson Beebe.
464         * Makefile.in:
465         Add dummy `all' and `dvi' goals.  Reported by Tom Tromey.
467 Sat Nov 25 16:12:01 1995  Franc,ois Pinard  <pinard@iro.umontreal.ca>
469         * hash-string.h: Capitalize arguments of macros.
471 Sat Nov 25 12:01:36 1995  Ulrich Drepper  <drepper@myware>
473         * Makefile.in (DISTFILES): Prevent files names longer than 13
474         characters.  libintl.h.glibc->libintl.glibc,
475         libintl.h.install->libintl.inst.  Reported by Joshua R. Poulson.
477 Sat Nov 25 11:31:12 1995  Eric Backus  <ericb@lsid.hp.com>
479         * dcgettext.c: Fix bug in preprocessor conditionals.
481 Sat Nov 25 02:35:27 1995  Nelson H. F. Beebe  <beebe@math.utah.edu>
483         * libgettext.h: Solaris cc does not understand
484          #if !SYMBOL1 && !SYMBOL2.  Sad but true.
486 Thu Nov 23 16:22:14 1995  Ulrich Drepper  <drepper@myware>
488         * hash-string.h (hash_string):
489         Fix for machine with >32 bit `unsigned long's.
491         * dcgettext.c (DCGETTEXT):
492         Fix horrible bug in loop for alternative translation.
494 Thu Nov 23 01:45:29 1995  Ulrich Drepper  <drepper@myware>
496         * po2tbl.sed.in, linux-msg.sed, xopen-msg.sed:
497         Some further simplifications in message number generation.
499 Mon Nov 20 21:08:43 1995  Ulrich Drepper  <drepper@myware>
501         * libintl.h.glibc: Use __const instead of const in prototypes.
503         * Makefile.in (install-src):
504         Install libintl.h.install instead of libintl.h.  This
505         is a stripped-down version.  Suggested by Peter Miller.
507         * libintl.h.install, libintl.h.glibc: Initial revision.
509         * localealias.c (_nl_expand_alias, read_alias_file):
510         Protect prototypes in type casts by __P.
512 Tue Nov 14 16:43:58 1995  Ulrich Drepper  <drepper@myware>
514         * hash-string.h: Correct prototype for hash_string.
516 Sun Nov 12 12:42:30 1995  Ulrich Drepper  <drepper@myware>
518         * hash-string.h (hash_string): Add prototype.
520         * gettextP.h: Fix copyright.
521         (SWAP): Add prototype.
523 Wed Nov  8 22:56:33 1995  Ulrich Drepper  <drepper@myware>
525         * localealias.c (read_alias_file): Forgot sizeof.
526         Avoid calling *printf function.  This introduces a big overhead.
527         Patch by Roland McGrath.
529 Tue Nov  7 14:21:08 1995  Ulrich Drepper  <drepper@myware>
531         * finddomain.c, cat-compat.c: Wrong indentation in #if for stpcpy.
533         * finddomain.c (stpcpy):
534         Define substitution function local.  The macro was to flaky.
536         * cat-compat.c: Fix typo.
538         * xopen-msg.sed, linux-msg.sed:
539         While bringing message number to right place only accept digits.
541         * linux-msg.sed, xopen-msg.sed: Now that the counter does not have
542         leading 0s we don't need to remove them.  Reported by Marcus
543         Daniels.
545         * Makefile.in (../po/cat-id-tbl.o): Use $(top_srdir) in
546         dependency.  Reported by Marcus Daniels.
548         * cat-compat.c: (stpcpy) [!_LIBC && !HAVE_STPCPY]: Define replacement.
549         Generally cleanup using #if instead of #ifndef.
551         * Makefile.in: Correct typos in comment.  By Franc,ois Pinard.
553 Mon Nov  6 00:27:02 1995  Ulrich Drepper  <drepper@myware>
555         * Makefile.in (install-src): Don't install libintl.h and libintl.a
556         if we use an available gettext implementation.
558 Sun Nov  5 22:02:08 1995  Ulrich Drepper  <drepper@myware>
560         * libgettext.h: Fix typo: HAVE_CATGETTS -> HAVE_CATGETS.  Reported
561         by Franc,ois Pinard.
563         * libgettext.h: Use #if instead of #ifdef/#ifndef.
565         * finddomain.c:
566         Comments describing what has to be done should start with FIXME.
568 Sun Nov  5 19:38:01 1995  Ulrich Drepper  <drepper@myware>
570         * Makefile.in (DISTFILES): Split.  Use DISTFILES with normal meaning.
571         DISTFILES.common names the files common to both dist goals.
572         DISTFILES.gettext are the files only distributed in GNU gettext.
574 Sun Nov  5 17:32:54 1995  Ulrich Drepper  <drepper@myware>
576         * dcgettext.c (DCGETTEXT): Correct searching in derived locales.
577         This was necessary since a change in _nl_find_msg several weeks
578         ago.  I really don't know this is still not fixed.
580 Sun Nov  5 12:43:12 1995  Ulrich Drepper  <drepper@myware>
582         * loadmsgcat.c (_nl_load_domain): Test for FILENAME == NULL.  This
583         might mark a special condition.
585         * finddomain.c (make_entry_rec): Don't make illegal entry as decided.
587         * Makefile.in (dist): Suppress error message when ln failed.
588         Get files from $(srcdir) explicitly.
590         * libgettext.h (gettext_const): Rename to gettext_noop.
592 Fri Nov  3 07:36:50 1995  Ulrich Drepper  <drepper@myware>
594         * finddomain.c (make_entry_rec):
595         Protect against wrong locale names by testing mask.
597         * libgettext.h (gettext_const): Add macro definition.
598         Capitalize macro arguments.
600 Thu Nov  2 23:15:51 1995  Ulrich Drepper  <drepper@myware>
602         * finddomain.c (_nl_find_domain):
603         Test for pointer != NULL before accessing value.
604         Reported by Tom Tromey.
606         * gettext.c (NULL):
607         Define as (void*)0 instad of 0.  Reported by Franc,ois Pinard.
609 Mon Oct 30 21:28:52 1995  Ulrich Drepper  <drepper@myware>
611         * po2tbl.sed.in: Serious typo bug fixed by Jim Meyering.
613 Sat Oct 28 23:20:47 1995  Ulrich Drepper  <drepper@myware>
615         * libgettext.h: Disable dcgettext optimization for Solaris 2.3.
617         * localealias.c (alias_compare):
618         Peter Miller reported that tolower in some systems is
619         even dumber than I thought.  Protect call by `isupper'.
621 Fri Oct 27 22:22:51 1995  Ulrich Drepper  <drepper@myware>
623         * Makefile.in (libdir, includedir): New variables.
624         (install-src): Install libintl.a and libintl.h in correct dirs.
626 Fri Oct 27 22:07:29 1995  Ulrich Drepper  <drepper@myware>
628         * Makefile.in (SOURCES): Fix typo: intrl.compat.c -> intl-compat.c.
630         * po2tbl.sed.in: Patch for buggy SEDs by Christian von Roques.
632         * localealias.c:
633         Fix typo and superflous test.  Reported by Christian von Roques.
635 Fri Oct  6 11:52:05 1995  Ulrich Drepper  <drepper@myware>
637         * finddomain.c (_nl_find_domain):
638         Correct some remainder from the pre-CEN syntax.  Now
639         we don't have a constant number of successors anymore.
641 Wed Sep 27 21:41:13 1995  Ulrich Drepper  <drepper@myware>
643         * Makefile.in (DISTFILES): Add libintl.h.glibc.
645         * Makefile.in (dist-libc): Add goal for packing sources for glibc.
646         (COMSRCS, COMHDRS): Splitted to separate sources shared with glibc.
648         * loadmsgcat.c: Forget to continue #if line.
650         * localealias.c:
651         [_LIBC]: Rename strcasecmp to __strcasecmp to keep ANSI C name
652         space clean.
654         * dcgettext.c, finddomain.c: Better comment to last change.
656         * loadmsgcat.c:
657         [_LIBC]: Rename fstat, open, close, read, mmap, and munmap to
658         __fstat, __open, __close, __read, __mmap, and __munmap resp
659         to keep ANSI C name space clean.
661         * finddomain.c:
662         [_LIBC]: Rename stpcpy to __stpcpy to keep ANSI C name space clean.
664         * dcgettext.c:
665         [_LIBC]: Rename getced and stpcpy to __getcwd and __stpcpy resp to
666         keep ANSI C name space clean.
668         * libgettext.h:
669         Include sys/types.h for those old SysV systems out there.
670         Reported by Francesco Potorti`.
672         * loadmsgcat.c (use_mmap): Define if compiled for glibc.
674         * bindtextdom.c: Include all those standard headers
675         unconditionally if _LIBC is defined.
677         * finddomain.c: Fix 2 times defiend -> defined.
679         * textdomain.c: Include libintl.h instead of libgettext.h when
680         compiling for glibc.  Include all those standard headers
681         unconditionally if _LIBC is defined.
683         * localealias.c, loadmsgcat.c: Prepare to be compiled in glibc.
685         * gettext.c:
686         Include libintl.h instead of libgettext.h when compiling for glibc.
687         Get NULL from stddef.h if we compile for glibc.
689         * finddomain.c: Include libintl.h instead of libgettext.h when
690         compiling for glibc.  Include all those standard headers
691         unconditionally if _LIBC is defined.
693         * dcgettext.c: Include all those standard headers unconditionally
694         if _LIBC is defined.
696         * dgettext.c: If compiled in glibc include libintl.h instead of
697         libgettext.h.
698         (locale.h): Don't rely on HAVE_LOCALE_H when compiling for glibc.
700         * dcgettext.c: If compiled in glibc include libintl.h instead of
701         libgettext.h.
702         (getcwd): Don't rely on HAVE_GETCWD when compiling for glibc.
704         * bindtextdom.c:
705         If compiled in glibc include libintl.h instead of libgettext.h.
707 Mon Sep 25 22:23:06 1995  Ulrich Drepper  <drepper@myware>
709         * localealias.c (_nl_expand_alias): Don't call bsearch if NMAP <= 0.
710         Reported by Marcus Daniels.
712         * cat-compat.c (bindtextdomain):
713         String used in putenv must not be recycled.
714         Reported by Marcus Daniels.
716         * libgettext.h (__USE_GNU_GETTEXT):
717         Additional symbol to signal that we use GNU gettext
718         library.
720         * cat-compat.c (bindtextdomain):
721         Fix bug with the strange stpcpy replacement.
722         Reported by Nelson Beebe.
724 Sat Sep 23 08:23:51 1995  Ulrich Drepper  <drepper@myware>
726         * cat-compat.c: Include <string.h> for stpcpy prototype.
728         * localealias.c (read_alias_file):
729         While expand strdup code temporary variable `cp' hided
730         higher level variable with same name.  Rename to `tp'.
732         * textdomain.c (textdomain):
733         Avoid warning by using temporary variable in strdup code.
735         * finddomain.c (_nl_find_domain): Remove unused variable `application'.
737 Thu Sep 21 15:51:44 1995  Ulrich Drepper  <drepper@myware>
739         * localealias.c (alias_compare):
740         Use strcasecmp() only if available.  Else use
741         implementation in place.
743         * intl-compat.c:
744         Wrapper functions now call *__ functions instead of __*.
746         * libgettext.h: Declare prototypes for *__ functions instead for __*.
748         * cat-compat.c, loadmsgcat.c:
749         Don't use xmalloc, xstrdup, and stpcpy.  These functions are not part
750         of the standard libc and so prevent libintl.a from being used
751         standalone.
753         * bindtextdom.c:
754         Don't use xmalloc, xstrdup, and stpcpy.  These functions are not part
755         of the standard libc and so prevent libintl.a from being used
756         standalone.
757         Rename to bindtextdomain__ if not used in GNU C Library.
759         * dgettext.c:
760         Rename function to dgettext__ if not used in GNU C Library.
762         * gettext.c:
763         Don't use xmalloc, xstrdup, and stpcpy.  These functions are not part
764         of the standard libc and so prevent libintl.a from being used
765         standalone.
766         Functions now called gettext__ if not used in GNU C Library.
768         * dcgettext.c, localealias.c, textdomain.c, finddomain.c:
769         Don't use xmalloc, xstrdup, and stpcpy.  These functions are not part
770         of the standard libc and so prevent libintl.a from being used
771         standalone.
773 Sun Sep 17 23:14:49 1995  Ulrich Drepper  <drepper@myware>
775         * finddomain.c: Correct some bugs in handling of CEN standard
776         locale definitions.
778 Thu Sep  7 01:49:28 1995  Ulrich Drepper  <drepper@myware>
780         * finddomain.c: Implement CEN syntax.
782         * gettextP.h (loaded_domain): Extend number of successors to 31.
784 Sat Aug 19 19:25:29 1995  Ulrich Drepper  <drepper@myware>
786         * Makefile.in (aliaspath): Remove path to X11 locale dir.
788         * Makefile.in: Make install-src depend on install.  This helps
789         gettext to install the sources and other packages can use the
790         install goal.
792 Sat Aug 19 15:19:33 1995  Ulrich Drepper  <drepper@myware>
794         * Makefile.in (uninstall): Remove stuff installed by install-src.
796 Tue Aug 15 13:13:53 1995  Ulrich Drepper  <drepper@myware>
798         * VERSION.in: Initial revision.
800         * Makefile.in (DISTFILES):
801         Add VERSION file.  This is not necessary for gettext, but
802         for other packages using this library.
804 Tue Aug 15 06:16:44 1995  Ulrich Drepper  <drepper@myware>
806         * gettextP.h (_nl_find_domain):
807         New prototype after changing search strategy.
809         * finddomain.c (_nl_find_domain):
810         We now try only to find a specified catalog.  Fall back to other
811         catalogs listed in the locale list is now done in __dcgettext.
813         * dcgettext.c (__dcgettext):
814         Now we provide message fall back even to different languages.
815         I.e. if a message is not available in one language all the other
816         in the locale list a tried.  Formerly fall back was only possible
817         within one language.  Implemented by moving one loop from
818         _nl_find_domain to here.
820 Mon Aug 14 23:45:50 1995  Ulrich Drepper  <drepper@myware>
822         * Makefile.in (gettextsrcdir):
823         Directory where source of GNU gettext library are made
824         available.
825         (INSTALL, INSTALL_DATA): Programs used for installing sources.
826         (gettext-src): New.  Rule to install GNU gettext sources for use in
827         gettextize shell script.
829 Sun Aug 13 14:40:48 1995  Ulrich Drepper  <drepper@myware>
831         * loadmsgcat.c (_nl_load_domain):
832         Use mmap for loading only when munmap function is
833         also available.
835         * Makefile.in (install): Depend on `all' goal.
837 Wed Aug  9 11:04:33 1995  Ulrich Drepper  <drepper@myware>
839         * localealias.c (read_alias_file):
840         Do not overwrite '\n' when terminating alias value string.
842         * localealias.c (read_alias_file):
843         Handle long lines.  Ignore the rest not fitting in
844         the buffer after the initial `fgets' call.
846 Wed Aug  9 00:54:29 1995  Ulrich Drepper  <drepper@myware>
848         * gettextP.h (_nl_load_domain):
849         Add prototype, replacing prototype for _nl_load_msg_cat.
851         * finddomain.c (_nl_find_domain):
852         Remove unneeded variable filename and filename_len.
853         (expand_alias): Remove prototype because functions does not
854         exist anymore.
856         * localealias.c (read_alias_file):
857         Change type of fname_len parameter to int.
858         (xmalloc): Add prototype.
860         * loadmsgcat.c: Better prototypes for xmalloc.
862 Tue Aug  8 22:30:39 1995  Ulrich Drepper  <drepper@myware>
864         * finddomain.c (_nl_find_domain):
865         Allow alias name to be constructed from the four components.
867         * Makefile.in (aliaspath): New variable.  Set to preliminary value.
868         (SOURCES): Add localealias.c.
869         (OBJECTS): Add localealias.o.
871         * gettextP.h: Add prototype for _nl_expand_alias.
873         * finddomain.c: Aliasing handled in intl/localealias.c.
875         * localealias.c: Aliasing for locale names.
877         * bindtextdom.c: Better prototypes for xmalloc and xstrdup.
879 Mon Aug  7 23:47:42 1995  Ulrich Drepper  <drepper@myware>
881         * Makefile.in (DISTFILES): gettext.perl is now found in misc/.
883         * cat-compat.c (bindtextdomain):
884         Correct implementation.  dirname parameter was not used.
885         Reported by Marcus Daniels.
887         * gettextP.h (loaded_domain):
888         New fields `successor' and `decided' for oo, lazy
889         message handling implementation.
891         * dcgettext.c:
892         Adopt for oo, lazy message handliing.
893         Now we can inherit translations from less specific locales.
894         (find_msg): New function.
896         * loadmsgcat.c, finddomain.c:
897         Complete rewrite.  Implement oo, lazy message handling :-).
898         We now have an additional environment variable `LANGUAGE' with
899         a higher priority than LC_ALL for the LC_MESSAGE locale.
900         Here we can set a colon separated list of specifications each
901         of the form `language[_territory[.codeset]][@modifier]'.
903 Sat Aug  5 09:55:42 1995  Ulrich Drepper  <drepper@myware>
905         * finddomain.c (unistd.h):
906         Include to get _PC_PATH_MAX defined on system having it.
908 Fri Aug  4 22:42:00 1995  Ulrich Drepper  <drepper@myware>
910         * finddomain.c (stpcpy): Include prototype.
912         * Makefile.in (dist): Remove `copying instead' message.
914 Wed Aug  2 18:52:03 1995  Ulrich Drepper  <drepper@myware>
916         * Makefile.in (ID, TAGS): Do not use $^.
918 Tue Aug  1 20:07:11 1995  Ulrich Drepper  <drepper@myware>
920         * Makefile.in (TAGS, ID): Use $^ as command argument.
921         (TAGS): Give etags -o option t write to current directory,
922         not $(srcdir).
923         (ID): Use $(srcdir) instead os $(top_srcdir)/src.
924         (distclean): Remove ID.
926 Sun Jul 30 11:51:46 1995  Ulrich Drepper  <drepper@myware>
928         * Makefile.in (gnulocaledir):
929         New variable, always using share/ for data directory.
930         (DEFS): Add GNULOCALEDIR, used in finddomain.c.
932         * finddomain.c (_nl_default_dirname):
933         Set to GNULOCALEDIR, because it always has to point
934         to the directory where GNU gettext Library writes it to.
936         * intl-compat.c (textdomain, bindtextdomain):
937         Undefine macros before function definition.
939 Sat Jul 22 01:10:02 1995  Ulrich Drepper  <drepper@myware>
941         * libgettext.h (_LIBINTL_H):
942         Protect definition in case where this file is included as
943         libgettext.h on Solaris machines.  Add comment about this.
945 Wed Jul 19 02:36:42 1995  Ulrich Drepper  <drepper@myware>
947         * intl-compat.c (textdomain): Correct typo.
949 Wed Jul 19 01:51:35 1995  Ulrich Drepper  <drepper@myware>
951         * dcgettext.c (dcgettext): Function now called __dcgettext.
953         * dgettext.c (dgettext): Now called __dgettext and calls
954         __dcgettext.
956         * gettext.c (gettext):
957         Function now called __gettext and calls __dgettext.
959         * textdomain.c (textdomain): Function now called __textdomain.
961         * bindtextdom.c (bindtextdomain): Function now called
962         __bindtextdomain.
964         * intl-compat.c: Initial revision.
966         * Makefile.in (SOURCES): Add intl-compat.c.
967         (OBJECTS): We always compile the GNU gettext library functions.
968         OBJECTS contains all objects but cat-compat.o, ../po/cat-if-tbl.o,
969         and intl-compat.o.
970         (GETTOBJS): Contains now only intl-compat.o.
972         * libgettext.h:
973         Re-include protection matches dualistic character of libgettext.h.
974         For all functions in GNU gettext library define __ counter part.
976         * finddomain.c (strchr): Define as index if not found in C library.
977         (_nl_find_domain): For relative paths paste / in between.
979 Tue Jul 18 16:37:45 1995  Ulrich Drepper  <drepper@myware>
981         * loadmsgcat.c, finddomain.c: Add inclusion of sys/types.h.
983         * xopen-msg.sed: Fix bug with `msgstr ""' lines.
984         A little bit better comments.
986 Tue Jul 18 01:18:27 1995  Ulrich Drepper  <drepper@myware>
988         * Makefile.in:
989         po-mode.el, makelinks, combine-sh are now found in ../misc.
991         * po-mode.el, makelinks, combine-sh, elisp-comp:
992         Moved to ../misc/.
994         * libgettext.h, gettextP.h, gettext.h: Uniform test for __STDC__.
996 Sun Jul 16 22:33:02 1995  Ulrich Drepper  <drepper@myware>
998         * Makefile.in (INSTALL, INSTALL_DATA): New variables.
999         (install-data, uninstall): Install/uninstall .elc file.
1001         * po-mode.el (Installation comment):
1002         Add .pox as possible extension of .po files.
1004 Sun Jul 16 13:23:27 1995  Ulrich Drepper  <drepper@myware>
1006         * elisp-comp: Complete new version by Franc,ois: This does not
1007         fail when not compiling in the source directory.
1009 Sun Jul 16 00:12:17 1995  Ulrich Drepper  <drepper@myware>
1011         * Makefile.in (../po/cat-id-tbl.o):
1012         Use $(MAKE) instead of make for recursive make.
1014         * Makefile.in (.el.elc): Use $(SHELL) instead of /bin/sh.
1015         (install-exec): Add missing dummy goal.
1016         (install-data, uninstall): @ in multi-line shell command at
1017         beginning, not in front of echo.  Reported by Eric Backus.
1019 Sat Jul 15 00:21:28 1995  Ulrich Drepper  <drepper@myware>
1021         * Makefile.in (DISTFILES):
1022         Rename libgettext.perl to gettext.perl to fit in 14 chars
1023         file systems.
1025         * gettext.perl:
1026         Rename to gettext.perl to fit in 14 chars file systems.
1028 Thu Jul 13 23:17:20 1995  Ulrich Drepper  <drepper@myware>
1030         * cat-compat.c: If !STDC_HEADERS try to include malloc.h.
1032 Thu Jul 13 20:55:02 1995  Ulrich Drepper  <drepper@myware>
1034         * po2tbl.sed.in: Pretty printing.
1036         * linux-msg.sed, xopen-msg.sed:
1037         Correct bugs with handling substitute flags in branches.
1039         * hash-string.h (hash_string):
1040         Old K&R compilers don't under stand `unsigned char'.
1042         * gettext.h (nls_uint32):
1043         Some old K&R compilers (eg HP) don't understand `unsigned int'.
1045         * cat-compat.c (msg_to_cat_id): De-ANSI-fy prototypes.
1047 Thu Jul 13 01:34:33 1995  Ulrich Drepper  <drepper@myware>
1049         * Makefile.in (ELCFILES): New variable.
1050         (DISTFILES): Add elisp-comp.
1051         Add implicit rule for .el -> .elc compilation.
1052         (install-data): install $ELCFILES
1053         (clean): renamed po-to-tbl and po-to-msg to po2tbl and po2msg resp.
1055         * elisp-comp: Initial revision
1057 Wed Jul 12 16:14:52 1995  Ulrich Drepper  <drepper@myware>
1059         * Makefile.in:
1060         cat-id-tbl.c is now found in po/.  This enables us to use an identical
1061         intl/ directory in all packages.
1063         * dcgettext.c (dcgettext): hashing does not work for table size <= 2.
1065         * textdomain.c: fix typo (#if def -> #if defined)
1067 Tue Jul 11 18:44:43 1995  Ulrich Drepper  <drepper@myware>
1069         * Makefile.in (stamp-cat-id): use top_srcdir to address source files
1070         (DISTFILES,distclean): move tupdate.perl to src/
1072         * po-to-tbl.sed.in:
1073         add additional jump to clear change flag to recognize multiline strings
1075 Tue Jul 11 01:32:50 1995  Ulrich Drepper  <drepper@myware>
1077         * textdomain.c: Protect inclusion of stdlib.h and string.h.
1079         * loadmsgcat.c: Protect inclusion of stdlib.h.
1081         * libgettext.h: Protect inclusion of locale.h.
1082         Allow use in C++ programs.
1083         Define NULL is not happened already.
1085         * Makefile.in (DISTFILES): ship po-to-tbl.sed.in instead of
1086         po-to-tbl.sed.
1087         (distclean): remove po-to-tbl.sed and tupdate.perl.
1089         * tupdate.perl.in: Substitute Perl path even in exec line.
1090         Don't include entries without translation from old .po file.
1092 Tue Jul  4 00:41:51 1995  Ulrich Drepper  <drepper@myware>
1094         * tupdate.perl.in: use "Updated: " in msgid "".
1096         * cat-compat.c: Fix typo (LOCALDIR -> LOCALEDIR).
1097         Define getenv if !__STDC__.
1099         * bindtextdom.c: Protect stdlib.h and string.h inclusion.
1100         Define free if !__STDC__.
1102         * finddomain.c: Change DEF_MSG_DOM_DIR to LOCALEDIR.
1103         Define free if !__STDC__.
1105         * cat-compat.c: Change DEF_MSG_DOM_DIR to LOCALEDIR.
1107 Mon Jul  3 23:56:30 1995  Ulrich Drepper  <drepper@myware>
1109         * Makefile.in: Use LOCALEDIR instead of DEF_MSG_DOM_DIR.
1110         Remove unneeded $(srcdir) from Makefile.in dependency.
1112         * makelinks: Add copyright and short description.
1114         * po-mode.el: Last version for 0.7.
1116         * tupdate.perl.in: Fix die message.
1118         * dcgettext.c: Protect include of string.h.
1120         * gettext.c: Protect include of stdlib.h and further tries to get NULL.
1122         * finddomain.c: Some corrections in includes.
1124         * Makefile.in (INCLUDES): Prune list correct path to Makefile.in.
1126         * po-to-tbl.sed: Adopt for new .po file format.
1128         * linux-msg.sed, xopen-msg.sed: Adopt for new .po file format.
1130 Sun Jul  2 23:55:03 1995  Ulrich Drepper  <drepper@myware>
1132         * tupdate.perl.in: Complete rewrite for new .po file format.
1134 Sun Jul  2 02:06:50 1995  Ulrich Drepper  <drepper@myware>
1136         * First official release.  This directory contains all the code
1137         needed to internationalize own packages.  It provides functions
1138         which allow to use the X/Open catgets function with an interface
1139         like the Uniforum gettext function.  For system which does not
1140         have neither of those a complete implementation is provided.