]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update for 0.10.40.
authorBruno Haible <bruno@clisp.org>
Sat, 15 Sep 2001 00:52:30 +0000 (00:52 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 28 Jun 2009 14:35:54 +0000 (16:35 +0200)
NEWS
djgpp/README
djgpp/config.sed
djgpp/fnchange.lst

diff --git a/NEWS b/NEWS
index aba1ac17b33bb366a1c017b66a822072f8d0d70e..518e6346373a8f3a4866974dc7f9b1cf1c840ded 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Version 0.10.40 - September 2001
+
+* The libintl library is now covered by the GNU LGPL.  The tools are still
+  covered by the GNU GPL.
+\f
 Version 0.10.39 - July 2001
 
 * This is a bug-fix release.
index 60f542a760db1422345d771df43346bca2b330ea..a3d3ab3cc0920ffc7a8cb90ceaa36cf391f04e49 100644 (file)
@@ -1,4 +1,4 @@
-This is a port of GNU Gettext 0.10.38 to MSDOS/DJGPP.
+This is a port of GNU Gettext 0.10.40 to MSDOS/DJGPP.
 
 
         TO USE THE GNU GETTEXT LIBRARY YOU **MUST** MODIFY YOUR C-LIBRARY.
@@ -34,18 +34,20 @@ This is a port of GNU Gettext 0.10.38 to MSDOS/DJGPP.
         file the gettext keyword makes **ALWAYS** reference to the GNU gettext
         function and **NEVER** to the BORLAND-compatibility gettext function.
 
-     2) The binary package gtxt038b.zip contains all needed files to get NLS
+     2) The binary package gtxt040b.zip contains all needed files to get NLS
         support for the following DJGPP ports:
           bison-1.28 (bsn128s.zip)
           enscript-1.5.0 (ens150s.zip)
           enscript-1.6.1 (ens161s.zip)
+          enscript-1.6.2 (ens162s.zip)
           fileutils-3.16 (fil316s.zip)
+          fileutils-4.0 (fil40s.zip)
           grep-2.4 (grep24s.zip)
           id-utils-3.2 (idu32s.zip)
           make-3.79.1 (mak3791s.zip)
           recode-3.5 (rcode35s.zip)
           recode-3.6 (rcode36s.zip)
