From 7b65dbd4ebade81d504cfe5e681292a58ad1fdf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 28 Jun 2018 04:18:55 +0200 Subject: New upstream version 0.9.10 --- doc/Makefile.in | 7 +- doc/libunistring.info | 173 +++++++++++++++++++++++----------------------- doc/libunistring.texi | 1 - doc/libunistring_1.html | 4 +- doc/libunistring_10.html | 4 +- doc/libunistring_11.html | 4 +- doc/libunistring_12.html | 4 +- doc/libunistring_13.html | 4 +- doc/libunistring_14.html | 4 +- doc/libunistring_15.html | 4 +- doc/libunistring_16.html | 4 +- doc/libunistring_17.html | 4 +- doc/libunistring_18.html | 4 +- doc/libunistring_19.html | 4 +- doc/libunistring_2.html | 4 +- doc/libunistring_20.html | 4 +- doc/libunistring_21.html | 4 +- doc/libunistring_3.html | 4 +- doc/libunistring_4.html | 4 +- doc/libunistring_5.html | 4 +- doc/libunistring_6.html | 4 +- doc/libunistring_7.html | 4 +- doc/libunistring_8.html | 4 +- doc/libunistring_9.html | 4 +- doc/libunistring_abt.html | 6 +- doc/libunistring_toc.html | 4 +- doc/stamp-vti | 8 +-- doc/version.texi | 8 +-- 28 files changed, 145 insertions(+), 146 deletions(-) (limited to 'doc') diff --git a/doc/Makefile.in b/doc/Makefile.in index d9711450..1568e873 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -806,6 +806,7 @@ HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@ HAVE_DECL_TANL = @HAVE_DECL_TANL@ HAVE_DECL_TRUNC = @HAVE_DECL_TRUNC@ +HAVE_DECL_TRUNCATE = @HAVE_DECL_TRUNCATE@ HAVE_DECL_TRUNCF = @HAVE_DECL_TRUNCF@ HAVE_DECL_TRUNCL = @HAVE_DECL_TRUNCL@ HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ @@ -856,6 +857,7 @@ HAVE_HYPOTL = @HAVE_HYPOTL@ HAVE_ILOGB = @HAVE_ILOGB@ HAVE_ILOGBF = @HAVE_ILOGBF@ HAVE_ILOGBL = @HAVE_ILOGBL@ +HAVE_IMAXDIV_T = @HAVE_IMAXDIV_T@ HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ HAVE_ISBLANK = @HAVE_ISBLANK@ HAVE_ISNAND = @HAVE_ISNAND@ @@ -974,7 +976,6 @@ HAVE_TANHF = @HAVE_TANHF@ HAVE_TANL = @HAVE_TANL@ HAVE_TIMEGM = @HAVE_TIMEGM@ HAVE_TIMEZONE_T = @HAVE_TIMEZONE_T@ -HAVE_TRUNCATE = @HAVE_TRUNCATE@ HAVE_TYPE_VOLATILE_SIG_ATOMIC_T = @HAVE_TYPE_VOLATILE_SIG_ATOMIC_T@ HAVE_TZSET = @HAVE_TZSET@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ diff --git a/doc/libunistring.info b/doc/libunistring.info index c4be8a4c..f6822abb 100644 --- a/doc/libunistring.info +++ b/doc/libunistring.info @@ -1,4 +1,4 @@ -This is libunistring.info, produced by makeinfo version 6.3 from +This is libunistring.info, produced by makeinfo version 6.4 from libunistring.texi. INFO-DIR-SECTION Software development @@ -201,7 +201,6 @@ as internal in-memory representation. * Locale encodings:: What is a locale encoding? * In-memory representation:: How to represent strings in memory? * char * strings:: What to keep in mind with ‘char *’ strings -* The wchar_t mess:: Why ‘wchar_t *’ strings are useless * Unicode strings:: How are Unicode strings represented?  @@ -6682,91 +6681,91 @@ Index Tag Table: Node: Top269 Node: Introduction3950 -Node: Unicode6043 -Node: Unicode and i18n7928 -Node: Locale encodings9590 -Node: In-memory representation11855 -Node: char * strings13853 -Node: Unicode strings19340 -Node: Conventions20523 -Node: unitypes.h22815 -Node: unistr.h23912 -Node: Elementary string checks24477 -Node: Elementary string conversions25099 -Node: Elementary string functions26977 -Node: Iterating27382 -Node: Creating Unicode strings30212 -Node: Copying Unicode strings31130 -Node: Comparing Unicode strings32743 -Node: Searching for a character34298 -Node: Counting characters35097 -Node: Elementary string functions with memory allocation35780 -Node: Elementary string functions on NUL terminated strings36402 -Node: Iterating over a NUL terminated Unicode string37001 -Node: Length39269 -Node: Copying a NUL terminated Unicode string40327 -Node: Comparing NUL terminated Unicode strings43431 -Node: Duplicating a NUL terminated Unicode string45527 -Node: Searching for a character in a NUL terminated Unicode string46296 -Node: Searching for a substring49060 -Node: Tokenizing50583 -Node: uniconv.h51456 -Node: unistdio.h59409 -Node: uniname.h67662 -Node: unictype.h69068 -Node: General category69996 -Node: Object oriented API71051 -Node: Bit mask API80892 -Node: Canonical combining class83187 -Node: Bidi class87421 -Node: Decimal digit value90834 -Node: Digit value91391 -Node: Numeric value91952 -Node: Mirrored character92854 -Node: Arabic shaping93547 -Node: Joining type94020 -Node: Joining group96170 -Node: Properties99608 -Node: Properties as objects100299 -Node: Properties as functions107321 -Node: Scripts113337 -Node: Blocks114742 -Node: ISO C and Java syntax116085 -Node: Classifications like in ISO C117803 -Node: uniwidth.h120615 -Node: unigbrk.h122661 -Node: Grapheme cluster breaks in a string124155 -Node: Grapheme cluster break property127090 -Node: uniwbrk.h129335 -Node: Word breaks in a string129873 -Node: Word break property130965 -Node: unilbrk.h132292 -Node: uninorm.h136588 -Node: Decomposition of characters137225 -Node: Composition of characters141006 -Node: Normalization of strings141719 -Node: Normalizing comparisons143892 -Node: Normalization of streams146390 -Node: unicase.h148515 -Node: Case mappings of characters149204 -Node: Case mappings of strings151353 -Node: Case mappings of substrings154992 -Node: Case insensitive comparison162202 -Node: Case detection167895 -Node: uniregex.h171209 -Node: Using the library171436 -Node: Installation171847 -Node: Compiler options172335 -Node: Include files173975 -Node: Autoconf macro175228 -Node: Reporting problems176868 -Node: More functionality177686 -Node: The wchar_t mess178137 -Node: Licenses180475 -Node: GNU GPL182904 -Node: GNU LGPL220649 -Node: GNU FDL229132 -Node: Index254441 +Node: Unicode5971 +Node: Unicode and i18n7856 +Node: Locale encodings9518 +Node: In-memory representation11783 +Node: char * strings13781 +Node: Unicode strings19268 +Node: Conventions20451 +Node: unitypes.h22743 +Node: unistr.h23840 +Node: Elementary string checks24405 +Node: Elementary string conversions25027 +Node: Elementary string functions26905 +Node: Iterating27310 +Node: Creating Unicode strings30140 +Node: Copying Unicode strings31058 +Node: Comparing Unicode strings32671 +Node: Searching for a character34226 +Node: Counting characters35025 +Node: Elementary string functions with memory allocation35708 +Node: Elementary string functions on NUL terminated strings36330 +Node: Iterating over a NUL terminated Unicode string36929 +Node: Length39197 +Node: Copying a NUL terminated Unicode string40255 +Node: Comparing NUL terminated Unicode strings43359 +Node: Duplicating a NUL terminated Unicode string45455 +Node: Searching for a character in a NUL terminated Unicode string46224 +Node: Searching for a substring48988 +Node: Tokenizing50511 +Node: uniconv.h51384 +Node: unistdio.h59337 +Node: uniname.h67590 +Node: unictype.h68996 +Node: General category69924 +Node: Object oriented API70979 +Node: Bit mask API80820 +Node: Canonical combining class83115 +Node: Bidi class87349 +Node: Decimal digit value90762 +Node: Digit value91319 +Node: Numeric value91880 +Node: Mirrored character92782 +Node: Arabic shaping93475 +Node: Joining type93948 +Node: Joining group96098 +Node: Properties99536 +Node: Properties as objects100227 +Node: Properties as functions107249 +Node: Scripts113265 +Node: Blocks114670 +Node: ISO C and Java syntax116013 +Node: Classifications like in ISO C117731 +Node: uniwidth.h120543 +Node: unigbrk.h122589 +Node: Grapheme cluster breaks in a string124083 +Node: Grapheme cluster break property127018 +Node: uniwbrk.h129263 +Node: Word breaks in a string129801 +Node: Word break property130893 +Node: unilbrk.h132220 +Node: uninorm.h136516 +Node: Decomposition of characters137153 +Node: Composition of characters140934 +Node: Normalization of strings141647 +Node: Normalizing comparisons143820 +Node: Normalization of streams146318 +Node: unicase.h148443 +Node: Case mappings of characters149132 +Node: Case mappings of strings151281 +Node: Case mappings of substrings154920 +Node: Case insensitive comparison162130 +Node: Case detection167823 +Node: uniregex.h171137 +Node: Using the library171364 +Node: Installation171775 +Node: Compiler options172263 +Node: Include files173903 +Node: Autoconf macro175156 +Node: Reporting problems176796 +Node: More functionality177614 +Node: The wchar_t mess178065 +Node: Licenses180403 +Node: GNU GPL182832 +Node: GNU LGPL220577 +Node: GNU FDL229060 +Node: Index254369  End Tag Table diff --git a/doc/libunistring.texi b/doc/libunistring.texi index 6a1d6626..cb5abddf 100644 --- a/doc/libunistring.texi +++ b/doc/libunistring.texi @@ -348,7 +348,6 @@ internal in-memory representation. * Locale encodings:: What is a locale encoding? * In-memory representation:: How to represent strings in memory? * char * strings:: What to keep in mind with @code{char *} strings -* The wchar_t mess:: Why @code{wchar_t *} strings are useless * Unicode strings:: How are Unicode strings represented? @end menu diff --git a/doc/libunistring_1.html b/doc/libunistring_1.html index 8219ef35..02bf2672 100644 --- a/doc/libunistring_1.html +++ b/doc/libunistring_1.html @@ -1,6 +1,6 @@ - + + + + + + + + + + + + + + + + + + + + + + +