diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/README.source | 18 | ||||
-rw-r--r-- | debian/changelog | 267 | ||||
-rw-r--r-- | debian/control | 43 | ||||
-rw-r--r-- | debian/copyright | 143 | ||||
-rw-r--r-- | debian/docs | 4 | ||||
-rw-r--r-- | debian/gbp.conf | 5 | ||||
-rw-r--r-- | debian/libunistring-dev.doc-base | 13 | ||||
-rw-r--r-- | debian/libunistring-dev.info | 1 | ||||
-rw-r--r-- | debian/libunistring-dev.install | 4 | ||||
-rw-r--r-- | debian/libunistring2.install | 1 | ||||
-rw-r--r-- | debian/libunistring2.symbols | 715 | ||||
-rw-r--r-- | debian/libunistring2.symbols.hurd-i386 | 718 | ||||
-rw-r--r-- | debian/not-installed | 2 | ||||
-rw-r--r-- | debian/patches/0005-fix_build_musl.patch | 21 | ||||
-rw-r--r-- | debian/patches/0010-AC_INIT.patch | 30 | ||||
-rw-r--r-- | debian/patches/0100-float-endian-detection.patch | 63 | ||||
-rw-r--r-- | debian/patches/0700-multiarch-libc.patch | 54 | ||||
-rw-r--r-- | debian/patches/0705-gcc-9.patch | 19 | ||||
-rw-r--r-- | debian/patches/series | 5 | ||||
-rwxr-xr-x | debian/rules | 25 | ||||
-rw-r--r-- | debian/source/format | 1 | ||||
-rw-r--r-- | debian/upstream/signing-key.asc | 51 | ||||
-rw-r--r-- | debian/watch | 5 |
23 files changed, 2208 insertions, 0 deletions
diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..e4f2b3d --- /dev/null +++ b/debian/README.source @@ -0,0 +1,18 @@ +Hello, + +now I use the branching model from Vincent Driessen[1]. + +I use the gitflow-avh[2]. with the Documentation[3]. +The Debian package can be found here[4]. + +Please upload unattended uploads use a branch feature/<your title>. + + +Many thanks. + + -- Jörg Frings-Fürst <debian@jff-webhosting.net> Fri, 02 Jun 2017 19:00:40 +0200 + +[1] http://nvie.com/posts/a-successful-git-branching-model/ +[2] https://github.com/petervanderdoes/gitflow-avh +[3] https://github.com/petervanderdoes/gitflow-avh/wiki +[4] https://tracker.debian.org/pkg/git-flow diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..f61dcae --- /dev/null +++ b/debian/changelog @@ -0,0 +1,267 @@ +libunistring (1.0-2) unstable; urgency=medium + + * debian/libunistring2.symbols.hurd-i386: + - Refresh symbols (Closes: #1018232). + * debian/libunistring2.symbols: + - Refresh symbols. + * Replace upstream signing key. + * Declare compliance with Debian Policy 4.6.1.0 (No changes needed). + + -- Jörg Frings-Fürst <debian@jff.email> Sun, 02 Oct 2022 18:09:14 +0200 + +libunistring (1.0-1) unstable; urgency=medium + + * New upstream release. + * Declare compliance with Debian Policy 4.6.0.1 (No changes needed). + * Refresh debian/libunistring2.symbols. + * debian/copyright: + - Refresh uploader copyright years. + - Add 2022 to myself. + * debian/patches: + - Refresh 0700-multiarch-libc.patch. + - In series comment out: + + 0005-fix_build_musl.patch + + 0705-gcc-9.patch + + 0010-AC_INIT.patch + + -- Jörg Frings-Fürst <debian@jff.email> Sat, 08 Jan 2022 18:08:42 +0100 + +libunistring (0.9.10-6) unstable; urgency=medium + + * New debian/patches/0010-AC_INIT.patch to fix AC_INIT handling + (Closes: #992281). + + -- Jörg Frings-Fürst <debian@jff.email> Mon, 16 Aug 2021 23:32:24 +0200 + +libunistring (0.9.10-5) experimental; urgency=medium + + * New debian/patches/0005-fix_build_musl.patch (Closes: #987609): + - Fix build on musl (Thanks to Helmut Grohne <helmut@subdivi.de>). + * Declare compliance with Debian Policy 4.5.1 (No changes needed). + * debian/copyright: + - Fix copyright format problems (Closes: #972501): + + Thanks to Bastian Germann <bage@linutronix.de>. + - Refresh copyright years for debian/* to 2021. + * debian/libunistring2.symbols, + debian/libunistring2.symbols.hurd-i386: + - Add Build-Depends-Package field. + + -- Jörg Frings-Fürst <debian@jff.email> Mon, 26 Apr 2021 19:52:59 +0200 + +libunistring (0.9.10-4) unstable; urgency=high + + * Fix ftbfs with dh_missing (Closes: #961960). + * debian/changelog: + - Fix removed tag at 0.9.10-2. + + -- Jörg Frings-Fürst <debian@jff.email> Mon, 01 Jun 2020 17:48:44 +0200 + +libunistring (0.9.10-3) unstable; urgency=medium + + * Update symbols for non-glibc. (Closes: #956635) + - thanks to Helmut Grohne <helmut@subdivi.de>. + * Declare compliance with Debian Policy 4.5.0 (No changes needed). + * Migrate to debhelper-compat 13: + - Remove debian/compat. + - Bump minimum debhelper-compat version in debian/control to = 13. + - New debian/not_installed: + + Add usr/share/info/libunistring.info + + Add usr/lib/x86_64-linux-gnu/libunistring.la + * debian/control: + - Add Rules-Requires-Root: no. + * debian/copyright: + - Add year 2020 to myself. + + -- Jörg Frings-Fürst <debian@jff.email> Sun, 31 May 2020 15:08:22 +0200 + +libunistring (0.9.10-2) unstable; urgency=medium + + * New patch debian/patches/0705-gcc-9.patch: + - Fix gcc-9 issue (Closes: #925762, #920824). + * Migrate to debhelper 12: + - Change debian/compat to 12. + - Bump minimum debhelper version in debian/control to >= 12. + * Declare compliance with Debian Policy 4.4.0 (No changes needed). + * debian/copyright: + - Refresh copyright years for debian/* to 2019. + + -- Jörg Frings-Fürst <debian@jff.email> Thu, 11 Jul 2019 19:15:05 +0200 + +libunistring (0.9.10-1) unstable; urgency=medium + + * New upstream release. + - Refresh symbols file. + * debian/control: + - Switch Vcs-* to new loacation. + - Use secure URI for homepage. + * Migrate to debhelper 11: + - Change debian/compat to 11. + - Bump minimum debhelper version in debian/control to >= 11. + * Declare compliance with Debian Policy 4.1.5 (No changes needed). + + -- Jörg Frings-Fürst <debian@jff.email> Sun, 08 Jul 2018 14:26:51 +0200 + +libunistring (0.9.8-2) unstable; urgency=medium + + * New debian/libunistring2.symbols.hurd-i386. + - Prevent FTBFS on hurd-i386. + + -- Jörg Frings-Fürst <debian@jff.email> Thu, 14 Dec 2017 12:54:56 +0100 + +libunistring (0.9.8-1) unstable; urgency=medium + + * New upstream release. + - Refresh patches. + - Refresh symbols file. + * Change to my new mail address. + * debian/copyright: + - Refresh copyright years to 2017. + * debian/changelog: + - Remove trailing white spaces. + * debian/watch: + - Use secure URI. + * Declare compliance with Debian Policy 4.1.2.0 (No changes needed). + + -- Jörg Frings-Fürst <debian@jff.email> Sat, 02 Dec 2017 13:08:55 +0100 + +libunistring (0.9.7-2) unstable; urgency=medium + + * Upload to unstable. + * Declare compliance with Debian Policy 4.0.0. (No changes needed). + + -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sun, 25 Jun 2017 17:51:30 +0200 + +libunistring (0.9.7-1) experimental; urgency=medium + + * New maintainer (Closes: #858605). + - Many thanks to Andreas Rottmann <rotty@debian.org>. + * New upstream release (Closes: #846199, #858175). + * debian/control: + - Add myself as Maintainer. + * debian/copyright: + - Add myself to debian/*. + - Renew licenses and dates. + * debian/watch: + - Remove dh_make template to prevent lintian warning. + - Bump version to 4. + * New debian/patches/0700-multiarch-libc.patch (Closes: #857708). + - Use multiarched libc-dev header. + Thanks to Helmut Grohne <helmut@subdivi.de>. + * Refresh and renumber the patch float-endian-detection.patch. + * Bump compat to 10: + - Change debian/compat to 10. + - Change debhelper version at debian/control to >= 10. + - Drop dh-autoreconf from both build-depends and dh --with arguments + because this is all defaults when using dh compat 10. + * Add symbols file. + * New README.source to explain the branching model used. + + -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sat, 10 Jun 2017 12:18:01 +0200 + +libunistring (0.9.6+really0.9.6-0.1) experimental; urgency=medium + + * Non-maintainer upload. + * New upstream release. (Closes: #804064) + - Bump SOVERSION (libunistring0 -> libunistring2) + * debian/patches: refresh for new upstream version + * debian/copyright: fix typo in path + + -- Manuel A. Fernandez Montecelo <mafm@debian.org> Sat, 28 May 2016 14:50:52 +0100 + +libunistring (0.9.6+really0.9.3-0.1) unstable; urgency=medium + + * Non-maintainer upload. + * Re-upload 0.9.3-5.4 to revert the soname bump in 0.9.6-1.1. (Closes: + #825471.) + * Drop the explicit ldconfig triggers, debhelper handles this on its + own. + + -- Stephen Kitt <skitt@debian.org> Fri, 27 May 2016 10:11:04 +0200 + +libunistring (0.9.3-5.3) unstable; urgency=medium + + * Non-maintainer upload. + * Bump Policy Standards-Version to 3.9.8 + - use dpkg triggers for ldconfig, section 8.1.1 (from previous versions) + * debian/compat: set level 9 + * Update Vcs-* URLs + * debian/watch: Improve to match versions numbers and not "latest" + * Build-Depends: Require debhelper 9.20160403 or newer + + -- Manuel A. Fernandez Montecelo <mafm@debian.org> Thu, 26 May 2016 16:31:27 +0100 + +libunistring (0.9.3-5.2) unstable; urgency=medium + + * Non-maintainer upload. + * Missing change from last upload, actually run dh-autoreconf to update + config.{sub,guess} and {libtool,aclocal}.m4, necessary for some new + ports. Thanks Fernando Seiti Furusato. (Closes: #755745) + + -- Manuel A. Fernandez Montecelo <mafm@debian.org> Mon, 04 Aug 2014 19:51:45 +0100 + +libunistring (0.9.3-5.1) unstable; urgency=medium + + * Non-maintainer upload. + * Run dh-autoreconf to update config.{sub,guess} and + {libtool,aclocal}.m4, necessary for some new ports. Thanks Fernando + Seiti Furusato. (Closes: #755745) + * Add patch float-endian-detection.patch which fixes detection of + floating point endianness, gathered from Ubuntu, created by Colin + Watson. + + -- Manuel A. Fernandez Montecelo <mafm@debian.org> Mon, 28 Jul 2014 22:47:32 +0100 + +libunistring (0.9.3-5) unstable; urgency=low + + * Standards-Version 3.9.2 (no changes). + * Convert package to multiarch (closes: #646068): + - Bumped build-depends versions for cdbs and debhelper. + - Extend configure flags to install libraries into + multi-arch library directory. + - Adapted debian/libunistring0.install. + - Mark libunistring0 as "Multi-Arch: same". + * Applied outstanding changes from multiarch patch provided by Steve + Langasek on bug #646068: + - Removed useless .dirs files. + - debian/compat bumped to 8 (compat level 9 not needed as we don't use + the "dh" script). + * debian/copyright: + - Bumped DEP5 revision in format URL to 202. + - Fixed various issues pointed out by lintian. + + -- Andreas Rottmann <rotty@debian.org> Wed, 26 Oct 2011 23:23:59 +0200 + +libunistring (0.9.3-4) unstable; urgency=low + + * Standards-Version 3.9.1: + - Don't install libunistring.la (closes: #622432). + * Add Vcs-Git and Vcs-Browser fields. + + -- Andreas Rottmann <rotty@debian.org> Sat, 16 Apr 2011 14:09:54 +0200 + +libunistring (0.9.3-3) unstable; urgency=low + + * Fix description typo (closes: #596243, thanks to Paul Menzel). + + -- Andreas Rottmann <rotty@debian.org> Thu, 09 Sep 2010 20:22:45 +0200 + +libunistring (0.9.3-2) unstable; urgency=low + + * Work around toolchain issue on mipsen by building with -mplt there + (closes: #595875, thanks to Julien BLACHE). + + -- Andreas Rottmann <rotty@debian.org> Wed, 08 Sep 2010 21:45:46 +0200 + +libunistring (0.9.3-1) unstable; urgency=low + + * New upstream release. + * Switched to dpkg-source 3.0 (quilt) format. + * Standards-Version 3.8.4 (no changes). + + -- Andreas Rottmann <rotty@debian.org> Thu, 27 May 2010 19:37:41 +0200 + +libunistring (0.9.1-1) unstable; urgency=low + + * Initial release (closes: #532125). + + -- Andreas Rottmann <rotty@debian.org> Sat, 04 Jul 2009 14:31:38 +0200 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..294f02b --- /dev/null +++ b/debian/control @@ -0,0 +1,43 @@ +Source: libunistring +Priority: optional +Maintainer: Jörg Frings-Fürst <debian@jff.email> +Build-Depends: + debhelper-compat (= 13) +Standards-Version: 4.6.1.0 +Section: libs +Rules-Requires-Root: no +Homepage: https://www.gnu.org/software/libunistring/ +Vcs-Git: git://jff.email/opt/git/libunistring.git +Vcs-Browser: https://jff.email/cgit/libunistring.git + +Package: libunistring-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: libunistring2 (= ${binary:Version}), ${misc:Depends} +Description: Unicode string library for C - development files + The 'libunistring' library implements Unicode strings (in the UTF-8, + UTF-16, and UTF-32 encodings), together with functions for Unicode + characters (character names, classifications, properties) and + functions for string processing (formatted output, width, word + breaks, line breaks, normalization, case folding, regular + expressions). + . + This package contains the development support files needed to compile + and link against libunistring, as well as the documentation in Info + and HTML format. + +Package: libunistring2 +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Unicode string library for C + The 'libunistring' library implements Unicode strings (in the UTF-8, + UTF-16, and UTF-32 encodings), together with functions for Unicode + characters (character names, classifications, properties) and + functions for string processing (formatted output, width, word + breaks, line breaks, normalization, case folding, regular + expressions). + . + This package contains the shared library. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..47894ea --- /dev/null +++ b/debian/copyright @@ -0,0 +1,143 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: libunistring +Upstream-Contact: Bruno Haible <bruno@clisp.org> +Source: http://ftp.gnu.org/gnu/libunistring/ + +Files: * +Copyright: 1995-2022 Free Software Foundation, Inc. +License: LGPL-3+ or GPL-2+ + +Files: gnulib-m4/* m4/*.m4 +Copyright: 1995-2022 Free Software Foundation, Inc. +License: FreeSoftware + This file is free software; the Free Software Foundation + gives unlimited permission to copy and/or distribute it, + with or without modifications, as long as this notice is preserved. + +Files: doc/* +Copyright: 2001-2022 Free Software Foundation, Inc. +License: GPL-3+ or GFDL-1.2+ + +Files: tests/* woe32dll/* autogen.sh +Copyright: 1990-2022 Free Software Foundation, Inc. +License: GPL-3+ + +Files: build-aux/* +Copyright: 1995-2017 Free Software Foundation, Inc. +License: GPL-2+ + +Files: m4/init-package-version.m4 + build-aux/ltmain.sh +Copyright: 1992-2021, Free Software Foundation, Inc. +License: GPL-2+ with distribution exception + This file is free software, distributed under the terms of the GNU + General Public License. As a special exception to the GNU General + Public License, this file may be distributed as part of a program + that contains a configuration script generated by Autoconf, under + the same distribution terms as the rest of that program. + +Files: build-aux/texi2html +Copyright: 1999-2005 Patrice Dumas <dumas@centre-cired.fr>, + 1999-2005 Derek Price <derek@ximbiot.com>, + 1999-2005 Adrian Aichner <adrian@xemacs.org> +License: GPL-2+ + +Files: build-aux/install-sh +Copyright: 1994, X Consortium +License: MIT + +Files: debian/* +Copyright: 2009-2011 Andreas Rottmann <rotty@debian.org> + 2017-2022 Jörg Frings-Fürst <debian@jff.email> +License: GPL-3+ + +License: LGPL-3+ + 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 the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + . + On Debian systems the full text of the GNU Lesser General Public + License version 3 can be found in the file + `/usr/share/common-licenses/LGPL-3'. + +License: GPL-3+ + 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 + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + . + On Debian systems the full text of the GNU General Public License + version 3 can be found in the file + `/usr/share/common-licenses/GPL-3'. + +License: GPL-2+ + 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 + the Free Software Foundation; either version 2, or (at your option) + any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. + . + On Debian systems the full text of the GNU General Public License + version 2 can be found in the file + `/usr/share/common-licenses/GPL-2'. + +License: GFDL-1.2+ + This manual is covered by the GNU FDL. Permission is granted to + copy, distribute and/or modify this document under the terms of the + GNU Free Documentation License (FDL), either version 1.2 of the + License, or (at your option) any later version published by the Free + Software Foundation (FSF); with no Invariant Sections, with no + Front-Cover Text, and with no Back-Cover Texts. + . + On Debian systems the full text of the GNU Free Documentation License + version 1.2 can be found in the file + `/usr/share/common-licenses/GFDL-1.2'. + +License: MIT + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to + deal in the Software without restriction, including without limitation the + rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN + AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- + TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + . + Except as contained in this notice, the name of the X Consortium shall not + be used in advertising or otherwise to promote the sale, use or other deal- + ings in this Software without prior written authorization from the X Consor- + tium. diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..16af478 --- /dev/null +++ b/debian/docs @@ -0,0 +1,4 @@ +BUGS +NEWS +README + diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..fa4a587 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,5 @@ +[DEFAULT] +pristine-tar = True + +[buildpackage] +sign-tags = True diff --git a/debian/libunistring-dev.doc-base b/debian/libunistring-dev.doc-base new file mode 100644 index 0000000..f5bce62 --- /dev/null +++ b/debian/libunistring-dev.doc-base @@ -0,0 +1,13 @@ +Document: libunistring-manual +Title: GNU libunistring Manual +Author: Bruno Haible +Abstract: Programmer's Manual for GNU libunistring +Section: Programming/C + +Format: HTML +Index: /usr/share/doc/libunistring-dev/html/libunistring_toc.html +Files: /usr/share/doc/libunistring-dev/html/*.html + +Format: Info +Index: /usr/share/info/libunistring.info.gz +Files: /usr/share/info/libunistring.info*.gz diff --git a/debian/libunistring-dev.info b/debian/libunistring-dev.info new file mode 100644 index 0000000..fcb2e42 --- /dev/null +++ b/debian/libunistring-dev.info @@ -0,0 +1 @@ +doc/libunistring.info diff --git a/debian/libunistring-dev.install b/debian/libunistring-dev.install new file mode 100644 index 0000000..893c07e --- /dev/null +++ b/debian/libunistring-dev.install @@ -0,0 +1,4 @@ +usr/include/* +usr/lib/*/lib*.a +usr/lib/*/lib*.so +usr/share/doc/libunistring/*.html usr/share/doc/libunistring-dev/html/ diff --git a/debian/libunistring2.install b/debian/libunistring2.install new file mode 100644 index 0000000..3ddde58 --- /dev/null +++ b/debian/libunistring2.install @@ -0,0 +1 @@ +usr/lib/*/lib*.so.* diff --git a/debian/libunistring2.symbols b/debian/libunistring2.symbols new file mode 100644 index 0000000..8c891c0 --- /dev/null +++ b/debian/libunistring2.symbols @@ -0,0 +1,715 @@ +libunistring.so.2 libunistring2 #MINVER# +* Build-Depends-Package: libunistring-dev + UC_CATEGORY_C@Base 0.9.7 + UC_CATEGORY_Cc@Base 0.9.7 + UC_CATEGORY_Cf@Base 0.9.7 + UC_CATEGORY_Cn@Base 0.9.7 + UC_CATEGORY_Co@Base 0.9.7 + UC_CATEGORY_Cs@Base 0.9.7 + UC_CATEGORY_L@Base 0.9.7 + UC_CATEGORY_LC@Base 0.9.7 + UC_CATEGORY_Ll@Base 0.9.7 + UC_CATEGORY_Lm@Base 0.9.7 + UC_CATEGORY_Lo@Base 0.9.7 + UC_CATEGORY_Lt@Base 0.9.7 + UC_CATEGORY_Lu@Base 0.9.7 + UC_CATEGORY_M@Base 0.9.7 + UC_CATEGORY_Mc@Base 0.9.7 + UC_CATEGORY_Me@Base 0.9.7 + UC_CATEGORY_Mn@Base 0.9.7 + UC_CATEGORY_N@Base 0.9.7 + UC_CATEGORY_Nd@Base 0.9.7 + UC_CATEGORY_Nl@Base 0.9.7 + UC_CATEGORY_No@Base 0.9.7 + UC_CATEGORY_P@Base 0.9.7 + UC_CATEGORY_Pc@Base 0.9.7 + UC_CATEGORY_Pd@Base 0.9.7 + UC_CATEGORY_Pe@Base 0.9.7 + UC_CATEGORY_Pf@Base 0.9.7 + UC_CATEGORY_Pi@Base 0.9.7 + UC_CATEGORY_Po@Base 0.9.7 + UC_CATEGORY_Ps@Base 0.9.7 + UC_CATEGORY_S@Base 0.9.7 + UC_CATEGORY_Sc@Base 0.9.7 + UC_CATEGORY_Sk@Base 0.9.7 + UC_CATEGORY_Sm@Base 0.9.7 + UC_CATEGORY_So@Base 0.9.7 + UC_CATEGORY_Z@Base 0.9.7 + UC_CATEGORY_Zl@Base 0.9.7 + UC_CATEGORY_Zp@Base 0.9.7 + UC_CATEGORY_Zs@Base 0.9.7 + UC_PROPERTY_ALPHABETIC@Base 0.9.7 + UC_PROPERTY_ASCII_HEX_DIGIT@Base 0.9.7 + UC_PROPERTY_BIDI_ARABIC_DIGIT@Base 0.9.7 + UC_PROPERTY_BIDI_ARABIC_RIGHT_TO_LEFT@Base 0.9.7 + UC_PROPERTY_BIDI_BLOCK_SEPARATOR@Base 0.9.7 + UC_PROPERTY_BIDI_BOUNDARY_NEUTRAL@Base 0.9.7 + UC_PROPERTY_BIDI_COMMON_SEPARATOR@Base 0.9.7 + UC_PROPERTY_BIDI_CONTROL@Base 0.9.7 + UC_PROPERTY_BIDI_EMBEDDING_OR_OVERRIDE@Base 0.9.7 + UC_PROPERTY_BIDI_EUROPEAN_DIGIT@Base 0.9.7 + UC_PROPERTY_BIDI_EUR_NUM_SEPARATOR@Base 0.9.7 + UC_PROPERTY_BIDI_EUR_NUM_TERMINATOR@Base 0.9.7 + UC_PROPERTY_BIDI_HEBREW_RIGHT_TO_LEFT@Base 0.9.7 + UC_PROPERTY_BIDI_LEFT_TO_RIGHT@Base 0.9.7 + UC_PROPERTY_BIDI_NON_SPACING_MARK@Base 0.9.7 + UC_PROPERTY_BIDI_OTHER_NEUTRAL@Base 0.9.7 + UC_PROPERTY_BIDI_PDF@Base 0.9.7 + UC_PROPERTY_BIDI_SEGMENT_SEPARATOR@Base 0.9.7 + UC_PROPERTY_BIDI_WHITESPACE@Base 0.9.7 + UC_PROPERTY_CASED@Base 0.9.7 + UC_PROPERTY_CASE_IGNORABLE@Base 0.9.7 + UC_PROPERTY_CHANGES_WHEN_CASEFOLDED@Base 0.9.7 + UC_PROPERTY_CHANGES_WHEN_CASEMAPPED@Base 0.9.7 + UC_PROPERTY_CHANGES_WHEN_LOWERCASED@Base 0.9.7 + UC_PROPERTY_CHANGES_WHEN_TITLECASED@Base 0.9.7 + UC_PROPERTY_CHANGES_WHEN_UPPERCASED@Base 0.9.7 + UC_PROPERTY_COMBINING@Base 0.9.7 + UC_PROPERTY_COMPOSITE@Base 0.9.7 + UC_PROPERTY_CURRENCY_SYMBOL@Base 0.9.7 + UC_PROPERTY_DASH@Base 0.9.7 + UC_PROPERTY_DECIMAL_DIGIT@Base 0.9.7 + UC_PROPERTY_DEFAULT_IGNORABLE_CODE_POINT@Base 0.9.7 + UC_PROPERTY_DEPRECATED@Base 0.9.7 + UC_PROPERTY_DIACRITIC@Base 0.9.7 + UC_PROPERTY_EMOJI@Base 1.0 + UC_PROPERTY_EMOJI_COMPONENT@Base 1.0 + UC_PROPERTY_EMOJI_MODIFIER@Base 1.0 + UC_PROPERTY_EMOJI_MODIFIER_BASE@Base 1.0 + UC_PROPERTY_EMOJI_PRESENTATION@Base 1.0 + UC_PROPERTY_EXTENDED_PICTOGRAPHIC@Base 1.0 + UC_PROPERTY_EXTENDER@Base 0.9.7 + UC_PROPERTY_FORMAT_CONTROL@Base 0.9.7 + UC_PROPERTY_GRAPHEME_BASE@Base 0.9.7 + UC_PROPERTY_GRAPHEME_EXTEND@Base 0.9.7 + UC_PROPERTY_GRAPHEME_LINK@Base 0.9.7 + UC_PROPERTY_HEX_DIGIT@Base 0.9.7 + UC_PROPERTY_HYPHEN@Base 0.9.7 + UC_PROPERTY_IDEOGRAPHIC@Base 0.9.7 + UC_PROPERTY_IDS_BINARY_OPERATOR@Base 0.9.7 + UC_PROPERTY_IDS_TRINARY_OPERATOR@Base 0.9.7 + UC_PROPERTY_ID_CONTINUE@Base 0.9.7 + UC_PROPERTY_ID_START@Base 0.9.7 + UC_PROPERTY_IGNORABLE_CONTROL@Base 0.9.7 + UC_PROPERTY_ISO_CONTROL@Base 0.9.7 + UC_PROPERTY_JOIN_CONTROL@Base 0.9.7 + UC_PROPERTY_LEFT_OF_PAIR@Base 0.9.7 + UC_PROPERTY_LINE_SEPARATOR@Base 0.9.7 + UC_PROPERTY_LOGICAL_ORDER_EXCEPTION@Base 0.9.7 + UC_PROPERTY_LOWERCASE@Base 0.9.7 + UC_PROPERTY_MATH@Base 0.9.7 + UC_PROPERTY_NON_BREAK@Base 0.9.7 + UC_PROPERTY_NOT_A_CHARACTER@Base 0.9.7 + UC_PROPERTY_NUMERIC@Base 0.9.7 + UC_PROPERTY_OTHER_ALPHABETIC@Base 0.9.7 + UC_PROPERTY_OTHER_DEFAULT_IGNORABLE_CODE_POINT@Base 0.9.7 + UC_PROPERTY_OTHER_GRAPHEME_EXTEND@Base 0.9.7 + UC_PROPERTY_OTHER_ID_CONTINUE@Base 0.9.7 + UC_PROPERTY_OTHER_ID_START@Base 0.9.7 + UC_PROPERTY_OTHER_LOWERCASE@Base 0.9.7 + UC_PROPERTY_OTHER_MATH@Base 0.9.7 + UC_PROPERTY_OTHER_UPPERCASE@Base 0.9.7 + UC_PROPERTY_PAIRED_PUNCTUATION@Base 0.9.7 + UC_PROPERTY_PARAGRAPH_SEPARATOR@Base 0.9.7 + UC_PROPERTY_PATTERN_SYNTAX@Base 0.9.7 + UC_PROPERTY_PATTERN_WHITE_SPACE@Base 0.9.7 + UC_PROPERTY_PRIVATE_USE@Base 0.9.7 + UC_PROPERTY_PUNCTUATION@Base 0.9.7 + UC_PROPERTY_QUOTATION_MARK@Base 0.9.7 + UC_PROPERTY_RADICAL@Base 0.9.7 + UC_PROPERTY_REGIONAL_INDICATOR@Base 1.0 + UC_PROPERTY_SENTENCE_TERMINAL@Base 0.9.7 + UC_PROPERTY_SOFT_DOTTED@Base 0.9.7 + UC_PROPERTY_SPACE@Base 0.9.7 + UC_PROPERTY_TERMINAL_PUNCTUATION@Base 0.9.7 + UC_PROPERTY_TITLECASE@Base 0.9.7 + UC_PROPERTY_UNASSIGNED_CODE_VALUE@Base 0.9.7 + UC_PROPERTY_UNIFIED_IDEOGRAPH@Base 0.9.7 + UC_PROPERTY_UPPERCASE@Base 0.9.7 + UC_PROPERTY_VARIATION_SELECTOR@Base 0.9.7 + UC_PROPERTY_WHITE_SPACE@Base 0.9.7 + UC_PROPERTY_XID_CONTINUE@Base 0.9.7 + UC_PROPERTY_XID_START@Base 0.9.7 + UC_PROPERTY_ZERO_WIDTH@Base 0.9.7 + _UC_CATEGORY_NONE@Base 0.9.7 + _libunistring_version@Base 0.9.7 + libunistring_amemxfrm@Base 0.9.7 + libunistring_c_isalnum@Base 0.9.7 + libunistring_c_isalpha@Base 0.9.7 + libunistring_c_isascii@Base 0.9.7 + libunistring_c_isblank@Base 0.9.7 + libunistring_c_iscntrl@Base 0.9.7 + libunistring_c_isdigit@Base 0.9.7 + libunistring_c_isgraph@Base 0.9.7 + libunistring_c_islower@Base 0.9.7 + libunistring_c_isprint@Base 0.9.7 + libunistring_c_ispunct@Base 0.9.7 + libunistring_c_isspace@Base 0.9.7 + libunistring_c_isupper@Base 0.9.7 + libunistring_c_isxdigit@Base 0.9.7 + libunistring_c_strcasecmp@Base 0.9.7 + libunistring_c_strncasecmp@Base 0.9.7 + libunistring_c_tolower@Base 0.9.7 + libunistring_c_toupper@Base 0.9.7 + libunistring_freea@Base 0.9.7 + (arch=gnu-any-any)libunistring_fseterr@Base 0.9.7 + libunistring_gl_locale_name@Base 0.9.7 + libunistring_gl_locale_name_default@Base 0.9.7 + libunistring_gl_locale_name_environ@Base 0.9.7 + libunistring_gl_locale_name_posix@Base 0.9.7 + libunistring_gl_locale_name_thread@Base 0.9.7 + libunistring_gl_unicase_special_lookup@Base 0.9.7 + libunistring_gl_uninorm_decomp_chars_table@Base 0.9.7 + libunistring_gl_uninorm_decomp_index_table@Base 0.9.7 + libunistring_gl_uninorm_decompose_merge_sort_inplace@Base 0.9.7 + libunistring_glthread_once_multithreaded@Base 1.0 + libunistring_glthread_once_singlethreaded@Base 0.9.7 + libunistring_glthread_recursive_lock_init_multithreaded@Base 0.9.7 + (arch=gnu-any-any)libunistring_glthread_rwlock_init_for_glibc@Base 0.9.8 + libunistring_hard_locale@Base 0.9.7 + libunistring_iconveh_close@Base 0.9.7 + libunistring_iconveh_open@Base 0.9.7 + libunistring_is_basic@Base 0.9.7 + libunistring_is_basic_table@Base 0.9.7 + libunistring_mb_copy@Base 0.9.7 + libunistring_mb_width_aux@Base 0.9.7 + libunistring_mbiter_multi_copy@Base 0.9.7 + libunistring_mbiter_multi_next@Base 0.9.7 + libunistring_mbiter_multi_reloc@Base 0.9.7 + libunistring_mbsnlen@Base 0.9.7 + libunistring_mem_cd_iconveh@Base 0.9.7 + libunistring_mem_iconveh@Base 0.9.7 + libunistring_mem_iconveha@Base 0.9.7 + libunistring_memcmp2@Base 0.9.7 + libunistring_mmalloca@Base 0.9.7 + libunistring_printf_frexp@Base 0.9.7 + libunistring_printf_frexpl@Base 0.9.7 + libunistring_rpl_mbrtowc@Base 0.9.7 + libunistring_setlocale_null@Base 1.0 + libunistring_setlocale_null_r@Base 1.0 + libunistring_str_cd_iconveh@Base 0.9.7 + libunistring_str_iconveh@Base 0.9.7 + libunistring_str_iconveha@Base 0.9.7 + libunistring_u16_casemap@Base 0.9.7 + libunistring_u16_is_invariant@Base 0.9.7 + libunistring_u16_possible_linebreaks_loop@Base 1.0 + libunistring_u16_printf_parse@Base 0.9.7 + libunistring_u32_casemap@Base 0.9.7 + libunistring_u32_is_invariant@Base 0.9.7 + libunistring_u32_possible_linebreaks_loop@Base 1.0 + libunistring_u32_printf_parse@Base 0.9.7 + libunistring_u8_casemap@Base 0.9.7 + libunistring_u8_is_invariant@Base 0.9.7 + libunistring_u8_possible_linebreaks_loop@Base 1.0 + libunistring_u8_printf_parse@Base 0.9.7 + libunistring_u8_width_linebreaks_internal@Base 1.0 + libunistring_u_printf_fetchargs@Base 0.9.7 + libunistring_uc_compat_decomposition@Base 0.9.7 + libunistring_uc_is_case_ignorable@Base 0.9.7 + libunistring_uc_is_cased@Base 0.9.7 + libunistring_uc_tocasefold@Base 0.9.7 + libunistring_ulc_printf_parse@Base 0.9.7 + libunistring_uniconv_register_autodetect@Base 0.9.7 + libunistring_unilbrk_is_all_ascii@Base 0.9.7 + libunistring_unilbrk_is_utf8_encoding@Base 0.9.7 + libunistring_unilbrk_table@Base 0.9.7 + libunistring_unilbrkprop@Base 0.9.7 + libunistring_uniwbrk_prop_index@Base 0.9.8 + libunistring_uniwbrk_table@Base 0.9.7 + libunistring_xmax@Base 0.9.7 + libunistring_xsum3@Base 0.9.7 + libunistring_xsum4@Base 0.9.7 + libunistring_xsum@Base 0.9.7 + locale_charset@Base 0.9.7 + u16_asnprintf@Base 0.9.7 + u16_asprintf@Base 0.9.7 + u16_casecmp@Base 0.9.7 + u16_casecoll@Base 0.9.7 + u16_casefold@Base 0.9.7 + u16_casexfrm@Base 0.9.7 + u16_casing_prefix_context@Base 0.9.10 + u16_casing_prefixes_context@Base 0.9.10 + u16_casing_suffix_context@Base 0.9.10 + u16_casing_suffixes_context@Base 0.9.10 + u16_check@Base 0.9.7 + u16_chr@Base 0.9.7 + u16_cmp2@Base 0.9.7 + u16_cmp@Base 0.9.7 + u16_conv_from_encoding@Base 0.9.7 + u16_conv_to_encoding@Base 0.9.7 + u16_cpy@Base 0.9.7 + u16_cpy_alloc@Base 0.9.7 + u16_ct_casefold@Base 0.9.7 + u16_ct_tolower@Base 0.9.7 + u16_ct_totitle@Base 0.9.7 + u16_ct_toupper@Base 0.9.7 + u16_endswith@Base 0.9.7 + u16_grapheme_breaks@Base 0.9.7 + u16_grapheme_next@Base 0.9.7 + u16_grapheme_prev@Base 0.9.7 + u16_is_cased@Base 0.9.7 + u16_is_casefolded@Base 0.9.7 + u16_is_lowercase@Base 0.9.7 + u16_is_titlecase@Base 0.9.7 + u16_is_uppercase@Base 0.9.7 + u16_mblen@Base 0.9.7 + u16_mbsnlen@Base 0.9.7 + u16_mbtouc@Base 0.9.7 + u16_mbtouc_aux@Base 0.9.7 + u16_mbtouc_unsafe@Base 0.9.7 + u16_mbtouc_unsafe_aux@Base 0.9.7 + u16_mbtoucr@Base 0.9.7 + u16_move@Base 0.9.7 + u16_next@Base 0.9.7 + u16_normalize@Base 0.9.7 + u16_normcmp@Base 0.9.7 + u16_normcoll@Base 0.9.7 + u16_normxfrm@Base 0.9.7 + u16_possible_linebreaks@Base 0.9.7 + u16_possible_linebreaks_v2@Base 1.0 + u16_prev@Base 0.9.7 + u16_set@Base 0.9.7 + u16_snprintf@Base 0.9.7 + u16_sprintf@Base 0.9.7 + u16_startswith@Base 0.9.7 + u16_stpcpy@Base 0.9.7 + u16_stpncpy@Base 0.9.7 + u16_strcat@Base 0.9.7 + u16_strchr@Base 0.9.7 + u16_strcmp@Base 0.9.7 + u16_strcoll@Base 0.9.7 + u16_strconv_from_encoding@Base 0.9.7 + u16_strconv_from_locale@Base 0.9.7 + u16_strconv_to_encoding@Base 0.9.7 + u16_strconv_to_locale@Base 0.9.7 + u16_strcpy@Base 0.9.7 + u16_strcspn@Base 0.9.7 + u16_strdup@Base 0.9.7 + u16_strlen@Base 0.9.7 + u16_strmblen@Base 0.9.7 + u16_strmbtouc@Base 0.9.7 + u16_strncat@Base 0.9.7 + u16_strncmp@Base 0.9.7 + u16_strncpy@Base 0.9.7 + u16_strnlen@Base 0.9.7 + u16_strpbrk@Base 0.9.7 + u16_strrchr@Base 0.9.7 + u16_strspn@Base 0.9.7 + u16_strstr@Base 0.9.7 + u16_strtok@Base 0.9.7 + u16_strwidth@Base 0.9.7 + u16_to_u32@Base 0.9.7 + u16_to_u8@Base 0.9.7 + u16_tolower@Base 0.9.7 + u16_totitle@Base 0.9.7 + u16_toupper@Base 0.9.7 + u16_u16_asnprintf@Base 0.9.7 + u16_u16_asprintf@Base 0.9.7 + u16_u16_snprintf@Base 0.9.7 + u16_u16_sprintf@Base 0.9.7 + u16_u16_vasnprintf@Base 0.9.7 + u16_u16_vasprintf@Base 0.9.7 + u16_u16_vsnprintf@Base 0.9.7 + u16_u16_vsprintf@Base 0.9.7 + u16_uctomb@Base 0.9.7 + u16_uctomb_aux@Base 0.9.7 + u16_vasnprintf@Base 0.9.7 + u16_vasprintf@Base 0.9.7 + u16_vsnprintf@Base 0.9.7 + u16_vsprintf@Base 0.9.7 + u16_width@Base 0.9.7 + u16_width_linebreaks@Base 0.9.7 + u16_width_linebreaks_v2@Base 1.0 + u16_wordbreaks@Base 0.9.7 + u32_asnprintf@Base 0.9.7 + u32_asprintf@Base 0.9.7 + u32_casecmp@Base 0.9.7 + u32_casecoll@Base 0.9.7 + u32_casefold@Base 0.9.7 + u32_casexfrm@Base 0.9.7 + u32_casing_prefix_context@Base 0.9.10 + u32_casing_prefixes_context@Base 0.9.10 + u32_casing_suffix_context@Base 0.9.10 + u32_casing_suffixes_context@Base 0.9.10 + u32_check@Base 0.9.7 + u32_chr@Base 0.9.7 + u32_cmp2@Base 0.9.7 + u32_cmp@Base 0.9.7 + u32_conv_from_encoding@Base 0.9.7 + u32_conv_to_encoding@Base 0.9.7 + u32_cpy@Base 0.9.7 + u32_cpy_alloc@Base 0.9.7 + u32_ct_casefold@Base 0.9.7 + u32_ct_tolower@Base 0.9.7 + u32_ct_totitle@Base 0.9.7 + u32_ct_toupper@Base 0.9.7 + u32_endswith@Base 0.9.7 + u32_grapheme_breaks@Base 0.9.7 + u32_grapheme_next@Base 0.9.7 + u32_grapheme_prev@Base 0.9.7 + u32_is_cased@Base 0.9.7 + u32_is_casefolded@Base 0.9.7 + u32_is_lowercase@Base 0.9.7 + u32_is_titlecase@Base 0.9.7 + u32_is_uppercase@Base 0.9.7 + u32_mblen@Base 0.9.7 + u32_mbsnlen@Base 0.9.7 + u32_mbtouc@Base 0.9.7 + u32_mbtouc_unsafe@Base 0.9.7 + u32_mbtoucr@Base 0.9.7 + u32_move@Base 0.9.7 + u32_next@Base 0.9.7 + u32_normalize@Base 0.9.7 + u32_normcmp@Base 0.9.7 + u32_normcoll@Base 0.9.7 + u32_normxfrm@Base 0.9.7 + u32_possible_linebreaks@Base 0.9.7 + u32_possible_linebreaks_v2@Base 1.0 + u32_prev@Base 0.9.7 + u32_set@Base 0.9.7 + u32_snprintf@Base 0.9.7 + u32_sprintf@Base 0.9.7 + u32_startswith@Base 0.9.7 + u32_stpcpy@Base 0.9.7 + u32_stpncpy@Base 0.9.7 + u32_strcat@Base 0.9.7 + u32_strchr@Base 0.9.7 + u32_strcmp@Base 0.9.7 + u32_strcoll@Base 0.9.7 + u32_strconv_from_encoding@Base 0.9.7 + u32_strconv_from_locale@Base 0.9.7 + u32_strconv_to_encoding@Base 0.9.7 + u32_strconv_to_locale@Base 0.9.7 + u32_strcpy@Base 0.9.7 + u32_strcspn@Base 0.9.7 + u32_strdup@Base 0.9.7 + u32_strlen@Base 0.9.7 + u32_strmblen@Base 0.9.7 + u32_strmbtouc@Base 0.9.7 + u32_strncat@Base 0.9.7 + u32_strncmp@Base 0.9.7 + u32_strncpy@Base 0.9.7 + u32_strnlen@Base 0.9.7 + u32_strpbrk@Base 0.9.7 + u32_strrchr@Base 0.9.7 + u32_strspn@Base 0.9.7 + u32_strstr@Base 0.9.7 + u32_strtok@Base 0.9.7 + u32_strwidth@Base 0.9.7 + u32_to_u16@Base 0.9.7 + u32_to_u8@Base 0.9.7 + u32_tolower@Base 0.9.7 + u32_totitle@Base 0.9.7 + u32_toupper@Base 0.9.7 + u32_u32_asnprintf@Base 0.9.7 + u32_u32_asprintf@Base 0.9.7 + u32_u32_snprintf@Base 0.9.7 + u32_u32_sprintf@Base 0.9.7 + u32_u32_vasnprintf@Base 0.9.7 + u32_u32_vasprintf@Base 0.9.7 + u32_u32_vsnprintf@Base 0.9.7 + u32_u32_vsprintf@Base 0.9.7 + u32_uctomb@Base 0.9.7 + u32_vasnprintf@Base 0.9.7 + u32_vasprintf@Base 0.9.7 + u32_vsnprintf@Base 0.9.7 + u32_vsprintf@Base 0.9.7 + u32_width@Base 0.9.7 + u32_width_linebreaks@Base 0.9.7 + u32_width_linebreaks_v2@Base 1.0 + u32_wordbreaks@Base 0.9.7 + u8_asnprintf@Base 0.9.7 + u8_asprintf@Base 0.9.7 + u8_casecmp@Base 0.9.7 + u8_casecoll@Base 0.9.7 + u8_casefold@Base 0.9.7 + u8_casexfrm@Base 0.9.7 + u8_casing_prefix_context@Base 0.9.10 + u8_casing_prefixes_context@Base 0.9.10 + u8_casing_suffix_context@Base 0.9.10 + u8_casing_suffixes_context@Base 0.9.10 + u8_check@Base 0.9.7 + u8_chr@Base 0.9.7 + u8_cmp2@Base 0.9.7 + u8_cmp@Base 0.9.7 + u8_conv_from_encoding@Base 0.9.7 + u8_conv_to_encoding@Base 0.9.7 + u8_cpy@Base 0.9.7 + u8_cpy_alloc@Base 0.9.7 + u8_ct_casefold@Base 0.9.7 + u8_ct_tolower@Base 0.9.7 + u8_ct_totitle@Base 0.9.7 + u8_ct_toupper@Base 0.9.7 + u8_endswith@Base 0.9.7 + u8_grapheme_breaks@Base 0.9.7 + u8_grapheme_next@Base 0.9.7 + u8_grapheme_prev@Base 0.9.7 + u8_is_cased@Base 0.9.7 + u8_is_casefolded@Base 0.9.7 + u8_is_lowercase@Base 0.9.7 + u8_is_titlecase@Base 0.9.7 + u8_is_uppercase@Base 0.9.7 + u8_mblen@Base 0.9.7 + u8_mbsnlen@Base 0.9.7 + u8_mbtouc@Base 0.9.7 + u8_mbtouc_aux@Base 0.9.7 + u8_mbtouc_unsafe@Base 0.9.7 + u8_mbtouc_unsafe_aux@Base 0.9.7 + u8_mbtoucr@Base 0.9.7 + u8_move@Base 0.9.7 + u8_next@Base 0.9.7 + u8_normalize@Base 0.9.7 + u8_normcmp@Base 0.9.7 + u8_normcoll@Base 0.9.7 + u8_normxfrm@Base 0.9.7 + u8_possible_linebreaks@Base 0.9.7 + u8_possible_linebreaks_v2@Base 1.0 + u8_prev@Base 0.9.7 + u8_set@Base 0.9.7 + u8_snprintf@Base 0.9.7 + u8_sprintf@Base 0.9.7 + u8_startswith@Base 0.9.7 + u8_stpcpy@Base 0.9.7 + u8_stpncpy@Base 0.9.7 + u8_strcat@Base 0.9.7 + u8_strchr@Base 0.9.7 + u8_strcmp@Base 0.9.7 + u8_strcoll@Base 0.9.7 + u8_strconv_from_encoding@Base 0.9.7 + u8_strconv_from_locale@Base 0.9.7 + u8_strconv_to_encoding@Base 0.9.7 + u8_strconv_to_locale@Base 0.9.7 + u8_strcpy@Base 0.9.7 + u8_strcspn@Base 0.9.7 + u8_strdup@Base 0.9.7 + u8_strlen@Base 0.9.7 + u8_strmblen@Base 0.9.7 + u8_strmbtouc@Base 0.9.7 + u8_strncat@Base 0.9.7 + u8_strncmp@Base 0.9.7 + u8_strncpy@Base 0.9.7 + u8_strnlen@Base 0.9.7 + u8_strpbrk@Base 0.9.7 + u8_strrchr@Base 0.9.7 + u8_strspn@Base 0.9.7 + u8_strstr@Base 0.9.7 + u8_strtok@Base 0.9.7 + u8_strwidth@Base 0.9.7 + u8_to_u16@Base 0.9.7 + u8_to_u32@Base 0.9.7 + u8_tolower@Base 0.9.7 + u8_totitle@Base 0.9.7 + u8_toupper@Base 0.9.7 + u8_u8_asnprintf@Base 0.9.7 + u8_u8_asprintf@Base 0.9.7 + u8_u8_snprintf@Base 0.9.7 + u8_u8_sprintf@Base 0.9.7 + u8_u8_vasnprintf@Base 0.9.7 + u8_u8_vasprintf@Base 0.9.7 + u8_u8_vsnprintf@Base 0.9.7 + u8_u8_vsprintf@Base 0.9.7 + u8_uctomb@Base 0.9.7 + u8_uctomb_aux@Base 0.9.7 + u8_vasnprintf@Base 0.9.7 + u8_vasprintf@Base 0.9.7 + u8_vsnprintf@Base 0.9.7 + u8_vsprintf@Base 0.9.7 + u8_width@Base 0.9.7 + u8_width_linebreaks@Base 0.9.7 + u8_width_linebreaks_v2@Base 1.0 + u8_wordbreaks@Base 0.9.7 + uc_all_blocks@Base 0.9.7 + uc_all_scripts@Base 0.9.7 + uc_bidi_category@Base 0.9.7 + uc_bidi_category_byname@Base 0.9.7 + uc_bidi_category_name@Base 0.9.7 + uc_bidi_class@Base 0.9.7 + uc_bidi_class_byname@Base 0.9.7 + uc_bidi_class_long_name@Base 0.9.7 + uc_bidi_class_name@Base 0.9.7 + uc_block@Base 0.9.7 + uc_c_ident_category@Base 0.9.7 + uc_canonical_decomposition@Base 0.9.7 + uc_combining_class@Base 0.9.7 + uc_combining_class_byname@Base 0.9.7 + uc_combining_class_long_name@Base 0.9.7 + uc_combining_class_name@Base 0.9.7 + uc_composition@Base 0.9.7 + uc_decimal_value@Base 0.9.7 + uc_decomposition@Base 0.9.7 + uc_digit_value@Base 0.9.7 + uc_general_category@Base 0.9.7 + uc_general_category_and@Base 0.9.7 + uc_general_category_and_not@Base 0.9.7 + uc_general_category_byname@Base 0.9.7 + uc_general_category_long_name@Base 0.9.7 + uc_general_category_name@Base 0.9.7 + uc_general_category_or@Base 0.9.7 + uc_grapheme_breaks@Base 0.9.8 + uc_graphemeclusterbreak_property@Base 0.9.7 + uc_is_alnum@Base 0.9.7 + uc_is_alpha@Base 0.9.7 + uc_is_bidi_category@Base 0.9.7 + uc_is_bidi_class@Base 0.9.7 + uc_is_blank@Base 0.9.7 + uc_is_block@Base 0.9.7 + uc_is_c_whitespace@Base 0.9.7 + uc_is_cntrl@Base 0.9.7 + uc_is_digit@Base 0.9.7 + uc_is_general_category@Base 0.9.7 + uc_is_general_category_withtable@Base 0.9.7 + uc_is_graph@Base 0.9.7 + uc_is_grapheme_break@Base 0.9.7 + uc_is_java_whitespace@Base 0.9.7 + uc_is_lower@Base 0.9.7 + uc_is_print@Base 0.9.7 + uc_is_property@Base 0.9.7 + uc_is_property_alphabetic@Base 0.9.7 + uc_is_property_ascii_hex_digit@Base 0.9.7 + uc_is_property_bidi_arabic_digit@Base 0.9.7 + uc_is_property_bidi_arabic_right_to_left@Base 0.9.7 + uc_is_property_bidi_block_separator@Base 0.9.7 + uc_is_property_bidi_boundary_neutral@Base 0.9.7 + uc_is_property_bidi_common_separator@Base 0.9.7 + uc_is_property_bidi_control@Base 0.9.7 + uc_is_property_bidi_embedding_or_override@Base 0.9.7 + uc_is_property_bidi_eur_num_separator@Base 0.9.7 + uc_is_property_bidi_eur_num_terminator@Base 0.9.7 + uc_is_property_bidi_european_digit@Base 0.9.7 + uc_is_property_bidi_hebrew_right_to_left@Base 0.9.7 + uc_is_property_bidi_left_to_right@Base 0.9.7 + uc_is_property_bidi_non_spacing_mark@Base 0.9.7 + uc_is_property_bidi_other_neutral@Base 0.9.7 + uc_is_property_bidi_pdf@Base 0.9.7 + uc_is_property_bidi_segment_separator@Base 0.9.7 + uc_is_property_bidi_whitespace@Base 0.9.7 + uc_is_property_case_ignorable@Base 0.9.7 + uc_is_property_cased@Base 0.9.7 + uc_is_property_changes_when_casefolded@Base 0.9.7 + uc_is_property_changes_when_casemapped@Base 0.9.7 + uc_is_property_changes_when_lowercased@Base 0.9.7 + uc_is_property_changes_when_titlecased@Base 0.9.7 + uc_is_property_changes_when_uppercased@Base 0.9.7 + uc_is_property_combining@Base 0.9.7 + uc_is_property_composite@Base 0.9.7 + uc_is_property_currency_symbol@Base 0.9.7 + uc_is_property_dash@Base 0.9.7 + uc_is_property_decimal_digit@Base 0.9.7 + uc_is_property_default_ignorable_code_point@Base 0.9.7 + uc_is_property_deprecated@Base 0.9.7 + uc_is_property_diacritic@Base 0.9.7 + uc_is_property_emoji@Base 1.0 + uc_is_property_emoji_component@Base 1.0 + uc_is_property_emoji_modifier@Base 1.0 + uc_is_property_emoji_modifier_base@Base 1.0 + uc_is_property_emoji_presentation@Base 1.0 + uc_is_property_extended_pictographic@Base 1.0 + uc_is_property_extender@Base 0.9.7 + uc_is_property_format_control@Base 0.9.7 + uc_is_property_grapheme_base@Base 0.9.7 + uc_is_property_grapheme_extend@Base 0.9.7 + uc_is_property_grapheme_link@Base 0.9.7 + uc_is_property_hex_digit@Base 0.9.7 + uc_is_property_hyphen@Base 0.9.7 + uc_is_property_id_continue@Base 0.9.7 + uc_is_property_id_start@Base 0.9.7 + uc_is_property_ideographic@Base 0.9.7 + uc_is_property_ids_binary_operator@Base 0.9.7 + uc_is_property_ids_trinary_operator@Base 0.9.7 + uc_is_property_ignorable_control@Base 0.9.7 + uc_is_property_iso_control@Base 0.9.7 + uc_is_property_join_control@Base 0.9.7 + uc_is_property_left_of_pair@Base 0.9.7 + uc_is_property_line_separator@Base 0.9.7 + uc_is_property_logical_order_exception@Base 0.9.7 + uc_is_property_lowercase@Base 0.9.7 + uc_is_property_math@Base 0.9.7 + uc_is_property_non_break@Base 0.9.7 + uc_is_property_not_a_character@Base 0.9.7 + uc_is_property_numeric@Base 0.9.7 + uc_is_property_other_alphabetic@Base 0.9.7 + uc_is_property_other_default_ignorable_code_point@Base 0.9.7 + uc_is_property_other_grapheme_extend@Base 0.9.7 + uc_is_property_other_id_continue@Base 0.9.7 + uc_is_property_other_id_start@Base 0.9.7 + uc_is_property_other_lowercase@Base 0.9.7 + uc_is_property_other_math@Base 0.9.7 + uc_is_property_other_uppercase@Base 0.9.7 + uc_is_property_paired_punctuation@Base 0.9.7 + uc_is_property_paragraph_separator@Base 0.9.7 + uc_is_property_pattern_syntax@Base 0.9.7 + uc_is_property_pattern_white_space@Base 0.9.7 + uc_is_property_private_use@Base 0.9.7 + uc_is_property_punctuation@Base 0.9.7 + uc_is_property_quotation_mark@Base 0.9.7 + uc_is_property_radical@Base 0.9.7 + uc_is_property_regional_indicator@Base 1.0 + uc_is_property_sentence_terminal@Base 0.9.7 + uc_is_property_soft_dotted@Base 0.9.7 + uc_is_property_space@Base 0.9.7 + uc_is_property_terminal_punctuation@Base 0.9.7 + uc_is_property_titlecase@Base 0.9.7 + uc_is_property_unassigned_code_value@Base 0.9.7 + uc_is_property_unified_ideograph@Base 0.9.7 + uc_is_property_uppercase@Base 0.9.7 + uc_is_property_variation_selector@Base 0.9.7 + uc_is_property_white_space@Base 0.9.7 + uc_is_property_xid_continue@Base 0.9.7 + uc_is_property_xid_start@Base 0.9.7 + uc_is_property_zero_width@Base 0.9.7 + uc_is_punct@Base 0.9.7 + uc_is_script@Base 0.9.7 + uc_is_space@Base 0.9.7 + uc_is_upper@Base 0.9.7 + uc_is_xdigit@Base 0.9.7 + uc_java_ident_category@Base 0.9.7 + uc_joining_group@Base 0.9.7 + uc_joining_group_byname@Base 0.9.7 + uc_joining_group_name@Base 0.9.7 + uc_joining_type@Base 0.9.7 + uc_joining_type_byname@Base 0.9.7 + uc_joining_type_long_name@Base 0.9.7 + uc_joining_type_name@Base 0.9.7 + uc_locale_language@Base 0.9.7 + uc_mirror_char@Base 0.9.7 + uc_numeric_value@Base 0.9.7 + uc_property_byname@Base 0.9.7 + uc_script@Base 0.9.7 + uc_script_byname@Base 0.9.7 + uc_tolower@Base 0.9.7 + uc_totitle@Base 0.9.7 + uc_toupper@Base 0.9.7 + uc_width@Base 0.9.7 + uc_wordbreak_property@Base 0.9.7 + ulc_asnprintf@Base 0.9.7 + ulc_asprintf@Base 0.9.7 + ulc_casecmp@Base 0.9.7 + ulc_casecoll@Base 0.9.7 + ulc_casexfrm@Base 0.9.7 + ulc_fprintf@Base 0.9.7 + ulc_grapheme_breaks@Base 0.9.7 + ulc_possible_linebreaks@Base 0.9.7 + ulc_possible_linebreaks_v2@Base 1.0 + ulc_snprintf@Base 0.9.7 + ulc_sprintf@Base 0.9.7 + ulc_vasnprintf@Base 0.9.7 + ulc_vasprintf@Base 0.9.7 + ulc_vfprintf@Base 0.9.7 + ulc_vsnprintf@Base 0.9.7 + ulc_vsprintf@Base 0.9.7 + ulc_width_linebreaks@Base 0.9.7 + ulc_width_linebreaks_v2@Base 1.0 + ulc_wordbreaks@Base 0.9.7 + unicase_empty_prefix_context@Base 0.9.7 + unicase_empty_suffix_context@Base 0.9.7 + unicode_character_name@Base 0.9.7 + unicode_name_character@Base 0.9.7 + uninorm_decomposing_form@Base 0.9.7 + uninorm_filter_create@Base 0.9.7 + uninorm_filter_flush@Base 0.9.7 + uninorm_filter_free@Base 0.9.7 + uninorm_filter_write@Base 0.9.7 + uninorm_nfc@Base 0.9.7 + uninorm_nfd@Base 0.9.7 + uninorm_nfkc@Base 0.9.7 + uninorm_nfkd@Base 0.9.7 diff --git a/debian/libunistring2.symbols.hurd-i386 b/debian/libunistring2.symbols.hurd-i386 new file mode 100644 index 0000000..9967b0f --- /dev/null +++ b/debian/libunistring2.symbols.hurd-i386 @@ -0,0 +1,718 @@ +libunistring.so.2 libunistring2 #MINVER# +* Build-Depends-Package: libunistring-dev + UC_CATEGORY_C@Base 0.9.7 + UC_CATEGORY_Cc@Base 0.9.7 + UC_CATEGORY_Cf@Base 0.9.7 + UC_CATEGORY_Cn@Base 0.9.7 + UC_CATEGORY_Co@Base 0.9.7 + UC_CATEGORY_Cs@Base 0.9.7 + UC_CATEGORY_L@Base 0.9.7 + UC_CATEGORY_LC@Base 0.9.7 + UC_CATEGORY_Ll@Base 0.9.7 + UC_CATEGORY_Lm@Base 0.9.7 + UC_CATEGORY_Lo@Base 0.9.7 + UC_CATEGORY_Lt@Base 0.9.7 + UC_CATEGORY_Lu@Base 0.9.7 + UC_CATEGORY_M@Base 0.9.7 + UC_CATEGORY_Mc@Base 0.9.7 + UC_CATEGORY_Me@Base 0.9.7 + UC_CATEGORY_Mn@Base 0.9.7 + UC_CATEGORY_N@Base 0.9.7 + UC_CATEGORY_Nd@Base 0.9.7 + UC_CATEGORY_Nl@Base 0.9.7 + UC_CATEGORY_No@Base 0.9.7 + UC_CATEGORY_P@Base 0.9.7 + UC_CATEGORY_Pc@Base 0.9.7 + UC_CATEGORY_Pd@Base 0.9.7 + UC_CATEGORY_Pe@Base 0.9.7 + UC_CATEGORY_Pf@Base 0.9.7 + UC_CATEGORY_Pi@Base 0.9.7 + UC_CATEGORY_Po@Base 0.9.7 + UC_CATEGORY_Ps@Base 0.9.7 + UC_CATEGORY_S@Base 0.9.7 + UC_CATEGORY_Sc@Base 0.9.7 + UC_CATEGORY_Sk@Base 0.9.7 + UC_CATEGORY_Sm@Base 0.9.7 + UC_CATEGORY_So@Base 0.9.7 + UC_CATEGORY_Z@Base 0.9.7 + UC_CATEGORY_Zl@Base 0.9.7 + UC_CATEGORY_Zp@Base 0.9.7 + UC_CATEGORY_Zs@Base 0.9.7 + UC_PROPERTY_ALPHABETIC@Base 0.9.7 + UC_PROPERTY_ASCII_HEX_DIGIT@Base 0.9.7 + UC_PROPERTY_BIDI_ARABIC_DIGIT@Base 0.9.7 + UC_PROPERTY_BIDI_ARABIC_RIGHT_TO_LEFT@Base 0.9.7 + UC_PROPERTY_BIDI_BLOCK_SEPARATOR@Base 0.9.7 + UC_PROPERTY_BIDI_BOUNDARY_NEUTRAL@Base 0.9.7 + UC_PROPERTY_BIDI_COMMON_SEPARATOR@Base 0.9.7 + UC_PROPERTY_BIDI_CONTROL@Base 0.9.7 + UC_PROPERTY_BIDI_EMBEDDING_OR_OVERRIDE@Base 0.9.7 + UC_PROPERTY_BIDI_EUROPEAN_DIGIT@Base 0.9.7 + UC_PROPERTY_BIDI_EUR_NUM_SEPARATOR@Base 0.9.7 + UC_PROPERTY_BIDI_EUR_NUM_TERMINATOR@Base 0.9.7 + UC_PROPERTY_BIDI_HEBREW_RIGHT_TO_LEFT@Base 0.9.7 + UC_PROPERTY_BIDI_LEFT_TO_RIGHT@Base 0.9.7 + UC_PROPERTY_BIDI_NON_SPACING_MARK@Base 0.9.7 + UC_PROPERTY_BIDI_OTHER_NEUTRAL@Base 0.9.7 + UC_PROPERTY_BIDI_PDF@Base 0.9.7 + UC_PROPERTY_BIDI_SEGMENT_SEPARATOR@Base 0.9.7 + UC_PROPERTY_BIDI_WHITESPACE@Base 0.9.7 + UC_PROPERTY_CASED@Base 0.9.7 + UC_PROPERTY_CASE_IGNORABLE@Base 0.9.7 + UC_PROPERTY_CHANGES_WHEN_CASEFOLDED@Base 0.9.7 + UC_PROPERTY_CHANGES_WHEN_CASEMAPPED@Base 0.9.7 + UC_PROPERTY_CHANGES_WHEN_LOWERCASED@Base 0.9.7 + UC_PROPERTY_CHANGES_WHEN_TITLECASED@Base 0.9.7 + UC_PROPERTY_CHANGES_WHEN_UPPERCASED@Base 0.9.7 + UC_PROPERTY_COMBINING@Base 0.9.7 + UC_PROPERTY_COMPOSITE@Base 0.9.7 + UC_PROPERTY_CURRENCY_SYMBOL@Base 0.9.7 + UC_PROPERTY_DASH@Base 0.9.7 + UC_PROPERTY_DECIMAL_DIGIT@Base 0.9.7 + UC_PROPERTY_DEFAULT_IGNORABLE_CODE_POINT@Base 0.9.7 + UC_PROPERTY_DEPRECATED@Base 0.9.7 + UC_PROPERTY_DIACRITIC@Base 0.9.7 + UC_PROPERTY_EMOJI@Base 1.0 + UC_PROPERTY_EMOJI_COMPONENT@Base 1.0 + UC_PROPERTY_EMOJI_MODIFIER@Base 1.0 + UC_PROPERTY_EMOJI_MODIFIER_BASE@Base 1.0 + UC_PROPERTY_EMOJI_PRESENTATION@Base 1.0 + UC_PROPERTY_EXTENDED_PICTOGRAPHIC@Base 1.0 + UC_PROPERTY_EXTENDER@Base 0.9.7 + UC_PROPERTY_FORMAT_CONTROL@Base 0.9.7 + UC_PROPERTY_GRAPHEME_BASE@Base 0.9.7 + UC_PROPERTY_GRAPHEME_EXTEND@Base 0.9.7 + UC_PROPERTY_GRAPHEME_LINK@Base 0.9.7 + UC_PROPERTY_HEX_DIGIT@Base 0.9.7 + UC_PROPERTY_HYPHEN@Base 0.9.7 + UC_PROPERTY_IDEOGRAPHIC@Base 0.9.7 + UC_PROPERTY_IDS_BINARY_OPERATOR@Base 0.9.7 + UC_PROPERTY_IDS_TRINARY_OPERATOR@Base 0.9.7 + UC_PROPERTY_ID_CONTINUE@Base 0.9.7 + UC_PROPERTY_ID_START@Base 0.9.7 + UC_PROPERTY_IGNORABLE_CONTROL@Base 0.9.7 + UC_PROPERTY_ISO_CONTROL@Base 0.9.7 + UC_PROPERTY_JOIN_CONTROL@Base 0.9.7 + UC_PROPERTY_LEFT_OF_PAIR@Base 0.9.7 + UC_PROPERTY_LINE_SEPARATOR@Base 0.9.7 + UC_PROPERTY_LOGICAL_ORDER_EXCEPTION@Base 0.9.7 + UC_PROPERTY_LOWERCASE@Base 0.9.7 + UC_PROPERTY_MATH@Base 0.9.7 + UC_PROPERTY_NON_BREAK@Base 0.9.7 + UC_PROPERTY_NOT_A_CHARACTER@Base 0.9.7 + UC_PROPERTY_NUMERIC@Base 0.9.7 + UC_PROPERTY_OTHER_ALPHABETIC@Base 0.9.7 + UC_PROPERTY_OTHER_DEFAULT_IGNORABLE_CODE_POINT@Base 0.9.7 + UC_PROPERTY_OTHER_GRAPHEME_EXTEND@Base 0.9.7 + UC_PROPERTY_OTHER_ID_CONTINUE@Base 0.9.7 + UC_PROPERTY_OTHER_ID_START@Base 0.9.7 + UC_PROPERTY_OTHER_LOWERCASE@Base 0.9.7 + UC_PROPERTY_OTHER_MATH@Base 0.9.7 + UC_PROPERTY_OTHER_UPPERCASE@Base 0.9.7 + UC_PROPERTY_PAIRED_PUNCTUATION@Base 0.9.7 + UC_PROPERTY_PARAGRAPH_SEPARATOR@Base 0.9.7 + UC_PROPERTY_PATTERN_SYNTAX@Base 0.9.7 + UC_PROPERTY_PATTERN_WHITE_SPACE@Base 0.9.7 + UC_PROPERTY_PRIVATE_USE@Base 0.9.7 + UC_PROPERTY_PUNCTUATION@Base 0.9.7 + UC_PROPERTY_QUOTATION_MARK@Base 0.9.7 + UC_PROPERTY_RADICAL@Base 0.9.7 + UC_PROPERTY_REGIONAL_INDICATOR@Base 1.0 + UC_PROPERTY_SENTENCE_TERMINAL@Base 0.9.7 + UC_PROPERTY_SOFT_DOTTED@Base 0.9.7 + UC_PROPERTY_SPACE@Base 0.9.7 + UC_PROPERTY_TERMINAL_PUNCTUATION@Base 0.9.7 + UC_PROPERTY_TITLECASE@Base 0.9.7 + UC_PROPERTY_UNASSIGNED_CODE_VALUE@Base 0.9.7 + UC_PROPERTY_UNIFIED_IDEOGRAPH@Base 0.9.7 + UC_PROPERTY_UPPERCASE@Base 0.9.7 + UC_PROPERTY_VARIATION_SELECTOR@Base 0.9.7 + UC_PROPERTY_WHITE_SPACE@Base 0.9.7 + UC_PROPERTY_XID_CONTINUE@Base 0.9.7 + UC_PROPERTY_XID_START@Base 0.9.7 + UC_PROPERTY_ZERO_WIDTH@Base 0.9.7 + _UC_CATEGORY_NONE@Base 0.9.7 + _libunistring_version@Base 0.9.7 + libunistring_amemxfrm@Base 0.9.7 + libunistring_c_isalnum@Base 0.9.7 + libunistring_c_isalpha@Base 0.9.7 + libunistring_c_isascii@Base 0.9.7 + libunistring_c_isblank@Base 0.9.7 + libunistring_c_iscntrl@Base 0.9.7 + libunistring_c_isdigit@Base 0.9.7 + libunistring_c_isgraph@Base 0.9.7 + libunistring_c_islower@Base 0.9.7 + libunistring_c_isprint@Base 0.9.7 + libunistring_c_ispunct@Base 0.9.7 + libunistring_c_isspace@Base 0.9.7 + libunistring_c_isupper@Base 0.9.7 + libunistring_c_isxdigit@Base 0.9.7 + libunistring_c_strcasecmp@Base 0.9.7 + libunistring_c_strncasecmp@Base 0.9.7 + libunistring_c_tolower@Base 0.9.7 + libunistring_c_toupper@Base 0.9.7 + libunistring_freea@Base 0.9.7 + libunistring_fseterr@Base 0.9.7 + libunistring_gl_locale_name@Base 0.9.7 + libunistring_gl_locale_name_default@Base 0.9.7 + libunistring_gl_locale_name_environ@Base 0.9.7 + libunistring_gl_locale_name_posix@Base 0.9.7 + libunistring_gl_locale_name_thread@Base 0.9.7 + libunistring_gl_unicase_special_lookup@Base 0.9.7 + libunistring_gl_uninorm_decomp_chars_table@Base 0.9.7 + libunistring_gl_uninorm_decomp_index_table@Base 0.9.7 + libunistring_gl_uninorm_decompose_merge_sort_inplace@Base 0.9.7 + libunistring_glthread_once_singlethreaded@Base 0.9.7 + libunistring_glthread_recursive_lock_init_multithreaded@Base 0.9.7 + libunistring_glthread_rwlock_destroy_multithreaded@Base 0.9.8 + libunistring_glthread_rwlock_init_multithreaded@Base 0.9.8 + libunistring_glthread_rwlock_rdlock_multithreaded@Base 0.9.8 + libunistring_glthread_rwlock_unlock_multithreaded@Base 0.9.8 + libunistring_glthread_rwlock_wrlock_multithreaded@Base 0.9.8 + libunistring_hard_locale@Base 0.9.7 + libunistring_iconveh_close@Base 0.9.7 + libunistring_iconveh_open@Base 0.9.7 + libunistring_is_basic@Base 0.9.7 + libunistring_is_basic_table@Base 0.9.7 + libunistring_mb_copy@Base 0.9.7 + libunistring_mb_width_aux@Base 0.9.7 + libunistring_mbiter_multi_copy@Base 0.9.7 + libunistring_mbiter_multi_next@Base 0.9.7 + libunistring_mbiter_multi_reloc@Base 0.9.7 + libunistring_mbsnlen@Base 0.9.7 + libunistring_mem_cd_iconveh@Base 0.9.7 + libunistring_mem_iconveh@Base 0.9.7 + libunistring_mem_iconveha@Base 0.9.7 + libunistring_memcmp2@Base 0.9.7 + libunistring_mmalloca@Base 0.9.7 + libunistring_printf_frexp@Base 0.9.7 + libunistring_printf_frexpl@Base 0.9.7 + libunistring_rpl_mbrtowc@Base 0.9.7 + libunistring_setlocale_null@Base 1.0 + libunistring_setlocale_null_r@Base 1.0 + libunistring_str_cd_iconveh@Base 0.9.7 + libunistring_str_iconveh@Base 0.9.7 + libunistring_str_iconveha@Base 0.9.7 + libunistring_u16_casemap@Base 0.9.7 + libunistring_u16_is_invariant@Base 0.9.7 + libunistring_u16_possible_linebreaks_loop@Base 1.0 + libunistring_u16_printf_parse@Base 0.9.7 + libunistring_u32_casemap@Base 0.9.7 + libunistring_u32_is_invariant@Base 0.9.7 + libunistring_u32_possible_linebreaks_loop@Base 1.0 + libunistring_u32_printf_parse@Base 0.9.7 + libunistring_u8_casemap@Base 0.9.7 + libunistring_u8_is_invariant@Base 0.9.7 + libunistring_u8_possible_linebreaks_loop@Base 1.0 + libunistring_u8_printf_parse@Base 0.9.7 + libunistring_u8_width_linebreaks_internal@Base 1.0 + libunistring_u_printf_fetchargs@Base 0.9.7 + libunistring_uc_compat_decomposition@Base 0.9.7 + libunistring_uc_is_case_ignorable@Base 0.9.7 + libunistring_uc_is_cased@Base 0.9.7 + libunistring_uc_tocasefold@Base 0.9.7 + libunistring_ulc_printf_parse@Base 0.9.7 + libunistring_uniconv_register_autodetect@Base 0.9.7 + libunistring_unilbrk_is_all_ascii@Base 0.9.7 + libunistring_unilbrk_is_utf8_encoding@Base 0.9.7 + libunistring_unilbrk_table@Base 0.9.7 + libunistring_unilbrkprop@Base 0.9.7 + libunistring_uniwbrk_prop_index@Base 0.9.8 + libunistring_uniwbrk_table@Base 0.9.7 + libunistring_xmax@Base 0.9.7 + libunistring_xsum3@Base 0.9.7 + libunistring_xsum4@Base 0.9.7 + libunistring_xsum@Base 0.9.7 + locale_charset@Base 0.9.7 + u16_asnprintf@Base 0.9.7 + u16_asprintf@Base 0.9.7 + u16_casecmp@Base 0.9.7 + u16_casecoll@Base 0.9.7 + u16_casefold@Base 0.9.7 + u16_casexfrm@Base 0.9.7 + u16_casing_prefix_context@Base 1.0 + u16_casing_prefixes_context@Base 1.0 + u16_casing_suffix_context@Base 1.0 + u16_casing_suffixes_context@Base 1.0 + u16_check@Base 0.9.7 + u16_chr@Base 0.9.7 + u16_cmp2@Base 0.9.7 + u16_cmp@Base 0.9.7 + u16_conv_from_encoding@Base 0.9.7 + u16_conv_to_encoding@Base 0.9.7 + u16_cpy@Base 0.9.7 + u16_cpy_alloc@Base 0.9.7 + u16_ct_casefold@Base 0.9.7 + u16_ct_tolower@Base 0.9.7 + u16_ct_totitle@Base 0.9.7 + u16_ct_toupper@Base 0.9.7 + u16_endswith@Base 0.9.7 + u16_grapheme_breaks@Base 0.9.7 + u16_grapheme_next@Base 0.9.7 + u16_grapheme_prev@Base 0.9.7 + u16_is_cased@Base 0.9.7 + u16_is_casefolded@Base 0.9.7 + u16_is_lowercase@Base 0.9.7 + u16_is_titlecase@Base 0.9.7 + u16_is_uppercase@Base 0.9.7 + u16_mblen@Base 0.9.7 + u16_mbsnlen@Base 0.9.7 + u16_mbtouc@Base 0.9.7 + u16_mbtouc_aux@Base 0.9.7 + u16_mbtouc_unsafe@Base 0.9.7 + u16_mbtouc_unsafe_aux@Base 0.9.7 + u16_mbtoucr@Base 0.9.7 + u16_move@Base 0.9.7 + u16_next@Base 0.9.7 + u16_normalize@Base 0.9.7 + u16_normcmp@Base 0.9.7 + u16_normcoll@Base 0.9.7 + u16_normxfrm@Base 0.9.7 + u16_possible_linebreaks@Base 0.9.7 + u16_possible_linebreaks_v2@Base 1.0 + u16_prev@Base 0.9.7 + u16_set@Base 0.9.7 + u16_snprintf@Base 0.9.7 + u16_sprintf@Base 0.9.7 + u16_startswith@Base 0.9.7 + u16_stpcpy@Base 0.9.7 + u16_stpncpy@Base 0.9.7 + u16_strcat@Base 0.9.7 + u16_strchr@Base 0.9.7 + u16_strcmp@Base 0.9.7 + u16_strcoll@Base 0.9.7 + u16_strconv_from_encoding@Base 0.9.7 + u16_strconv_from_locale@Base 0.9.7 + u16_strconv_to_encoding@Base 0.9.7 + u16_strconv_to_locale@Base 0.9.7 + u16_strcpy@Base 0.9.7 + u16_strcspn@Base 0.9.7 + u16_strdup@Base 0.9.7 + u16_strlen@Base 0.9.7 + u16_strmblen@Base 0.9.7 + u16_strmbtouc@Base 0.9.7 + u16_strncat@Base 0.9.7 + u16_strncmp@Base 0.9.7 + u16_strncpy@Base 0.9.7 + u16_strnlen@Base 0.9.7 + u16_strpbrk@Base 0.9.7 + u16_strrchr@Base 0.9.7 + u16_strspn@Base 0.9.7 + u16_strstr@Base 0.9.7 + u16_strtok@Base 0.9.7 + u16_strwidth@Base 0.9.7 + u16_to_u32@Base 0.9.7 + u16_to_u8@Base 0.9.7 + u16_tolower@Base 0.9.7 + u16_totitle@Base 0.9.7 + u16_toupper@Base 0.9.7 + u16_u16_asnprintf@Base 0.9.7 + u16_u16_asprintf@Base 0.9.7 + u16_u16_snprintf@Base 0.9.7 + u16_u16_sprintf@Base 0.9.7 + u16_u16_vasnprintf@Base 0.9.7 + u16_u16_vasprintf@Base 0.9.7 + u16_u16_vsnprintf@Base 0.9.7 + u16_u16_vsprintf@Base 0.9.7 + u16_uctomb@Base 0.9.7 + u16_uctomb_aux@Base 0.9.7 + u16_vasnprintf@Base 0.9.7 + u16_vasprintf@Base 0.9.7 + u16_vsnprintf@Base 0.9.7 + u16_vsprintf@Base 0.9.7 + u16_width@Base 0.9.7 + u16_width_linebreaks@Base 0.9.7 + u16_width_linebreaks_v2@Base 1.0 + u16_wordbreaks@Base 0.9.7 + u32_asnprintf@Base 0.9.7 + u32_asprintf@Base 0.9.7 + u32_casecmp@Base 0.9.7 + u32_casecoll@Base 0.9.7 + u32_casefold@Base 0.9.7 + u32_casexfrm@Base 0.9.7 + u32_casing_prefix_context@Base 1.0 + u32_casing_prefixes_context@Base 1.0 + u32_casing_suffix_context@Base 1.0 + u32_casing_suffixes_context@Base 1.0 + u32_check@Base 0.9.7 + u32_chr@Base 0.9.7 + u32_cmp2@Base 0.9.7 + u32_cmp@Base 0.9.7 + u32_conv_from_encoding@Base 0.9.7 + u32_conv_to_encoding@Base 0.9.7 + u32_cpy@Base 0.9.7 + u32_cpy_alloc@Base 0.9.7 + u32_ct_casefold@Base 0.9.7 + u32_ct_tolower@Base 0.9.7 + u32_ct_totitle@Base 0.9.7 + u32_ct_toupper@Base 0.9.7 + u32_endswith@Base 0.9.7 + u32_grapheme_breaks@Base 0.9.7 + u32_grapheme_next@Base 0.9.7 + u32_grapheme_prev@Base 0.9.7 + u32_is_cased@Base 0.9.7 + u32_is_casefolded@Base 0.9.7 + u32_is_lowercase@Base 0.9.7 + u32_is_titlecase@Base 0.9.7 + u32_is_uppercase@Base 0.9.7 + u32_mblen@Base 0.9.7 + u32_mbsnlen@Base 0.9.7 + u32_mbtouc@Base 0.9.7 + u32_mbtouc_unsafe@Base 0.9.7 + u32_mbtoucr@Base 0.9.7 + u32_move@Base 0.9.7 + u32_next@Base 0.9.7 + u32_normalize@Base 0.9.7 + u32_normcmp@Base 0.9.7 + u32_normcoll@Base 0.9.7 + u32_normxfrm@Base 0.9.7 + u32_possible_linebreaks@Base 0.9.7 + u32_possible_linebreaks_v2@Base 1.0 + u32_prev@Base 0.9.7 + u32_set@Base 0.9.7 + u32_snprintf@Base 0.9.7 + u32_sprintf@Base 0.9.7 + u32_startswith@Base 0.9.7 + u32_stpcpy@Base 0.9.7 + u32_stpncpy@Base 0.9.7 + u32_strcat@Base 0.9.7 + u32_strchr@Base 0.9.7 + u32_strcmp@Base 0.9.7 + u32_strcoll@Base 0.9.7 + u32_strconv_from_encoding@Base 0.9.7 + u32_strconv_from_locale@Base 0.9.7 + u32_strconv_to_encoding@Base 0.9.7 + u32_strconv_to_locale@Base 0.9.7 + u32_strcpy@Base 0.9.7 + u32_strcspn@Base 0.9.7 + u32_strdup@Base 0.9.7 + u32_strlen@Base 0.9.7 + u32_strmblen@Base 0.9.7 + u32_strmbtouc@Base 0.9.7 + u32_strncat@Base 0.9.7 + u32_strncmp@Base 0.9.7 + u32_strncpy@Base 0.9.7 + u32_strnlen@Base 0.9.7 + u32_strpbrk@Base 0.9.7 + u32_strrchr@Base 0.9.7 + u32_strspn@Base 0.9.7 + u32_strstr@Base 0.9.7 + u32_strtok@Base 0.9.7 + u32_strwidth@Base 0.9.7 + u32_to_u16@Base 0.9.7 + u32_to_u8@Base 0.9.7 + u32_tolower@Base 0.9.7 + u32_totitle@Base 0.9.7 + u32_toupper@Base 0.9.7 + u32_u32_asnprintf@Base 0.9.7 + u32_u32_asprintf@Base 0.9.7 + u32_u32_snprintf@Base 0.9.7 + u32_u32_sprintf@Base 0.9.7 + u32_u32_vasnprintf@Base 0.9.7 + u32_u32_vasprintf@Base 0.9.7 + u32_u32_vsnprintf@Base 0.9.7 + u32_u32_vsprintf@Base 0.9.7 + u32_uctomb@Base 0.9.7 + u32_vasnprintf@Base 0.9.7 + u32_vasprintf@Base 0.9.7 + u32_vsnprintf@Base 0.9.7 + u32_vsprintf@Base 0.9.7 + u32_width@Base 0.9.7 + u32_width_linebreaks@Base 0.9.7 + u32_width_linebreaks_v2@Base 1.0 + u32_wordbreaks@Base 0.9.7 + u8_asnprintf@Base 0.9.7 + u8_asprintf@Base 0.9.7 + u8_casecmp@Base 0.9.7 + u8_casecoll@Base 0.9.7 + u8_casefold@Base 0.9.7 + u8_casexfrm@Base 0.9.7 + u8_casing_prefix_context@Base 1.0 + u8_casing_prefixes_context@Base 1.0 + u8_casing_suffix_context@Base 1.0 + u8_casing_suffixes_context@Base 1.0 + u8_check@Base 0.9.7 + u8_chr@Base 0.9.7 + u8_cmp2@Base 0.9.7 + u8_cmp@Base 0.9.7 + u8_conv_from_encoding@Base 0.9.7 + u8_conv_to_encoding@Base 0.9.7 + u8_cpy@Base 0.9.7 + u8_cpy_alloc@Base 0.9.7 + u8_ct_casefold@Base 0.9.7 + u8_ct_tolower@Base 0.9.7 + u8_ct_totitle@Base 0.9.7 + u8_ct_toupper@Base 0.9.7 + u8_endswith@Base 0.9.7 + u8_grapheme_breaks@Base 0.9.7 + u8_grapheme_next@Base 0.9.7 + u8_grapheme_prev@Base 0.9.7 + u8_is_cased@Base 0.9.7 + u8_is_casefolded@Base 0.9.7 + u8_is_lowercase@Base 0.9.7 + u8_is_titlecase@Base 0.9.7 + u8_is_uppercase@Base 0.9.7 + u8_mblen@Base 0.9.7 + u8_mbsnlen@Base 0.9.7 + u8_mbtouc@Base 0.9.7 + u8_mbtouc_aux@Base 0.9.7 + u8_mbtouc_unsafe@Base 0.9.7 + u8_mbtouc_unsafe_aux@Base 0.9.7 + u8_mbtoucr@Base 0.9.7 + u8_move@Base 0.9.7 + u8_next@Base 0.9.7 + u8_normalize@Base 0.9.7 + u8_normcmp@Base 0.9.7 + u8_normcoll@Base 0.9.7 + u8_normxfrm@Base 0.9.7 + u8_possible_linebreaks@Base 0.9.7 + u8_possible_linebreaks_v2@Base 1.0 + u8_prev@Base 0.9.7 + u8_set@Base 0.9.7 + u8_snprintf@Base 0.9.7 + u8_sprintf@Base 0.9.7 + u8_startswith@Base 0.9.7 + u8_stpcpy@Base 0.9.7 + u8_stpncpy@Base 0.9.7 + u8_strcat@Base 0.9.7 + u8_strchr@Base 0.9.7 + u8_strcmp@Base 0.9.7 + u8_strcoll@Base 0.9.7 + u8_strconv_from_encoding@Base 0.9.7 + u8_strconv_from_locale@Base 0.9.7 + u8_strconv_to_encoding@Base 0.9.7 + u8_strconv_to_locale@Base 0.9.7 + u8_strcpy@Base 0.9.7 + u8_strcspn@Base 0.9.7 + u8_strdup@Base 0.9.7 + u8_strlen@Base 0.9.7 + u8_strmblen@Base 0.9.7 + u8_strmbtouc@Base 0.9.7 + u8_strncat@Base 0.9.7 + u8_strncmp@Base 0.9.7 + u8_strncpy@Base 0.9.7 + u8_strnlen@Base 0.9.7 + u8_strpbrk@Base 0.9.7 + u8_strrchr@Base 0.9.7 + u8_strspn@Base 0.9.7 + u8_strstr@Base 0.9.7 + u8_strtok@Base 0.9.7 + u8_strwidth@Base 0.9.7 + u8_to_u16@Base 0.9.7 + u8_to_u32@Base 0.9.7 + u8_tolower@Base 0.9.7 + u8_totitle@Base 0.9.7 + u8_toupper@Base 0.9.7 + u8_u8_asnprintf@Base 0.9.7 + u8_u8_asprintf@Base 0.9.7 + u8_u8_snprintf@Base 0.9.7 + u8_u8_sprintf@Base 0.9.7 + u8_u8_vasnprintf@Base 0.9.7 + u8_u8_vasprintf@Base 0.9.7 + u8_u8_vsnprintf@Base 0.9.7 + u8_u8_vsprintf@Base 0.9.7 + u8_uctomb@Base 0.9.7 + u8_uctomb_aux@Base 0.9.7 + u8_vasnprintf@Base 0.9.7 + u8_vasprintf@Base 0.9.7 + u8_vsnprintf@Base 0.9.7 + u8_vsprintf@Base 0.9.7 + u8_width@Base 0.9.7 + u8_width_linebreaks@Base 0.9.7 + u8_width_linebreaks_v2@Base 1.0 + u8_wordbreaks@Base 0.9.7 + uc_all_blocks@Base 0.9.7 + uc_all_scripts@Base 0.9.7 + uc_bidi_category@Base 0.9.7 + uc_bidi_category_byname@Base 0.9.7 + uc_bidi_category_name@Base 0.9.7 + uc_bidi_class@Base 0.9.7 + uc_bidi_class_byname@Base 0.9.7 + uc_bidi_class_long_name@Base 0.9.7 + uc_bidi_class_name@Base 0.9.7 + uc_block@Base 0.9.7 + uc_c_ident_category@Base 0.9.7 + uc_canonical_decomposition@Base 0.9.7 + uc_combining_class@Base 0.9.7 + uc_combining_class_byname@Base 0.9.7 + uc_combining_class_long_name@Base 0.9.7 + uc_combining_class_name@Base 0.9.7 + uc_composition@Base 0.9.7 + uc_decimal_value@Base 0.9.7 + uc_decomposition@Base 0.9.7 + uc_digit_value@Base 0.9.7 + uc_general_category@Base 0.9.7 + uc_general_category_and@Base 0.9.7 + uc_general_category_and_not@Base 0.9.7 + uc_general_category_byname@Base 0.9.7 + uc_general_category_long_name@Base 0.9.7 + uc_general_category_name@Base 0.9.7 + uc_general_category_or@Base 0.9.7 + uc_grapheme_breaks@Base 0.9.8 + uc_graphemeclusterbreak_property@Base 0.9.7 + uc_is_alnum@Base 0.9.7 + uc_is_alpha@Base 0.9.7 + uc_is_bidi_category@Base 0.9.7 + uc_is_bidi_class@Base 0.9.7 + uc_is_blank@Base 0.9.7 + uc_is_block@Base 0.9.7 + uc_is_c_whitespace@Base 0.9.7 + uc_is_cntrl@Base 0.9.7 + uc_is_digit@Base 0.9.7 + uc_is_general_category@Base 0.9.7 + uc_is_general_category_withtable@Base 0.9.7 + uc_is_graph@Base 0.9.7 + uc_is_grapheme_break@Base 0.9.7 + uc_is_java_whitespace@Base 0.9.7 + uc_is_lower@Base 0.9.7 + uc_is_print@Base 0.9.7 + uc_is_property@Base 0.9.7 + uc_is_property_alphabetic@Base 0.9.7 + uc_is_property_ascii_hex_digit@Base 0.9.7 + uc_is_property_bidi_arabic_digit@Base 0.9.7 + uc_is_property_bidi_arabic_right_to_left@Base 0.9.7 + uc_is_property_bidi_block_separator@Base 0.9.7 + uc_is_property_bidi_boundary_neutral@Base 0.9.7 + uc_is_property_bidi_common_separator@Base 0.9.7 + uc_is_property_bidi_control@Base 0.9.7 + uc_is_property_bidi_embedding_or_override@Base 0.9.7 + uc_is_property_bidi_eur_num_separator@Base 0.9.7 + uc_is_property_bidi_eur_num_terminator@Base 0.9.7 + uc_is_property_bidi_european_digit@Base 0.9.7 + uc_is_property_bidi_hebrew_right_to_left@Base 0.9.7 + uc_is_property_bidi_left_to_right@Base 0.9.7 + uc_is_property_bidi_non_spacing_mark@Base 0.9.7 + uc_is_property_bidi_other_neutral@Base 0.9.7 + uc_is_property_bidi_pdf@Base 0.9.7 + uc_is_property_bidi_segment_separator@Base 0.9.7 + uc_is_property_bidi_whitespace@Base 0.9.7 + uc_is_property_case_ignorable@Base 0.9.7 + uc_is_property_cased@Base 0.9.7 + uc_is_property_changes_when_casefolded@Base 0.9.7 + uc_is_property_changes_when_casemapped@Base 0.9.7 + uc_is_property_changes_when_lowercased@Base 0.9.7 + uc_is_property_changes_when_titlecased@Base 0.9.7 + uc_is_property_changes_when_uppercased@Base 0.9.7 + uc_is_property_combining@Base 0.9.7 + uc_is_property_composite@Base 0.9.7 + uc_is_property_currency_symbol@Base 0.9.7 + uc_is_property_dash@Base 0.9.7 + uc_is_property_decimal_digit@Base 0.9.7 + uc_is_property_default_ignorable_code_point@Base 0.9.7 + uc_is_property_deprecated@Base 0.9.7 + uc_is_property_diacritic@Base 0.9.7 + uc_is_property_emoji@Base 1.0 + uc_is_property_emoji_component@Base 1.0 + uc_is_property_emoji_modifier@Base 1.0 + uc_is_property_emoji_modifier_base@Base 1.0 + uc_is_property_emoji_presentation@Base 1.0 + uc_is_property_extended_pictographic@Base 1.0 + uc_is_property_extender@Base 0.9.7 + uc_is_property_format_control@Base 0.9.7 + uc_is_property_grapheme_base@Base 0.9.7 + uc_is_property_grapheme_extend@Base 0.9.7 + uc_is_property_grapheme_link@Base 0.9.7 + uc_is_property_hex_digit@Base 0.9.7 + uc_is_property_hyphen@Base 0.9.7 + uc_is_property_id_continue@Base 0.9.7 + uc_is_property_id_start@Base 0.9.7 + uc_is_property_ideographic@Base 0.9.7 + uc_is_property_ids_binary_operator@Base 0.9.7 + uc_is_property_ids_trinary_operator@Base 0.9.7 + uc_is_property_ignorable_control@Base 0.9.7 + uc_is_property_iso_control@Base 0.9.7 + uc_is_property_join_control@Base 0.9.7 + uc_is_property_left_of_pair@Base 0.9.7 + uc_is_property_line_separator@Base 0.9.7 + uc_is_property_logical_order_exception@Base 0.9.7 + uc_is_property_lowercase@Base 0.9.7 + uc_is_property_math@Base 0.9.7 + uc_is_property_non_break@Base 0.9.7 + uc_is_property_not_a_character@Base 0.9.7 + uc_is_property_numeric@Base 0.9.7 + uc_is_property_other_alphabetic@Base 0.9.7 + uc_is_property_other_default_ignorable_code_point@Base 0.9.7 + uc_is_property_other_grapheme_extend@Base 0.9.7 + uc_is_property_other_id_continue@Base 0.9.7 + uc_is_property_other_id_start@Base 0.9.7 + uc_is_property_other_lowercase@Base 0.9.7 + uc_is_property_other_math@Base 0.9.7 + uc_is_property_other_uppercase@Base 0.9.7 + uc_is_property_paired_punctuation@Base 0.9.7 + uc_is_property_paragraph_separator@Base 0.9.7 + uc_is_property_pattern_syntax@Base 0.9.7 + uc_is_property_pattern_white_space@Base 0.9.7 + uc_is_property_private_use@Base 0.9.7 + uc_is_property_punctuation@Base 0.9.7 + uc_is_property_quotation_mark@Base 0.9.7 + uc_is_property_radical@Base 0.9.7 + uc_is_property_regional_indicator@Base 1.0 + uc_is_property_sentence_terminal@Base 0.9.7 + uc_is_property_soft_dotted@Base 0.9.7 + uc_is_property_space@Base 0.9.7 + uc_is_property_terminal_punctuation@Base 0.9.7 + uc_is_property_titlecase@Base 0.9.7 + uc_is_property_unassigned_code_value@Base 0.9.7 + uc_is_property_unified_ideograph@Base 0.9.7 + uc_is_property_uppercase@Base 0.9.7 + uc_is_property_variation_selector@Base 0.9.7 + uc_is_property_white_space@Base 0.9.7 + uc_is_property_xid_continue@Base 0.9.7 + uc_is_property_xid_start@Base 0.9.7 + uc_is_property_zero_width@Base 0.9.7 + uc_is_punct@Base 0.9.7 + uc_is_script@Base 0.9.7 + uc_is_space@Base 0.9.7 + uc_is_upper@Base 0.9.7 + uc_is_xdigit@Base 0.9.7 + uc_java_ident_category@Base 0.9.7 + uc_joining_group@Base 0.9.7 + uc_joining_group_byname@Base 0.9.7 + uc_joining_group_name@Base 0.9.7 + uc_joining_type@Base 0.9.7 + uc_joining_type_byname@Base 0.9.7 + uc_joining_type_long_name@Base 0.9.7 + uc_joining_type_name@Base 0.9.7 + uc_locale_language@Base 0.9.7 + uc_mirror_char@Base 0.9.7 + uc_numeric_value@Base 0.9.7 + uc_property_byname@Base 0.9.7 + uc_script@Base 0.9.7 + uc_script_byname@Base 0.9.7 + uc_tolower@Base 0.9.7 + uc_totitle@Base 0.9.7 + uc_toupper@Base 0.9.7 + uc_width@Base 0.9.7 + uc_wordbreak_property@Base 0.9.7 + ulc_asnprintf@Base 0.9.7 + ulc_asprintf@Base 0.9.7 + ulc_casecmp@Base 0.9.7 + ulc_casecoll@Base 0.9.7 + ulc_casexfrm@Base 0.9.7 + ulc_fprintf@Base 0.9.7 + ulc_grapheme_breaks@Base 0.9.7 + ulc_possible_linebreaks@Base 0.9.7 + ulc_possible_linebreaks_v2@Base 1.0 + ulc_snprintf@Base 0.9.7 + ulc_sprintf@Base 0.9.7 + ulc_vasnprintf@Base 0.9.7 + ulc_vasprintf@Base 0.9.7 + ulc_vfprintf@Base 0.9.7 + ulc_vsnprintf@Base 0.9.7 + ulc_vsprintf@Base 0.9.7 + ulc_width_linebreaks@Base 0.9.7 + ulc_width_linebreaks_v2@Base 1.0 + ulc_wordbreaks@Base 0.9.7 + unicase_empty_prefix_context@Base 0.9.7 + unicase_empty_suffix_context@Base 0.9.7 + unicode_character_name@Base 0.9.7 + unicode_name_character@Base 0.9.7 + uninorm_decomposing_form@Base 0.9.7 + uninorm_filter_create@Base 0.9.7 + uninorm_filter_flush@Base 0.9.7 + uninorm_filter_free@Base 0.9.7 + uninorm_filter_write@Base 0.9.7 + uninorm_nfc@Base 0.9.7 + uninorm_nfd@Base 0.9.7 + uninorm_nfkc@Base 0.9.7 + uninorm_nfkd@Base 0.9.7 diff --git a/debian/not-installed b/debian/not-installed new file mode 100644 index 0000000..7641c51 --- /dev/null +++ b/debian/not-installed @@ -0,0 +1,2 @@ +usr/share/info/libunistring.info +usr/lib/*/libunistring.la diff --git a/debian/patches/0005-fix_build_musl.patch b/debian/patches/0005-fix_build_musl.patch new file mode 100644 index 0000000..6c0c0a2 --- /dev/null +++ b/debian/patches/0005-fix_build_musl.patch @@ -0,0 +1,21 @@ +Description: Fix build for musl +Author: Helmut Grohne <helmut@subdivi.de> +Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=987609 +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=987609 +Forwarded: not-needed +Last-Update: 2021-04-26 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/lib/Makefile.gnulib +=================================================================== +--- trunk.orig/lib/Makefile.gnulib ++++ trunk/lib/Makefile.gnulib +@@ -461,7 +461,7 @@ install-exec-localcharset: all-local + case '$(host_os)' in \ + darwin[56]*) \ + need_charset_alias=true ;; \ +- darwin* | cygwin* | mingw* | pw32* | cegcc*) \ ++ darwin* | cygwin* | mingw* | pw32* | cegcc* | linux-musl*) \ + need_charset_alias=false ;; \ + *) \ + need_charset_alias=true ;; \ diff --git a/debian/patches/0010-AC_INIT.patch b/debian/patches/0010-AC_INIT.patch new file mode 100644 index 0000000..d967829 --- /dev/null +++ b/debian/patches/0010-AC_INIT.patch @@ -0,0 +1,30 @@ +Description: Fix AC_INIT handling +Author: Jörg Frings-Fürst <debian@jff.email> +Bug: <bug-libunistring@gnu.org> +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=992281 +Forwarded: yes +Last-Update: 2021-08-16 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/configure.ac +=================================================================== +--- trunk.orig/configure.ac ++++ trunk/configure.ac +@@ -16,12 +16,14 @@ dnl along with this program. If not, se + + dnl Process this file with autoconf to produce a configure script. + ++ ++ + AC_PREREQ([2.63]) +-AC_INIT ++. $srcdir/version.sh ++AC_INIT([libunistring],[m4_esyscmd_s([$VERSION_NUMBER])]) + AC_CONFIG_SRCDIR([lib/unistring/version.in.h]) + AC_CONFIG_AUX_DIR([build-aux]) +-. $srcdir/version.sh +-gl_INIT_PACKAGE([libunistring], [$VERSION_NUMBER]) ++dnl AM_INIT_AUTOMAKE + AM_INIT_AUTOMAKE([silent-rules dist-xz]) + AM_CONFIG_HEADER([config.h]) + diff --git a/debian/patches/0100-float-endian-detection.patch b/debian/patches/0100-float-endian-detection.patch new file mode 100644 index 0000000..d094516 --- /dev/null +++ b/debian/patches/0100-float-endian-detection.patch @@ -0,0 +1,63 @@ +Description: Fix detection of floating point endianness + See https://lists.gnu.org/archive/html/bug-gnulib/2013-12/msg00104.html +Author: Alan Modra <amodra@gmail.com> +Author: Colin Watson <cjwatson@ubuntu.com> +Forwarded: no +Last-Update: 2013-12-18 + +--- a/tests/test-isnanl.h ++++ b/tests/test-isnanl.h +@@ -24,6 +24,12 @@ + #include "nan.h" + #include "macros.h" + ++#ifdef __FLOAT_WORD_ORDER__ ++# define FLOAT_BIG_ENDIAN (__FLOAT_WORD_ORDER__ != __ORDER_LITTLE_ENDIAN__) ++#else ++# define FLOAT_BIG_ENDIAN (LDBL_EXPBIT0_WORD < NWORDS / 2) ++#endif ++ + int + main () + { +@@ -65,10 +71,10 @@ + # if LDBL_EXPBIT0_BIT > 0 + m.word[LDBL_EXPBIT0_WORD] ^= (unsigned int) 1 << (LDBL_EXPBIT0_BIT - 1); + # else +- m.word[LDBL_EXPBIT0_WORD + (LDBL_EXPBIT0_WORD < NWORDS / 2 ? 1 : - 1)] ++ m.word[LDBL_EXPBIT0_WORD + (FLOAT_BIG_ENDIAN ? 1 : - 1)] + ^= (unsigned int) 1 << (sizeof (unsigned int) * CHAR_BIT - 1); + # endif +- m.word[LDBL_EXPBIT0_WORD + (LDBL_EXPBIT0_WORD < NWORDS / 2 ? 1 : - 1)] ++ m.word[LDBL_EXPBIT0_WORD + (FLOAT_BIG_ENDIAN ? 1 : - 1)] + |= (unsigned int) 1 << LDBL_EXPBIT0_BIT; + ASSERT (isnanl (m.value)); + } +--- a/tests/test-signbit.c ++++ b/tests/test-signbit.c +@@ -36,6 +36,12 @@ + double zerod = 0.0; + long double zerol = 0.0L; + ++#ifdef __FLOAT_WORD_ORDER__ ++# define FLOAT_BIG_ENDIAN (__FLOAT_WORD_ORDER__ != __ORDER_LITTLE_ENDIAN__) ++#else ++# define FLOAT_BIG_ENDIAN (LDBL_EXPBIT0_WORD < NWORDS / 2) ++#endif ++ + static void + test_signbitf () + { +@@ -166,10 +172,10 @@ + # if LDBL_EXPBIT0_BIT > 0 + m.word[LDBL_EXPBIT0_WORD] ^= (unsigned int) 1 << (LDBL_EXPBIT0_BIT - 1); + # else +- m.word[LDBL_EXPBIT0_WORD + (LDBL_EXPBIT0_WORD < NWORDS / 2 ? 1 : - 1)] ++ m.word[LDBL_EXPBIT0_WORD + (FLOAT_BIG_ENDIAN ? 1 : - 1)] + ^= (unsigned int) 1 << (sizeof (unsigned int) * CHAR_BIT - 1); + # endif +- m.word[LDBL_EXPBIT0_WORD + (LDBL_EXPBIT0_WORD < NWORDS / 2 ? 1 : - 1)] ++ m.word[LDBL_EXPBIT0_WORD + (FLOAT_BIG_ENDIAN ? 1 : - 1)] + |= (unsigned int) 1 << LDBL_EXPBIT0_BIT; + (void) signbit (m.value); + #undef NWORDS diff --git a/debian/patches/0700-multiarch-libc.patch b/debian/patches/0700-multiarch-libc.patch new file mode 100644 index 0000000..95ec0d0 --- /dev/null +++ b/debian/patches/0700-multiarch-libc.patch @@ -0,0 +1,54 @@ +From: Helmut Grohne <helmut@subdivi.de> +Subject: fix @HAVE_STDINT_H@ once stdint.h moves to /usr/include/<triplet> + +Index: trunk/lib/Makefile.am +=================================================================== +--- trunk.orig/lib/Makefile.am ++++ trunk/lib/Makefile.am +@@ -103,30 +103,15 @@ unistring/stdint.h : $(STDINT_H) stdint. + echo '#if __GLIBC__ >= 2'; \ + echo '#include <stdint.h>'; \ + echo '#else'; \ +- if test -f /usr/include/stdint.h; then \ +- HAVE_STDINT_H='1'; \ +- else \ +- HAVE_STDINT_H='defined __MINGW32__ || defined __HAIKU__ || ((__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5)) && !defined __NetBSD__)'; \ +- fi; \ +- if test -f /usr/include/inttypes.h; then \ +- HAVE_INTTYPES_H='1'; \ +- else \ +- HAVE_INTTYPES_H='defined __MINGW32__ || defined __HAIKU__'; \ +- fi; \ +- if test -f /usr/include/sys/inttypes.h; then \ +- HAVE_SYS_INTTYPES_H='1'; \ +- else \ +- HAVE_SYS_INTTYPES_H='0'; \ +- fi; \ + sed_escape_ampersands='s/&/\\&/g'; \ + HAVE_STDINT_H=`echo "$$HAVE_STDINT_H" | sed -e "$$sed_escape_ampersands"`; \ +- sed -e 's/@''HAVE_STDINT_H''@/'"$$HAVE_STDINT_H"'/g' \ ++ sed -e 's/@''HAVE_STDINT_H''@/$(or @HAVE_STDINT_H@,0)/g' \ + -e 's|@''INCLUDE_NEXT''@|include|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@||g' \ + -e 's|@''NEXT_STDINT_H''@|<stdint.h>|g' \ + -e 's/@''HAVE_SYS_TYPES_H''@/1/g' \ +- -e 's/@''HAVE_INTTYPES_H''@/'"$$HAVE_INTTYPES_H"'/g' \ +- -e 's/@''HAVE_SYS_INTTYPES_H''@/'"$$HAVE_SYS_INTTYPES_H"'/g' \ ++ -e 's/@''HAVE_INTTYPES_H''@/$(or @HAVE_INTTYPES_H@,0)/g' \ ++ -e 's/@''HAVE_SYS_INTTYPES_H''@/$(or @HAVE_SYS_INTTYPES_H@,0)/g' \ + -e 's/@''HAVE_SYS_BITYPES_H''@/0/g' \ + < $(srcdir)/stdint.mini.h; \ + echo '#endif'; \ +Index: trunk/configure.ac +=================================================================== +--- trunk.orig/configure.ac ++++ trunk/configure.ac +@@ -142,6 +142,8 @@ version_subminor=`echo "${VERSION}" | se + HEXVERSION=0x`$AWK 'BEGIN { printf("%02X%02X%02X"',"$version_major","$version_minor","$version_subminor"') }'` + AC_SUBST([HEXVERSION]) + ++AC_CHECK_HEADERS_ONCE(stdint.h inttypes.h sys/inttypes.h) ++ + dnl Check for tools needed for formatting the documentation. + ac_aux_dir_abs=`cd $ac_aux_dir && pwd` + AC_PATH_PROG([TEXI2DVI], [texi2dvi], [$ac_aux_dir_abs/missing texi2dvi]) diff --git a/debian/patches/0705-gcc-9.patch b/debian/patches/0705-gcc-9.patch new file mode 100644 index 0000000..986e741 --- /dev/null +++ b/debian/patches/0705-gcc-9.patch @@ -0,0 +1,19 @@ +Description: Patch for gcc-9 compat +Author: based on an patch from Bruno Haible <bruno@clisp.org> +Bug-Debian:https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925762 +Last-Update: 2019-07-11 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/tests/glthread/thread.h +=================================================================== +--- trunk.orig/tests/glthread/thread.h ++++ trunk/tests/glthread/thread.h +@@ -133,7 +133,7 @@ extern int glthread_in_use (void); + call to foo(...) in the same function. To avoid this, we test the + address of a function in libpthread that we don't use. */ + +-# pragma weak pthread_create ++/*# pragma weak pthread_create */ + + # ifndef pthread_sigmask /* Do not declare rpl_pthread_sigmask weak. */ + # pragma weak pthread_sigmask diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..1e1d2cd --- /dev/null +++ b/debian/patches/series @@ -0,0 +1,5 @@ +#0005-fix_build_musl.patch +0100-float-endian-detection.patch +0700-multiarch-libc.patch +#0705-gcc-9.patch +#0010-AC_INIT.patch diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2e22b6b --- /dev/null +++ b/debian/rules @@ -0,0 +1,25 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 + +# hardening +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + +ifneq ($(findstring $(DEB_BUILD_ARCH), mips mipsel),) + CFLAGS += -mplt +endif + +DEB_CONFIGURE_EXTRA_FLAGS := --disable-Werror \ + --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) +DEB_DH_INSTALL_ARGS := --sourcedir=$(DEB_DESTDIR) + +DEB_MAKE_CHECK_TARGET = check + +VERSION = $(shell head -n1 debian/changelog | sed -e 's/.*(//;s/-.*).*//;s/\+/\-/') + +%: + dh $@ + +override_dh_makeshlibs: + dh_makeshlibs + dpkg-gensymbols -v$(VERSION) -plibunistring2 diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/upstream/signing-key.asc b/debian/upstream/signing-key.asc new file mode 100644 index 0000000..4f1ec44 --- /dev/null +++ b/debian/upstream/signing-key.asc @@ -0,0 +1,51 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- + +mQINBFxjJagBEACtJ6cBUyULIsZ163tvkSwAtqGIF4EvymDMB/q4tjf2S9RmW5Zo +UuEdFkImFWZaY8LV6shHF44RXHPL/irnA0byr9pVit+sj5RtWMXLJUnY6hp60OAN +n1CptCztcDwhDiSt0bcjPHRSvInqU5uHPiCfXau06TzveZ7UCj6Tkqc3n87W74y9 +HMfgVF7OrdyZCq3Bif+TCUnywnGmO4Boet2xGDCpCRyiIZXG4kl3REu/xqvhIyNk +w/o9TmnbEMbt4hGNp8O7nGZra9ajeDNYccxZYN2P6HKxCYfueKqjy+356+jnKgvR +D4QYP7z+3X3y7F1Ii2WIBWzCeZyVuPwATvGOL4lzOfMNJP9xdS3lbqHBYlAhWHcI +cRKhd7D7YAOjqVCfiKkZcZqUkcg1RZpaQ6nGQEpxmIj9QDfv+2f2QnbRiPjt2smn +Mi79ONEGUIu3h+PyMaS8Xn09Krasszd9gs0uKbCsRKOuVkzv0nQ8XnjlIBVbkCrB +IU3aKL94BmC0ZcGVqBXsWgZY2BzjKfI3HoJS0BaUAth1VJeLa4VPY2X7BV0ewyzo +Hf0OFdLwZ6RIxMlWX+dz9r8V/zNCxP/jU0z+Brhxm3iCdiRykkfHteSwoz1xyBQ3 +F+F+5dkZH3EFSab7CK57BF4/xcYwuwOheoqd76jhtfYP3uPgCe3VOSPVqwARAQAB +tDhCcnVubyBIYWlibGUgKE9wZW4gU291cmNlIERldmVsb3BtZW50KSA8YnJ1bm9A +Y2xpc3Aub3JnPokCPQQTAQgAJwUCXGMlqAIbAwUJC0c1AAULCQgHAgYVCAkKCwIE +FgIDAQIeAQIXgAAKCRD1vosmfGpAbSb+EACRlaeS0r9hCLn0YhN6hNEVvtkTU4pj +8rrAD3gMBZF+DBl1QkvMcEULwI2NBuETgJfW1uO2CUyxw8EWronQXmPruAdCrvA2 +V1dJP43Qy8IKqlgcAwKki+Yaq7+8qQLmCVzOcKyLg+4wYIpT17jE9O2U6eW2tO1R +fJuRnUSvft5DibHrhKaIYe283yTmvR2dioqg+91FJ5fvsGw7rH0nxzlmb+fx4w0F +uvLutxQNQDgJBDeVzMOM7VZdvnIUGzg+d4rKUftG5tzvIraIjjWfFJ5bEh5ljzSy +wZ/MbGUePmBIFTFeLt4/vlFa3oY77V9pAQkd1zhz10QEnAsOHbgah5enRfFKDhz0 +n6+3W4cHjcwByM319wM708Lk2nzCL1tfOhdUtJzUCdJ5Lx5osK1Abt8IqwDaCXy/ +ICEnldDEUqoBVTNluqxPV4k/o2YYVIhNcz+DysazLTVeLk+HPwjnVaXS0WF/e2G0 +S9NfljQBG1W+NdWjs0ZWZ2reLSoxdkndqgTqu2KZWhE8QIGa8LvveWAZc/bgHj1V +aXFCcgDf17PR6ADOtF58hytaTIwnb382qVesYL1torQO3IWabHHfNwgIm3aEtb/i +u1iO6WA3KWrAK9R0BneygswC+q+FKo8YL+rb6q+EEyZqU6WPPriD9ssS2bdjvlbu +ClfB3hOtan7PM7kCDQRcYyWoARAAmK9cFiEkxVwSCC4NMkhWaX5pqsA8YIhuBuwJ +uKrA1FqsysNt4bURWEmLgYOsEsNGQIBPBZP7ywYezf+smNiIweASvX1X1CfKqUpg +hiSCOVu1qkhjVjBMMqwRoj/4gRRHyYfHVwhbtRvtwKOHrW+gGcwOhWGyGQia+c0m +7TYJuajaMa8+HcLzORg0hiNPutgzeAlsV9ft7VOKKQtSR9gKD9fYrDxOD4v5K5dv +QXyuOzUuyQqfG8UocKoRhB6Ml3eu3fWRkK3KIeiIa0LsZZ2sNV9ffBoGvfOMQjhb +uNPegV3LFCpUP18e3VSae7dX1MnSti08k255YDD1QvdP6egabE+lNLUuOtGYeT9U +0M8jOs2Kq1pUeIt0TDJ9t1CuEsnvgl2DabjZHKZXxerPQ8/bG6wQLskTZt6Rh0vO +bqbE/VOFt885qLvZkxFIQCQbfBzlas3/jM0j5q2poOuDMiuzsfEZ8P4y94l3ESJR +zkuSIMQeAgLlR0ASVM19I4tNfjAr0yWMX5JSdh95yd0skhRoKsoFmUcx1MOOS7Yt +ECURai+IGxpf7EKR6cT55Tl+oSGjPjOKaiWWrpWkyy61b1rXjMqmgzxXO9rBMWY/ +hc2Yp/EFZBoe+SyNoBHJm6hmyINQyICDSS3oqIhDBmeEmsUoPsRXtszfksalrjt+ +dOBOAvMAEQEAAYkCJQQYAQgADwUCXGMlqAIbDAUJC0c1AAAKCRD1vosmfGpAbfO3 +D/9D5VBr0G1X21tGoesAoEGhQcxAnCNTBYH+4WhSNLSWw08sCH8Q+NinCqV5/QCg +IwsMcxidnszm+7//l667gmUu8hM66U2T+ZCZMUL1G/iXhtpeTWv6dNDFyvSXwXoS +IHhGVuSO2q95OeCSkJpf5V13fczNLDzTSsidGCY18+0rLxwA+c0skLHY4k/7TWPj +2QBViKXrXCv7XhpCMwPJCoAa6p4JpzQ3FqbAwes839t73EeGpZsV+YyTKXgzt2od +NiiraHv5/XyP7xxDUIhHn51r81bEaUSv6NtdAYU8dIsjcMVt+xTNyKnPUaWwB3QC +ucZaPGBqwM5j/jKy/jAMN8ybnz01V5RWsJzf1nG0d+uHaYsQZgppDSdVxvEgXGxn +WZHcYjisLYntXNd8+frFOCs82kJeiqcpcciYiPOCSIjMP62wGiwc4loeIhjukt9X +hjEwQy+q1ty050a7fEGvFdJE05PQp3W4uee5YAjIG4gmCC+Km7uqTrE8fItjWlDG +eoShqif+tWDLoMoGFZWO3cYuhz8rfR3rb2QURW5mWevxu4WYymbGlEc7z37qgJ4i +8a6Qp1pjejMc0OLwyJyYP49dBh1Z4pJLjP4joqRDfO5zgD8jnRhKlh/3ilmwZj5p +zyLlaDV+P1PY0BnlHzp5Mj9xuZixx0/lc4kpHo9sWgPJDw== +=59f8 +-----END PGP PUBLIC KEY BLOCK----- diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..2e00095 --- /dev/null +++ b/debian/watch @@ -0,0 +1,5 @@ +# Compulsory line, this is a version 4 file +version=4 + +opts=dversionmangle=s/.dfsg\d+$//,pgpsigurlmangle=s/$/.sig/ \ + https://ftp.gnu.org/gnu/libunistring/libunistring-([\d.]+)\.tar\.(?:gz|bz2|xz|lzma) |