]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Prepare for 0.20 release.
authorBruno Haible <bruno@clisp.org>
Sat, 13 Apr 2019 20:58:49 +0000 (22:58 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 14 Apr 2019 02:01:00 +0000 (04:01 +0200)
* gettext-runtime/intl/libgnuintl.in.h (LIBINTL_VERSION): Update.
* gettext-tools/libgettextpo/gettext-po.in.h (LIBGETTEXTPO_VERSION): Update.
* gettext-runtime/m4/gettext.m4: Bump version number in comment.
* gettext-runtime/m4/intl.m4: Likewise.
* gettext-runtime/m4/intlmacosx.m4: Likewise.
* gettext-runtime/m4/po.m4: Likewise.
(GETTEXT_MACRO_VERSION): Bump to 0.20.
* gettext-runtime/po/Makefile.in.in (GETTEXT_MACRO_VERSION): Likewise.
* gettext-runtime/intl/Makefile.am (LTV_*): Bump to 9:6:2.
* gettext-tools/libgettextpo/Makefile.am (LTV_*): Bump to 5:5:5.
* gettext-tools/configure.ac (ARCHIVE_VERSION): Set to 0.20.
* gettext-tools/misc/autopoint.in: Accept version 0.20.
* gettext-runtime/doc/matrix.texi: Update from TP.
* gettext-runtime/doc/nls.texi (STATUS): Update.
* gettext-runtime/src/envsubst.c (main): Update copyright year in --version
output.
* gettext-runtime/src/gettext.c (main): Likewise.
* gettext-runtime/src/ngettext.c (main): Likewise.
* gettext-tools/src/cldr-plurals.c (main): Likewise.
* gettext-tools/src/hostname.c (main): Likewise.
* gettext-tools/src/msgattrib.c (main): Likewise.
* gettext-tools/src/msgcat.c (main): Likewise.
* gettext-tools/src/msgcmp.c (main): Likewise.
* gettext-tools/src/msgcomm.c (main): Likewise.
* gettext-tools/src/msgconv.c (main): Likewise.
* gettext-tools/src/msgen.c (main): Likewise.
* gettext-tools/src/msgexec.c (main): Likewise.
* gettext-tools/src/msgfilter.c (main): Likewise.
* gettext-tools/src/msgfmt.c (main): Likewise.
* gettext-tools/src/msggrep.c (main): Likewise.
* gettext-tools/src/msginit.c (main): Likewise.
* gettext-tools/src/msgmerge.c (main): Likewise.
* gettext-tools/src/msgunfmt.c (main): Likewise.
* gettext-tools/src/msguniq.c (main): Likewise.
* gettext-tools/src/recode-sr-latin.c (main): Likewise.
* gettext-tools/src/urlget.c (main): Likewise.
* gettext-tools/src/xgettext.c (main): Likewise.
* gettext-runtime/src/gettext.sh.in (func_version): Update copyright year.
* gettext-tools/misc/convert-archive.in (func_version): Likewise.
* gettext-tools/misc/gettextize.in (func_version): Likewise.
* libtextstyle/version.sh: Use version number 0.20 here as well.
* gettext-runtime/NEWS: Mention changes (from main NEWS).
* libtextstyle/NEWS: Mention changes.

43 files changed:
.gitignore
gettext-runtime/NEWS
gettext-runtime/doc/Admin/compile.sh
gettext-runtime/doc/matrix.texi
gettext-runtime/doc/nls.texi
gettext-runtime/intl/Makefile.am
gettext-runtime/intl/libgnuintl.in.h
gettext-runtime/m4/gettext.m4
gettext-runtime/m4/intl.m4
gettext-runtime/m4/intlmacosx.m4
gettext-runtime/m4/po.m4
gettext-runtime/po/Makefile.in.in
gettext-runtime/src/envsubst.c
gettext-runtime/src/gettext.c
gettext-runtime/src/gettext.sh.in
gettext-runtime/src/ngettext.c
gettext-tools/configure.ac
gettext-tools/libgettextpo/Makefile.am
gettext-tools/libgettextpo/gettext-po.in.h
gettext-tools/misc/autopoint.in
gettext-tools/misc/convert-archive.in
gettext-tools/misc/gettextize.in
gettext-tools/src/cldr-plurals.c
gettext-tools/src/hostname.c
gettext-tools/src/msgattrib.c
gettext-tools/src/msgcat.c
gettext-tools/src/msgcmp.c
gettext-tools/src/msgcomm.c
gettext-tools/src/msgconv.c
gettext-tools/src/msgen.c
gettext-tools/src/msgexec.c
gettext-tools/src/msgfilter.c
gettext-tools/src/msgfmt.c
gettext-tools/src/msggrep.c
gettext-tools/src/msginit.c
gettext-tools/src/msgmerge.c
gettext-tools/src/msgunfmt.c
gettext-tools/src/msguniq.c
gettext-tools/src/recode-sr-latin.c
gettext-tools/src/urlget.c
gettext-tools/src/xgettext.c
libtextstyle/NEWS
libtextstyle/version.sh

index 83ca6de5cd4082675bdc06f8dd1ad930efacb281..dbd3547791a2561888d6a7448d75bef6d94148dd 100644 (file)
@@ -12,6 +12,9 @@
 ## file is not erased by "make mostlyclean".
 
 # Files brought in manually:
+/gettext-runtime/doc/Admin/jdom-1.0.jar
+/gettext-runtime/doc/Admin/Matrix*.class
+/gettext-runtime/doc/Admin/matrix.xml
 /gettext-tools/misc/archive.dir.tar
 
 # Files brought in by gnulib-tool:
index df3d38967ae28b50a6a26abad8fe2ea56e2e2b57..a24f998555c0866e3f47b5effa746c4f699c8cb2 100644 (file)
@@ -1,3 +1,14 @@
+Version 0.20 - April 2019
+
+* The interpretation of the language preferences on macOS has been fixed.
+
+* Per-thread locales are now also supported on Solaris 11.4.
+
+* The replacements for the printf()/fprintf()/... functions that are
+  provided through <libintl.h> on native Windows and NetBSD are now POSIX
+  compliant.  There is no conflict any more between these replacements
+  and other possible replacements provided by gnulib or mingw.
+
 Version 0.18.3 - July 2013
 
 * On Mac OS X systems, the setlocale() function now properly
index 376bc4420038d27b2dae657f44f93a0473964656..10bb50c54dc784c9764c2bbf1767a3132468add4 100755 (executable)
@@ -1,5 +1,9 @@
 #!/bin/sh
+
+test -f jdom-1.0.jar || wget http://central.maven.org/maven2/jdom/jdom/1.0/jdom-1.0.jar
+
 JAVA_HOME=/arch/x86-linux/inst-java/jdk-1.5.0_06
 export JAVA_HOME
 PATH="$JAVA_HOME/bin:$PATH"
+
 javac -d . -classpath jdom-1.0.jar Matrix.java
index 6fd3afc897f8aad8e0431a231bbd46afbb186038..bfa1f55940b6e48fd3792c7b06ce419e43bee628 100644 (file)
 @example
 @group
-Ready PO files       af am an ar as ast az be bg bn bn_IN bs ca crh cs
-                   +---------------------------------------------------+
-a2ps               |                       []                []     [] |
-aegis              |                                                   |
-anubis             |                                                   |
-aspell             |                []                       []     [] |
-bash               |                          []             []     [] |
-bfd                |                                                   |
-binutils           |                                         []        |
-bison              |                                                   |
-bison-runtime      |                []                                 |
-buzztrax           |                                                [] |
-ccd2cue            |                                                   |
-ccide              |                                                   |
-cflow              |                                                   |
-clisp              |                                                   |
-coreutils          |                                         []     [] |
-cpio               |                                                   |
-cppi               |                                                   |
-cpplib             |                                         []        |
-cryptsetup         |                                                [] |
-datamash           |                                                   |
-denemo             |                                         []     [] |
-dfarc              |                                         []        |
-dialog             |       []                                []     [] |
-dico               |                                                   |
-diffutils          |                                                [] |
-dink               |                                         []        |
-direvent           |                                                   |
-doodle             |                                                [] |
-dos2unix           |                                                   |
-dos2unix-man       |                                                   |
-e2fsprogs          |                                         []     [] |
-enscript           |                                         []        |
-exif               |                                                [] |
-fetchmail          |                                         []     [] |
-findutils          |                                                [] |
-flex               |                                         []        |
-freedink           |                                         []     [] |
-fusionforge        |                                                   |
-gas                |                                                   |
-gawk               |                                         []        |
-gcal               |                                         []        |
-gcc                |                                                   |
-gdbm               |                                                   |
-gettext-examples   | []             []        []             []     [] |
-gettext-runtime    |                          []             []     [] |
-gettext-tools      |                          []             []        |
-gjay               |                                                   |
-glunarclock        |                []        []                    [] |
-gnubiff            |                                                [] |
-gnubik             |          []                                       |
-gnucash            |          ()              ()             []        |
-gnuchess           |                                                   |
-gnulib             |                                                [] |
-gnunet             |                                                   |
-gnunet-gtk         |                                                   |
-gold               |                                                   |
-gphoto2            |                                                [] |
-gprof              |                          []                       |
-gramadoir          |                                                   |
-grep               |                          []             []     [] |
-grub               |                                         []        |
-gsasl              |                                                   |
-gss                |                                                   |
-gst-plugins-bad    |                          []                    [] |
-gst-plugins-base   |                          []             []     [] |
-gst-plugins-good   |                          []             []     [] |
-gst-plugins-ugly   |                          []             []     [] |
-gstreamer          |                []        []             []     [] |
-gtick              |                                                [] |
-gtkam              |                       []                       [] |
-gtkspell           | []             []     []                []     [] |
-guix               |                                                   |
-guix-packages      |                                                   |
-gutenprint         |                                         []        |
-hello              |                                         []        |
-help2man           |                                                   |
-help2man-texi      |                                                   |
-hylafax            |                                                   |
-idutils            |                                                   |
-iso_15924          |                                                [] |
-iso_3166           | []          []        [] [] []  []   [] [] []  [] |
-iso_3166_2         |                                                   |
-iso_4217           |                                                [] |
-iso_639            |             [] []     [] [] []  []      [] []  [] |
-iso_639_3          |                []                          []     |
-iso_639_5          |                                                   |
-jwhois             |                                                   |
-kbd                |                                                [] |
-klavaro            |          []              [] []          []     [] |
-ld                 |                          []                       |
-leafpad            |                       [] []             []     [] |
-libc               |                          []             []     [] |
-libexif            |                       ()                          |
-libextractor       |                                                   |
-libgnutls          |                                                [] |
-libgphoto2         |                                                [] |
-libgphoto2_port    |                                                [] |
-libgsasl           |                                                   |
-libiconv           |                          []                    [] |
-libidn             |                                                [] |
-liferea            |          []    []                       []     [] |
-lilypond           |                                         []     [] |
-lordsawar          |                                         []        |
-lprng              |                                                   |
-lynx               |                                         []     [] |
-m4                 |                                                [] |
-mailfromd          |                                                   |
-mailutils          |                                                   |
-make               |                                                [] |
-man-db             |                                         []     [] |
-man-db-manpages    |                                                   |
-midi-instruments   |          []                             []     [] |
-minicom            |                                                [] |
-mkisofs            |                                                [] |
-myserver           |                                                [] |
-nano               |                          []             []     [] |
-opcodes            |                                                   |
-parted             |                                                [] |
-pies               |                                                   |
-pnmixer            |                                                   |
-popt               |                                                [] |
-procps-ng          |                                                   |
-procps-ng-man      |                                                   |
-psmisc             |                                                [] |
-pspp               |                                         []        |
-pushover           |                                                [] |
-pwdutils           |                                                   |
-pyspread           |                                                   |
-radius             |                                         []        |
-recode             |                       []                []     [] |
-recutils           |                                                   |
-rpm                |                                                   |
-rush               |                                                   |
-sarg               |                                                   |
-sed                |                []        []             []     [] |
-sharutils          |                                                [] |
-shishi             |                                                   |
-skribilo           |                                                   |
-solfege            |                                         []     [] |
-solfege-manual     |                                                   |
-spotmachine        |                                                   |
-sudo               |                                         []     [] |
-sudoers            |                                         []     [] |
-sysstat            |                                                [] |
-tar                |                          []             []     [] |
-texinfo            |                                         []     [] |
-texinfo_document   |                                         []     [] |
-tigervnc           |                          []                       |
-tin                |                                                   |
-tin-man            |                                                   |
-tracgoogleappsa... |                                                   |
-trader             |                                                   |
-util-linux         |                                                [] |
-ve                 |                                                   |
-vice               |                                                   |
-vmm                |                                                   |
-vorbis-tools       |                                                [] |
-wastesedge         |                                                   |
-wcd                |                                                   |
-wcd-man            |                                                   |
-wdiff              |                                         []     [] |
-wget               |                                                [] |
-wyslij-po          |                                                   |
-xboard             |                                                   |
-xdg-user-dirs      | []    []    [] []     [] []     []      [] []  [] |
-xkeyboard-config   |                          []             []     [] |
-                   +---------------------------------------------------+
-                     af am an ar as ast az be bg bn bn_IN bs ca crh cs
-                      4  0  2  5  3 11   0  8 25  3   3    1 55  4  74
+Ready PO files       af an ar as ast az be bg bn bn_IN ca crh cs da 
+                   +-------------------------------------------------+
+a2ps               |                    []             []     [] []  |
+aegis              |                                             []  |
+anubis             |                                             []  |
+aspell             |             []                    []     [] []  |
+bash               |                       []          []     []     |
+bfd                |                                                 |
+binutils           |                                   []            |
+bison              |                                   []        []  |
+bison-runtime      |             []                    []        []  |
+buzztrax           |                                          [] []  |
+ccd2cue            |                                             []  |
+ccide              |                                             []  |
+cflow              |                                             []  |
+clisp              |                                             []  |
+coreutils          |                       []          []     [] []  |
+cpio               |                                             []  |
+cppi               |                                             []  |
+cpplib             |                                   []        []  |
+cryptsetup         |                                          [] []  |
+datamash           |                                             []  |
+denemo             |                                   []     [] []  |
+dfarc              |                                   []        []  |
+dialog             |    []       []                    []     [] []  |
+dico               |                                             []  |
+diffutils          |                       []                 [] []  |
+dink               |                                   []        []  |
+direvent           |                                             []  |
+doodle             |                                          [] []  |
+dos2unix           |                                             []  |
+dos2unix-man       |                                                 |
+e2fsprogs          |                                   []     [] []  |
+enscript           |                                   []        []  |
+exif               |             []                           [] []  |
+fetchmail          |                                   []     [] []  |
+findutils          |                       []                 [] []  |
+flex               |                                   []        []  |
+freedink           |                                   []     [] []  |
+fusionforge        |                                                 |
+gas                |                                                 |
+gawk               |                                   []        []  |
+gcal               |                                   []        []  |
+gcc                |                                                 |
+gdbm               |                                             []  |
+gettext-examples   | []          []        []          []     [] []  |
+gettext-runtime    |             []        []          []     [] []  |
+gettext-tools      |                       []          []        []  |
+gjay               |                                                 |
+glunarclock        |             []        []                 [] []  |
+gnubiff            |                                          []     |
+gnubik             |       []                                    []  |
+gnucash            |       ()              ()          []        []  |
+gnuchess           |                                             []  |
+gnucobol           |                                                 |
+gnulib             |                                          [] []  |
+gnunet             |                                                 |
+gnunet-gtk         |                                                 |
+gnutls             |                                          []     |
+gold               |                                                 |
+gphoto2            |                                          [] []  |
+gprof              |                       []                    []  |
+gramadoir          |                                             []  |
+grep               |                       []          []     [] []  |
+grip               |                    [] []          []        []  |
+grub               |             []                    []        []  |
+gsasl              |                                             []  |
+gss                |                                             []  |
+gst-plugins-bad    |             []        []                 [] []  |
+gst-plugins-base   |                       []          []     [] []  |
+gst-plugins-good   |                       []          []     [] []  |
+gst-plugins-ugly   |             []        []          []     [] []  |
+gstreamer          |             []        []          []     [] []  |
+gtick              |                                          [] []  |
+gtkam              |                    []                    [] []  |
+gtkspell           | []          []     []             []     [] []  |
+guix               |                                             []  |
+guix-manual        |                                                 |
+guix-packages      |                                                 |
+gutenprint         |                                   []        []  |
+hello              |             []                    []        []  |
+help2man           |                                             []  |
+help2man-texi      |                                                 |
+hylafax            |                                                 |
+idutils            |                                             []  |
+jwhois             |                                                 |
+kbd                |                                          [] []  |
+klavaro            |       []              [] []       []     [] []  |
+ld                 |                       []                        |
+leafpad            |                    [] []          []     [] []  |
+libc               |                       []          []     [] []  |
+libexif            |                    ()                       []  |
+libextractor       |                                             []  |
+libgphoto2         |                                          [] []  |
+libgphoto2_port    |                                          [] []  |
+libgsasl           |                                             []  |
+libiconv           |                       []                 [] []  |
+libidn             |                                          [] []  |
+libidn2            |                                          [] []  |
+lilypond           |                                   []     [] []  |
+lordsawar          |                                   []        []  |
+lprng              |                                                 |
+lynx               |                                   []     [] []  |
+m4                 |                                          [] []  |
+mailfromd          |                                             []  |
+mailutils          |                                                 |
+make               |                                          [] []  |
+man-db             |             []                    []     [] []  |
+man-db-manpages    |                                             []  |
+meritous           |                                             []  |
+midi-instruments   |       []                          []     [] []  |
+minicom            |                                          [] []  |
+mkisofs            |                                          []     |
+mpop               |                                                 |
+msmtp              |                                                 |
+muibase            |                                                 |
+myserver           |                                          []     |
+nano               |                                   []     [] []  |
+opcodes            |                                                 |
+parted             |                                          [] []  |
+pies               |                                                 |
+pnmixer            |                                             []  |
+popt               |                                          [] []  |
+procps-ng          |                                                 |
+procps-ng-man      |                                                 |
+psmisc             |                                          [] []  |
+pspp               |                                   []            |
+pushover           |                                          []     |
+pwdutils           |                                             []  |
+pyspread           |                                             []  |
+radius             |                                   []            |
+recode             |                    []             []     [] []  |
+recutils           |                                                 |
+rpm                |                                             []  |
+rush               |                                             []  |
+sarg               |                                             []  |
+savane             |                                                 |
+sed                |             []        []          []     [] []  |
+sharutils          |                                          []     |
+shepherd           |                                             []  |
+shishi             |                                                 |
+skribilo           |                                             []  |
+solfege            |                                   []     [] []  |
+solfege-manual     |                                   []            |
+spotmachine        |                                             []  |
+sudo               |             []                    []     [] []  |
+sudoers            |                                   []     [] []  |
+sysstat            |                                             []  |
+tar                |                       []          []     [] []  |
+texinfo            |                                   []     [] []  |
+texinfo_document   |                                   []     []     |
+tigervnc           |                       []                 [] []  |
+tin                |                                             []  |
+tin-man            |                                                 |
+tracgoogleappsa... |                                             []  |
+trader             |                                             []  |
+util-linux         |                                          [] []  |
+ve                 |                                                 |
+vmm                |                                                 |
+vorbis-tools       |                                          [] []  |
+wastesedge         |                                             []  |
+wcd                |                                             []  |
+wcd-man            |                                                 |
+wdiff              |                                   []     [] []  |
+wget               |                                          []     |
+wget2              |                                                 |
+wyslij-po          |                                             []  |
+xboard             |                                             []  |
+xdg-user-dirs      | [] []    [] []     [] []     []   [] []  [] []  |
+xkeyboard-config   |                       []          []     [] []  |
+xz                 |                                          []     |
+                   +-------------------------------------------------+
+                     af an ar as ast az be bg bn bn_IN ca crh cs da 
+                      3  2  4  1 17   0  7 26  1   1   56  1  71 122
 @end group
 
 @group
-                     da  de  el en en_GB en_ZA eo es et eu fa fi  fr 
+                     de  el en en_GB eo es  et eu fa fi fr  fur ga gd
                    +--------------------------------------------------+
-a2ps               | []  []  []     []         [] [] []       []  []  |
-aegis              | []  []                       []              []  |
-anubis             | []  []                       []          []  []  |
-aspell             | []  []         []         [] []          []  []  |
-bash               |                           [] []              []  |
-bfd                | []                           []          []  []  |
-binutils           |                              []          []  []  |
-bison              | []  []  []                [] [] []       []  []  |
-bison-runtime      | []  []  []                [] [] []       []  []  |
-buzztrax           | []  []                                   []  []  |
-ccd2cue            | []  []                    []                 []  |
-ccide              | []  []                    [] []          []  []  |
-cflow              | []  []                    []             []  []  |
-clisp              | []  []     []                []              []  |
-coreutils          | []  []                       [] []           []  |
-cpio               | []  []                       []          []  []  |
-cppi               | []  []                    []             []  []  |
-cpplib             | []  []                    [] []          []  []  |
-cryptsetup         | []  []                       []          []  []  |
-datamash           | []  []                    []                 []  |
-denemo             | []                                               |
-dfarc              | []  []                    [] []          []  []  |
-dialog             | []  []  []                [] []    [] [] []  []  |
-dico               | []  []                                   []  []  |
-diffutils          | []  []  []                [] []              []  |
-dink               | []  []                    [] []          []  []  |
-direvent           | []  []                    []                 []  |
-doodle             | []  []                    []             []      |
-dos2unix           | []  []                    [] []              []  |
-dos2unix-man       |     []                       []              []  |
-e2fsprogs          | []  []                    [] []              []  |
-enscript           | []  []         []         []             []  []  |
-exif               | []  []                    [] []          []  []  |
-fetchmail          | []  ()  []     []         [] []              []  |
-findutils          | []  []  []                [] [] []       []  []  |
-flex               | []  []                    [] []          []  []  |
-freedink           | []  []  []                [] []    []    []  []  |
-fusionforge        |     []                       []              []  |
-gas                |                              []          []  []  |
-gawk               | []  []                       []          []  []  |
-gcal               | []  []                       []              []  |
-gcc                |     []                                           |
-gdbm               | []  []                    []             []  []  |
-gettext-examples   | []  []  []                [] []          []  []  |
-gettext-runtime    | []  []                    [] []          []  []  |
-gettext-tools      | []  []                       []          []  []  |
-gjay               |     []                    []             []  []  |
-glunarclock        | []  []                    []             []  []  |
-gnubiff            |     ()                    []             []  ()  |
-gnubik             | []  []                    []             []  []  |
-gnucash            | []  ()  ()     ()            ()          ()  ()  |
-gnuchess           |     []                    [] []              []  |
-gnulib             | []  []                    [] [] []       []  []  |
-gnunet             |                              []                  |
-gnunet-gtk         |     []                                           |
-gold               |                              []          []  []  |
-gphoto2            | []  ()                    []                 []  |
-gprof              | []  []                    [] []          []  []  |
-gramadoir          | []  []                    []             []  []  |
-grep               | []  []                    [] [] []       []  []  |
-grub               | []  []                       []          []  []  |
-gsasl              | []  []                    []             []  []  |
-gss                | []  []                    []             []  []  |
-gst-plugins-bad    | []  []                                       []  |
-gst-plugins-base   | []  []  []                   []          []  []  |
-gst-plugins-good   | []  []  []                   []    []    []  []  |
-gst-plugins-ugly   | []  []  []                [] []    []    []  []  |
-gstreamer          | []  []  []                   []    []    []  []  |
-gtick              | []  ()                    []             []  []  |
-gtkam              | []  ()                    [] []          []  []  |
-gtkspell           | []  []  []                [] []    []    []  []  |
-guix               | []                        []                     |
+a2ps               | []  []     []   [] []  []       [] []            |
+aegis              | []                 []              []            |
+anubis             | []                 []           [] []            |
+aspell             | []         []   [] []           [] []  []  []    |
+bash               | []              [] []              []      []    |
+bfd                |                                    []            |
+binutils           |                                 [] []            |
+bison              | []  []          [] []  []       [] []      []    |
+bison-runtime      | []  []          [] []  []       [] []      []    |
+buzztrax           | []                 []           [] []            |
+ccd2cue            | []              [] []              []            |
+ccide              | []              [] []           [] []  []        |
+cflow              | []              [] []           [] []      []    |
+clisp              | []     []          []              []            |
+coreutils          | []                 []  []          []            |
+cpio               | []                 []           [] []      []    |
+cppi               | []              [] []           [] []            |
+cpplib             | []              [] []           [] []            |
+cryptsetup         | []                 []              []            |
+datamash           | []              [] []              []            |
+denemo             |                                                  |
+dfarc              | []              [] []           [] []  []        |
+dialog             | []  []          [] []     [] [] [] []  []  [] [] |
+dico               | []                 []           [] []            |
+diffutils          | []  []          [] []              []            |
+dink               | []              [] []           [] []            |
+direvent           | []              [] []              []            |
+doodle             | []              [] []           [] []      []    |
+dos2unix           | []              [] []              []            |
+dos2unix-man       | []                 []              []            |
+e2fsprogs          | []                 []              []            |
+enscript           | []         []   [] []           [] []      []    |
+exif               | []              [] []           [] []  []        |
+fetchmail          | ()  []     []   [] []              []            |
+findutils          | []  []          [] []  []       [] []      []    |
+flex               | []              [] []           [] []      []    |
+freedink           | []  []          [] []     []    [] []  []        |
+fusionforge        | []                 []              []            |
+gas                |                    []           [] []            |
+gawk               | []                 []           [] []            |
+gcal               | []                 []              []            |
+gcc                | []                 []              []            |
+gdbm               | []              [] []           [] []            |
+gettext-examples   | []  []          [] []           [] []      []    |
+gettext-runtime    | []              [] []           [] []      []    |
+gettext-tools      | []                 []           [] []            |
+gjay               | []              []              [] []            |
+glunarclock        | []              []              [] []  []  []    |
+gnubiff            | ()              []              [] ()            |
+gnubik             | []              [] []           [] []  []        |
+gnucash            | ()  ()     ()      ()        [] () ()            |
+gnuchess           | []              [] []              []            |
+gnucobol           |                    []                            |
+gnulib             | []              [] []  []       [] []            |
+gnunet             |                    []                            |
+gnunet-gtk         | []                 []                            |
+gnutls             | []              [] []           [] []            |
+gold               |                    []           [] []            |
+gphoto2            | ()              []                 []            |
+gprof              | []              [] []           [] []      []    |
+gramadoir          | []              [] []           [] []      []    |
+grep               |                 []     []       [] []      []    |
+grip               | []                 []           [] []  []        |
+grub               | []                 []           [] []            |
+gsasl              | []              [] []           [] []      []    |
+gss                | []              [] []           [] []      []    |
+gst-plugins-bad    | []                                 []  []        |
+gst-plugins-base   | []  []             []           [] []  []        |
+gst-plugins-good   | []  []             []           [] []  []        |
+gst-plugins-ugly   | []  []          [] []     []    [] []  []        |
+gstreamer          | []  []             []     []    [] []            |
+gtick              | ()              [] []           [] []      []    |
+gtkam              | ()              [] []           [] []            |
+gtkspell           | []  []          [] []     []    [] []  []  []    |
+guix               | []                                 []            |
+guix-manual        | []                                 []            |
 guix-packages      |                                                  |
-gutenprint         | []  []                                   []  []  |
-hello              | []  []  []                [] [] []       []  []  |
-help2man           | []  []  []                [] []          []  []  |
-help2man-texi      |     []                       []              []  |
-hylafax            |     []                       []                  |
-idutils            | []  []                    []             []  []  |
-iso_15924          | []  ()                    [] []    ()    []  ()  |
-iso_3166           | []  ()  []                [] [] [] ()    []  ()  |
-iso_3166_2         | []  ()                             ()        ()  |
-iso_4217           | []  ()  []                   [] [] ()    []  ()  |
-iso_639            | []  ()                    [] []    ()    []  ()  |
-iso_639_3          |     ()                             ()        ()  |
-iso_639_5          |     ()                             ()        ()  |
-jwhois             |     []                    [] []          []  []  |
-kbd                | []  []  []                [] []              []  |
-klavaro            | []  []  []                [] []    []        []  |
-ld                 | []                           []          []  []  |
-leafpad            | []  []  []                [] []    []    []  []  |
-libc               | []  []                       []          []  []  |
-libexif            | []  []         ()            []              []  |
-libextractor       |     []                                           |
-libgnutls          |     []                    []             []  []  |
-libgphoto2         | []  ()                                       []  |
-libgphoto2_port    | []  ()                       []    []    []  []  |
-libgsasl           | []  []                    []             []  []  |
-libiconv           | []  []                    [] [] []       []  []  |
-libidn             | []  []                    []             []  []  |
-liferea            | []  ()  []                   []    []    []  []  |
-lilypond           | []  []  []                [] []              []  |
-lordsawar          | []  []                                           |
+gutenprint         | []                 []           [] []            |
+hello              | []  []          [] []  []       [] []      []    |
+help2man           | []  []          [] []           [] []            |
+help2man-texi      | []                 []              []            |
+hylafax            | []                 []                            |
+idutils            | []              []              [] []      []    |
+jwhois             | []              [] []           [] []            |
+kbd                | []  []          [] []              []            |
+klavaro            | []  []          [] []     []       []            |
+ld                 |                    []              []            |
+leafpad            | []  []          [] []     []    [] []  []  []    |
+libc               | []                 []           [] []            |
+libexif            | []         ()      []              []            |
+libextractor       | []                 []              []            |
+libgphoto2         | ()                 []              []            |
+libgphoto2_port    | ()                 []     []    [] []            |
+libgsasl           | []              [] []           [] []      []    |
+libiconv           | []              [] []  []       [] []      []    |
+libidn             | []              []              [] []            |
+libidn2            | []                                 []  []        |
+lilypond           | []  []          [] []              []            |
+lordsawar          | []                                 []            |
 lprng              |                                                  |
-lynx               | []  []                    []    []       []  []  |
-m4                 | []  []  []                []             []  []  |
-mailfromd          |                                              []  |
-mailutils          |     []                       []          []  []  |
-make               | []  []                       []          []  []  |
-man-db             | []  []                    []                 []  |
-man-db-manpages    |     []                                       []  |
-midi-instruments   | []  []  []                [] [] []    [] []  []  |
-minicom            | []  []                       []          []  []  |
-mkisofs            |                           []             []  []  |
-myserver           |     []                    []             []  []  |
-nano               | []  []                    [] []    []    []  []  |
-opcodes            | []  []                       []          []  []  |
-parted             | []  []                                       []  |
-pies               |     []                                           |
-pnmixer            |     []                                       []  |
-popt               | []  []                    [] []          []  []  |
-procps-ng          |     []                                       []  |
-procps-ng-man      |     []                                       []  |
-psmisc             | []  []  []                []       []    []  []  |
-pspp               |     []                       []              []  |
-pushover           |     ()                    [] []              []  |
-pwdutils           | []  []                                       []  |
-pyspread           | []  []                                       []  |
-radius             |                              []              []  |
-recode             | []  []  []                [] []          []  []  |
-recutils           |     []                       []          []  []  |
-rpm                | []  []                    []             []  []  |
-rush               |     []                                   []  []  |
-sarg               | []                                           []  |
-sed                | []  []  []                [] [] []       []  []  |
-sharutils          |     []                    []    []           []  |
-shishi             |     []                                   []  []  |
-skribilo           | []                           []              []  |
-solfege            | []  []                    [] [] []    [] []  []  |
-solfege-manual     |     []                    [] [] []           []  |
-spotmachine        | []  []                    []             []  []  |
-sudo               | []  []                    [] []          []  []  |
-sudoers            | []  []  []                []             []  []  |
-sysstat            | []  []                    [] []          []  []  |
-tar                | []  []                    [] [] []       []  []  |
-texinfo            | []  []                    [] []              []  |
-texinfo_document   |     []                    [] []              []  |
-tigervnc           | []  []  []                []             []  []  |
-tin                | []  []                          []           []  |
-tin-man            |                []                                |
-tracgoogleappsa... | []  []                    []             []  []  |
-trader             | []  []         []         []             []  []  |
-util-linux         | []  []                       []              []  |
-ve                 |     []                    [] []          []  []  |
-vice               | ()  ()                                       ()  |
-vmm                |     []                                   []      |
-vorbis-tools       | []  []                    []                 []  |
-wastesedge         | []                                               |
-wcd                |     []                    [] []          []      |
-wcd-man            |     []                                           |
-wdiff              | []  []                    [] [] []       []  []  |
-wget               |     []                    [] [] []       []  []  |
-wyslij-po          |     []                    []             []  []  |
-xboard             | []  []                       []              []  |
-xdg-user-dirs      | []  []  []                [] [] [] [] [] []  []  |
-xkeyboard-config   | []  []  []                [] []          []  []  |
+lynx               | []              []     []       [] []            |
+m4                 | []  []          [] []           [] []      []    |
+mailfromd          |                                    []            |
+mailutils          | []                 []           [] []            |
+make               | []                 []           [] []      []    |
+man-db             | []              [] []              []            |
+man-db-manpages    | []                 []              []            |
+meritous           |                                                  |
+midi-instruments   | []  []          [] []  []    [] [] []            |
+minicom            | []                 []           [] []            |
+mkisofs            |                 [] []           [] []            |
+mpop               | []                 []                            |
+msmtp              | []                                 []            |
+muibase            | ()                                 []            |
+myserver           | []              []              [] []            |
+nano               | []              [] []           [] []      []    |
+opcodes            | []                 []              []            |
+parted             | []                                 []  []        |
+pies               | []                 []              []            |
+pnmixer            | []                                 []            |
+popt               | []              [] []           [] []  []  []    |
+procps-ng          | []                                 []            |
+procps-ng-man      | []                                 []            |
+psmisc             | []  []          []              [] []            |
+pspp               | []  []             []              []            |
+pushover           | ()              [] []              []            |
+pwdutils           | []                                 []            |
+pyspread           | []                                 []            |
+radius             |                    []              []            |
+recode             | []  []          [] []           [] []      []    |
+recutils           | []                              [] []            |
+rpm                | []              []              [] []            |
+rush               | []                              [] []            |
+sarg               |                    []              []            |
+savane             |                    []              []            |
+sed                | []  []          [] []  []       [] []      []    |
+sharutils          | []              []     []          []            |
+shepherd           | []                 []              []            |
+shishi             | []                              [] []            |
+skribilo           |                    []              []  []        |
+solfege            | []              [] []  []    [] [] []            |
+solfege-manual     | []              [] []  []          []            |
+spotmachine        | []              []              [] []            |
+sudo               | []              [] []           [] []  []        |
+sudoers            | []  []          []              [] []            |
+sysstat            | []              []              [] []            |
+tar                | []              [] []  []       [] []      []    |
+texinfo            | []              [] []              []            |
+texinfo_document   | []              [] []              []            |
+tigervnc           | []  []          [] []           [] []  []        |
+tin                | []                     []          []            |
+tin-man            |            []                                    |
+tracgoogleappsa... | []              []              [] []            |
+trader             | []         []   [] []           [] []            |
+util-linux         | []                 []              []            |
+ve                 | []              [] []           [] []  []        |
+vmm                | []                              []               |
+vorbis-tools       | []              [] []              []            |
+wastesedge         |                                    []            |
+wcd                | []              [] []           [] []  []        |
+wcd-man            | []                                               |
+wdiff              | []              [] []  []       [] []      []    |
+wget               | []              [] []  []       [] []      []    |
+wget2              |                                                  |
+wyslij-po          | []              [] []           [] []            |
+xboard             | []                 []              []            |
+xdg-user-dirs      | []  []          [] []  [] [] [] [] []  []  [] [] |
+xkeyboard-config   | []              [] []           [] []  []        |
+xz                 | []                                 []            |
                    +--------------------------------------------------+
-                     da  de  el en en_GB en_ZA eo es et eu fa fi  fr 
-                     119 131 32  1   6     0   94 95 22 13  4 102 139
+                     de  el en en_GB eo es  et eu fa fi fr  fur ga gd
+                     139 29  1   6   89 124 20  9  5 94 154 25  36  2
 @end group
 
 @group
-                     ga gd gl gu he hi hr hu hy ia id is it ja ka kk
+                     gl gu he hi hr hu hy ia id is it ja ka kk kn ko
                    +-------------------------------------------------+
-a2ps               |                   []          []    [] []       |
-aegis              |                                     []          |
-anubis             |                   [] []       []    []          |
-aspell             | []                []          []    [] []       |
-bash               |                      []       []    [] []       |
-bfd                |                               []       []       |
-binutils           |                               []    [] []       |
-bison              |                   []                            |
-bison-runtime      | []    []          [] []    [] []    [] []       |
+a2ps               |             []          []    [] []             |
+aegis              |                               []                |
+anubis             |             [] []       []    []                |
+aspell             |             []          []    [] []             |
+bash               |             [] []                []             |
+bfd                |                                                 |
+binutils           |                                                 |
+bison              |                                                 |
+bison-runtime      | []          [] []    [] []    [] []             |
 buzztrax           |                                                 |
-ccd2cue            |                      []                         |
-ccide              |                   [] []                         |
-cflow              | []                []          []                |
+ccd2cue            |                []                               |
+ccide              |             [] []                               |
+cflow              |             []          []                      |
 clisp              |                                                 |
-coreutils          |                      []                []       |
-cpio               | []                [] []       []    [] []       |
-cppi               |       []          [] []             [] []       |
-cpplib             |                               []       []       |
-cryptsetup         |                                     []          |
+coreutils          |             [] []                               |
+cpio               |             [] []       []    [] []          [] |
+cppi               | []          [] []             [] []             |
+cpplib             |                         []       []             |
+cryptsetup         |                               []                |
 datamash           |                                                 |
-denemo             |                                     []          |
-dfarc              |                   [] []             []          |
-dialog             | [] [] []          [] []    [] [] [] [] []       |
+denemo             |                               []                |
+dfarc              |             [] []             []                |
+dialog             | []          [] []    [] [] [] [] []             |
 dico               |                                                 |
-diffutils          |                      []       []    [] []       |
-dink               |                      []                         |
-direvent           |                      []                         |
-doodle             | []                                  []          |
-dos2unix           |                      []                []       |
+diffutils          |             [] []       []    [] []             |
+dink               |                []                               |
+direvent           |                []                               |
+doodle             |                               []                |
+dos2unix           |                []                []             |
 dos2unix-man       |                                                 |
-e2fsprogs          |                      []       []                |
-enscript           | []                []          []                |
-exif               |       []          []          [] [] [] []       |
-fetchmail          |                               []    [] []       |
-findutils          | []    []          [] []       []    [] []       |
-flex               | []                                              |
-freedink           |                   [] []       []    []          |
+e2fsprogs          |                []                               |
+enscript           |             []          []                      |
+exif               | []          []          [] [] [] []          [] |
+fetchmail          |                         []    [] []             |
+findutils          | []          [] []       []    [] []             |
+flex               |                                                 |
+freedink           |             [] []       []    []                |
 fusionforge        |                                                 |
-gas                |                               []                |
-gawk               |                               []    () []       |
+gas                |                         []                      |
+gawk               |                         []    ()             [] |
 gcal               |                                                 |
 gcc                |                                                 |
 gdbm               |                                                 |
-gettext-examples   | []    []          [] []       []    [] []       |
-gettext-runtime    | []    []          [] []       []    [] []       |
-gettext-tools      |                               []    [] []       |
-gjay               |       []                                        |
-glunarclock        | []    []          [] []       []    []          |
-gnubiff            |                      []       []    ()          |
-gnubik             |       []          []                []          |
-gnucash            |          () () ()    ()             ()          |
+gettext-examples   | []          [] []       []    [] []             |
+gettext-runtime    | []          [] []       []    [] []          [] |
+gettext-tools      |                         []    [] []          [] |
+gjay               | []                                              |
+glunarclock        | []          [] []       []    []                |
+gnubiff            |                []       []    ()                |
+gnubik             | []          []                []                |
+gnucash            |    () () ()    ()             () []       () () |
 gnuchess           |                                                 |
-gnulib             | []    []             []             [] []       |
+gnucobol           |                                                 |
+gnulib             |                []             [] []             |
 gnunet             |                                                 |
 gnunet-gtk         |                                                 |
-gold               |                               []    []          |
-gphoto2            |                      []       []    [] []       |
-gprof              | []                   []       []    []          |
-gramadoir          | []                   []       []                |
-grep               | []    []          [] []       []    [] []       |
-grub               |       []             []             []          |
-gsasl              | []                [] []       []    []          |
-gss                | []                [] []       []    []          |
-gst-plugins-bad    |                   [] []       []                |
-gst-plugins-base   |       []          [] []       []                |
-gst-plugins-good   |       []          [] []       []    [] []       |
-gst-plugins-ugly   |       []          [] []       []    [] []       |
-gstreamer          |       []          [] []       []    []          |
-gtick              | []    []             []       []    []          |
-gtkam              |                      []       [] [] [] []       |
-gtkspell           | []    []    []    [] [] []    [] [] [] []       |
+gnutls             |                               []                |
+gold               |                                                 |
+gphoto2            |                []       []    [] []             |
+gprof              |                []       []    []                |
+gramadoir          |                []       []                      |
+grep               | []          [] []       []    [] []          [] |
+grip               |                []             [] []             |
+grub               | []          [] []             []                |
+gsasl              |             [] []       []    []                |
+gss                |             [] []       []    []                |
+gst-plugins-bad    |             [] []       []    []                |
+gst-plugins-base   | []          [] []       []    []                |
+gst-plugins-good   | []          [] []       []    [] []             |
+gst-plugins-ugly   | []          [] []       []    [] []             |
+gstreamer          | []          [] []       []    []                |
+gtick              | []             []       []    []                |
+gtkam              |                []       [] [] [] []             |
+gtkspell           | []    []    [] [] []    [] [] [] []             |
 guix               |                                                 |
+guix-manual        |                                                 |
 guix-packages      |                                                 |
-gutenprint         |       []             []             []          |
-hello              | []    []          [] []       []                |
-help2man           |                   []                [] []       |
+gutenprint         | []          [] []             []                |
+hello              | []          [] []       []                      |
+help2man           |             []                [] []             |
 help2man-texi      |                                                 |
-hylafax            |                               []                |
-idutils            |                      []       []                |
-iso_15924          |       []             []    [] [] [] []          |
-iso_3166           | []    [] [] [] [] [] []    [] [] [] [] []    [] |
-iso_3166_2         |                               []    []          |
-iso_4217           |                   [] []       [] [] [] []       |
-iso_639            | []    [] []       [] []       [] [] [] []       |
-iso_639_3          |       []                            []          |
-iso_639_5          |                                                 |
-jwhois             |       []             []       []    []          |
-kbd                |                      []       []    []          |
-klavaro            |       []          [] []             []       [] |
-ld                 | []                            []    [] []       |
-leafpad            | []    []    []    [] []       []    [] ()       |
-libc               |       []          []          []    [] []       |
-libexif            |                                     []          |
+hylafax            |                         []                      |
+idutils            |                []       []                      |
+jwhois             | []             []       []    []                |
+kbd                |                []       []    []                |
+klavaro            | []          [] []             []       []       |
+ld                 |                                                 |
+leafpad            | []    []    [] []       []    [] ()          [] |
+libc               | []          []          []    [] []          [] |
+libexif            |                               []                |
 libextractor       |                                                 |
-libgnutls          |                                     []          |
-libgphoto2         |                                     [] []       |
-libgphoto2_port    |                                     [] []       |
-libgsasl           | []                   []       []    []          |
-libiconv           | []    []          [] []       []    [] []       |
-libidn             |                   [] []       []    []          |
-liferea            |       []    []       []             [] []       |
-lilypond           |                                     []          |
+libgphoto2         |                                                 |
+libgphoto2_port    |                               [] []             |
+libgsasl           |                []       []    []                |
+libiconv           | []          [] []       []    [] []             |
+libidn             |             [] []       []    []                |
+libidn2            |                []                               |
+lilypond           |                               [] []             |
 lordsawar          |                                                 |
-lprng              |                               []                |
-lynx               |                      []       []    [] []       |
-m4                 | []    []          []          []       []       |
+lprng              |                         []                      |
+lynx               |                []       []    [] []             |
+m4                 | []          []          []       []             |
 mailfromd          |                                                 |
 mailutils          |                                                 |
-make               |                   []          []    [] []       |
-man-db             |                               []       []       |
-man-db-manpages    |                               []       []       |
-midi-instruments   |       []    []    [] [] []    [] [] [] []       |
-minicom            |                      []       []       []       |
-mkisofs            |                               []    []          |
-myserver           |                                     []          |
-nano               | []    []          [] []             [] []       |
-opcodes            | []                            []    []          |
-parted             |       []             []       []    [] []       |
+make               |             []          []    [] []          [] |
+man-db             |                         []       []             |
+man-db-manpages    |                         []       []             |
+meritous           |                                                 |
+midi-instruments   | []    []    [] [] []    [] [] [] []          [] |
+minicom            |                []       []       []             |
+mkisofs            |                         []    []                |
+mpop               |                                                 |
+msmtp              |                                                 |
+muibase            |                                                 |
+myserver           |                               []                |
+nano               | []          [] []             [] []          [] |
+opcodes            |                                                 |
+parted             | []             []       []    [] []          [] |
 pies               |                                                 |
-pnmixer            |                   []                []          |
-popt               | []    [] []       [] []    [] [] [] [] []       |
+pnmixer            |             []                []                |
+popt               | [] []       [] []    [] [] [] [] []       [] [] |
 procps-ng          |                                                 |
 procps-ng-man      |                                                 |
-psmisc             |                   [] []       []    []          |
-pspp               |       []                               []       |
-pushover           |                                     []          |
-pwdutils           |                               []                |
+psmisc             |             [] []                               |
+pspp               | []             []                []             |
+pushover           |                               []                |
+pwdutils           |                         []                      |
 pyspread           |                                                 |
-radius             |                               []                |
-recode             | []    []    []    [] []       []    []          |
+radius             |                         []                      |
+recode             | []    []    [] []       []    []                |
 recutils           |                                                 |
-rpm                |                               []                |
-rush               |       []                                        |
+rpm                |                         []                      |
+rush               | []                                              |
 sarg               |                                                 |
-sed                | []    []          [] []       []    [] []       |
+savane             |                                                 |
+sed                | []          [] []       []    [] []          [] |
 sharutils          |                                                 |
+shepherd           |                                                 |
 shishi             |                                                 |
-skribilo           |                      []                         |
-solfege            |       []                            []          |
+skribilo           |                []                               |
+solfege            | []                            []                |
 solfege-manual     |                                                 |
 spotmachine        |                                                 |
-sudo               |       []          []                [] []       |
-sudoers            |                   []                [] []       |
-sysstat            |                   [] []       []       []       |
-tar                | []                [] []       []    [] []       |
-texinfo            |                   []          []    []          |
-texinfo_document   |                   [] []             []          |
-tigervnc           |                                                 |
+sudo               | []          [] []             [] []          [] |
+sudoers            |             []                [] []          [] |
+sysstat            |             []                                  |
+tar                |             [] []       []    [] []          [] |
+texinfo            |             []          []    []                |
+texinfo_document   |             [] []             []                |
+tigervnc           |                []       []                      |
 tin                |                                                 |
 tin-man            |                                                 |
-tracgoogleappsa... |       []    []    [] []                         |
-trader             |                   [] []                         |
-util-linux         |                                        []       |
-ve                 |                                     []          |
-vice               |                      ()             ()          |
+tracgoogleappsa... | []    []    [] []                               |
+trader             |             [] []                               |
+util-linux         |             []                   []             |
+ve                 |                            [] []                |
 vmm                |                                                 |
-vorbis-tools       |                   []          []                |
-wastesedge         |                                     []          |
+vorbis-tools       |             []          []                      |
+wastesedge         |                               []                |
 wcd                |                                                 |
 wcd-man            |                                                 |
-wdiff              |       []             []             []          |
-wget               |                   [] []             [] []       |
-wyslij-po          |       []          []          []                |
+wdiff              | []             []             []                |
+wget               |             [] []             [] []             |
+wget2              |             []                   []             |
+wyslij-po          | []          [] []       []                      |
 xboard             |                                                 |
-xdg-user-dirs      | [] [] [] [] [] [] [] []    [] [] [] [] []    [] |
-xkeyboard-config   |       []          [] []       []    [] []       |
+xdg-user-dirs      | [] [] [] [] [] []    [] [] [] [] []    [] [] [] |
+xkeyboard-config   | []          [] []       []                   [] |
+xz                 |                               []             [] |
                    +-------------------------------------------------+
-                     ga gd gl gu he hi hr hu hy ia id is it ja ka kk
-                     35  2 47  4  8  2 60 71  2  6 81 11 87 57  0  3
+                     gl gu he hi hr hu hy ia id is it ja ka kk kn ko
+                     41  2  6  1 63 71  2  4 68  8 76 49  0  2  2 20
 @end group
 
 @group
-                     kn ko ku ky lg lt lv mk ml mn mr ms mt nb ne nl 
+                     ku ky lg lt lv mk ml mn mr ms mt nb ne nl  nn or
                    +--------------------------------------------------+
-a2ps               |                                  []          []  |
-aegis              |                                              []  |
-anubis             |                                  []    []    []  |
-aspell             |                            []                []  |
-bash               |                                        []    []  |
+a2ps               |                            []          []        |
+aegis              |                                        []        |
+anubis             |                            []    []    []        |
+aspell             |                      []                []        |
+bash               |                                  []    []        |
 bfd                |                                                  |
 binutils           |                                                  |
-bison              |                                              []  |
-bison-runtime      |          []    [] []             []    []    []  |
+bison              |                                        []        |
+bison-runtime      |    []    [] []             []    []    []        |
 buzztrax           |                                                  |
 ccd2cue            |                                                  |
-ccide              |                   []                         []  |
-cflow              |                                              []  |
-clisp              |                                              []  |
-coreutils          |                                        []    []  |
-cpio               |                                              []  |
+ccide              |             []                         []        |
+cflow              |                                        []        |
+clisp              |                                        []        |
+coreutils          |                                  []    []        |
+cpio               |                                        []        |
 cppi               |                                                  |
-cpplib             |                                              []  |
-cryptsetup         |                                              []  |
-datamash           |                                        []    []  |
+cpplib             |                                        []        |
+cryptsetup         |                                                  |
+datamash           |                                  []    []        |
 denemo             |                                                  |
-dfarc              |                      []                      []  |
-dialog             |       []       [] []             []    []    []  |
+dfarc              |                []                      []        |
+dialog             | []       [] []             []    []    []        |
 dico               |                                                  |
-diffutils          |                   []                   []    []  |
-dink               |                                              []  |
-direvent           |                                              []  |
-doodle             |                                              []  |
-dos2unix           |                                        []    []  |
-dos2unix-man       |                                              []  |
-e2fsprogs          |                                              []  |
-enscript           |                                              []  |
-exif               |    []             []                         []  |
-fetchmail          |                                              []  |
-findutils          |                                        []    []  |
-flex               |                                              []  |
-freedink           |                                        []    []  |
+diffutils          |             []                   []    []        |
+dink               |                                        []        |
+direvent           |                                        []        |
+doodle             |                                        []        |
+dos2unix           |                                  []    []        |
+dos2unix-man       |                                        []        |
+e2fsprogs          |                                        []        |
+enscript           |                                        []        |
+exif               |             []                         []        |
+fetchmail          |                                        []        |
+findutils          |                                  []    []        |
+flex               |                                        []        |
+freedink           |                                  []    []        |
 fusionforge        |                                                  |
 gas                |                                                  |
-gawk               |                                              []  |
+gawk               |                                        []        |
 gcal               |                                                  |
 gcc                |                                                  |
 gdbm               |                                                  |
-gettext-examples   |          []       []             [] [] []    []  |
-gettext-runtime    |    []                                  []    []  |
-gettext-tools      |    []                                            |
+gettext-examples   |    []       []             [] [] []    []        |
+gettext-runtime    |                                  []    []  []    |
+gettext-tools      |                                                  |
 gjay               |                                                  |
-glunarclock        |                   []                         []  |
-gnubiff            |                                              []  |
-gnubik             |                                        []    []  |
-gnucash            | () ()          () ()          ()       () () []  |
-gnuchess           |                                        []    []  |
-gnulib             |                                              []  |
+glunarclock        |             []                         []        |
+gnubiff            |                                        []        |
+gnubik             |                                  []    []        |
+gnucash            |          () ()          ()       () () []        |
+gnuchess           |                                  []    []        |
+gnucobol           |                                                  |
+gnulib             |                                        []        |
 gnunet             |                                                  |
 gnunet-gtk         |                                                  |
+gnutls             |                            []          []        |
 gold               |                                                  |
-gphoto2            |                                              []  |
-gprof              |                                  []          []  |
-gramadoir          |                                              []  |
-grep               |                                        []    []  |
-grub               |                []                      []    []  |
-gsasl              |                                              []  |
+gphoto2            |                                        []        |
+gprof              |                            []          []        |
+gramadoir          |                                        []        |
+grep               |                                  []    []        |
+grip               |                                  []    []        |
+grub               |          []                      []    []        |
+gsasl              |                                        []        |
 gss                |                                                  |
-gst-plugins-bad    |                   []                   []    []  |
-gst-plugins-base   |                   []                   []    []  |
-gst-plugins-good   |                [] []                   []    []  |
-gst-plugins-ugly   |                   []             [] [] []    []  |
-gstreamer          |                []                      []    []  |
-gtick              |                                              []  |
-gtkam              |                                        []    []  |
-gtkspell           |          []    [] []       []    []    []    []  |
+gst-plugins-bad    |             []                   []    []        |
+gst-plugins-base   |             []                   []    []        |
+gst-plugins-good   |             []                   []    []        |
+gst-plugins-ugly   |             []             [] [] []    []        |
+gstreamer          |          []                      []    []        |
+gtick              |                                        []        |
+gtkam              |                                  []    []        |
+gtkspell           |    []    [] []       []    []    []    []        |
 guix               |                                                  |
+guix-manual        |                                                  |
 guix-packages      |                                                  |
-gutenprint         |                                              []  |
-hello              |                   []                   []    []  |
-help2man           |                                        []        |
+gutenprint         |                                        []        |
+hello              |             []                   []    []        |
+help2man           |                                  []              |
 help2man-texi      |                                                  |
-hylafax            |                                              []  |
-idutils            |                                              []  |
-iso_15924          |                () []                         []  |
-iso_3166           | [] [] []       () [] [] []    []       []    []  |
-iso_3166_2         |                ()                            []  |
-iso_4217           |                () []                   []    []  |
-iso_639            | [] []          () []    []    []             []  |
-iso_639_3          | []             ()             []                 |
-iso_639_5          |                ()                                |
-jwhois             |                   []                         []  |
-kbd                |                                              []  |
-klavaro            |                                        []    []  |
+hylafax            |                                        []        |
+idutils            |                                  []    []        |
+jwhois             |             []                         []        |
+kbd                |                                        []        |
+klavaro            |                                  []    []        |
 ld                 |                                                  |
-leafpad            |    []    []    [] []                         []  |
-libc               |    []                                        []  |
-libexif            |                                              []  |
-libextractor       |                                              []  |
-libgnutls          |                                  []          []  |
-libgphoto2         |                                              []  |
-libgphoto2_port    |                                              []  |
-libgsasl           |                                              []  |
-libiconv           |                []                            []  |
-libidn             |                                              []  |
-liferea            |                [] []                         []  |
-lilypond           |                                              []  |
+leafpad            |    []    [] []                         []  []    |
+libc               |                                        []        |
+libexif            |                                        []        |
+libextractor       |                                        []        |
+libgphoto2         |                                        []        |
+libgphoto2_port    |                                        []        |
+libgsasl           |                                        []        |
+libiconv           |          []                            []        |
+libidn             |                                        []        |
+libidn2            |                                                  |
+lilypond           |                                        []        |
 lordsawar          |                                                  |
 lprng              |                                                  |
-lynx               |                                              []  |
-m4                 |                                              []  |
+lynx               |                                        []        |
+m4                 |                                        []        |
 mailfromd          |                                                  |
 mailutils          |                                                  |
-make               |    []                                        []  |
-man-db             |                                              []  |
-man-db-manpages    |                                              []  |
-midi-instruments   |    [] []       []          []    []       [] []  |
-minicom            |                                        []        |
-mkisofs            |                                              []  |
+make               |                                        []        |
+man-db             |                                        []        |
+man-db-manpages    |                                        []        |
+meritous           |                                                  |
+midi-instruments   | []       []          []    []       [] []        |
+minicom            |                                  []              |
+mkisofs            |                                        []        |
+mpop               |                                                  |
+msmtp              |                                                  |
+muibase            |                                        []        |
 myserver           |                                                  |
-nano               |                                  []    []    []  |
-opcodes            |                                              []  |
-parted             |    []                                        []  |
+nano               |                            []    []    []        |
+opcodes            |                                                  |
+parted             |                                        []        |
 pies               |                                                  |
-pnmixer            |                                              []  |
-popt               | [] []             []                   []    []  |
+pnmixer            |                                        []        |
+popt               |             []                   []    []        |
 procps-ng          |                                                  |
 procps-ng-man      |                                                  |
-psmisc             |                                              []  |
-pspp               |                []                            []  |
+psmisc             |                                        []        |
+pspp               |          []                            []        |
 pushover           |                                                  |
-pwdutils           |                                              []  |
-pyspread           |                                                  |
-radius             |                                              []  |
-recode             |                                        []    []  |
-recutils           |                                              []  |
-rpm                |                                              []  |
-rush               |                                              []  |
+pwdutils           |                                        []        |
+pyspread           |                                            []    |
+radius             |                                        []        |
+recode             |                                  []    []        |
+recutils           |                                        []        |
+rpm                |                                        []        |
+rush               |                                        []        |
 sarg               |                                                  |
-sed                |                                        []    []  |
-sharutils          |                                              []  |
+savane             |                                                  |
+sed                |                                  []    []        |
+sharutils          |                                        []        |
+shepherd           |                                                  |
 shishi             |                                                  |
 skribilo           |                                                  |
-solfege            |                                        []    []  |
-solfege-manual     |                                              []  |
-spotmachine        |                                              []  |
-sudo               |    []                                  []    []  |
-sudoers            |    []                                  []    []  |
-sysstat            |                                        []    []  |
-tar                |          []                            []    []  |
-texinfo            |                                              []  |
-texinfo_document   |                                              []  |
-tigervnc           |                                              []  |
+solfege            |                                  []    []        |
+solfege-manual     |                                        []        |
+spotmachine        |                                        []        |
+sudo               |                                  []    []        |
+sudoers            |                                  []    []        |
+sysstat            |                                  []              |
+tar                |    []                            []    []        |
+texinfo            |                                  []    []        |
+texinfo_document   |                                        []        |
+tigervnc           |                                        []        |
 tin                |                                                  |
 tin-man            |                                                  |
-tracgoogleappsa... |                   []                   []    []  |
-trader             |                                        []        |
-util-linux         |                                              []  |
-ve                 |                                              []  |
-vice               |                                              []  |
-vmm                |                                              []  |
-vorbis-tools       |                                              []  |
-wastesedge         |                                              []  |
-wcd                |                                              []  |
-wcd-man            |                                              []  |
-wdiff              |                                              []  |
-wget               |                                        []    []  |
-wyslij-po          |                                              []  |
-xboard             |                                              []  |
-xdg-user-dirs      | [] [] [] []    [] [] [] []    []       []    []  |
-xkeyboard-config   |    []          []                            []  |
+tracgoogleappsa... |    []       []                   []    []        |
+trader             |                                  []              |
+util-linux         |                                        []        |
+ve                 |                                        []        |
+vmm                |                                        []        |
+vorbis-tools       |                                        []        |
+wastesedge         |                                        []        |
+wcd                |                                        []        |
+wcd-man            |                                        []        |
+wdiff              |                                  []    []        |
+wget               |                                  []    []        |
+wget2              |                                                  |
+wyslij-po          |                                        []  []    |
+xboard             |                                        []        |
+xdg-user-dirs      | [] []    [] [] [] []    []       []    []  [] [] |
+xkeyboard-config   |                                        []        |
+xz                 |                                                  |
                    +--------------------------------------------------+
-                     kn ko ku ky lg lt lv mk ml mn mr ms mt nb ne nl 
-                      5 15  4  6  0 13 23  3  3  3  4 11  2 42  1 125
+                     ku ky lg lt lv mk ml mn mr ms mt nb ne nl  nn or
+                      3  7  0 10 18  2  1  3  1 11  2 44  1 116  5  1
 @end group
 
 @group
-                     nn or pa pl  ps pt pt_BR ro ru rw sk sl sq sr 
-                   +------------------------------------------------+
-a2ps               |          []     []  []   [] []       []    []  |
-aegis              |                     []      []                 |
-anubis             |          []                 []             []  |
-aspell             |          []         []   [] []    [] []    []  |
-bash               |          []         []      []    [] []    []  |
-bfd                |                             []             []  |
-binutils           |                             []             []  |
-bison              |          []         []                     []  |
-bison-runtime      |          []     []  []   [] []       [] [] []  |
-buzztrax           |                     []                         |
-ccd2cue            |                     []                     []  |
-ccide              |          []                 []             []  |
-cflow              |          []         []                     []  |
-clisp              |                             []                 |
-coreutils          |          []                 []       []    []  |
-cpio               |          []                 []             []  |
-cppi               |          []         []                     []  |
-cpplib             |                     []      []             []  |
-cryptsetup         |          []         []                     []  |
-datamash           |                     []                     []  |
-denemo             |                                                |
-dfarc              |          []         []                     []  |
-dialog             |          []         []   [] []    [] []    []  |
-dico               |          []                                    |
-diffutils          |          []         []                     []  |
-dink               |                                                |
-direvent           |          []         []                     []  |
-doodle             |                                         [] []  |
-dos2unix           |          []         []      []             []  |
-dos2unix-man       |          []         []                         |
-e2fsprogs          |          []                                    |
-enscript           |          []         []   [] []       []    []  |
-exif               |          []         []   [] []    []       []  |
-fetchmail          |          []                 []          []     |
-findutils          |          []         []      []    [] []    []  |
-flex               |          []         []   [] []             []  |
-freedink           |          []         []      []       []    []  |
-fusionforge        |                                                |
-gas                |                                                |
-gawk               |          []                                    |
-gcal               |                                                |
-gcc                |                                                |
-gdbm               |          []         []                     []  |
-gettext-examples   |          []     []  []   [] []    [] []    []  |
-gettext-runtime    | []       []     []  []   [] []    [] []    []  |
-gettext-tools      |          []         []   [] []    [] []    []  |
-gjay               |                                            []  |
-glunarclock        |          []         []   []       [] []    []  |
-gnubiff            |                                            []  |
-gnubik             |          []         []               []    []  |
-gnucash            |          ()     ()  ()   () ()             []  |
-gnuchess           |                     []                     []  |
-gnulib             |          []         []      []       []    []  |
-gnunet             |                                                |
-gnunet-gtk         |                                                |
-gold               |                                                |
-gphoto2            |          []         []   [] []             []  |
-gprof              |                     []   [] []             []  |
-gramadoir          |                                   []       []  |
-grep               |          []         []      []    [] []    []  |
-grub               |          []         []      []       []    []  |
-gsasl              |          []                       []       []  |
-gss                |          []              []       []       []  |
-gst-plugins-bad    |          []         []      []    []       []  |
-gst-plugins-base   |          []         []      []    [] []    []  |
-gst-plugins-good   |          []         []   [] []    [] []    []  |
-gst-plugins-ugly   |          []         []   [] []    [] []    []  |
-gstreamer          |          []         []   [] []    [] []    []  |
-gtick              |          []         []      []    []       []  |
-gtkam              |       [] []         []      []    []       []  |
-gtkspell           |          []     []  []   [] []    [] [] [] []  |
-guix               |                                                |
-guix-packages      |                                                |
-gutenprint         |                                   [] []        |
-hello              |          []         []      []    [] []    []  |
-help2man           |          []         []      []             []  |
-help2man-texi      |          []                                    |
-hylafax            |                                                |
-idutils            |          []                 []             []  |
-iso_15924          |          []     ()       [] []       []    []  |
-iso_3166           | [] [] [] []     ()  []   [] [] [] [] [] [] []  |
-iso_3166_2         |          []     ()                         []  |
-iso_4217           | []       []     ()       [] [] []    []    []  |
-iso_639            |    [] [] []     ()       [] [] [] [] []    []  |
-iso_639_3          |       []        ()                             |
-iso_639_5          |                 ()                         []  |
-jwhois             |          []         []   []                []  |
-kbd                |          []                 []                 |
-klavaro            |       [] []         []      []       []        |
-ld                 |                                                |
-leafpad            | []       []     []  []      []    [] []    []  |
-libc               |          []                 []    []           |
-libexif            |          []         ()            []           |
-libextractor       |          []                                    |
-libgnutls          |          []                                    |
-libgphoto2         |          []                                    |
-libgphoto2_port    |          []         []      []    []       []  |
-libgsasl           |          []              []       []       []  |
-libiconv           |          []         []            [] []    []  |
-libidn             |          []         []                     []  |
-liferea            |          []     []  []   [] ()    []    []     |
-lilypond           |                                                |
-lordsawar          |                                                |
-lprng              |          []                                    |
-lynx               |                     []      []                 |
-m4                 |          []         []   [] []             []  |
-mailfromd          |          []                                    |
-mailutils          |          []                                    |
-make               |          []         []      []                 |
-man-db             |          []                 []             []  |
-man-db-manpages    |          []                 []             []  |
-midi-instruments   |          []     []  []   [] []    [] []    []  |
-minicom            |          []         []   [] []                 |
-mkisofs            |          []                 []             []  |
-myserver           |                                      []    []  |
-nano               |          []         []   [] []       []    []  |
-opcodes            |                                                |
-parted             |          []         []      []    [] []    []  |
-pies               |          []                                    |
-pnmixer            |                             []                 |
-popt               |          []     []  []      []       []    []  |
-procps-ng          |          []                                    |
-procps-ng-man      |          []                                    |
-psmisc             |          []         []      []             []  |
-pspp               |          []                 []                 |
-pushover           |                                                |
-pwdutils           |          []                                    |
-pyspread           | []                  []                         |
-radius             |          []                 []                 |
-recode             |          []     []  []   [] []    [] []    []  |
-recutils           |                     []                     []  |
-rpm                |          []                                    |
-rush               |          []         []                     []  |
-sarg               |                     []      []                 |
-sed                |          []     []  []   [] []    [] []    []  |
-sharutils          |          []         []                     []  |
-shishi             |          []                                []  |
-skribilo           |                                            []  |
-solfege            |          []         []      []                 |
-solfege-manual     |          []         []                         |
-spotmachine        |                     []                     []  |
-sudo               |          []         []      []    [] []    []  |
-sudoers            |          []         []               []    []  |
-sysstat            |          []         []      []    []       []  |
-tar                |          []         []      []       []    []  |
-texinfo            |          []         []      []                 |
-texinfo_document   |          []         []                         |
-tigervnc           |                     []      []             []  |
-tin                |                             []                 |
-tin-man            |                                                |
-tracgoogleappsa... |          []         []      []             []  |
-trader             |                             []             []  |
-util-linux         |          []         []                         |
-ve                 |          []         []                     []  |
-vice               |                                                |
-vmm                |                                                |
-vorbis-tools       |          []                          []    []  |
-wastesedge         |                                                |
-wcd                |                                                |
-wcd-man            |                                                |
-wdiff              |          []         []      []       []    []  |
-wget               |          []         []      []    []       []  |
-wyslij-po          | []       []         []                     []  |
-xboard             |          []                 []             []  |
-xdg-user-dirs      | [] [] [] []  [] []  []   [] []    [] [] [] []  |
-xkeyboard-config   |          []         []      []       []        |
-                   +------------------------------------------------+
-                     nn or pa pl  ps pt pt_BR ro ru rw sk sl sq sr 
-                      7  3  6 114  1 12  88   32 82  3 40 45  7 101
-@end group
-
-@group
-                     sv  sw ta te tg th tr uk  ur vi  wa wo zh_CN
-                   +----------------------------------------------+
-a2ps               | []              [] [] []     []              |
-aegis              |                              []              |
-anubis             | []                 [] []     []              |
-aspell             | []                    []     []  []     []   |
-bash               | []                    []     []         []   |
-bfd                | []                    []     []              |
-binutils           | []                    []     []              |
-bison              | []                    []     []         []   |
-bison-runtime      | []              [] [] []     []         []   |
-buzztrax           | []                           []         []   |
-ccd2cue            |                       []     []         []   |
-ccide              | []                    []     []         []   |
-cflow              | []                    []     []         []   |
-clisp              |                                              |
-coreutils          | []                    []     []              |
-cpio               | []                 [] []     []         []   |
-cppi               | []                    []     []         []   |
-cpplib             | []                 [] []     []         []   |
-cryptsetup         |                       []     []         []   |
-datamash           | []                    []     []              |
-denemo             |                                         []   |
-dfarc              | []                           []              |
-dialog             | []  []          []           []  []     []   |
-dico               |                       []                     |
-diffutils          | []                 [] []     []         []   |
-dink               | []                                           |
-direvent           |                       []     []              |
-doodle             | []                           []              |
-dos2unix           | []                    []     []         []   |
-dos2unix-man       | []                    []                []   |
-e2fsprogs          | []                    []     []         []   |
-enscript           | []                 [] []     []              |
-exif               | []                 [] []     []         []   |
-fetchmail          | []                 []        []         []   |
-findutils          | []                 [] []     []         []   |
-flex               | []                 []        []         []   |
-freedink           | []              []           []              |
-fusionforge        |                                              |
-gas                |                       []                     |
-gawk               | []                           []         []   |
-gcal               | []                 []                   []   |
-gcc                | []                                           |
-gdbm               |                       []     []              |
-gettext-examples   | []                 [] []     []         []   |
-gettext-runtime    | []                 [] []     []         []   |
-gettext-tools      | []                 [] []     []         []   |
-gjay               |                 []           []         []   |
-glunarclock        | []                           []  []     []   |
-gnubiff            | []                           []              |
-gnubik             | []                    []     []         []   |
-gnucash            |        () ()              () ()         []   |
-gnuchess           |                       []     []         []   |
-gnulib             | []                    []     []         []   |
-gnunet             |                                              |
-gnunet-gtk         |                                              |
-gold               |                       []     []              |
-gphoto2            | []                    []     []         []   |
-gprof              | []                 [] []     []              |
-gramadoir          | []                           []         []   |
-grep               | []              []    []     []         []   |
-grub               | []                 [] []     []              |
-gsasl              | []                    []     []         []   |
-gss                | []                           []         []   |
-gst-plugins-bad    | []                 [] []     []         []   |
-gst-plugins-base   | []                 [] []     []         []   |
-gst-plugins-good   | []                 [] []     []         []   |
-gst-plugins-ugly   | []                 [] []     []         []   |
-gstreamer          | []                 [] []     []         []   |
-gtick              |                       []     []         []   |
-gtkam              | []                    []     []         []   |
-gtkspell           | []              [] [] []     []  []     []   |
-guix               |                                              |
-guix-packages      |                                              |
-gutenprint         |                    [] []     []         []   |
-hello              | []              [] [] []     []         []   |
-help2man           |                       []     []         []   |
-help2man-texi      |                       []                     |
-hylafax            |                              []              |
-idutils            |                       []     []         []   |
-iso_15924          | []              () [] []     ()         []   |
-iso_3166           | []        []    () [] []     ()  []     []   |
-iso_3166_2         |                 () [] []     ()         []   |
-iso_4217           | []              () [] []     ()         []   |
-iso_639            | []     [] []    () [] []     ()  []     []   |
-iso_639_3          |        []       () [] []     ()              |
-iso_639_5          |                 ()    []     ()              |
-jwhois             | []                 []        []         []   |
-kbd                | []                    []     []         []   |
-klavaro            | []                    []  [] []     []  []   |
-ld                 | []                 [] []     []         []   |
-leafpad            | []              [] [] []     []         []   |
-libc               | []                 [] []     []         []   |
-libexif            | []                           []         ()   |
-libextractor       |                       []     []              |
-libgnutls          | []                    []     []         []   |
-libgphoto2         | []                    []     []              |
-libgphoto2_port    | []                    []     []         []   |
-libgsasl           | []                    []     []         []   |
-libiconv           | []                    []     []  []     []   |
-libidn             | ()                    []     []         []   |
-liferea            | []                 [] []     []         []   |
-lilypond           |                              []              |
-lordsawar          |                                              |
-lprng              |                              []              |
-lynx               | []                 [] []     []              |
-m4                 | []                           []         []   |
-mailfromd          |                       []     []              |
-mailutils          |                              []              |
-make               | []                    []     []         []   |
-man-db             | []                           []         []   |
-man-db-manpages    | []                                      []   |
-midi-instruments   | []              [] [] []     []         []   |
-minicom            | []                           []              |
-mkisofs            |                       []     []         []   |
-myserver           |                              []              |
-nano               | []                    []     []         []   |
-opcodes            |                       []     []         []   |
-parted             | []                 [] []     []         []   |
-pies               |                       []     []              |
-pnmixer            |                       []     []         []   |
-popt               | []     []       [] [] []     []         []   |
-procps-ng          |                       []     []              |
-procps-ng-man      |                       []                     |
-psmisc             | []                    []     []         []   |
-pspp               |                    [] []                []   |
-pushover           | []                                           |
-pwdutils           | []                           []              |
-pyspread           |                       []                     |
-radius             |                       []     []              |
-recode             | []                 []        []         []   |
-recutils           | []                    []     []              |
-rpm                | []                    []     []         []   |
-rush               |                       []     []              |
-sarg               |                                              |
-sed                | []                 [] []     []         []   |
-sharutils          | []                    []     []         []   |
-shishi             |                              []         []   |
-skribilo           | []                    []                     |
-solfege            | []                 []        []         []   |
-solfege-manual     |                    []                        |
-spotmachine        | []                    []     []              |
-sudo               | []                 [] []     []         []   |
-sudoers            | []                    []     []         []   |
-sysstat            | []                 [] []     []         []   |
-tar                | []                 [] []     []         []   |
-texinfo            |                    [] []     []              |
-texinfo_document   |                       []                     |
-tigervnc           | []                    []                []   |
-tin                |                                         []   |
-tin-man            |                                              |
-tracgoogleappsa... | []              []    []     []         []   |
-trader             | []                                           |
-util-linux         | []                    []     []         []   |
-ve                 | []                    []     []         []   |
-vice               | ()                 ()                        |
-vmm                |                                              |
-vorbis-tools       | []                           []              |
-wastesedge         |                                              |
-wcd                |                       []     []         []   |
-wcd-man            |                       []                     |
-wdiff              | []                    []     []         []   |
-wget               |                       []     []         []   |
-wyslij-po          |                       []     []              |
-xboard             |                       []                []   |
-xdg-user-dirs      | []     [] []    [] [] []     []         []   |
-xkeyboard-config   | []                 [] []     []              |
-                   +----------------------------------------------+
-                     sv  sw ta te tg th tr uk  ur vi  wa wo zh_CN
-                     106  1  4  3  0 13 51 115  1 125  7  1  100 
+                     pa pl  ps pt pt_BR ro ru rw sk sl sq sr  sv  sw
+                   +-------------------------------------------------+
+a2ps               |    []     []  []   [] []       []    []  []     |
+aegis              |           []  []      []             []         |
+anubis             |    []     []          []             []  []     |
+aspell             |    []     []  []   [] []    [] []    []  []     |
+bash               |    []     []  []      []             []  []     |
+bfd                |           []          []                        |
+binutils           |           []          []             []  []     |
+bison              |    []     []  []                     []  []     |
+bison-runtime      |    []     []  []   [] []       [] [] []  []     |
+buzztrax           |               []                     []  []     |
+ccd2cue            |               []                     []  []     |
+ccide              |    []                 []             []  []     |
+cflow              |    []         []                     []  []     |
+clisp              |                       []                 []     |
+coreutils          |    []     []  []      []       []    []  []     |
+cpio               |    []     []  []      []             []  []     |
+cppi               |    []         []                     []  []     |
+cpplib             |               []      []             []  []     |
+cryptsetup         |    []         []      []                        |
+datamash           |               []                     []  []     |
+denemo             |                                                 |
+dfarc              |    []         []                     []  []     |
+dialog             |    []         []   [] []    [] []    []  []  [] |
+dico               |    []         []                     []         |
+diffutils          |    []     []  []      []             []  []     |
+dink               |                                          []     |
+direvent           |    []         []                     []  []     |
+doodle             |                                   [] []  []     |
+dos2unix           |    []         []      []             []  []     |
+dos2unix-man       |    []         []                         []     |
+e2fsprogs          |    []                                []  []     |
+enscript           |    []         []   [] []       []    []  []     |
+exif               |    []     []  []   [] []    []       []  []     |
+fetchmail          |    []                 []          []     []     |
+findutils          |    []         []      []    [] []    []  []     |
+flex               |    []         []   [] []             []  []     |
+freedink           |    []         []      []       []    []  []     |
+fusionforge        |                                                 |
+gas                |                       []                 []     |
+gawk               |    []         []                         []     |
+gcal               |                                          []     |
+gcc                |                       []                 []     |
+gdbm               |    []         []      []             []  []     |
+gettext-examples   |    []     []  []   [] []    [] []    []  []     |
+gettext-runtime    |    []     []  []   [] []    [] []    []  []     |
+gettext-tools      |    []     []  []   [] []    [] []    []  []     |
+gjay               |                                      []  []     |
+glunarclock        |    []         []   []       [] []    []  []     |
+gnubiff            |                                      []  []     |
+gnubik             |    []         []               []    []  []     |
+gnucash            |    ()     ()  ()   () ()             []         |
+gnuchess           |               []                     []  []     |
+gnucobol           |                                          []     |
+gnulib             |    []         []      []       []    []  []     |
+gnunet             |                                                 |
+gnunet-gtk         |                                                 |
+gnutls             |    []         []                     []  []     |
+gold               |                                                 |
+gphoto2            |    []         []   [] []             []  []     |
+gprof              |               []   [] []             []  []     |
+gramadoir          |                             []       []  []     |
+grep               |    []     []  []      []       []    []  []     |
+grip               |    []         []      []             []         |
+grub               |    []         []      []       []    []  []     |
+gsasl              |    []         []            []       []  []     |
+gss                |    []         []   []       []       []  []     |
+gst-plugins-bad    |    []         []      []    []       []  []     |
+gst-plugins-base   |    []         []      []    [] []    []  []     |
+gst-plugins-good   |    []         []      []    [] []    []  []     |
+gst-plugins-ugly   |    []         []   [] []    [] []    []  []     |
+gstreamer          |    []         []   [] []    [] []    []  []     |
+gtick              |    []         []      []    []       []  []     |
+gtkam              | [] []         []      []    []       []  []     |
+gtkspell           |    []     []  []   [] []    [] [] [] []  []     |
+guix               |               []                                |
+guix-manual        |                                                 |
+guix-packages      |                                                 |
+gutenprint         |                             [] []               |
+hello              |    []         []      []    [] []    []  []     |
+help2man           |    []         []      []             []  []     |
+help2man-texi      |    []         []                         []     |
+hylafax            |                                      []         |
+idutils            |    []         []      []             []  []     |
+jwhois             |    []         []   []                []  []     |
+kbd                |    []         []      []             []  []     |
+klavaro            | [] []         []      []       []    []  []     |
+ld                 |               []      []                        |
+leafpad            |    []     []  []      []    [] []    []  []     |
+libc               |    []         []      []    []           []     |
+libexif            |    []                       []           []     |
+libextractor       |    []         []                     []         |
+libgphoto2         |    []                                    []     |
+libgphoto2_port    |    []         []      []    []       []  []     |
+libgsasl           |    []         []   []       []       []  []     |
+libiconv           |    []         []      []    [] []    []  []     |
+libidn             |    []         []                     []  []     |
+libidn2            |    []         []      []                 []     |
+lilypond           |                                          []     |
+lordsawar          |                                          []     |
+lprng              |    []                                []         |
+lynx               |               []      []                 []     |
+m4                 |    []         []   [] []             []  []     |
+mailfromd          |    []         []                                |
+mailutils          |    []         []                                |
+make               |    []     []  []      []             []  []     |
+man-db             |    []     []  []      []             []  []     |
+man-db-manpages    |    []     []  []      []             []  []     |
+meritous           |               []                                |
+midi-instruments   |    []     []  []   [] []    [] []    []  []     |
+minicom            |    []         []   [] []             []  []     |
+mkisofs            |    []                 []             []  []     |
+mpop               |               []                                |
+msmtp              |               []                                |
+muibase            |                                                 |
+myserver           |                                []    []  []     |
+nano               |    []     []  []   [] []       []    []  []     |
+opcodes            |               []                         []     |
+parted             |    []         []      []    [] []    []  []     |
+pies               |    []         []                                |
+pnmixer            |                       ()             []  []     |
+popt               |    []     []  []      []       []    []  []     |
+procps-ng          |    []         []                         []     |
+procps-ng-man      |    []         []                         []     |
+psmisc             |    []         []      []             []  []     |
+pspp               |    []                 []                        |
+pushover           |                                      []  []     |
+pwdutils           |    []                                []  []     |
+pyspread           |               []                                |
+radius             |    []                 []                        |
+recode             |    []     []  []   [] []    [] []    []  []     |
+recutils           |               []                     []  []     |
+rpm                |    []                                    []     |
+rush               |    []         []                     []  []     |
+sarg               |               []      []             []         |
+savane             |                       ()                        |
+sed                |    []     []  []      []    [] []    []  []     |
+sharutils          |    []         []                     []  []     |
+shepherd           |               []                         []     |
+shishi             |    []                                []  []     |
+skribilo           |               []                     []  []     |
+solfege            |    []         []      []                 []     |
+solfege-manual     |    []         []                                |
+spotmachine        |               []                     []  []     |
+sudo               |    []     []  []      []    [] []    []  []     |
+sudoers            |    []     []  []               []    []  []     |
+sysstat            |    []     []  []      []    []           []     |
+tar                |    []     []  []      []       []    []  []     |
+texinfo            |    []     []  []      []                 []     |
+texinfo_document   |    []     []  []                                |
+tigervnc           |               []      []             []  []     |
+tin                |                       []                        |
+tin-man            |                                                 |
+tracgoogleappsa... |    []         []      []             []  []     |
+trader             |                       []             []  []     |
+util-linux         |    []         []                         []     |
+ve                 |    []         []                     []  []     |
+vmm                |                                      []  []     |
+vorbis-tools       |    []                          []    []  []     |
+wastesedge         |               []                         []     |
+wcd                |               []                     []         |
+wcd-man            |               []                                |
+wdiff              |    []         []      []       []    []  []     |
+wget               |    []     []  []      []    []       []  []     |
+wget2              |                                                 |
+wyslij-po          |    []         []                     []  []     |
+xboard             |    []                 []             []         |
+xdg-user-dirs      | [] []  [] []  []   [] []    [] [] [] []  []     |
+xkeyboard-config   |    []     []  []      []                 []     |
+xz                 |    []         []                         []     |
+                   +-------------------------------------------------+
+                     pa pl  ps pt pt_BR ro ru rw sk sl sq sr  sv  sw
+                      3 111  1 36  120  25 87  0 35 39  5 111 130  1
 @end group
 
 @group
-                     zh_HK zh_TW
-                   +-------------+
-a2ps               |             | 30
-aegis              |             |  9
-anubis             |             | 19
-aspell             |             | 29
-bash               |        []   | 23
-bfd                |             | 11
-binutils           |             | 12
-bison              |        []   | 18
-bison-runtime      |        []   | 38
-buzztrax           |             |  9
-ccd2cue            |             | 10
-ccide              |             | 17
-cflow              |             | 16
-clisp              |             | 10
-coreutils          |             | 18
-cpio               |             | 20
-cppi               |             | 17
-cpplib             |        []   | 19
-cryptsetup         |             | 14
-datamash           |             | 11
-denemo             |             |  5
-dfarc              |             | 17
-dialog             |        []   | 42
-dico               |             |  6
-diffutils          |             | 22
-dink               |             | 10
-direvent           |             | 11
-doodle             |             | 12
-dos2unix           |        []   | 18
-dos2unix-man       |             |  9
-e2fsprogs          |             | 15
-enscript           |             | 21
-exif               |             | 27
-fetchmail          |             | 19
-findutils          |             | 29
-flex               |        []   | 19
-freedink           |             | 24
-fusionforge        |             |  3
-gas                |             |  5
-gawk               |             | 13
-gcal               |             |  8
-gcc                |             |  2
-gdbm               |             | 10
-gettext-examples   |  []    []   | 40
-gettext-runtime    |  []    []   | 35
-gettext-tools      |        []   | 24
-gjay               |             |  9
-glunarclock        |        []   | 27
-gnubiff            |             |  9
-gnubik             |             | 19
-gnucash            |        ()   |  6
-gnuchess           |             | 11
-gnulib             |             | 23
-gnunet             |             |  1
-gnunet-gtk         |             |  1
-gold               |             |  7
-gphoto2            |        []   | 19
-gprof              |             | 21
-gramadoir          |             | 14
-grep               |        []   | 31
-grub               |             | 21
-gsasl              |        []   | 19
-gss                |             | 17
-gst-plugins-bad    |             | 21
-gst-plugins-base   |             | 27
-gst-plugins-good   |             | 32
-gst-plugins-ugly   |             | 34
-gstreamer          |        []   | 32
-gtick              |             | 19
-gtkam              |             | 24
-gtkspell           |  []    []   | 48
-guix               |             |  2
-guix-packages      |             |  0
-gutenprint         |             | 15
-hello              |        []   | 30
-help2man           |             | 18
-help2man-texi      |             |  5
-hylafax            |             |  5
-idutils            |             | 14
-iso_15924          |        []   | 23
-iso_3166           |  []    []   | 58
-iso_3166_2         |             |  9
-iso_4217           |  []    []   | 28
-iso_639            |  []    []   | 46
-iso_639_3          |             | 10
-iso_639_5          |             |  2
-jwhois             |        []   | 20
-kbd                |             | 17
-klavaro            |             | 30
-ld                 |        []   | 15
-leafpad            |        []   | 39
-libc               |        []   | 24
-libexif            |             | 10
-libextractor       |             |  5
-libgnutls          |             | 13
-libgphoto2         |             | 10
-libgphoto2_port    |        []   | 19
-libgsasl           |             | 18
-libiconv           |        []   | 29
-libidn             |             | 17
-liferea            |             | 29
-lilypond           |             | 11
-lordsawar          |             |  3
-lprng              |             |  3
-lynx               |             | 19
-m4                 |        []   | 22
-mailfromd          |             |  4
-mailutils          |             |  6
-make               |             | 19
-man-db             |             | 15
-man-db-manpages    |             | 10
-midi-instruments   |        []   | 43
-minicom            |        []   | 17
-mkisofs            |             | 13
-myserver           |             |  9
-nano               |        []   | 30
-opcodes            |             | 12
-parted             |        []   | 23
-pies               |             |  4
-pnmixer            |             |  9
-popt               |        []   | 36
-procps-ng          |             |  5
-procps-ng-man      |             |  4
-psmisc             |        []   | 22
-pspp               |             | 13
-pushover           |             |  6
-pwdutils           |             |  8
-pyspread           |             |  6
-radius             |             |  9
-recode             |             | 31
-recutils           |             | 10
-rpm                |        []   | 13
-rush               |             | 10
-sarg               |             |  4
-sed                |        []   | 35
-sharutils          |             | 13
-shishi             |             |  7
-skribilo           |             |  7
-solfege            |             | 21
-solfege-manual     |             |  9
-spotmachine        |             | 11
-sudo               |             | 26
-sudoers            |             | 22
-sysstat            |             | 23
-tar                |        []   | 30
-texinfo            |             | 17
-texinfo_document   |             | 13
-tigervnc           |             | 14
-tin                |        []   |  7
-tin-man            |             |  1
-tracgoogleappsa... |        []   | 22
-trader             |             | 12
-util-linux         |             | 13
-ve                 |             | 14
-vice               |             |  1
-vmm                |             |  3
-vorbis-tools       |             | 13
-wastesedge         |             |  3
-wcd                |             |  8
-wcd-man            |             |  3
-wdiff              |        []   | 23
-wget               |             | 21
-wyslij-po          |             | 14
-xboard             |             | 10
-xdg-user-dirs      |  []    []   | 68
-xkeyboard-config   |        []   | 28
-                   +-------------+
-  89 teams           zh_HK zh_TW
- 166 domains           7    42    2809
+                     ta te tg th tr uk  ur vi  wa wo zh_CN zh_HK zh_TW
+                   +---------------------------------------------------+
+a2ps               |          [] [] []     []                          | 30
+aegis              |                       []                          | 11
+anubis             |             [] []     []                          | 20
+aspell             |                []     []  []     []               | 31
+bash               |             [] []     []         []          []   | 24
+bfd                |                []                                 |  4
+binutils           |                []                                 |  8
+bison              |             [] []     []         []          []   | 21
+bison-runtime      |          [] [] []     []         []          []   | 39
+buzztrax           |                       []         []               | 11
+ccd2cue            |          []    []     []         []               | 13
+ccide              |                []     []         []               | 18
+cflow              |                []     []         []               | 17
+clisp              |                                                   | 11
+coreutils          |                []     []         []               | 22
+cpio               |             [] []     []         []               | 23
+cppi               |                []     []         []               | 18
+cpplib             |             [] []     []         []          []   | 19
+cryptsetup         |                []                []               | 11
+datamash           |                []     []                          | 12
+denemo             |                                  []               |  5
+dfarc              |                       []                          | 18
+dialog             |          [] []        []  []     []          []   | 45
+dico               |                []                                 |  9
+diffutils          |             [] []     []         []               | 26
+dink               |             []                                    | 11
+direvent           |                []     []                          | 13
+doodle             |                       []                          | 14
+dos2unix           |                []     []         []          []   | 18
+dos2unix-man       |                []                []               |  9
+e2fsprogs          |                []     []         []               | 14
+enscript           |             [] []     []                          | 22
+exif               |             [] []     []         []               | 30
+fetchmail          |             []        []         []               | 19
+findutils          |             [] []     []         []               | 30
+flex               |             [] []     []         []          []   | 20
+freedink           |          []           []                          | 25
+fusionforge        |                                                   |  3
+gas                |                []                                 |  7
+gawk               |                       []         []               | 14
+gcal               |             []                   []               |  8
+gcc                |                                                   |  5
+gdbm               |                []     []                          | 13
+gettext-examples   | []          [] []     []         []    []    []   | 41
+gettext-runtime    |             [] []     []         []    []    []   | 36
+gettext-tools      |             [] []     []         []          []   | 25
+gjay               |          []           []         []               | 10
+glunarclock        |                       []  []     []          []   | 28
+gnubiff            |                []     []                          | 10
+gnubik             |                []     []         []               | 21
+gnucash            | () ()       [] []  () ()                     ()   | 10
+gnuchess           |                []     []         []               | 13
+gnucobol           |                                                   |  2
+gnulib             |                []     []         []               | 21
+gnunet             |                                                   |  1
+gnunet-gtk         |                                                   |  2
+gnutls             |                []     []         []               | 16
+gold               |                []                                 |  4
+gphoto2            |                []     []         []          []   | 19
+gprof              |             [] []     []                          | 21
+gramadoir          |                       []         []               | 15
+grep               |          []    []     []         []          []   | 30
+grip               |                []     []         []    []    []   | 23
+grub               |             [] []     []         []               | 24
+gsasl              |                []     []         []          []   | 21
+gss                |                       []         []               | 19
+gst-plugins-bad    |             [] []     []         []               | 24
+gst-plugins-base   |             [] []     []         []               | 29
+gst-plugins-good   |             [] []     []         []               | 30
+gst-plugins-ugly   | []          [] []     []         []               | 37
+gstreamer          |             [] []     []         []          []   | 32
+gtick              |                []     []         []               | 21
+gtkam              |                []     []         []               | 24
+gtkspell           | []       [] [] []     []  []     []    []    []   | 50
+guix               |                                                   |  4
+guix-manual        |                                                   |  2
+guix-packages      |                                                   |  0
+gutenprint         |             [] []     []         []               | 17
+hello              | []       [] [] []     []         []          []   | 32
+help2man           |                []     []         []               | 19
+help2man-texi      |                []                                 |  7
+hylafax            |                       []                          |  6
+idutils            |                []     []         []               | 18
+jwhois             |             []        []         []          []   | 20
+kbd                |                []     []         []               | 19
+klavaro            |                []  [] []     []  []               | 31
+ld                 |                []                                 |  6
+leafpad            |          [] [] []     []         []          []   | 40
+libc               |             [] []     []         []          []   | 25
+libexif            |                []     []         ()               | 11
+libextractor       |                []     []                          | 10
+libgphoto2         |                []     []                          |  9
+libgphoto2_port    |                []     []         []          []   | 19
+libgsasl           |                []     []         []               | 20
+libiconv           |                []     []  []     []          []   | 30
+libidn             |                []     []         []               | 18
+libidn2            |                []                                 | 11
+lilypond           |                                                   | 12
+lordsawar          |             []                                    |  6
+lprng              |                       []                          |  4
+lynx               |             [] []     []                          | 19
+m4                 |                       []         []          []   | 23
+mailfromd          |                []     []                          |  6
+mailutils          |                       []                          |  7
+make               |                []     []         []          []   | 23
+man-db             |             []        []         []          []   | 21
+man-db-manpages    |             []                   []               | 15
+meritous           |                                                   |  2
+midi-instruments   |          [] [] []     []         []          []   | 43
+minicom            |                       []                     []   | 18
+mkisofs            |                []     []         []               | 15
+mpop               |                []                                 |  4
+msmtp              |                []                                 |  4
+muibase            |                []                                 |  3
+myserver           |                       []                          | 10
+nano               |             [] []     []         []          []   | 31
+opcodes            |                []                                 |  6
+parted             |             [] []     []         []          []   | 24
+pies               |                []     []                          |  7
+pnmixer            |                []     []         ()               | 12
+popt               | []       [] [] []     []         []          []   | 37
+procps-ng          |                []     []                          |  7
+procps-ng-man      |                []                                 |  6
+psmisc             |                []     []                     []   | 18
+pspp               |             [] []                []               | 15
+pushover           |                                                   |  7
+pwdutils           |                       []                          |  9
+pyspread           |                []                                 |  6
+radius             |                []     []                          |  9
+recode             |             []        []         []               | 31
+recutils           |                []     []                          |  9
+rpm                |             [] []     []         []          []   | 14
+rush               |                []     []         []               | 13
+sarg               |                                                   |  6
+savane             |                                                   |  2
+sed                |             [] []     []         []          []   | 35
+sharutils          |                []     []         []               | 13
+shepherd           | []             []                []               |  9
+shishi             |                       []         []               |  8
+skribilo           |                []                                 |  9
+solfege            |             []        []         []               | 21
+solfege-manual     |             []                                    | 10
+spotmachine        |                []     []                          | 11
+sudo               |             [] []     []         []          []   | 31
+sudoers            |                []     []         []          []   | 24
+sysstat            |             [] []                []               | 16
+tar                |             [] []     []         []          []   | 32
+texinfo            |             [] []     []                          | 20
+texinfo_document   |                []                                 | 14
+tigervnc           |             [] []     []         []          []   | 22
+tin                |             []                   []          []   |  8
+tin-man            |                                                   |  1
+tracgoogleappsa... | []       []    []     []         []          []   | 24
+trader             |                                                   | 13
+util-linux         |             [] []     []         []               | 15
+ve                 |                []     []         []               | 16
+vmm                |                                                   |  5
+vorbis-tools       |                       []                          | 14
+wastesedge         |             []                                    |  7
+wcd                |                []     []         []               | 13
+wcd-man            |                []                                 |  4
+wdiff              |                []     []         []          []   | 25
+wget               |             [] []     []         []          []   | 26
+wget2              |                []                                 |  3
+wyslij-po          |                []     []         []               | 19
+xboard             |             [] []                []               | 11
+xdg-user-dirs      | [] []    [] [] []     []         []    []    []   | 69
+xkeyboard-config   |             [] []     []                          | 24
+xz                 |                []     []         []               | 11
+                   +---------------------------------------------------+
+  87 teams           ta te tg th tr uk  ur vi  wa wo zh_CN zh_HK zh_TW
+ 169 domains          8  1  0 14 59 119  1 119  5  1  97     5    43    2861
 @end group
 @end example
index aaab1cda2dbe960665fe1cfe29d5fbe9e6f99e37..4c842ff0f0b75aee1b021a46c1d112dab393a614 100644 (file)
@@ -12,7 +12,7 @@ as a file named @code{ABOUT-NLS}.
 @strong{ NOTE: } This documentation section is outdated.  It it included
 here for historical purposes only.
 
-@set STATUS Jun 2014
+@set STATUS April 2019
 
 Free software is going international!  The Free Translation Project is
 a way to get maintainers of free software, translators, and users all
index 517e2d20638ba058088c05cfa7a8b8c6d3680cb0..f2a3fb34d6eb2feaa468e48e5028f9069ac2b079 100644 (file)
@@ -347,8 +347,8 @@ libgnuintl_la_DEPENDENCIES = $(WOE32_LIBADD)
 # Before making a gettext release, you must change this according to the
 # libtool documentation, section "Library interface versions".
 LTV_CURRENT=9
-LTV_REVISION=5
-LTV_AGE=1
+LTV_REVISION=6
+LTV_AGE=2
 
 # How to build libintl.la and libgnuintl.la.
 OTHER_LDFLAGS = \
index 4b715156ba60f7265d53db6f10514c9543e146cc..2b66b311ea4e06d9aad87e9cd9904d803816b6ce 100644 (file)
@@ -1,5 +1,5 @@
 /* Message catalogs for internationalization.
-   Copyright (C) 1995-1997, 2000-2016, 2018 Free Software Foundation, Inc.
+   Copyright (C) 1995-1997, 2000-2016, 2018-2019 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
@@ -54,7 +54,7 @@ extern "C" {
 
 
 /* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBINTL_VERSION 0x001308
+#define LIBINTL_VERSION 0x001400
 extern int libintl_version;
 
 
index 2bb12f3b130ec7a4c733f2bdf2b8bea420600822..e7832418ea16cc96e92d79085c0ff67066510870 100644 (file)
@@ -1,4 +1,4 @@
-# gettext.m4 serial 70 (gettext-0.19.9)
+# gettext.m4 serial 70 (gettext-0.20)
 dnl Copyright (C) 1995-2014, 2016, 2018 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
index f6a881fe8b5931f3791815d1f47138ae8db33dc4..1107661923b5a6a8c0f3a731b0ca02b3cdaf984d 100644 (file)
@@ -1,4 +1,4 @@
-# intl.m4 serial 37 (gettext-0.19.9)
+# intl.m4 serial 37 (gettext-0.20)
 dnl Copyright (C) 1995-2014, 2016-2019 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
index 7a474270bd9840f644b1d1d6d900b6517d1e514d..30e6f50e0ac6c3f87d63870d3f9a6c26338c188c 100644 (file)
@@ -1,4 +1,4 @@
-# intlmacosx.m4 serial 6 (gettext-0.19.9)
+# intlmacosx.m4 serial 6 (gettext-0.20)
 dnl Copyright (C) 2004-2014, 2016, 2019 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
index 96c738078e46ab888d3a83adc688807fbdfe00da..143792dba560df0cc7b7651fe62dee3f4dd93b08 100644 (file)
@@ -1,5 +1,5 @@
-# po.m4 serial 29 (gettext-0.19.9)
-dnl Copyright (C) 1995-2014, 2016, 2018 Free Software Foundation, Inc.
+# po.m4 serial 30 (gettext-0.20)
+dnl Copyright (C) 1995-2014, 2016, 2018-2019 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
@@ -30,7 +30,7 @@ AC_DEFUN([AM_PO_SUBDIRS],
 
   dnl Release version of the gettext macros. This is used to ensure that
   dnl the gettext macros and po/Makefile.in.in are in sync.
-  AC_SUBST([GETTEXT_MACRO_VERSION], [0.19])
+  AC_SUBST([GETTEXT_MACRO_VERSION], [0.20])
 
   dnl Perform the following tests also if --disable-nls has been given,
   dnl because they are needed for "make dist" to work.
@@ -76,7 +76,7 @@ changequote([,])dnl
   AM_PATH_PROG_WITH_TEST(MSGMERGE, msgmerge,
     [$ac_dir/$ac_word --update -q /dev/null /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1], :)
 
-  dnl Test whether it is GNU msgmerge >= 0.19.9.
+  dnl Test whether it is GNU msgmerge >= 0.20.
   if LC_ALL=C $MSGMERGE --help | grep ' --for-msgfmt ' >/dev/null; then
     MSGMERGE_FOR_MSGFMT_OPTION='--for-msgfmt'
   else
index 0fe4157bcc95fe53767f0a390329928e2babe79d..5086696efa8a81462cbdbe6b2616463192b3410d 100644 (file)
@@ -1,14 +1,14 @@
 # Makefile for PO directory in any package using GNU gettext.
 # Copyright (C) 1995-2000 Ulrich Drepper <drepper@gnu.ai.mit.edu>
-# Copyright (C) 2000-2018 Free Software Foundation, Inc.
+# Copyright (C) 2000-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
 # notice and this notice are preserved.  This file is offered as-is,
 # without any warranty.
 #
-# Origin: gettext-0.19.8
-GETTEXT_MACRO_VERSION = 0.19
+# Origin: gettext-0.20
+GETTEXT_MACRO_VERSION = 0.20
 
 PACKAGE = @PACKAGE@
 VERSION = @VERSION@
index c5b5eb5d9ecd8eac7ba2294ed958d41b62a0ffd1..13a6f656868c9940b113a52055b030a65b5972ce 100644 (file)
@@ -114,7 +114,7 @@ License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>\n
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n\
 "),
-              "2003-2007");
+              "2003-2019");
       printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
       exit (EXIT_SUCCESS);
     }
index c6cc2b032e3ef0630389ae9add58010dc550d0ae..b2c5a34415786b4e1764bf9ab11478f28f5b79e3 100644 (file)
@@ -139,7 +139,7 @@ License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>\n
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n\
 "),
-              "1995-1997, 2000-2007");
+              "1995-2019");
       printf (_("Written by %s.\n"), proper_name ("Ulrich Drepper"));
       exit (EXIT_SUCCESS);
     }
index 0661b6e1b58c935c4f390f0ffcca4dc39a5ce8ab..d53edc43282506ef601328c0b2c326ed3de78bab 100644 (file)
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-# Copyright (C) 2003, 2005-2007, 2011, 2018 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005-2007, 2011, 2018-2019 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Lesser General Public License as published by
@@ -61,7 +61,7 @@ if test -z "${ZSH_VERSION+set}"; then
       func_version ()
       {
         echo "$progname (GNU $package) $version"
-        echo "Copyright (C) 2003-2007 Free Software Foundation, Inc.
+        echo "Copyright (C) 2003-2019 Free Software Foundation, Inc.
 License GPLv2+: GNU GPL version 2 or later <https://gnu.org/licenses/gpl.html>
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law."
index 533d4e24c92f9c792841504af1f3e42d69cfb885..406f4163569822bc44a3d05a8cfae24946750877 100644 (file)
@@ -128,7 +128,7 @@ License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>\n
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n\
 "),
-              "1995-1997, 2000-2007");
+              "1995-1997, 2000-2019");
       printf (_("Written by %s.\n"), proper_name ("Ulrich Drepper"));
       exit (EXIT_SUCCESS);
     }
index fc7431a063cb71bbd1b409e12181eabb4a3bab7a..39d078437df7372b972a1e1968acaa3185c89e91 100644 (file)
@@ -450,7 +450,7 @@ changequote([,])dnl
 fi
 AC_SUBST([ARCHIVE_FORMAT])
 
-ARCHIVE_VERSION=0.19.8
+ARCHIVE_VERSION=0.20
 AC_SUBST([ARCHIVE_VERSION])
 
 PACKAGE_SUFFIX="-$ARCHIVE_VERSION"
index 076b14b9a50ea8808e20074eb0bc1a45d94a7c8d..483e125174173eb6dc250371c4d2315b4c434c62 100644 (file)
@@ -1,5 +1,5 @@
 ## Makefile for the gettext-tools/libgettextpo subdirectory of GNU gettext
-## Copyright (C) 1995-1998, 2000-2016 Free Software Foundation, Inc.
+## Copyright (C) 1995-1998, 2000-2016, 2019 Free Software Foundation, Inc.
 ##
 ## This program is free software: you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
@@ -99,7 +99,7 @@ libgettextpo_la_AUXSOURCES = \
 # Libtool's library version information for libgettextpo.
 # See the libtool documentation, section "Library interface versions".
 LTV_CURRENT=5
-LTV_REVISION=4
+LTV_REVISION=5
 LTV_AGE=5
 
 # How to build libgettextpo.la.
index f6942a647688bc4d81c3180b43c84afc60dc2f4c..4e9fbfe87df49447066285bb8eb86a2ed2b18c80 100644 (file)
@@ -1,5 +1,5 @@
 /* Public API for GNU gettext PO files - contained in libgettextpo.
-   Copyright (C) 2003-2008, 2010, 2012-2016 Free Software Foundation, Inc.
+   Copyright (C) 2003-2008, 2010, 2012-2016, 2019 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2003.
 
    This program is free software: you can redistribute it and/or modify
@@ -28,7 +28,7 @@ extern "C" {
 /* =========================== Meta Information ============================ */
 
 /* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBGETTEXTPO_VERSION 0x001308
+#define LIBGETTEXTPO_VERSION 0x001400
 extern int libgettextpo_version;
 
 /* ================================= Types ================================= */
index 4d1de70e390e01961a3cc5b55a20792cd8958a97..6d9922e3de0092dd05965cfc51a78e17042b7d4d 100644 (file)
@@ -206,7 +206,7 @@ func_version ()
 {
   echo "$progname (GNU $package) $version"
   echo "Uses a versions archive in @ARCHIVE_FORMAT@ format."
-  echo "Copyright (C) 2002-2013 Free Software Foundation, Inc.
+  echo "Copyright (C) 2002-2019 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law."
@@ -378,7 +378,8 @@ case "$ver" in
   0.16 | 0.16.1 | \
   0.17 | \
   0.18 | 0.18.1 | 0.18.2 | 0.18.3 | \
-  0.19 | 0.19.1 | 0.19.2 | 0.19.3 | 0.19.4 | 0.19.5 | 0.19.6 | 0.19.7 | 0.19.8 )
+  0.19 | 0.19.1 | 0.19.2 | 0.19.3 | 0.19.4 | 0.19.5 | 0.19.6 | 0.19.7 | 0.19.8 | \
+  0.20 )
     ;;
   *)
     func_fatal_error "The AM_GNU_GETTEXT_VERSION declaration in your $configure_in