-          sed-3.02.80 (sed-3.02.80.tar.gz from ftp://alpha.gnu.org/pub/gnu/sed)
+          sed-3.02.80 (sed3028s.zip)
           sharutils-4.2c (shar42cs.zip)
           sh-utils-2.0i (shl20is.zip)
           sh-utils-2.0j (shl20js.zip)
@@ -56,27 +58,27 @@ This is a port of GNU Gettext 0.10.38 to MSDOS/DJGPP.
         See section #4 for further information about this issue.
         To implement NLS support for one of those packages you will also need
         to download the following packages:
-          gtxt038b.zip (binaries of GNU Gettext 0.10.38)
-          licv16b.zip (binaries of GNU libiconv 1.6)
-          fil316b.zip  (binaries of GNU Fileutils 3.16 Date: 2000-05-30)
-          shl112b.zip  (binaries of GNU Sh-utils 1.12  Date: 2000-08-11)
+          gtxt040b.zip (binaries of GNU Gettext 0.10.40)
+          licv17b.zip (binaries of GNU libiconv 1.7)
+          fil40b.zip  (binaries of GNU Fileutils 4.0)
+          shl112b.zip (binaries of GNU Sh-utils 1.12  Date: 2000-08-11)
 
 
 2.:     Installing the binary package.
         ==============================
 
-2.1.:   To use this binary package you **MUST** install licv16b.zip or later
-        first. licv16b.zip provides the required functionality to recode the
-        .mo files on-the-fly from the unix charsets used to create them to the
+2.1.:   To use this binary package you **MUST** install licv17b.zip or later
+        first. licv17b.zip provides the required functionality to recode the
+        .mo files at run time from the unix charsets used to create them to the
         dos codepages used to display them. Copy the binary distribution into
         the top DJGPP installation directory. If you are installing Gettext on
-        a dual DOS/WINDOWS 9X systems, you should first turn off the generation
+        a dual DOS/WINDOWS 9X systems, you *MUST* first turn off the generation
         of numeric tails for 8.3 aliases Windows creats for long file names.
         For information about how to do this, please read the DJGPP FAQ List
         V 2.30, chapter 22.19: "How to Set Up a Dual DOS/Windows Installation".
         It should be noticed that neither the libintl.a library nor the
         binaries (xgettext.exe, gettext.exe, etc.) contain any code to handle
-        nuneric tails in short file names. This implies that if you install
+        nuneric tails of short file names. This implies that if you install
         the binary packages in a DOS box of Win9X (LFN) **WITHOUT** turning
         off the numeric tail generation you will **NOT** be able to use NLS
         on plain DOS. Once again: if you want NLS support on both Win9X **AND**
@@ -89,38 +91,17 @@ This is a port of GNU Gettext 0.10.38 to MSDOS/DJGPP.
         will **NOT** be able to find their .mo files (translations) when you
         switch to plain DOS.
 
-2.2.:   If you download the source distribution from one of the DJGPP archives,
+2.2.:   Copy the binary distribution into the top DJGPP installation directory,
         just unzip it preserving the directory structure running *ONE* of the
         following commands:
-          unzip32 gtxt038b.zip      or
-          djtarx gtxt038b.zip       or
-          pkunzip -d gtxt038b.zip
-
-        Source distributions downloaded from one of the GNU FTP sites need
-        some more work to unpack.  First, you *MUST* use the `djtar' program
-        to unzip the package.  That's because some file names in the official
-        distributions need to be changed to avoid problems on the various
-        platforms supported by DJGPP.  `djtar' can rename files on the fly
-        given a file with name mappings.  The distribution includes a file
-        `djgpp/fnchange.lst' with the necessary mappings.  So you need first
-        to retrieve that file, and then invoke `djtar' to unpack the
-        distribution.  Here's how:
-
-          djtar -x -p -o gettext-0.10.38/djgpp/fnchange.lst gettext-0.10.38.tar.gz > lst
-          djtar -x -n lst gettext-0.10.38.tar.gz
-
-        (The name of the distribution archive and the top-level directory will
-        be different for versions other than 0.10.38.)
-
-        It is always recommended to download the DJGPP packages from some
-        Simtel.NET mirror and *not* the original GNU distribution because
-        only the binary distribution of the DJGPP port will contain the
-        files needed to patch libc.a. This are: conio.h and conio.o.
+          unzip32 gtxt040b.zip      or
+          djtarx gtxt040b.zip       or
+          pkunzip -d gtxt040b.zip
 
 2.3.:   Changing libc.a and conio.h.
         Apart from the ussual directories, the binary package will create the
         following directory:
-          %DJDIR%/gnu/gtxt-010.38/djgpp/djdev-2.03
+          %DJDIR%/gnu/gtxt-010.40/djgpp/djdev-2.03
         where %DJDIR% stands for the root of your DJGPP installation tree.
         Cd into the djdev-2.03 directory. You will find the following files:
           conio.diffs
@@ -133,29 +114,27 @@ This is a port of GNU Gettext 0.10.38 to MSDOS/DJGPP.
         conio.o contained in libc.a.
 
         For all commands that will follow now I will assume that you have
-        cd'ed into the %DJDIR%/gnu/gtxt-010.38/djgpp/djdev-2.03 directory.
-        First, you should backup your old header and library. For this task,
-        run the commands:
-          copy %DJDIR%\include\conio.h %DJDIR%\include\conio.bak
-          copy %DJDIR%\lib\libc.a %DJDIR%\lib\libc.bak
-        Substitute %DJDIR% by the path to your DJGPP installation.
+        cd'ed into the %DJDIR%/gnu/gtxt-010.40/djgpp/djdev-2.03 directory,
+        where %DJDIR% represents the path to your DJGPP installation. First,
+        you should backup your old header and library. For this task, run the
+        following command sequence (cp is the copy program from fil40b.zip):
+          cp /dev/env/DJDIR/include/conio.h /dev/env/DJDIR/include/conio.bak
+          cp /dev/env/DJDIR/lib/libc.a /dev/env/DJDIR/lib/libc.bak
 
         Now you can copy the new header into your include directory
         running the command:
-          copy conio.h %DJDIR%\include
-        Substitute %DJDIR% by the path to your DJGPP installation.
+          cp conio.h /dev/env/DJDIR/include
 
         Now you can substitute the old conio.o file in libc.a with the new one.
         For this task you will need the ar program from binutils.
         Run the command:
-          ar -rv %DJDIR%\lib\libc.a conio.o
-        Substitute %DJDIR% by the path to your DJGPP installation.
+          ar -rv /dev/env/DJDIR/lib/libc.a conio.o
         You are done.
 
-2.4.:   Edit the djgpp.env file which is located in the top DJGPP
-        installation directory. Move to the first or global part
-        of your djgpp.env. The global part of your djgpp.env is
-        everything *BEFORE* the *FIRST* line that looks like:
+2.4.:   Edit the djgpp.env file which is located in the top DJGPP installation
+        directory. Move to the first or global part of your djgpp.env.
+        The global part of your djgpp.env is everything *BEFORE* the *FIRST*
+        line that looks like:
 [xxxx]
         where xxxx stands for the name of some DJGPP binary (usually this is bison).
         Add the following line to the first part of your djgpp.env:
@@ -196,7 +175,7 @@ This is a port of GNU Gettext 0.10.38 to MSDOS/DJGPP.
 +LANGUAGE=de:es
 
         Please note that if you omit the LANG environment variable, the
-        LANGUAGE variable will not be honuored at all. The LANG varaiable must
+        LANGUAGE variable will not be honored at all. The LANG varaiable must
         always be set to your default catalog. With the aid of LANGUAGE you can
         select other catalogs apart of the default one. If for some reason you
         want to disable NLS, then you should comment out the LANG variable or
@@ -223,42 +202,69 @@ This is a port of GNU Gettext 0.10.38 to MSDOS/DJGPP.
         ===================================
 
 3.1.:   To build the binaries you will need the following binary packages:
-          djdev203.zip (NOT a prior version)
-          bsh203b.zip  (NOT a prior version)
-          gcc2952b.zip, bnu2951b.zip, mak3791b.zip,
-          fil316b.zip, shl112b.zip, txt20b.zip,
+          djdev203.zip (or a later but NOT a prior version)
+          bsh203b.zip  (or a later but NOT a prior version)
+          gcc2953b.zip, bnu2112b.zip, mak3791b.zip,
+          fil40b.zip, shl112b.zip, txt20b.zip,
           txi40b.zip, grep24b.zip, sed302b.zip,
-          licv16b.zip
+          licv17b.zip
 
         If you want to run the check you will need also:
           dif272b.zip
 
+        If you want to recreate the html docs you will also need:
+          gro116b.zip  (or a later but NOT a prior version)
+          perl561b.zip (or a later but NOT a prior version)
+
         All this packages can be found in the v2gnu directory of any
         Simtel.NET mirror.
-        You must have licv16b.zip installed before configuring or compiling the
-        package or the configuration and build process will fail due to unresolved
-        references to libiconv.a
-        You will need bsh203b.zip and *NOT* a prior version or the build will fail.
-        The same applies to djdev203.zip. You *MUST* use the updated version of
-        fil316b.zip (date: 2000-05-30) and shl112b.zip (date: 2000-08-11).
+        You must have licv17b.zip or a later version installed before
+        configuring or compiling the package or the configuration and build
+        process will fail due to unresolved references to libiconv.a
+        You will need bsh203b.zip or later and *NOT* a prior version or the
+        build will fail. The same applies to djdev203.zip. You *MUST* use the
+        updated version of shl112b.zip (date: 2000-08-11).
         This updated versions have been recompiled with djdev203.zip and know
         about the "/dev/env" functionality introduced with djdev203.zip. All the
         other packages are the ones I have used to build the binaries from this
         sources. Previuos versions of this packages may do the job as well but
         I have not tested this.
 
-3.2.:   Create a temporary directory. Copy the source package: gtxt038s.zip
-        into the directory and unzip it runnig ONE of the following commands:
-          unzip32 gtxt038s.zip      or
-          djtarx gtxt038s.zip       or
-          pkunzip -d gtxt038s.zip
+3.2.:   Create a temporary directory and copy the source package into the
+        directory. If you download the source distribution from one of the
+        DJGPP archives, just unzip it preserving the directory structure
+        running *ONE* of the following commands:
+          unzip32 gtxt040s.zip      or
+          djtarx gtxt040s.zip       or
+          pkunzip -d gtxt040s.zip
+
+        Source distributions downloaded from one of the GNU FTP sites need
+        some more work to unpack. First, you *MUST* use the `djtar' program
+        to unzip the package.  That is because some file names in the official
+        distributions need to be changed to avoid problems on the various
+        platforms supported by DJGPP. `djtar' can rename files on the fly given
+        a file with name mappings. The distribution includes a file
+        `djgpp/fnchange.lst' with the necessary mappings. So you need first
+        to retrieve that file, and then invoke `djtar' to unpack the
+        distribution. Here is how:
+
+          djtar -x -p -o gettext-0.10.40/djgpp/fnchange.lst gettext-0.10.40.tar.gz > lst
+          djtar -x -n lst gettext-0.10.40.tar.gz
+
+        (The name of the distribution archive and the top-level directory will
+        be different for versions other than 0.10.40.)
+
+        It is always recommended to download the DJGPP packages from some
+        Simtel.NET mirror and *NOT* the original GNU distribution because
+        only the binary distribution of the DJGPP port will contain the
+        files needed to patch libc.a. This are: conio.h and conio.o.
 
-3.3.:   This package is preconfigured for NLS support and for on-the-fly
-        recoding with the functionality provided by libiconv.a from licv16b.zip.
-        This implies that licv16b.zip *MUST* be installed *before* you try to
+3.3.:   This package is preconfigured for NLS support and for run time recoding
+        due to the functionality provided by libiconv.a from licv17b.zip.
+        This implies that licv17b.zip *MUST* be installed *before* you try to
         compile the package or the build process will fail.
         It should be noticed that when you compile your own binaries with NLS
-        you must *always* link with libiconv.a
+        you must also *always* link with libiconv.a
         If you compile this package with a later version of libc.a or if you
         prefer no NLS support at all you will have to reconfigure this package.
         The configuration batch file of this package, located in the djgpp
@@ -271,7 +277,7 @@ This is a port of GNU Gettext 0.10.38 to MSDOS/DJGPP.
           no-NLS
 
         If for some reason you want no NLS support you will have to reconfigure
-        the package. For this purpose cd into the top srcdir (gtxt-010.38)
+        the package. For this purpose cd into the top srcdir (gtxt-010.40)
         and run the following commands:
           make distclean
           djgpp\config no-NLS
@@ -285,14 +291,14 @@ This is a port of GNU Gettext 0.10.38 to MSDOS/DJGPP.
         To build the programs in a directory other than where the sources are,
         you must add a parameter that specifies the source directory,
         e.g:
-          x:\src\gnu\gtxt-010.38\djgpp\config x:/src/gnu/gtxt-010.38 no-NLS
+          x:\src\gnu\gtxt-010.40\djgpp\config x:/src/gnu/gtxt-010.40 no-NLS
 
         Lets assume you want to build the binaries in a directory placed on a 
         different drive (z:\build in this case) from where the sources are,
         then you will run the following commands:
           z:
           cd \build
-          x:\src\gnu\gtxt-010.38\djgpp\config x:/src/gnu/gtxt-010.38 no-NLS
+          x:\src\gnu\gtxt-010.40\djgpp\config x:/src/gnu/gtxt-010.40 no-NLS
 
         If you want NLS support you will omit "no-NLS" or replace it by
         "NLS" in the above examples.
@@ -336,13 +342,15 @@ This is a port of GNU Gettext 0.10.38 to MSDOS/DJGPP.
           bison-1.28 (bsn128s.zip)
           enscript-1.5.0 (ens150s.zip)
           enscript-1.6.1 (ens161s.zip)
+          enscript-1.6.2 (ens162s.zip)
           fileutils-3.16 (fil316s.zip)
+          fileutils-4.0 (fil40s.zip)
           grep-2.4 (grep24s.zip)
           id-utils-3.2 (idu32s.zip)
           make-3.79.1 (mak3791s.zip)
           recode-3.5 (rcode35s.zip)
           recode-3.6 (rcode36s.zip)
-          sed-3.02.80 (sed-3.02.80.tar.gz from ftp://alpha.gnu.org/pub/gnu/sed)
+          sed-3.02.80 (sed3028s.zip)
           sharutils-4.2c (shar42cs.zip)
           sh-utils-2.0i (shl20is.zip)
           sh-utils-2.0j (shl20js.zip)
@@ -361,12 +369,12 @@ This is a port of GNU Gettext 0.10.38 to MSDOS/DJGPP.
         be replaced.
 
 4.1.:   To reconfigure and recompile a source package with NLS support you
-        *MUST* install the gtxt038b.zip and licv16b.zip packages
+        *MUST* install the gtxt040b.zip and licv17b.zip packages
         first. NLS support will **NOT** work with any prior version of the above
-        mentioned packages. Before installing gtxt038b.zip and licv16b.zip
+        mentioned packages. Before installing gtxt040b.zip and licv17b.zip
         you *MUST* deinstall the old packages if you ever have installed them.
         For this purpose use the provided manifest files from the old packages.
-        Old packages means previous beta releases of gtxt038b.zip and licv16b.zip
+        Old packages means previous beta releases of gtxt040b.zip and licv17b.zip
         *AND* also previous versions of gettext like gettext 0.10.32, etc.
 
 4.2.:   We will assume that the required sources will be unzipped into
@@ -377,8 +385,8 @@ This is a port of GNU Gettext 0.10.38 to MSDOS/DJGPP.
         This will create the directory:
           /src/gnu/bison-1.28
 
-        The binary package gtxt038b.zip will create the directory:
-          %DJDIR%/gnu/gtxt-010.38/djgpp/NLS_for_djgpp_packages/bison-1.28
+        The binary package gtxt040b.zip will create the directory:
+          %DJDIR%/gnu/gtxt-010.40/djgpp/NLS_for_djgpp_packages/bison-1.28
         This directory contains all needed files.
         The files are:
           bison-1.28/djconfig.bat      (new .bat file that replaces the original one.)
@@ -388,7 +396,7 @@ This is a port of GNU Gettext 0.10.38 to MSDOS/DJGPP.
         Now we will xcopy the needed files into the original bison-1.28 directory.
         First we will cd into the bison-1.28 directory and then we will run the
         following command:
-          xcopy %DJDIR%\gnu\gtxt-010.38\djgpp\NLS_for_djgpp_packages\bison-1.28 /v/s/e
+          xcopy %DJDIR%\gnu\gtxt-010.40\djgpp\NLS_for_djgpp_packages\bison-1.28 /v/s/e
 
 4.3.:   Before the package can be reconfigured, the old configuration must be
         cleared. Run the command:
index 8d404a4ca64602ac927120abd79374481776d7d7..1784ce28e5204590eff47cfd8ce7d4c2f2937368 100644 (file)
@@ -5,16 +5,45 @@
 /ac_given_INSTALL=/,/^CEOF/ {
   /^CEOF$/ i\
 # DJGPP specific Makefile changes.\
-  /^aliaspath *        *=/s,:,";",g\
-  /^lispdir *  *=/ c\\\\\
+  /^aliaspath[         ]*=/s,:,";",g\
+  /^lispdir[   ]*=/ c\\\\\
 lispdir = \\$(prefix)/gnu/emacs/site-lisp\
-  /TEXINPUTS=/s,:,";",g\
-  /PATH=/s,:,";",g\
+  /TEXINPUTS[  ]*=/s,:,";",g\
+  /PATH[       ]*=/s,:,";",g\
   s,\\.new\\.,_new.,g\
   s,\\.old\\.,_old.,g\
   s,\\.tab\\.c,_tab.c,g\
   s,\\.tab\\.h,_tab.h,g\
+  s,\\([1-9]\\)\\.html,\\1-html,g\
+  s,\\([1-9]\\)\\.in,\\1-in,g\
+  s,gettext_\\*\\.,gettext.*-,g\
   s,config\\.h\\.in,config.h-in,g\
+  s,gettext_1.html,gettext.1-html,g\
+  s,gettext_10.html,gettext.10-html,g\
+  s,gettext_11.html,gettext.11-html,g\
+  s,gettext_12.html,gettext.12-html,g\
+  s,gettext_13.html,gettext.13-html,g\
+  s,gettext_14.html,gettext.14-html,g\
+  s,gettext_2.html,gettext.2-html,g\
+  s,gettext_3.html,gettext.3-html,g\
+  s,gettext_4.html,gettext.4-html,g\
+  s,gettext_5.html,gettext.5-html,g\
+  s,gettext_6.html,gettext.6-html,g\
+  s,gettext_7.html,gettext.7-html,g\
+  s,gettext_8.html,gettext.8-html,g\
+  s,gettext_9.html,gettext.9-html,g\
+  s,gettext_foot.html,gettext.foot-html,g\
+  s,gettext_toc.html,gettext.toc-html,g\
+  s,gettext.3.html,gettext.3-html,g\
+  s,ngettext.3.html,ngettext.3-html,g\
+  s,textdomain.3.html,textdomain.3-html,g\
+  s,bindtextdomain.3.html,bindtextdomain.3-html,g\
+  s,bind_textdomain_codeset.3.html,bind_textdomain_codeset.3-html,g\
+  s,gettext.3.in,gettext.3-in,g\
+  s,ngettext.3.in,ngettext.3-in,g\
+  s,textdomain.3.in,textdomain.3-in,g\
+  s,bindtextdomain.3.in,bindtextdomain.3-in,g\
+  s,bind_textdomain_codeset.3.in,bind_textdomain_codeset.3-in,g\
   s,Makefile\\.in\\.in,Makefile.in-in,g\
   s,gettext-1,gettext.1,g\
   s,gettext-2,gettext.2,g\
@@ -45,10 +74,14 @@ lispdir = \\$(prefix)/gnu/emacs/site-lisp\
     /@list=/ s,\\\$(INFO_DEPS),& gettext.i,\
     s,file-\\[0-9\\]\\[0-9\\],& \\$\\$file[0-9] \\$\\$file[0-9][0-9],\
   }\
-  /^iso-apdx\\.texi *  *:.*$/ {\
-    s,iso-apdx,\\$(srcdir)/&,g\
+  /^iso-639\\.texi[    ]*:.*$/ {\
+    s,iso-639,\\$(srcdir)/&,g\
     s,ISO_639,\\$(srcdir)/&,\
   }\
+  /^iso-3166\\.texi[   ]*:.*$/ {\
+    s,iso-3166,\\$(srcdir)/&,g\
+    s,ISO_3166,\\$(srcdir)/&,\
+  }\
   /^# Some rules for yacc handling\\./,$ {\
     /\\\$(YACC)/ a\\\\\
        -@test -f y.tab.c && mv -f y.tab.c y_tab.c\\\\\
@@ -59,7 +92,9 @@ lispdir = \\$(prefix)/gnu/emacs/site-lisp\
   s,po-gram-gen2\\.h,po-gram_gen2.h,g\
   /^Makefile[  ]*:/,/^$/ {\
     /CONFIG_FILES=/ s,\\\$(subdir)/\\\$@\\.in,&:\\$(subdir)/\\$@.in-in,\
-  }
+  }\
+  /html:/ s,split$,monolithic,g\
+  /^TEXI2HTML[         ]*=/ s,=[       ]*,&-,
 }
 
 # Makefile.in.in is renamed to Makefile.in-in...
@@ -85,13 +120,14 @@ lispdir = \\$(prefix)/gnu/emacs/site-lisp\
   s|config\.h|&:config.h-in|2
 }
 
