1 Thu Oct 9 13:41:22 1997 Ben Pfaff <blp@gnu.org>
3 * Makefile.in: (INCLUDES) Add -I$(top_srcdir)/src.
5 1997-09-06 02:10 Ulrich Drepper <drepper@cygnus.com>
7 * intlh.inst.in: Reformat copyright.
9 1997-08-19 15:22 Ulrich Drepper <drepper@cygnus.com>
11 * dcgettext.c (DCGETTEXT): Remove wrong comment.
13 1997-08-16 00:13 Ulrich Drepper <drepper@cygnus.com>
15 * Makefile.in (install-data): Don't change directory to install.
17 1997-08-01 14:30 Ulrich Drepper <drepper@cygnus.com>
19 * cat-compat.c: Fix copyright.
21 * localealias.c: Don't define strchr unless !HAVE_STRCHR.
23 * loadmsgcat.c: Update copyright. Fix typos.
25 * l10nflist.c: Don't define strchr unless !HAVE_STRCHR.
26 (_nl_make_l10nflist): Handle sponsor and revision correctly.
28 * gettext.c: Update copyright.
29 * gettext.h: Likewise.
30 * hash-string.h: Likewise.
32 * finddomain.c: Remoave dead code. Define strchr only if
35 * explodename.c: Include <sys/types.h>.
37 * explodename.c: Reformat copyright text.
38 (_nl_explode_name): Fix typo.
40 * dcgettext.c: Define and use __set_errno.
41 (guess_category_value): Don't use setlocale if HAVE_LC_MESSAGES is
44 * bindtextdom.c: Pretty printing.
46 1997-05-01 02:25 Ulrich Drepper <drepper@cygnus.com>
48 * dcgettext.c (guess_category_value): Don't depend on
49 HAVE_LC_MESSAGES. We don't need the macro here.
50 Patch by Bruno Haible <haible@ilog.fr>.
52 * cat-compat.c (textdomain): DoN't refer to HAVE_SETLOCALE_NULL
53 macro. Instead use HAVE_LOCALE_NULL and define it when using
54 glibc, as in dcgettext.c.
55 Patch by Bruno Haible <haible@ilog.fr>.
57 * Makefile.in (CPPFLAGS): New variable. Reported by Franc,ois
60 Mon Mar 10 06:51:17 1997 Ulrich Drepper <drepper@cygnus.com>
62 * Makefile.in: Implement handling of libtool.
64 * gettextP.h: Change data structures for use of generic lowlevel
67 Wed Dec 4 20:21:18 1996 Ulrich Drepper <drepper@cygnus.com>
69 * textdomain.c: Put parentheses around arguments of memcpy macro
71 * localealias.c: Likewise.
72 * l10nflist.c: Likewise.
73 * finddomain.c: Likewise.
74 * bindtextdom.c: Likewise.
75 Reported by Thomas Esken.
77 Mon Nov 25 22:57:51 1996 Ulrich Drepper <drepper@cygnus.com>
79 * textdomain.c: Move definition of `memcpy` macro to right
82 Fri Nov 22 04:01:58 1996 Ulrich Drepper <drepper@cygnus.com>
84 * finddomain.c [!HAVE_STRING_H && !_LIBC]: Define memcpy using
85 bcopy if not already defined. Reported by Thomas Esken.
86 * bindtextdom.c: Likewise.
87 * l10nflist.c: Likewise.
88 * localealias.c: Likewise.
89 * textdomain.c: Likewise.
91 Tue Oct 29 11:10:27 1996 Ulrich Drepper <drepper@cygnus.com>
93 * Makefile.in (libdir): Change to use exec_prefix instead of
94 prefix. Reported by Knut-HĂ„vardAksnes <etokna@eto.ericsson.se>.
96 Sat Aug 31 03:07:09 1996 Ulrich Drepper <drepper@cygnus.com>
98 * l10nflist.c (_nl_normalize_codeset): We convert to lower case,
99 so don't prepend uppercase `ISO' for only numeric arg.
101 Fri Jul 19 00:15:46 1996 Ulrich Drepper <drepper@cygnus.com>
103 * l10nflist.c: Move inclusion of argz.h, ctype.h, stdlib.h after
104 definition of _GNU_SOURCE. Patch by Roland McGrath.
106 * Makefile.in (uninstall): Fix another bug with `for' loop and
107 empty arguments. Patch by Jim Meyering. Correct name os
108 uninstalled files: no intl- prefix anymore.
110 * Makefile.in (install-data): Again work around shells which
111 cannot handle mpty for list. Reported by Jim Meyering.
113 Sat Jul 13 18:11:35 1996 Ulrich Drepper <drepper@cygnus.com>
115 * Makefile.in (install): Split goal. Now depend on install-exec
117 (install-exec, install-data): New goals. Created from former
119 Reported by Karl Berry.
121 Sat Jun 22 04:58:14 1996 Ulrich Drepper <drepper@cygnus.com>
123 * Makefile.in (MKINSTALLDIRS): New variable. Path to
124 mkinstalldirs script.
125 (install): use MKINSTALLDIRS variable or if the script is not present
126 try to find it in the $top_scrdir).
128 Wed Jun 19 02:56:56 1996 Ulrich Drepper <drepper@cygnus.com>
130 * l10nflist.c: Linux libc *partly* includes the argz_* functions.
131 Grr. Work around by renaming the static version and use macros
134 Tue Jun 18 20:11:17 1996 Ulrich Drepper <drepper@cygnus.com>
136 * l10nflist.c: Correct presence test macros of __argz_* functions.
138 * l10nflist.c: Include <argz.h> based on test of it instead when
139 __argz_* functions are available.
140 Reported by Andreas Schwab.
142 Thu Jun 13 15:17:44 1996 Ulrich Drepper <drepper@cygnus.com>
144 * explodename.c, l10nflist.c: Define NULL for dumb systems.
146 Tue Jun 11 17:05:13 1996 Ulrich Drepper <drepper@cygnus.com>
148 * intlh.inst.in, libgettext.h (dcgettext): Rename local variable
149 result to __result to prevent name clash.
151 * l10nflist.c, localealias.c, dcgettext.c: Define _GNU_SOURCE to
152 get prototype for stpcpy and strcasecmp.
154 * intlh.inst.in, libgettext.h: Move declaration of
155 `_nl_msg_cat_cntr' outside __extension__ block to prevent warning
156 from gcc's -Wnested-extern option.
158 Fri Jun 7 01:58:00 1996 Ulrich Drepper <drepper@cygnus.com>
160 * Makefile.in (install): Remove comment.
162 Thu Jun 6 17:28:17 1996 Ulrich Drepper <drepper@cygnus.com>
164 * Makefile.in (install): Work around for another Buglix stupidity.
165 Always use an `else' close for `if's. Reported by Nelson Beebe.
167 * Makefile.in (intlh.inst): Correct typo in phony rule.
168 Reported by Nelson Beebe.
170 Thu Jun 6 01:49:52 1996 Ulrich Drepper <drepper@cygnus.com>
172 * dcgettext.c (read_alias_file): Rename variable alloca_list to
173 block_list as the macro calls assume.
174 Patch by Eric Backus.
176 * localealias.c [!HAVE_ALLOCA]: Define alloca as macro using
178 (read_alias_file): Rename varriabe alloca_list to block_list as the
180 Patch by Eric Backus.
182 * l10nflist.c: Correct conditional for <argz.h> inclusion.
183 Reported by Roland McGrath.
185 * Makefile.in (all): Depend on all-@USE_INCLUDED_LIBINTL@, not
188 * Makefile.in (install): intlh.inst comes from local dir, not
191 * Makefile.in (intlh.inst): Special handling of this goal. If
192 used in gettext, this is really a rul to construct this file. If
193 used in any other package it is defined as a .PHONY rule with
196 * finddomain.c: Extract locale file information handling into
197 l10nfile.c. Rename local stpcpy__ function to stpcpy.
199 * dcgettext.c (stpcpy): Add local definition.
201 * l10nflist.c: Solve some portability problems. Patches partly by
202 Thomas Esken. Add local definition of stpcpy.
204 Tue Jun 4 02:47:49 1996 Ulrich Drepper <drepper@cygnus.com>
206 * intlh.inst.in: Don't depend including <locale.h> on
207 HAVE_LOCALE_H. Instead configure must rewrite this fiile
208 depending on the result of the configure run.
210 * Makefile.in (install): libintl.inst is now called intlh.inst.
211 Add rules for updating intlh.inst from intlh.inst.in.
213 * libintl.inst: Renamed to intlh.inst.in.
215 * localealias.c, dcgettext.c [__GNUC__]: Define HAVE_ALLOCA to 1
216 because gcc has __buitlin_alloca.
217 Reported by Roland McGrath.
219 Mon Jun 3 00:32:16 1996 Ulrich Drepper <drepper@cygnus.com>
221 * Makefile.in (installcheck): New goal to fulfill needs of
222 automake's distcheck.
224 * Makefile.in (install): Reorder commands so that VERSION is
227 * Makefile.in (gettextsrcdir): Now use subdirectory intl/ in
229 (COMSRCS): Add l10nfile.c.
230 (OBJECTS): Add l10nfile.o.
231 (DISTFILES): Rename to DISTFILE.normal. Remove $(DISTFILES.common).
232 (DISTFILE.gettext): Remove $(DISTFILES.common).
233 (all-gettext): Remove goal.
234 (install): If $(PACKAGE) = gettext install, otherwose do nothing. No
235 package but gettext itself should install libintl.h + headers.
236 (dist): Extend goal to work for gettext, too.
237 (dist-gettext): Remove goal.
239 * dcgettext.c [!HAVE_ALLOCA]: Define macro alloca by using malloc.
241 Sun Jun 2 17:33:06 1996 Ulrich Drepper <drepper@cygnus.com>
243 * loadmsgcat.c (_nl_load_domain): Parameter is now comes from
246 Sat Jun 1 02:23:03 1996 Ulrich Drepper <drepper@cygnus.com>
248 * l10nflist.c (__argz_next): Add definition.
250 * dcgettext.c [!HAVE_ALLOCA]: Add code for handling missing alloca
251 code. Use new l10nfile handling.
253 * localealias.c [!HAVE_ALLOCA]: Add code for handling missing
256 * l10nflist.c: Initial revision.
258 Tue Apr 2 18:51:18 1996 Ulrich Drepper <drepper@myware>
260 * Makefile.in (all-gettext): New goal. Same as all-yes.
262 Thu Mar 28 23:01:22 1996 Karl Eichwalder <ke@ke.central.de>
264 * Makefile.in (gettextsrcdir): Define using @datadir@.
266 Tue Mar 26 12:39:14 1996 Ulrich Drepper <drepper@myware>
268 * finddomain.c: Include <ctype.h>. Reported by Roland McGrath.
270 Sat Mar 23 02:00:35 1996 Ulrich Drepper <drepper@myware>
272 * finddomain.c (stpcpy): Rename to stpcpy__ to prevent clashing
273 with external declaration.
275 Sat Mar 2 00:47:09 1996 Ulrich Drepper <drepper@myware>
277 * Makefile.in (all-no): Rename from all_no.
279 Sat Feb 17 00:25:59 1996 Ulrich Drepper <drepper@myware>
281 * gettextP.h [loaded_domain]: Array `successor' must now contain up
282 to 63 elements (because of codeset name normalization).
284 * finddomain.c: Implement codeset name normalization.
286 Thu Feb 15 04:39:09 1996 Ulrich Drepper <drepper@myware>
288 * Makefile.in (all): Define to `all-@USE_NLS@'.
289 (all-yes, all_no): New goals. `all-no' is noop, `all-yes'
292 Mon Jan 15 21:46:01 1996 Howard Gayle <howard@hal.com>
294 * localealias.c (alias_compare): Increment string pointers in loop
295 of strcasecmp replacement.
297 Fri Dec 29 21:16:34 1995 Ulrich Drepper <drepper@myware>
299 * Makefile.in (install-src): Who commented this goal out ? :-)
301 Fri Dec 29 15:08:16 1995 Ulrich Drepper <drepper@myware>
303 * dcgettext.c (DCGETTEXT): Save `errno'. Failing system calls
304 should not effect it because a missing catalog is no error.
305 Reported by Harald K<o:>nig <koenig@tat.physik.uni-tuebingen.de>.
307 Tue Dec 19 22:09:13 1995 Ulrich Drepper <drepper@myware>
309 * Makefile.in (Makefile): Explicitly use $(SHELL) for running
312 Fri Dec 15 17:34:59 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
314 * Makefile.in (install-src): Only install library and header when
315 we use the own implementation. Don't do it when using the
316 system's gettext or catgets functions.
318 * dcgettext.c (find_msg): Must not swap domain->hash_size here.
320 Sat Dec 9 16:24:37 1995 Ulrich Drepper <drepper@myware>
322 * localealias.c, libintl.inst, libgettext.h, hash-string.h,
323 gettextP.h, finddomain.c, dcgettext.c, cat-compat.c:
324 Use PARAMS instead of __P. Suggested by Roland McGrath.
326 Tue Dec 5 11:39:14 1995 Larry Schwimmer <rosebud@cyclone.stanford.edu>
328 * libgettext.h: Use `#if !defined (_LIBINTL_H)' instead of `#if
329 !_LIBINTL_H' because Solaris defines _LIBINTL_H as empty.
331 Mon Dec 4 15:42:07 1995 Ulrich Drepper <drepper@myware>
333 * Makefile.in (install-src):
334 Install libintl.inst instead of libintl.h.install.
336 Sat Dec 2 22:51:38 1995 Marcus Daniels <marcus@sysc.pdx.edu>
338 * cat-compat.c (textdomain):
339 Reverse order in which files are tried you load. First
340 try local file, when this failed absolute path.
342 Wed Nov 29 02:03:53 1995 Nelson H. F. Beebe <beebe@math.utah.edu>
344 * cat-compat.c (bindtextdomain): Add missing { }.
346 Sun Nov 26 18:21:41 1995 Ulrich Drepper <drepper@myware>
348 * libintl.inst: Add missing __P definition. Reported by Nelson Beebe.
351 Add dummy `all' and `dvi' goals. Reported by Tom Tromey.
353 Sat Nov 25 16:12:01 1995 Franc,ois Pinard <pinard@iro.umontreal.ca>
355 * hash-string.h: Capitalize arguments of macros.
357 Sat Nov 25 12:01:36 1995 Ulrich Drepper <drepper@myware>
359 * Makefile.in (DISTFILES): Prevent files names longer than 13
360 characters. libintl.h.glibc->libintl.glibc,
361 libintl.h.install->libintl.inst. Reported by Joshua R. Poulson.
363 Sat Nov 25 11:31:12 1995 Eric Backus <ericb@lsid.hp.com>
365 * dcgettext.c: Fix bug in preprocessor conditionals.
367 Sat Nov 25 02:35:27 1995 Nelson H. F. Beebe <beebe@math.utah.edu>
369 * libgettext.h: Solaris cc does not understand
370 #if !SYMBOL1 && !SYMBOL2. Sad but true.
372 Thu Nov 23 16:22:14 1995 Ulrich Drepper <drepper@myware>
374 * hash-string.h (hash_string):
375 Fix for machine with >32 bit `unsigned long's.
377 * dcgettext.c (DCGETTEXT):
378 Fix horrible bug in loop for alternative translation.
380 Thu Nov 23 01:45:29 1995 Ulrich Drepper <drepper@myware>
382 * po2tbl.sed.in, linux-msg.sed, xopen-msg.sed:
383 Some further simplifications in message number generation.
385 Mon Nov 20 21:08:43 1995 Ulrich Drepper <drepper@myware>
387 * libintl.h.glibc: Use __const instead of const in prototypes.
389 * Makefile.in (install-src):
390 Install libintl.h.install instead of libintl.h. This
391 is a stripped-down version. Suggested by Peter Miller.
393 * libintl.h.install, libintl.h.glibc: Initial revision.
395 * localealias.c (_nl_expand_alias, read_alias_file):
396 Protect prototypes in type casts by __P.
398 Tue Nov 14 16:43:58 1995 Ulrich Drepper <drepper@myware>
400 * hash-string.h: Correct prototype for hash_string.
402 Sun Nov 12 12:42:30 1995 Ulrich Drepper <drepper@myware>
404 * hash-string.h (hash_string): Add prototype.
406 * gettextP.h: Fix copyright.
407 (SWAP): Add prototype.
409 Wed Nov 8 22:56:33 1995 Ulrich Drepper <drepper@myware>
411 * localealias.c (read_alias_file): Forgot sizeof.
412 Avoid calling *printf function. This introduces a big overhead.
413 Patch by Roland McGrath.
415 Tue Nov 7 14:21:08 1995 Ulrich Drepper <drepper@myware>
417 * finddomain.c, cat-compat.c: Wrong indentation in #if for stpcpy.
419 * finddomain.c (stpcpy):
420 Define substitution function local. The macro was to flaky.
422 * cat-compat.c: Fix typo.
424 * xopen-msg.sed, linux-msg.sed:
425 While bringing message number to right place only accept digits.
427 * linux-msg.sed, xopen-msg.sed: Now that the counter does not have
428 leading 0s we don't need to remove them. Reported by Marcus
431 * Makefile.in (../po/cat-id-tbl.o): Use $(top_srdir) in
432 dependency. Reported by Marcus Daniels.
434 * cat-compat.c: (stpcpy) [!_LIBC && !HAVE_STPCPY]: Define replacement.
435 Generally cleanup using #if instead of #ifndef.
437 * Makefile.in: Correct typos in comment. By Franc,ois Pinard.
439 Mon Nov 6 00:27:02 1995 Ulrich Drepper <drepper@myware>
441 * Makefile.in (install-src): Don't install libintl.h and libintl.a
442 if we use an available gettext implementation.
444 Sun Nov 5 22:02:08 1995 Ulrich Drepper <drepper@myware>
446 * libgettext.h: Fix typo: HAVE_CATGETTS -> HAVE_CATGETS. Reported
449 * libgettext.h: Use #if instead of #ifdef/#ifndef.
452 Comments describing what has to be done should start with FIXME.
454 Sun Nov 5 19:38:01 1995 Ulrich Drepper <drepper@myware>
456 * Makefile.in (DISTFILES): Split. Use DISTFILES with normal meaning.
457 DISTFILES.common names the files common to both dist goals.
458 DISTFILES.gettext are the files only distributed in GNU gettext.
460 Sun Nov 5 17:32:54 1995 Ulrich Drepper <drepper@myware>
462 * dcgettext.c (DCGETTEXT): Correct searching in derived locales.
463 This was necessary since a change in _nl_find_msg several weeks
464 ago. I really don't know this is still not fixed.
466 Sun Nov 5 12:43:12 1995 Ulrich Drepper <drepper@myware>
468 * loadmsgcat.c (_nl_load_domain): Test for FILENAME == NULL. This
469 might mark a special condition.
471 * finddomain.c (make_entry_rec): Don't make illegal entry as decided.
473 * Makefile.in (dist): Suppress error message when ln failed.
474 Get files from $(srcdir) explicitly.
476 * libgettext.h (gettext_const): Rename to gettext_noop.
478 Fri Nov 3 07:36:50 1995 Ulrich Drepper <drepper@myware>
480 * finddomain.c (make_entry_rec):
481 Protect against wrong locale names by testing mask.
483 * libgettext.h (gettext_const): Add macro definition.
484 Capitalize macro arguments.
486 Thu Nov 2 23:15:51 1995 Ulrich Drepper <drepper@myware>
488 * finddomain.c (_nl_find_domain):
489 Test for pointer != NULL before accessing value.
490 Reported by Tom Tromey.
493 Define as (void*)0 instad of 0. Reported by Franc,ois Pinard.
495 Mon Oct 30 21:28:52 1995 Ulrich Drepper <drepper@myware>
497 * po2tbl.sed.in: Serious typo bug fixed by Jim Meyering.
499 Sat Oct 28 23:20:47 1995 Ulrich Drepper <drepper@myware>
501 * libgettext.h: Disable dcgettext optimization for Solaris 2.3.
503 * localealias.c (alias_compare):
504 Peter Miller reported that tolower in some systems is
505 even dumber than I thought. Protect call by `isupper'.
507 Fri Oct 27 22:22:51 1995 Ulrich Drepper <drepper@myware>
509 * Makefile.in (libdir, includedir): New variables.
510 (install-src): Install libintl.a and libintl.h in correct dirs.
512 Fri Oct 27 22:07:29 1995 Ulrich Drepper <drepper@myware>
514 * Makefile.in (SOURCES): Fix typo: intrl.compat.c -> intl-compat.c.
516 * po2tbl.sed.in: Patch for buggy SEDs by Christian von Roques.
519 Fix typo and superflous test. Reported by Christian von Roques.
521 Fri Oct 6 11:52:05 1995 Ulrich Drepper <drepper@myware>
523 * finddomain.c (_nl_find_domain):
524 Correct some remainder from the pre-CEN syntax. Now
525 we don't have a constant number of successors anymore.
527 Wed Sep 27 21:41:13 1995 Ulrich Drepper <drepper@myware>
529 * Makefile.in (DISTFILES): Add libintl.h.glibc.
531 * Makefile.in (dist-libc): Add goal for packing sources for glibc.
532 (COMSRCS, COMHDRS): Splitted to separate sources shared with glibc.
534 * loadmsgcat.c: Forget to continue #if line.
537 [_LIBC]: Rename strcasecmp to __strcasecmp to keep ANSI C name
540 * dcgettext.c, finddomain.c: Better comment to last change.
543 [_LIBC]: Rename fstat, open, close, read, mmap, and munmap to
544 __fstat, __open, __close, __read, __mmap, and __munmap resp
545 to keep ANSI C name space clean.
548 [_LIBC]: Rename stpcpy to __stpcpy to keep ANSI C name space clean.
551 [_LIBC]: Rename getced and stpcpy to __getcwd and __stpcpy resp to
552 keep ANSI C name space clean.
555 Include sys/types.h for those old SysV systems out there.
556 Reported by Francesco Potorti`.
558 * loadmsgcat.c (use_mmap): Define if compiled for glibc.
560 * bindtextdom.c: Include all those standard headers
561 unconditionally if _LIBC is defined.
563 * finddomain.c: Fix 2 times defiend -> defined.
565 * textdomain.c: Include libintl.h instead of libgettext.h when
566 compiling for glibc. Include all those standard headers
567 unconditionally if _LIBC is defined.
569 * localealias.c, loadmsgcat.c: Prepare to be compiled in glibc.
572 Include libintl.h instead of libgettext.h when compiling for glibc.
573 Get NULL from stddef.h if we compile for glibc.
575 * finddomain.c: Include libintl.h instead of libgettext.h when
576 compiling for glibc. Include all those standard headers
577 unconditionally if _LIBC is defined.
579 * dcgettext.c: Include all those standard headers unconditionally
582 * dgettext.c: If compiled in glibc include libintl.h instead of
584 (locale.h): Don't rely on HAVE_LOCALE_H when compiling for glibc.
586 * dcgettext.c: If compiled in glibc include libintl.h instead of
588 (getcwd): Don't rely on HAVE_GETCWD when compiling for glibc.
591 If compiled in glibc include libintl.h instead of libgettext.h.
593 Mon Sep 25 22:23:06 1995 Ulrich Drepper <drepper@myware>
595 * localealias.c (_nl_expand_alias): Don't call bsearch if NMAP <= 0.
596 Reported by Marcus Daniels.
598 * cat-compat.c (bindtextdomain):
599 String used in putenv must not be recycled.
600 Reported by Marcus Daniels.
602 * libgettext.h (__USE_GNU_GETTEXT):
603 Additional symbol to signal that we use GNU gettext
606 * cat-compat.c (bindtextdomain):
607 Fix bug with the strange stpcpy replacement.
608 Reported by Nelson Beebe.
610 Sat Sep 23 08:23:51 1995 Ulrich Drepper <drepper@myware>
612 * cat-compat.c: Include <string.h> for stpcpy prototype.
614 * localealias.c (read_alias_file):
615 While expand strdup code temporary variable `cp' hided
616 higher level variable with same name. Rename to `tp'.
618 * textdomain.c (textdomain):
619 Avoid warning by using temporary variable in strdup code.
621 * finddomain.c (_nl_find_domain): Remove unused variable `application'.
623 Thu Sep 21 15:51:44 1995 Ulrich Drepper <drepper@myware>
625 * localealias.c (alias_compare):
626 Use strcasecmp() only if available. Else use
627 implementation in place.
630 Wrapper functions now call *__ functions instead of __*.
632 * libgettext.h: Declare prototypes for *__ functions instead for __*.
634 * cat-compat.c, loadmsgcat.c:
635 Don't use xmalloc, xstrdup, and stpcpy. These functions are not part
636 of the standard libc and so prevent libintl.a from being used
640 Don't use xmalloc, xstrdup, and stpcpy. These functions are not part
641 of the standard libc and so prevent libintl.a from being used
643 Rename to bindtextdomain__ if not used in GNU C Library.
646 Rename function to dgettext__ if not used in GNU C Library.
649 Don't use xmalloc, xstrdup, and stpcpy. These functions are not part
650 of the standard libc and so prevent libintl.a from being used
652 Functions now called gettext__ if not used in GNU C Library.
654 * dcgettext.c, localealias.c, textdomain.c, finddomain.c:
655 Don't use xmalloc, xstrdup, and stpcpy. These functions are not part
656 of the standard libc and so prevent libintl.a from being used
659 Sun Sep 17 23:14:49 1995 Ulrich Drepper <drepper@myware>
661 * finddomain.c: Correct some bugs in handling of CEN standard
664 Thu Sep 7 01:49:28 1995 Ulrich Drepper <drepper@myware>
666 * finddomain.c: Implement CEN syntax.
668 * gettextP.h (loaded_domain): Extend number of successors to 31.
670 Sat Aug 19 19:25:29 1995 Ulrich Drepper <drepper@myware>
672 * Makefile.in (aliaspath): Remove path to X11 locale dir.
674 * Makefile.in: Make install-src depend on install. This helps
675 gettext to install the sources and other packages can use the
678 Sat Aug 19 15:19:33 1995 Ulrich Drepper <drepper@myware>
680 * Makefile.in (uninstall): Remove stuff installed by install-src.
682 Tue Aug 15 13:13:53 1995 Ulrich Drepper <drepper@myware>
684 * VERSION.in: Initial revision.
686 * Makefile.in (DISTFILES):
687 Add VERSION file. This is not necessary for gettext, but
688 for other packages using this library.
690 Tue Aug 15 06:16:44 1995 Ulrich Drepper <drepper@myware>
692 * gettextP.h (_nl_find_domain):
693 New prototype after changing search strategy.
695 * finddomain.c (_nl_find_domain):
696 We now try only to find a specified catalog. Fall back to other
697 catalogs listed in the locale list is now done in __dcgettext.
699 * dcgettext.c (__dcgettext):
700 Now we provide message fall back even to different languages.
701 I.e. if a message is not available in one language all the other
702 in the locale list a tried. Formerly fall back was only possible
703 within one language. Implemented by moving one loop from
704 _nl_find_domain to here.
706 Mon Aug 14 23:45:50 1995 Ulrich Drepper <drepper@myware>
708 * Makefile.in (gettextsrcdir):
709 Directory where source of GNU gettext library are made
711 (INSTALL, INSTALL_DATA): Programs used for installing sources.
712 (gettext-src): New. Rule to install GNU gettext sources for use in
713 gettextize shell script.
715 Sun Aug 13 14:40:48 1995 Ulrich Drepper <drepper@myware>
717 * loadmsgcat.c (_nl_load_domain):
718 Use mmap for loading only when munmap function is
721 * Makefile.in (install): Depend on `all' goal.
723 Wed Aug 9 11:04:33 1995 Ulrich Drepper <drepper@myware>
725 * localealias.c (read_alias_file):
726 Do not overwrite '\n' when terminating alias value string.
728 * localealias.c (read_alias_file):
729 Handle long lines. Ignore the rest not fitting in
730 the buffer after the initial `fgets' call.
732 Wed Aug 9 00:54:29 1995 Ulrich Drepper <drepper@myware>
734 * gettextP.h (_nl_load_domain):
735 Add prototype, replacing prototype for _nl_load_msg_cat.
737 * finddomain.c (_nl_find_domain):
738 Remove unneeded variable filename and filename_len.
739 (expand_alias): Remove prototype because functions does not
742 * localealias.c (read_alias_file):
743 Change type of fname_len parameter to int.
744 (xmalloc): Add prototype.
746 * loadmsgcat.c: Better prototypes for xmalloc.
748 Tue Aug 8 22:30:39 1995 Ulrich Drepper <drepper@myware>
750 * finddomain.c (_nl_find_domain):
751 Allow alias name to be constructed from the four components.
753 * Makefile.in (aliaspath): New variable. Set to preliminary value.
754 (SOURCES): Add localealias.c.
755 (OBJECTS): Add localealias.o.
757 * gettextP.h: Add prototype for _nl_expand_alias.
759 * finddomain.c: Aliasing handled in intl/localealias.c.
761 * localealias.c: Aliasing for locale names.
763 * bindtextdom.c: Better prototypes for xmalloc and xstrdup.
765 Mon Aug 7 23:47:42 1995 Ulrich Drepper <drepper@myware>
767 * Makefile.in (DISTFILES): gettext.perl is now found in misc/.
769 * cat-compat.c (bindtextdomain):
770 Correct implementation. dirname parameter was not used.
771 Reported by Marcus Daniels.
773 * gettextP.h (loaded_domain):
774 New fields `successor' and `decided' for oo, lazy
775 message handling implementation.
778 Adopt for oo, lazy message handliing.
779 Now we can inherit translations from less specific locales.
780 (find_msg): New function.
782 * loadmsgcat.c, finddomain.c:
783 Complete rewrite. Implement oo, lazy message handling :-).
784 We now have an additional environment variable `LANGUAGE' with
785 a higher priority than LC_ALL for the LC_MESSAGE locale.
786 Here we can set a colon separated list of specifications each
787 of the form `language[_territory[.codeset]][@modifier]'.
789 Sat Aug 5 09:55:42 1995 Ulrich Drepper <drepper@myware>
791 * finddomain.c (unistd.h):
792 Include to get _PC_PATH_MAX defined on system having it.
794 Fri Aug 4 22:42:00 1995 Ulrich Drepper <drepper@myware>
796 * finddomain.c (stpcpy): Include prototype.
798 * Makefile.in (dist): Remove `copying instead' message.
800 Wed Aug 2 18:52:03 1995 Ulrich Drepper <drepper@myware>
802 * Makefile.in (ID, TAGS): Do not use $^.
804 Tue Aug 1 20:07:11 1995 Ulrich Drepper <drepper@myware>
806 * Makefile.in (TAGS, ID): Use $^ as command argument.
807 (TAGS): Give etags -o option t write to current directory,
809 (ID): Use $(srcdir) instead os $(top_srcdir)/src.
810 (distclean): Remove ID.
812 Sun Jul 30 11:51:46 1995 Ulrich Drepper <drepper@myware>
814 * Makefile.in (gnulocaledir):
815 New variable, always using share/ for data directory.
816 (DEFS): Add GNULOCALEDIR, used in finddomain.c.
818 * finddomain.c (_nl_default_dirname):
819 Set to GNULOCALEDIR, because it always has to point
820 to the directory where GNU gettext Library writes it to.
822 * intl-compat.c (textdomain, bindtextdomain):
823 Undefine macros before function definition.
825 Sat Jul 22 01:10:02 1995 Ulrich Drepper <drepper@myware>
827 * libgettext.h (_LIBINTL_H):
828 Protect definition in case where this file is included as
829 libgettext.h on Solaris machines. Add comment about this.
831 Wed Jul 19 02:36:42 1995 Ulrich Drepper <drepper@myware>
833 * intl-compat.c (textdomain): Correct typo.
835 Wed Jul 19 01:51:35 1995 Ulrich Drepper <drepper@myware>
837 * dcgettext.c (dcgettext): Function now called __dcgettext.
839 * dgettext.c (dgettext): Now called __dgettext and calls
842 * gettext.c (gettext):
843 Function now called __gettext and calls __dgettext.
845 * textdomain.c (textdomain): Function now called __textdomain.
847 * bindtextdom.c (bindtextdomain): Function now called
850 * intl-compat.c: Initial revision.
852 * Makefile.in (SOURCES): Add intl-compat.c.
853 (OBJECTS): We always compile the GNU gettext library functions.
854 OBJECTS contains all objects but cat-compat.o, ../po/cat-if-tbl.o,
856 (GETTOBJS): Contains now only intl-compat.o.
859 Re-include protection matches dualistic character of libgettext.h.
860 For all functions in GNU gettext library define __ counter part.
862 * finddomain.c (strchr): Define as index if not found in C library.
863 (_nl_find_domain): For relative paths paste / in between.
865 Tue Jul 18 16:37:45 1995 Ulrich Drepper <drepper@myware>
867 * loadmsgcat.c, finddomain.c: Add inclusion of sys/types.h.
869 * xopen-msg.sed: Fix bug with `msgstr ""' lines.
870 A little bit better comments.
872 Tue Jul 18 01:18:27 1995 Ulrich Drepper <drepper@myware>
875 po-mode.el, makelinks, combine-sh are now found in ../misc.
877 * po-mode.el, makelinks, combine-sh, elisp-comp:
880 * libgettext.h, gettextP.h, gettext.h: Uniform test for __STDC__.
882 Sun Jul 16 22:33:02 1995 Ulrich Drepper <drepper@myware>
884 * Makefile.in (INSTALL, INSTALL_DATA): New variables.
885 (install-data, uninstall): Install/uninstall .elc file.
887 * po-mode.el (Installation comment):
888 Add .pox as possible extension of .po files.
890 Sun Jul 16 13:23:27 1995 Ulrich Drepper <drepper@myware>
892 * elisp-comp: Complete new version by Franc,ois: This does not
893 fail when not compiling in the source directory.
895 Sun Jul 16 00:12:17 1995 Ulrich Drepper <drepper@myware>
897 * Makefile.in (../po/cat-id-tbl.o):
898 Use $(MAKE) instead of make for recursive make.
900 * Makefile.in (.el.elc): Use $(SHELL) instead of /bin/sh.
901 (install-exec): Add missing dummy goal.
902 (install-data, uninstall): @ in multi-line shell command at
903 beginning, not in front of echo. Reported by Eric Backus.
905 Sat Jul 15 00:21:28 1995 Ulrich Drepper <drepper@myware>
907 * Makefile.in (DISTFILES):
908 Rename libgettext.perl to gettext.perl to fit in 14 chars
912 Rename to gettext.perl to fit in 14 chars file systems.
914 Thu Jul 13 23:17:20 1995 Ulrich Drepper <drepper@myware>
916 * cat-compat.c: If !STDC_HEADERS try to include malloc.h.
918 Thu Jul 13 20:55:02 1995 Ulrich Drepper <drepper@myware>
920 * po2tbl.sed.in: Pretty printing.
922 * linux-msg.sed, xopen-msg.sed:
923 Correct bugs with handling substitute flags in branches.
925 * hash-string.h (hash_string):
926 Old K&R compilers don't under stand `unsigned char'.
928 * gettext.h (nls_uint32):
929 Some old K&R compilers (eg HP) don't understand `unsigned int'.
931 * cat-compat.c (msg_to_cat_id): De-ANSI-fy prototypes.
933 Thu Jul 13 01:34:33 1995 Ulrich Drepper <drepper@myware>
935 * Makefile.in (ELCFILES): New variable.
936 (DISTFILES): Add elisp-comp.
937 Add implicit rule for .el -> .elc compilation.
938 (install-data): install $ELCFILES
939 (clean): renamed po-to-tbl and po-to-msg to po2tbl and po2msg resp.
941 * elisp-comp: Initial revision
943 Wed Jul 12 16:14:52 1995 Ulrich Drepper <drepper@myware>
946 cat-id-tbl.c is now found in po/. This enables us to use an identical
947 intl/ directory in all packages.
949 * dcgettext.c (dcgettext): hashing does not work for table size <= 2.
951 * textdomain.c: fix typo (#if def -> #if defined)
953 Tue Jul 11 18:44:43 1995 Ulrich Drepper <drepper@myware>
955 * Makefile.in (stamp-cat-id): use top_srcdir to address source files
956 (DISTFILES,distclean): move tupdate.perl to src/
959 add additional jump to clear change flag to recognize multiline strings
961 Tue Jul 11 01:32:50 1995 Ulrich Drepper <drepper@myware>
963 * textdomain.c: Protect inclusion of stdlib.h and string.h.
965 * loadmsgcat.c: Protect inclusion of stdlib.h.
967 * libgettext.h: Protect inclusion of locale.h.
968 Allow use in C++ programs.
969 Define NULL is not happened already.
971 * Makefile.in (DISTFILES): ship po-to-tbl.sed.in instead of
973 (distclean): remove po-to-tbl.sed and tupdate.perl.
975 * tupdate.perl.in: Substitute Perl path even in exec line.
976 Don't include entries without translation from old .po file.
978 Tue Jul 4 00:41:51 1995 Ulrich Drepper <drepper@myware>
980 * tupdate.perl.in: use "Updated: " in msgid "".
982 * cat-compat.c: Fix typo (LOCALDIR -> LOCALEDIR).
983 Define getenv if !__STDC__.
985 * bindtextdom.c: Protect stdlib.h and string.h inclusion.
986 Define free if !__STDC__.
988 * finddomain.c: Change DEF_MSG_DOM_DIR to LOCALEDIR.
989 Define free if !__STDC__.
991 * cat-compat.c: Change DEF_MSG_DOM_DIR to LOCALEDIR.
993 Mon Jul 3 23:56:30 1995 Ulrich Drepper <drepper@myware>
995 * Makefile.in: Use LOCALEDIR instead of DEF_MSG_DOM_DIR.
996 Remove unneeded $(srcdir) from Makefile.in dependency.
998 * makelinks: Add copyright and short description.
1000 * po-mode.el: Last version for 0.7.
1002 * tupdate.perl.in: Fix die message.
1004 * dcgettext.c: Protect include of string.h.
1006 * gettext.c: Protect include of stdlib.h and further tries to get NULL.
1008 * finddomain.c: Some corrections in includes.
1010 * Makefile.in (INCLUDES): Prune list correct path to Makefile.in.
1012 * po-to-tbl.sed: Adopt for new .po file format.
1014 * linux-msg.sed, xopen-msg.sed: Adopt for new .po file format.
1016 Sun Jul 2 23:55:03 1995 Ulrich Drepper <drepper@myware>
1018 * tupdate.perl.in: Complete rewrite for new .po file format.
1020 Sun Jul 2 02:06:50 1995 Ulrich Drepper <drepper@myware>
1022 * First official release. This directory contains all the code
1023 needed to internationalize own packages. It provides functions
1024 which allow to use the X/Open catgets function with an interface
1025 like the Uniforum gettext function. For system which does not
1026 have neither of those a complete implementation is provided.