home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / id-utils-3.2-src.tgz / tar.out / fsf / id-utils / intl / ChangeLog < prev    next >
Text File  |  1996-09-28  |  29KB  |  907 lines

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