index b5780bd91e86d605d74dc348f3619117cc9be0d4..e73445d740f774308a5842956a977095cb7fee46 100644 (file)
@@ -46,7 +46,7 @@ Report bugs to <bug-gnu-gettext@gnu.org>."
 func_version ()
 {
   echo "$progname (GNU $package) $version"
-  echo "Copyright (C) 2009-2010 Free Software Foundation, Inc.
+  echo "Copyright (C) 2009-2019 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law."
index 420d37e4ba0740eb44c715548aedabbe5274d461..4c4aa440216a54500878e0102ab7531e497701ec 100644 (file)
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-# Copyright (C) 1995-1998, 2000-2018 Free Software Foundation, Inc.
+# Copyright (C) 1995-1998, 2000-2019 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -205,7 +205,7 @@ Report bugs to <bug-gnu-gettext@gnu.org>."
 func_version ()
 {
   echo "$progname (GNU $package) $version"
-  echo "Copyright (C) 1995-1998, 2000-2013 Free Software Foundation, Inc.
+  echo "Copyright (C) 1995-2019 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law."
index 97a080ee284478b22148513373e3ca90f5edc8d9..efc8d30f64883956a8e0d26e1d382ca0467c7fdb 100644 (file)
@@ -289,7 +289,7 @@ License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>\n
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n\
 "),
-              "2015");
+              "2015-2019");
       printf (_("Written by %s.\n"), proper_name ("Daiki Ueno"));
       exit (EXIT_SUCCESS);
     }