-# Replace (command) > /dev/null with `command > /dev/null`, since
+# Replace `(command) > /dev/null` with `command > /dev/null`, since
 # parenthesized commands always return zero status in the ported Bash,
 # even if the named command doesn't exist
-/if ([^|;]*null/{
-  s,(,`,
-  s,),,
-  s,;  *then,`; then,
+/if [^{].*null/,/ then/ {
+  /test .*null/ {
+    s,(,,
+    s,),,
+  }
 }
 
 # DOS-style absolute file names should be supported as well
@@ -130,3 +166,6 @@ lispdir = \\$(prefix)/gnu/emacs/site-lisp\
 /# Make a symlink if possible; otherwise try a hard link./,/EOF/ {
   s,;.*then, 2>/dev/null || cp -pf \$srcdir/\$ac_source \$ac_dest&,
 }
+
+# Let libtool use _libs all the time.
+/objdir=/s,\.libs,_libs,
index 4eef9b7f4617a7681bf03219ac3654544c6b0d8b..87ac7a2a79bf0198503acf22924fda71510ec4f3 100644 (file)
@@ -1,28 +1,54 @@
-gettext-0.10.38/config.h.in           gettext-0.10.38/config.h-in
-gettext-0.10.38/po/Makefile.in.in     gettext-0.10.38/po/Makefile.in-in
-gettext-0.10.38/tests/gettext-1       gettext-0.10.38/tests/gettext.1
-gettext-0.10.38/tests/gettext-2       gettext-0.10.38/tests/gettext.2
-gettext-0.10.38/tests/msgcmp-1        gettext-0.10.38/tests/msgcmp.1
-gettext-0.10.38/tests/msgcmp-2        gettext-0.10.38/tests/msgcmp.2
-gettext-0.10.38/tests/msgfmt-1        gettext-0.10.38/tests/msgfmt.1
-gettext-0.10.38/tests/msgfmt-2        gettext-0.10.38/tests/msgfmt.2
-gettext-0.10.38/tests/msgfmt-3        gettext-0.10.38/tests/msgfmt.3
-gettext-0.10.38/tests/msgfmt-4        gettext-0.10.38/tests/msgfmt.4
-gettext-0.10.38/tests/msgmerge-1      gettext-0.10.38/tests/msgmerge.1
-gettext-0.10.38/tests/msgmerge-2      gettext-0.10.38/tests/msgmerge.2
-gettext-0.10.38/tests/msgmerge-3      gettext-0.10.38/tests/msgmerge.3
-gettext-0.10.38/tests/msgmerge-4      gettext-0.10.38/tests/msgmerge.4
-gettext-0.10.38/tests/msgmerge-5      gettext-0.10.38/tests/msgmerge.5
-gettext-0.10.38/tests/msgunfmt-1      gettext-0.10.38/tests/msgunfmt.1
-gettext-0.10.38/tests/xgettext-1      gettext-0.10.38/tests/xgettext.1
-gettext-0.10.38/tests/xgettext-2      gettext-0.10.38/tests/xgettext.2
-gettext-0.10.38/tests/xgettext-3      gettext-0.10.38/tests/xgettext.3
-gettext-0.10.38/tests/xgettext-4      gettext-0.10.38/tests/xgettext.4
-gettext-0.10.38/tests/xgettext-5      gettext-0.10.38/tests/xgettext.5
-gettext-0.10.38/tests/xgettext-6      gettext-0.10.38/tests/xgettext.6
-gettext-0.10.38/tests/xgettext-7      gettext-0.10.38/tests/xgettext.7
-gettext-0.10.38/tests/xgettext-8      gettext-0.10.38/tests/xgettext.8
-gettext-0.10.38/tests/xgettext-9      gettext-0.10.38/tests/xgettext.9
-gettext-0.10.38/tests/xg-test1.ok.po  gettext-0.10.38/tests/xg-test1.ok-po
-gettext-0.10.38/tests/plural-1        gettext-0.10.38/tests/plural.1
-gettext-0.10.38/tests/plural-2        gettext-0.10.38/tests/plural.2
+gettext-0.10.40/config.h.in                         gettext-0.10.40/config.h-in
+gettext-0.10.40/doc/gettext_1.html                  gettext-0.10.40/doc/gettext.1-html
+gettext-0.10.40/doc/gettext_10.html                 gettext-0.10.40/doc/gettext.10-html
+gettext-0.10.40/doc/gettext_11.html                 gettext-0.10.40/doc/gettext.11-html
+gettext-0.10.40/doc/gettext_12.html                 gettext-0.10.40/doc/gettext.12-html
+gettext-0.10.40/doc/gettext_13.html                 gettext-0.10.40/doc/gettext.13-html
+gettext-0.10.40/doc/gettext_14.html                 gettext-0.10.40/doc/gettext.14-html
+gettext-0.10.40/doc/gettext_2.html                  gettext-0.10.40/doc/gettext.2-html
+gettext-0.10.40/doc/gettext_3.html                  gettext-0.10.40/doc/gettext.3-html
+gettext-0.10.40/doc/gettext_4.html                  gettext-0.10.40/doc/gettext.4-html
+gettext-0.10.40/doc/gettext_5.html                  gettext-0.10.40/doc/gettext.5-html
+gettext-0.10.40/doc/gettext_6.html                  gettext-0.10.40/doc/gettext.6-html
+gettext-0.10.40/doc/gettext_7.html                  gettext-0.10.40/doc/gettext.7-html
+gettext-0.10.40/doc/gettext_8.html                  gettext-0.10.40/doc/gettext.8-html
+gettext-0.10.40/doc/gettext_9.html                  gettext-0.10.40/doc/gettext.9-html
+gettext-0.10.40/doc/gettext_foot.html               gettext-0.10.40/doc/gettext.foot-html
+gettext-0.10.40/doc/gettext_toc.html                gettext-0.10.40/doc/gettext.toc-html
+gettext-0.10.40/man/gettext.3.html                  gettext-0.10.40/man/gettext.3-html
+gettext-0.10.40/man/ngettext.3.html                 gettext-0.10.40/man/ngettext.3-html
+gettext-0.10.40/man/textdomain.3.html               gettext-0.10.40/man/textdomain.3-html
+gettext-0.10.40/man/bindtextdomain.3.html           gettext-0.10.40/man/bindtextdomain.3-html
+gettext-0.10.40/man/bind_textdomain_codeset.3.html  gettext-0.10.40/man/bind_textdomain_codeset.3-html
+gettext-0.10.40/man/gettext.3.in                    gettext-0.10.40/man/gettext.3-in
+gettext-0.10.40/man/ngettext.3.in                   gettext-0.10.40/man/ngettext.3-in
+gettext-0.10.40/man/textdomain.3.in                 gettext-0.10.40/man/textdomain.3-in
+gettext-0.10.40/man/bindtextdomain.3.in             gettext-0.10.40/man/bindtextdomain.3-in
+gettext-0.10.40/man/bind_textdomain_codeset.3.in    gettext-0.10.40/man/bind_textdomain_codeset.3-in
+gettext-0.10.40/po/Makefile.in.in                   gettext-0.10.40/po/Makefile.in-in
+gettext-0.10.40/tests/gettext-1                     gettext-0.10.40/tests/gettext.1
+gettext-0.10.40/tests/gettext-2                     gettext-0.10.40/tests/gettext.2
+gettext-0.10.40/tests/msgcmp-1                      gettext-0.10.40/tests/msgcmp.1
+gettext-0.10.40/tests/msgcmp-2                      gettext-0.10.40/tests/msgcmp.2
+gettext-0.10.40/tests/msgfmt-1                      gettext-0.10.40/tests/msgfmt.1
+gettext-0.10.40/tests/msgfmt-2                      gettext-0.10.40/tests/msgfmt.2
+gettext-0.10.40/tests/msgfmt-3                      gettext-0.10.40/tests/msgfmt.3
+gettext-0.10.40/tests/msgfmt-4                      gettext-0.10.40/tests/msgfmt.4
+gettext-0.10.40/tests/msgmerge-1                    gettext-0.10.40/tests/msgmerge.1
+gettext-0.10.40/tests/msgmerge-2                    gettext-0.10.40/tests/msgmerge.2
+gettext-0.10.40/tests/msgmerge-3                    gettext-0.10.40/tests/msgmerge.3
+gettext-0.10.40/tests/msgmerge-4                    gettext-0.10.40/tests/msgmerge.4
+gettext-0.10.40/tests/msgmerge-5                    gettext-0.10.40/tests/msgmerge.5
+gettext-0.10.40/tests/msgunfmt-1                    gettext-0.10.40/tests/msgunfmt.1
+gettext-0.10.40/tests/xgettext-1                    gettext-0.10.40/tests/xgettext.1
+gettext-0.10.40/tests/xgettext-2                    gettext-0.10.40/tests/xgettext.2
+gettext-0.10.40/tests/xgettext-3                    gettext-0.10.40/tests/xgettext.3
+gettext-0.10.40/tests/xgettext-4                    gettext-0.10.40/tests/xgettext.4
+gettext-0.10.40/tests/xgettext-5                    gettext-0.10.40/tests/xgettext.5
+gettext-0.10.40/tests/xgettext-6                    gettext-0.10.40/tests/xgettext.6
+gettext-0.10.40/tests/xgettext-7                    gettext-0.10.40/tests/xgettext.7
+gettext-0.10.40/tests/xgettext-8                    gettext-0.10.40/tests/xgettext.8
+gettext-0.10.40/tests/xgettext-9                    gettext-0.10.40/tests/xgettext.9
+gettext-0.10.40/tests/xg-test1.ok.po                gettext-0.10.40/tests/xg-test1.ok-po
+gettext-0.10.40/tests/plural-1                      gettext-0.10.40/tests/plural.1
+gettext-0.10.40/tests/plural-2                      gettext-0.10.40/tests/plural.2