]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update for 0.10.37.
authorBruno Haible <bruno@clisp.org>
Thu, 19 Apr 2001 18:34:14 +0000 (18:34 +0000)
committerBruno Haible <bruno@clisp.org>
Thu, 19 Apr 2001 18:34:14 +0000 (18:34 +0000)
NEWS
djgpp/README
djgpp/fnchange.lst

diff --git a/NEWS b/NEWS
index 9a07069b87ef27213192d5e4efbc680b8741951e..7374b9a25fc36ef1075a3a698bb5ef96f11b0f9f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Version 0.10.37 - April 2001
+
+This is a bug-fix release.
+\f
 Version 0.10.36 - March 2001, by Ulrich Drepper and Bruno Haible
 
 * General plural handling. New functions ngettext, dngettext, dcngettext.
index b1da337f166bde91053568a4460b383300bf41e8..807284a294e0b273a25029ad3a0accbc7aa7635a 100644 (file)
@@ -1,4 +1,4 @@
-This is a port of GNU Gettext 0.10.36 to MSDOS/DJGPP.
+This is a port of GNU Gettext 0.10.37 to MSDOS/DJGPP.
 
 
         TO USE THE GNU GETTEXT LIBRARY YOU **MUST** MODIFY YOUR C-LIBRARY.
@@ -34,7 +34,7 @@ This is a port of GNU Gettext 0.10.36 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 gtxt036b.zip contains all needed files to get NLS
+     2) The binary package gtxt037b.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)
@@ -56,7 +56,7 @@ This is a port of GNU Gettext 0.10.36 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:
-          gtxt036b.zip (binaries of GNU Gettext 0.10.36)
+          gtxt037b.zip (binaries of GNU Gettext 0.10.37)
           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)
@@ -92,9 +92,9 @@ This is a port of GNU Gettext 0.10.36 to MSDOS/DJGPP.
 2.2.:   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 gtxt036b.zip      or
-          djtarx gtxt036b.zip       or
-          pkunzip -d gtxt036b.zip
+          unzip32 gtxt037b.zip      or
+          djtarx gtxt037b.zip       or
+          pkunzip -d gtxt037b.zip
 
         Source distributions downloaded from one of the GNU FTP sites need
         some more work to unpack.  First, you *MUST* use the `djtar' program
@@ -106,11 +106,11 @@ This is a port of GNU Gettext 0.10.36 to MSDOS/DJGPP.
         to retrieve that file, and then invoke `djtar' to unpack the
         distribution.  Here's how:
 
-          djtar -x -p -o gettext-0.10.36/djgpp/fnchange.lst gettext-0.10.36.tar.gz > lst
-          djtar -x -n lst gettext-0.10.36.tar.gz
+          djtar -x -p -o gettext-0.10.37/djgpp/fnchange.lst gettext-0.10.37.tar.gz > lst
+          djtar -x -n lst gettext-0.10.37.tar.gz
 
         (The name of the distribution archive and the top-level directory will
-        be different for versions other than 0.10.36.)
+        be different for versions other than 0.10.37.)
 
         It is always recommended to download the DJGPP packages from some
         Simtel.NET mirror and *not* the original GNU distribution because
@@ -120,7 +120,7 @@ This is a port of GNU Gettext 0.10.36 to MSDOS/DJGPP.
 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.36/djgpp/djdev-2.03
+          %DJDIR%/gnu/gtxt-010.37/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,7 +133,7 @@ This is a port of GNU Gettext 0.10.36 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.36/djgpp/djdev-2.03 directory.
+        cd'ed into the %DJDIR%/gnu/gtxt-010.37/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
@@ -247,11 +247,11 @@ This is a port of GNU Gettext 0.10.36 to MSDOS/DJGPP.
         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: gtxt036s.zip
+3.2.:   Create a temporary directory. Copy the source package: gtxt037s.zip
         into the directory and unzip it runnig ONE of the following commands:
-          unzip32 gtxt036s.zip      or
-          djtarx gtxt036s.zip       or
-          pkunzip -d gtxt036s.zip
+          unzip32 gtxt037s.zip      or
+          djtarx gtxt037s.zip       or
+          pkunzip -d gtxt037s.zip
 
 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.