index 1f0de6d83175f47544cb58e28548f551073fac59..55b906e064d32e4d56539de6a0ede5d5ea2bad49 100644 (file)
@@ -181,7 +181,7 @@ License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>\n
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n\
 "),
-              "2001-2003, 2006-2007");
+              "2001-2019");
       printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
       exit (EXIT_SUCCESS);
     }
index d577490040b252d273e0391b4d880233ab5591ce..5837249478859f13719d198d02bc3d3006c371ed 100644 (file)
@@ -357,7 +357,7 @@ License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>\n
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n\
 "),
-              "2001-2016");
+              "2001-2019");
       printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
       exit (EXIT_SUCCESS);
     }
index 08ee2ffcfadf1d3360f80811fa326962c1bb1217..364ec9a2d6f6cba406b879081ad222eb4c268bd5 100644 (file)
@@ -295,7 +295,7 @@ License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>\n
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n\
 "),
-              "2001-2016");
+              "2001-2019");
       printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
       exit (EXIT_SUCCESS);
     }
index 6409e8ee34802c2224f5afc1eb5ecd560152b825..d52843ac52f82cd7862bd43cc9ca38ca7836e80d 100644 (file)
@@ -173,7 +173,7 @@ License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>\n
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n\
 "),
-              "1995-1998, 2000-2016");
+              "1995-2019");
       printf (_("Written by %s.\n"), proper_name ("Peter Miller"));
       exit (EXIT_SUCCESS);
     }
