home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / gettext-0.10.24-bin.lha / share / gettext / intl / ChangeLog < prev    next >
Text File  |  1996-10-12  |  30KB  |  932 lines

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