@@ -271,7 +271,7 @@ This is a port of GNU Gettext 0.10.36 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.36)
+        the package. For this purpose cd into the top srcdir (gtxt-010.37)
         and run the following commands:
           make distclean
           djgpp\config no-NLS
@@ -285,14 +285,14 @@ This is a port of GNU Gettext 0.10.36 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.36\djgpp\config x:/src/gnu/gtxt-010.36 no-NLS
+          x:\src\gnu\gtxt-010.37\djgpp\config x:/src/gnu/gtxt-010.37 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.36\djgpp\config x:/src/gnu/gtxt-010.36 no-NLS
+          x:\src\gnu\gtxt-010.37\djgpp\config x:/src/gnu/gtxt-010.37 no-NLS
 
         If you want NLS support you will omit "no-NLS" or replace it by
         "NLS" in the above examples.
@@ -361,12 +361,12 @@ This is a port of GNU Gettext 0.10.36 to MSDOS/DJGPP.
         be replaced.
 
 4.1.:   To reconfigure and recompile a source package with NLS support you
-        *MUST* install the gtxt036b.zip and licv16b.zip packages
+        *MUST* install the gtxt037b.zip and licv16b.zip packages
         first. NLS support will **NOT** work with any prior version of the above
-        mentioned packages. Before installing gtxt036b.zip and licv16b.zip
+        mentioned packages. Before installing gtxt037b.zip and licv16b.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 gtxt036b.zip and licv16b.zip
+        Old packages means previous beta releases of gtxt037b.zip and licv16b.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 +377,8 @@ This is a port of GNU Gettext 0.10.36 to MSDOS/DJGPP.
         This will create the directory:
           /src/gnu/bison-1.28
 