index d79c2eb0e1b8fa65e114907bd085e7d295b2c4a0..901bee7076f2a81d9508af4f0201aacb61d6faad 100644 (file)
@@ -286,7 +286,7 @@ License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>\n
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n\
 "),
-              "1995-1998, 2000-2016");
+              "1995-2019");
       printf (_("Written by %s.\n"), proper_name ("Peter Miller"));
       exit (EXIT_SUCCESS);
     }
index 111c5eb73a0f0582b9eb5fc3bf4861e3d4909f94..8f4dfcb652b3b7b4fb2d3bfb9e405657af369ccf 100644 (file)
@@ -246,7 +246,7 @@ License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>\n
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n\
 "),
-              "2001-2016");
+              "2001-2019");
       printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
       exit (EXIT_SUCCESS);
     }
index 68849ef7a3fb613643fc54b82417320b088eb2f4..6d2f44c0cb4a45a7f0b0373e8dce8d13bc01b119 100644 (file)
@@ -243,7 +243,7 @@ License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>\n
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n\
 "),
-              "2001-2016");
+              "2001-2019");
       printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
       exit (EXIT_SUCCESS);
     }
index 5d4693e6c52ceba236b7c6127e7210d6ae3ccecd..ec55e31767c0633229e1283086d118f010333bdb 100644 (file)
@@ -187,7 +187,7 @@ License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>\n
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n\
 "),