-        The binary package gtxt036b.zip will create the directory:
-          %DJDIR%/gnu/gtxt-010.36/djgpp/NLS_for_djgpp_packages/bison-1.28
+        The binary package gtxt037b.zip will create the directory:
+          %DJDIR%/gnu/gtxt-010.37/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 +388,7 @@ This is a port of GNU Gettext 0.10.36 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.36\djgpp\NLS_for_djgpp_packages\bison-1.28 /v/s/e
+          xcopy %DJDIR%\gnu\gtxt-010.37\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 251573c5658d7e3d155a515d80b2e9fa8a251ab6..594c39140f83012c3ffb96a8a80cc029786cad88 100644 (file)
@@ -1,28 +1,28 @@
-gettext-0.10.36/config.h.in           gettext-0.10.36/config.h-in
-gettext-0.10.36/po/Makefile.in.in     gettext-0.10.36/po/Makefile.in-in
-gettext-0.10.36/tests/gettext-1       gettext-0.10.36/tests/gettext.1
-gettext-0.10.36/tests/gettext-2       gettext-0.10.36/tests/gettext.2
-gettext-0.10.36/tests/msgcmp-1        gettext-0.10.36/tests/msgcmp.1
-gettext-0.10.36/tests/msgcmp-2        gettext-0.10.36/tests/msgcmp.2
-gettext-0.10.36/tests/msgfmt-1        gettext-0.10.36/tests/msgfmt.1
-gettext-0.10.36/tests/msgfmt-2        gettext-0.10.36/tests/msgfmt.2
-gettext-0.10.36/tests/msgfmt-3        gettext-0.10.36/tests/msgfmt.3
-gettext-0.10.36/tests/msgfmt-4        gettext-0.10.36/tests/msgfmt.4
-gettext-0.10.36/tests/msgmerge-1      gettext-0.10.36/tests/msgmerge.1
-gettext-0.10.36/tests/msgmerge-2      gettext-0.10.36/tests/msgmerge.2
-gettext-0.10.36/tests/msgmerge-3      gettext-0.10.36/tests/msgmerge.3
-gettext-0.10.36/tests/msgmerge-4      gettext-0.10.36/tests/msgmerge.4
-gettext-0.10.36/tests/msgmerge-5      gettext-0.10.36/tests/msgmerge.5
-gettext-0.10.36/tests/msgunfmt-1      gettext-0.10.36/tests/msgunfmt.1
-gettext-0.10.36/tests/xgettext-1      gettext-0.10.36/tests/xgettext.1
-gettext-0.10.36/tests/xgettext-2      gettext-0.10.36/tests/xgettext.2
-gettext-0.10.36/tests/xgettext-3      gettext-0.10.36/tests/xgettext.3
-gettext-0.10.36/tests/xgettext-4      gettext-0.10.36/tests/xgettext.4
-gettext-0.10.36/tests/xgettext-5      gettext-0.10.36/tests/xgettext.5
-gettext-0.10.36/tests/xgettext-6      gettext-0.10.36/tests/xgettext.6
-gettext-0.10.36/tests/xgettext-7      gettext-0.10.36/tests/xgettext.7
-gettext-0.10.36/tests/xgettext-8      gettext-0.10.36/tests/xgettext.8
-gettext-0.10.36/tests/xgettext-9      gettext-0.10.36/tests/xgettext.9
-gettext-0.10.36/tests/xg-test1.ok.po  gettext-0.10.36/tests/xg-test1.ok-po
-gettext-0.10.36/tests/plural-1        gettext-0.10.36/tests/plural.1
-gettext-0.10.36/tests/plural-2        gettext-0.10.36/tests/plural.2
+gettext-0.10.37/config.h.in           gettext-0.10.37/config.h-in
+gettext-0.10.37/po/Makefile.in.in     gettext-0.10.37/po/Makefile.in-in
+gettext-0.10.37/tests/gettext-1       gettext-0.10.37/tests/gettext.1
+gettext-0.10.37/tests/gettext-2       gettext-0.10.37/tests/gettext.2
+gettext-0.10.37/tests/msgcmp-1        gettext-0.10.37/tests/msgcmp.1
+gettext-0.10.37/tests/msgcmp-2        gettext-0.10.37/tests/msgcmp.2
+gettext-0.10.37/tests/msgfmt-1        gettext-0.10.37/tests/msgfmt.1
+gettext-0.10.37/tests/msgfmt-2        gettext-0.10.37/tests/msgfmt.2
+gettext-0.10.37/tests/msgfmt-3        gettext-0.10.37/tests/msgfmt.3
+gettext-0.10.37/tests/msgfmt-4        gettext-0.10.37/tests/msgfmt.4
+gettext-0.10.37/tests/msgmerge-1      gettext-0.10.37/tests/msgmerge.1
+gettext-0.10.37/tests/msgmerge-2      gettext-0.10.37/tests/msgmerge.2
+gettext-0.10.37/tests/msgmerge-3      gettext-0.10.37/tests/msgmerge.3
+gettext-0.10.37/tests/msgmerge-4      gettext-0.10.37/tests/msgmerge.4
+gettext-0.10.37/tests/msgmerge-5      gettext-0.10.37/tests/msgmerge.5
+gettext-0.10.37/tests/msgunfmt-1      gettext-0.10.37/tests/msgunfmt.1
+gettext-0.10.37/tests/xgettext-1      gettext-0.10.37/tests/xgettext.1
+gettext-0.10.37/tests/xgettext-2      gettext-0.10.37/tests/xgettext.2
+gettext-0.10.37/tests/xgettext-3      gettext-0.10.37/tests/xgettext.3
+gettext-0.10.37/tests/xgettext-4      gettext-0.10.37/tests/xgettext.4
+gettext-0.10.37/tests/xgettext-5      gettext-0.10.37/tests/xgettext.5
+gettext-0.10.37/tests/xgettext-6      gettext-0.10.37/tests/xgettext.6
+gettext-0.10.37/tests/xgettext-7      gettext-0.10.37/tests/xgettext.7
+gettext-0.10.37/tests/xgettext-8      gettext-0.10.37/tests/xgettext.8
+gettext-0.10.37/tests/xgettext-9      gettext-0.10.37/tests/xgettext.9
+gettext-0.10.37/tests/xg-test1.ok.po  gettext-0.10.37/tests/xg-test1.ok-po
+gettext-0.10.37/tests/plural-1        gettext-0.10.37/tests/plural.1
+gettext-0.10.37/tests/plural-2        gettext-0.10.37/tests/plural.2