-              "2001-2016");
+              "2001-2019");
       printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
       exit (EXIT_SUCCESS);
     }
index ad147f3da38dbf5e57d90271afd840567d61330e..ffa4bf6cb6439e7d9ebc6482a7c7ab46cfc7cc99 100644 (file)
@@ -290,7 +290,7 @@ License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>\n
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n\
 "),
-              "2001-2016");
+              "2001-2019");
       printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
       exit (EXIT_SUCCESS);
     }
index cb3b83da3cafd3df3b4cad3346feb86979d12e1e..68119f1c42910c6ec1e8308c11c69d353dd05046 100644 (file)
@@ -446,7 +446,7 @@ License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>\n
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n\
 "),
-              "1995-1998, 2000-2016");
+              "1995-2019");
       printf (_("Written by %s.\n"), proper_name ("Ulrich Drepper"));
       exit (EXIT_SUCCESS);
     }
index b3ced0002487d169f9d3b1c1ec2789ecc455f3a0..218452279b08216359a867492663d735e835f25c 100644 (file)
@@ -421,7 +421,7 @@ License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>\n
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n\
 "),
-              "2001-2016");
+              "2001-2019");
       printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
       exit (EXIT_SUCCESS);
     }
index 319b4f21008caf1271d85fc9b641b06f77ca0176..f17d01e84e5c15419538c131db1be2cfabbdfa84 100644 (file)
@@ -270,7 +270,7 @@ License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>\n
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n\
 "),
-              "2001-2016");
+              "2001-2019");
       printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
       exit (EXIT_SUCCESS);
     }
index 2808b5c96a7c7dee6ceab1b6a886be7ea49e5f43..2c31282e21f1225a7271b4eb008331b61dea36cd 100644 (file)
@@ -374,7 +374,7 @@ License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>\n
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n\
 "),
-              "1995-1998, 2000-2016");
+              "1995-2019");
       printf (_("Written by %s.\n"), proper_name ("Peter Miller"));
       exit (EXIT_SUCCESS);
     }
index 59fa06839f60eec1cba8947ddacce3d855285be4..d1c1d8c5371b80f24368218dae027d25c7746456 100644 (file)
@@ -264,7 +264,7 @@ License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>\n
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n\
 "),
-              "1995-1998, 2000-2016");
+              "1995-2019");
       printf (_("Written by %s.\n"), proper_name ("Ulrich Drepper"));
       exit (EXIT_SUCCESS);
     }
index 892ba89b2ccb3790b4bb4f57c3ac820ccae84e27..98641c379d783ec09247445ccafcd68841556132 100644 (file)
@@ -266,7 +266,7 @@ License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>\n
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n\
 "),
-              "2001-2016");
+              "2001-2019");
       printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
       exit (EXIT_SUCCESS);
     }
index 7bc8b5e606744a463827fcf59373091ddc1157e4..08f06b1f0163be0372dac80af906af33daa76c3e 100644 (file)
@@ -111,7 +111,7 @@ License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>\n
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n\
 "),
-              "2006-2007");
+              "2006-2019");
       printf (_("Written by %s and %s.\n"),
               /* TRANSLATORS: This is a proper name. The last name is
                  (with Unicode escapes) "\u0160egan" or (with HTML entities)
index ed777846153b24e1062b921be285df3fe03ae00b..75d7c407c05434e0358327700c85b670bc82b854 100644 (file)
@@ -144,7 +144,7 @@ License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>\n
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n\
 "),
-              "2001-2003, 2005-2009");
+              "2001-2019");
       printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
       exit (EXIT_SUCCESS);
     }
index 67e9cb55dae2e76f89987f1281c87febb2ebed86..b1b206ec6ae6d38e5b932329e219505b0c30e5ea 100644 (file)
@@ -669,7 +669,7 @@ License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>\n
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n\
 "),
-              "1995-1998, 2000-2016");
+              "1995-2019");
       printf (_("Written by %s.\n"), proper_name ("Ulrich Drepper"));
       exit (EXIT_SUCCESS);
     }
index 6a57f4d3eb3bae8a01bf6ec308223fd9e3fab90a..d1ef466d9bda13db7f4413dca70bcb6ae87c7202 100644 (file)
@@ -1,3 +1,7 @@
+New in 0.20:
+* New class: noop_styled_ostream_t.
+  New constructor function: noop_styled_ostream_create.
+
 New in 0.8:
 * Fixed a couple of reliability bugs:
   - When a program exits while the terminal was in non-default state, the
index a2b38a2b9d0dba944a6e1cf5f246917c06a88ebe..8ddf5c1f027d2fd068565c2f84e880ff5a5e29f9 100644 (file)
@@ -1,3 +1,3 @@
 # Version number and release date.
-VERSION_NUMBER=0.8
-RELEASE_DATE=2019-04-02      # in "date +%Y-%m-%d" format
+VERSION_NUMBER=0.20
+RELEASE_DATE=2019-04-13      # in "date +%Y-%m-%d" format