handle modules/ outside clscan
authorIan Beckwith <ianb@erislabs.net>
Sat, 12 Sep 2009 06:48:50 +0000 (07:48 +0100)
committerIan Beckwith <ianb@erislabs.net>
Sat, 12 Sep 2009 06:48:50 +0000 (07:48 +0100)
debian/clscan/clscan
debian/clscan/copyright.in
debian/clscan/new.txt

index f7f700f..3e7fa47 100755 (executable)
@@ -239,7 +239,7 @@ sub filechanged
 
 sub wanted
 {
-    if(/^\.git/ || /^\.cvs/ || /^debian/)
+    if(/^\.git/ || /^\.cvs/ || /^debian/ || /^modules$/)
     {
        $File::Find::prune=1;
     }
index f2920f0..2d35aa0 100644 (file)
@@ -32,3 +32,27 @@ under the GPL-2, see `/usr/share/common-licenses/GPL-2'.
 Detailed copyright information follows, see debian/clscan/README
 in the gnulib source package for information on updating this.
 
+Files: debian/*
+Copyright: Copyright 2006-2008, Daniel Baumann <daniel@debian.org> /  Copyright 2009 Ian Beckwith <ianb@debian.org>
+License: GPL-2
+
+Files: modules/*
+Copyright: 2002-2007 Free Software Foundation, Inc.
+License: other
+  From modules/README:
+  > All the files in this directory are distributed under the following copyright:
+  >
+  > Copyright (C) 2002-2007 Free Software Foundation, Inc.
+  > Copying and distribution of this file, with or without modification,
+  > in any medium, are permitted without royalty provided the copyright
+  > notice and this notice are preserved.
+  From modules/COPYING:
+  > The files in this directory describe the gnulib modules.
+  > The following copyright notice applies to each of these
+  > description files.
+  >
+  > Copyright (C) 2006 Free Software Foundation, Inc.
+  > 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.
+
index f05241d..6621a26 100644 (file)
@@ -95739,35713 +95739,9 @@ Licence_Text:
 #    AC_CHECK_LIB([rt], [sched_yield], [YIELD_LIB=-lrt],
 #      [dnl Solaris 2.5.1, 2.6 has sched_yield in libposix4, not librt.
 
-File: ./modules/COPYING
-Hash: ea01ff3d1fe531cedd25e6454d6019a4c68df3539aa51b594745c21a87d532dd
-Copyright: 2006 Free Software Foundation, Inc
-License: 
-Licence_Text: 
-#Header: 
-#The files in this directory describe the gnulib modules.
-#The following copyright notice applies to each of these
-#description files.
-#
-#Copyright (C) 2006 Free Software Foundation, Inc.
-#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.
-
-File: ./modules/README
-Hash: 8d356052608716fc7be4d7331d5fa7674281528a1f2a37a5d0a79cabd3601b60
-Copyright: 2002-2007 Free Software Foundation, Inc
-License: 
-Licence_Text: 
-#Header: 
-#This directory contains metainformation about the gnulib modules, one or two
-#files per module. These files are used by gnulib-tool.
-#
-#For every module,
-#  - the file <module> is the metainformation about the library code of the
-#    module,
-#  - the file <module>-tests is the metainformation about the unit test of
-#    the module (optional but recommended).
-#
-#All the files in this directory are distributed under the following copyright:
-#
-#  Copyright (C) 2002-2007 Free Software Foundation, Inc.
-#  Copying and distribution of this file, with or without modification,
-#  in any medium, are permitted without royalty provided the copyright
-#  notice and this notice are preserved.
-
-File: ./modules/TEMPLATE
-Hash: f8a70af5ef07c20669714dd78293acb87f3aa86ad5f570a56ba9780db185eeb1
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#
-#Files:
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-#
-#License:
-#GPL
-
-File: ./modules/TEMPLATE-EXTENDED
-Hash: 6ebc6ce1adc16257f3b0631103f13c19f94ae53b31a1a237b4f9dfcd7fdccfe5
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#
-#Status:
-#
-#Notice:
-#
-#Files:
-#
-#Depends-on:
-#
-#configure.ac-early:
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/TEMPLATE-TESTS
-Hash: 269fa96cfbc6b04248686ca277bdfca748958597dd5371663d070ebd1f845bd8
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/absolute-header
-Hash: b91551dc6e292f96fc1f1dbfd58f368a201cd9145d147662e42298b74f277fc3
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Allows wrapping a broken system header in a gnulib replacement.
-#
-#Files:
-#m4/absolute-header.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-## Use this preprocessor expression to decide whether #include_next works.
-## Do not rely on a 'configure'-time test for this, since the expression
-## might appear in an installed header, which is used by some other compiler.
-#HAVE_INCLUDE_NEXT = (__GNUC__ || 60000000 <= __DECC_VER)
-
-File: ./modules/accept
-Hash: 880f693a12f72986c4004d5916367f6fcabdc2c90b0f92704a8683b8b5093ecc
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#accept() function: accept a connection to a server socket.
-#
-#Files:
-#lib/accept.c
-#lib/w32sock.h
-#
-#Depends-on:
-#sys_socket
-#errno
-#
-#configure.ac:
-#AC_REQUIRE([gl_HEADER_SYS_SOCKET])
-#if test "$ac_cv_header_winsock2_h" = yes; then
-#  AC_LIBOBJ([accept])
-
-File: ./modules/accept4
-Hash: eff8a2f46aeddff17326dc7202dcc1c126940a12b6a08ccf328dcdfdb75385a3
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#accept4() function: accept a connection on a socket, with specific opening
-#flags.
-#
-#Files:
-#lib/accept4.c
-#m4/accept4.m4
-#
-#Depends-on:
-#sys_socket
-#accept
-#fcntl
-#binary-io
-#
-#configure.ac:
-
-File: ./modules/acl
-Hash: f0f81a20f9ec6387ebdf385b5860ec35651d02adf72ac4d0f25939e3875380bd
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Access control lists of files.  (Unportable.)
-#
-#Files:
-#lib/acl.h
-#lib/acl-internal.h
-#lib/acl_entries.c
-#lib/set-mode-acl.c
-#lib/copy-acl.c
-#lib/file-has-acl.c
-#m4/acl.m4
-#
-#Depends-on:
-#error
-#gettext
-
-File: ./modules/acl-tests
-Hash: 5c900b78c378193efff1f23f0611a11691f688f3e6f98d65ba91415259989ff9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-file-has-acl.sh
-#tests/test-set-mode-acl.sh
-#tests/test-copy-acl.sh
-#tests/test-file-has-acl.c
-#tests/test-set-mode-acl.c
-#tests/test-copy-acl.c
-#tests/test-sameacls.c
-#
-#Depends-on:
-#progname
-#read-file
-#unistd
-#xalloc
-
-File: ./modules/agpl-3.0
-Hash: ee51411f6921d7c5d74e0fe333dac39cbaa523c4fd9070898e12bb57004d7044
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Provide the GNU Affero General Public License version 3.0 in Texinfo format.
-#
-#Files:
-#doc/agpl-3.0.texi
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-#
-#License:
-
-File: ./modules/alignof
-Hash: 9378a232bbe5b9737af69836746b7ded8b6e07e003b231d49fe32a6df198f28e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Determine alignment of types.
-#
-#Files:
-#lib/alignof.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-#"alignof.h"
-
-File: ./modules/alignof-tests
-Hash: 0cbc5d48e08e4633e9914b99427cb2958931f0fca6463ec6b5fbba801dcb0fc0
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-alignof.c
-#
-#Depends-on:
-#verify
-#stdint
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-alignof
-#check_PROGRAMS += test-alignof
-
-File: ./modules/alloca
-Hash: 1a2b5c5a85209bb72ababfbc0e6dd9acb75565228f02f35483d6be1b9fc37a74
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Memory allocation on the stack.
-#
-#Files:
-#lib/alloca.c
-#
-#Depends-on:
-#alloca-opt
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-##include <alloca.h>
-
-File: ./modules/alloca-opt
-Hash: 3cbd6527fea57bf3040afab2047ca30268526f52ae7826d6b870216c8a96e66a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Memory allocation on the stack, as an optional optimization.
-#It allows using the alloca() macro if and only if the autoconf tests define
-#HAVE_ALLOCA.
-#
-#Files:
-#lib/alloca.in.h
-#m4/alloca.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_FUNC_ALLOCA
-#
-#Makefile.am:
-
-File: ./modules/alloca-opt-tests
-Hash: 43f65f86a2cacab71ca748cc004b72015963286ae5871a9872c3fd891d3f378f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-alloca-opt.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-alloca-opt
-#check_PROGRAMS += test-alloca-opt
-
-File: ./modules/alphasort
-Hash: a449b677555d768b144bc08809c5edf4590b1cc0263ecd44b1864a6693811cce
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#alphasort() function: compare entries of a directory alphabetically
-#
-#Files:
-#lib/alphasort.c
-#m4/alphasort.m4
-#
-#Depends-on:
-#dirent
-#extensions
-#
-#configure.ac:
-#gl_FUNC_ALPHASORT
-#gl_DIRENT_MODULE_INDICATOR([alphasort])
-
-File: ./modules/announce-gen
-Hash: 424137e7ed97358f8190d5b4c513195c537964100200cca084a6bfeeb5b7cf6c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Generate a release announcement message.
-#
-#Files:
-#build-aux/announce-gen
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-#
-#License:
-
-File: ./modules/areadlink
-Hash: a7ba93d0ca6f4fd028715cc62b74f27ed5d41e4c7fc4123e6b4cd077834bfb07
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Reading symbolic links without size limitation.
-#
-#Files:
-#lib/areadlink.h
-#lib/areadlink.c
-#
-#Depends-on:
-#readlink
-#ssize_t
-#unistd
-#malloc-posix
-#
-#configure.ac:
-
-File: ./modules/areadlink-with-size
-Hash: a4a44db468900aab3c1b60d8aef9c202fc4d6af1eb546127f18ce4597b276ca7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Return the contents of a symbolic link, without size limitations.
-#
-#Files:
-#lib/areadlink.h
-#lib/areadlink-with-size.c
-#
-#Depends-on:
-#readlink
-#ssize_t
-#unistd
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/argmatch
-Hash: 3b907f3995ad2c5c25ce862c92db89bdf2e978b01e154933a5ac76a686ab61d1
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Search for an exact or abbreviated match of a string in an array of strings.
-#
-#Files:
-#lib/argmatch.h
-#lib/argmatch.c
-#m4/argmatch.m4
-#
-#Depends-on:
-#gettext-h
-#error
-#quotearg
-#quote
-#exit
-#exitfail
-
-File: ./modules/argmatch-tests
-Hash: 1ee2045e91753f5727461047c125be83dbbf3cefdd96c9ba33fe70ad2b079ad0
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-argmatch.c
-#
-#Depends-on:
-#progname
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-argmatch
-#check_PROGRAMS += test-argmatch
-#test_argmatch_LDADD = $(LDADD) @LIBINTL@
-
-File: ./modules/argp
-Hash: ce02af3afd4ce18da524b2b765e4abdf63ff3ebf43802c32d7b3663a479b0b40
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Hierarchical processing of command line arguments.
-#
-#Notice:
-#If you are using GNU gettext version 0.16.1 or older, add the following options
-#to XGETTEXT_OPTIONS in your po/Makevars:
-#  --flag=argp_error:2:c-format --flag=argp_failure:4:c-format
-#
-#Files:
-#lib/argp.h
-#lib/argp-ba.c
-#lib/argp-eexst.c
-#lib/argp-fmtstream.c
-#lib/argp-fmtstream.h
-#lib/argp-fs-xinl.c
-
-File: ./modules/argp-tests
-Hash: 5ea825a9f24afb77c59e4f5fd1e6afb1db75028b4a11b86886c4291474058340
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-argp.c
-#tests/test-argp-2.sh
-#
-#Depends-on:
-#progname
-#
-#Makefile.am:
-#TESTS += test-argp test-argp-2.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
-#check_PROGRAMS += test-argp
-#test_argp_LDADD = $(LDADD) @LIBINTL@
-
-File: ./modules/argp-version-etc
-Hash: da3723297aa47f347ecc2fdcb6acf53bae88fc70ac953b8f200e41db957cfd22
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Version-etc hook for Argp.
-#
-#Files:
-#lib/argp-version-etc.c
-#lib/argp-version-etc.h
-#
-#Depends-on:
-#argp
-#version-etc
-#
-#Makefile.am:
-#lib_SOURCES += argp-version-etc.h argp-version-etc.c
-#
-#Include:
-
-File: ./modules/argp-version-etc-tests
-Hash: b70ef3bd1137f9fc9ee84d3e171e0d9cf77ba060db760228cc778fc11c1c5c05
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-argp-version-etc.c
-#tests/test-argp-version-etc-1.sh
-#
-#Depends-on:
-#argp
-#progname
-#version-etc-fsf
-#
-#Makefile.am:
-#TESTS += test-argp-version-etc test-argp-version-etc-1.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
-#check_PROGRAMS += test-argp-version-etc
-#test_argp_version_etc_LDADD = $(LDADD) @LIBINTL@
-
-File: ./modules/argv-iter
-Hash: fdef6db4c9570ecc974daa07d7a17764047b2fbb0ca565d8ce246bf9d7646fd0
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#iterate through argv or a --files0-from=-specified file
-#
-#Files:
-#lib/argv-iter.c
-#lib/argv-iter.h
-#
-#Depends-on:
-#getdelim
-#stdbool
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += argv-iter.c argv-iter.h
-
-File: ./modules/argv-iter-tests
-Hash: 7b434843257ef66143e5a306f573ec2f4b435294506f3d2026725ee192514fc7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-argv-iter.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-argv-iter
-#check_PROGRAMS += test-argv-iter
-
-File: ./modules/argz
-Hash: b08870e168fbe181cd9b36b1a2a6ecc2bd18763c390bca98a5c6f64ecfd66b92
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Argv style string arrays in a single null delimited char*.
-#
-#Files:
-#lib/argz.in.h
-#lib/argz.c
-#m4/argz.m4
-#
-#Depends-on:
-#memmove
-#mempcpy
-#stpcpy
-#strndup
-#strnlen
-#strstr
-
-File: ./modules/arpa_inet
-Hash: f7f0aea422448523fe348fa3aab768d588584e6b82671bd9a986b73b096f4a08
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#A GNU-like <arpa/inet.h>.
-#
-#Files:
-#lib/arpa_inet.in.h
-#m4/arpa_inet_h.m4
-#
-#Depends-on:
-#include_next
-#link-warning
-#sys_socket
-#
-#configure.ac:
-#gl_HEADER_ARPA_INET
-#AC_PROG_MKDIR_P
-
-File: ./modules/arpa_inet-tests
-Hash: 0612cb2590ee3e2f7a2a9d8a09965adaa37107664e7f6aa53fb5bf8b96a3dc0e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-arpa_inet.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-arpa_inet
-#check_PROGRAMS += test-arpa_inet
-#
-#License:
-#LGPL
-
-File: ./modules/array-list
-Hash: 13010a14be6fcdbb05d1488022da1e81541145572644497f4a8c4bf63aaf062a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Sequential list data type implemented by an array.
-#
-#Files:
-#lib/gl_array_list.h
-#lib/gl_array_list.c
-#
-#Depends-on:
-#list
-#xalloc
-#xsize
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/array-list-tests
-Hash: 53baa85faeb05acb1a5ac31eddc9644f74534d95b378c648e0e15c3c48fb3a39
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-array_list.c
-#
-#Depends-on:
-#progname
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-array_list
-#check_PROGRAMS += test-array_list
-#test_array_list_LDADD = $(LDADD) @LIBINTL@
-
-File: ./modules/array-mergesort
-Hash: d585324f2a3ec55082b40d8105956bef2d3acca525a28c3fb788716b0c8aefc7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Merge-sort algorithm on arrays.
-#
-#Files:
-#lib/array-mergesort.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-#"array-mergesort.h"
-
-File: ./modules/array-mergesort-tests
-Hash: 0381eae0b69a43296fb82510390ea62a845191dacf3b433aaad9116b638c4d56
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-array-mergesort.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-array-mergesort
-#check_PROGRAMS += test-array-mergesort
-
-File: ./modules/array-oset
-Hash: f36d4a0da577eed849de014669d57e2f2084cfd1f72b5611a526829c81250b40
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Ordered set data type implemented by an array.
-#
-#Files:
-#lib/gl_array_oset.h
-#lib/gl_array_oset.c
-#
-#Depends-on:
-#oset
-#xalloc
-#xsize
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/array-oset-tests
-Hash: ec9ac466b696b5a94cd17a8ba47724fb6d95350af33941164b48273b68b74bf3
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-array_oset.c
-#
-#Depends-on:
-#array-list
-#progname
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-array_oset
-#check_PROGRAMS += test-array_oset
-#test_array_oset_LDADD = $(LDADD) @LIBINTL@
-
-File: ./modules/assert
-Hash: 84144692e39c0ce77559b0f2d4a5d22114f5cec2e0195dfd88cbe772ed85f07c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Allow the installer to disable assertions through "configure --disable-assert".
-#
-#Files:
-#m4/assert.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_ASSERT
-#
-#Makefile.am:
-#
-#Include:
-#<assert.h>
-
-File: ./modules/atexit
-Hash: 956fe5e5cc0e05eb5c5652bee988a55b05d2c27e4d0d4fa2fd65a54fbfcbf105
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#atexit() function: register a function to be called at program termination.
-#
-#Status:
-#obsolete
-#
-#Notice:
-#This module is obsolete.
-#
-#Files:
-#lib/atexit.c
-#m4/atexit.m4
-#
-#Depends-on:
-
-File: ./modules/atexit-tests
-Hash: b5af4099d9ac6036921029273e26e8da033ff0bac3de1b5a2b3dd1ad69ba03d9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-atexit.sh
-#tests/test-atexit.c
-#
-#Depends-on:
-#unistd
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-atexit.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
-#check_PROGRAMS += test-atexit
-
-File: ./modules/atoll
-Hash: 081eda59aa89c73d2d4f59240a8a9c0ee267bee9a1b5266c5691af9998acf69e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#atoll() function: convert decimal string string to 'long long'.
-#
-#Files:
-#lib/atoll.c
-#m4/atoll.m4
-#m4/longlong.m4
-#
-#Depends-on:
-#strtoll
-#
-#configure.ac:
-#gl_FUNC_ATOLL
-#gl_STDLIB_MODULE_INDICATOR([atoll])
-
-File: ./modules/autobuild
-Hash: 1df0ddee990f9718235a005080c93d7c0f926c4e5552e8f32a7521e9a9a7a696
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Macros to print information about the build, useful for the autobuild parser.
-#
-#Files:
-#m4/autobuild.m4
-#
-#Depends-on:
-#
-#configure.ac-early:
-#AB_INIT
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/avltree-list
-Hash: 8352576b25c70bf6f2e533c52cbd8503e92c97193bc5fa9cc07804286be3ad08
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Sequential list data type implemented by a binary tree.
-#
-#Files:
-#lib/gl_avltree_list.h
-#lib/gl_avltree_list.c
-#lib/gl_anyavltree_list1.h
-#lib/gl_anyavltree_list2.h
-#lib/gl_anytree_list1.h
-#lib/gl_anytree_list2.h
-#
-#Depends-on:
-#list
-#xalloc
-
-File: ./modules/avltree-list-tests
-Hash: a123480eb40475062e2604a99669dd8026d387d002ce72832d31c474d3fc01ce
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-avltree_list.c
-#
-#Depends-on:
-#array-list
-#progname
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-avltree_list
-#check_PROGRAMS += test-avltree_list
-#test_avltree_list_LDADD = $(LDADD) @LIBINTL@
-
-File: ./modules/avltree-oset
-Hash: 9201a58ecb36cd0aec6dc85046baa6ed2593d50675aebfb25f5f8e0c2fe1b5c3
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Ordered set data type implemented by a binary tree.
-#
-#Files:
-#lib/gl_avltree_oset.h
-#lib/gl_avltree_oset.c
-#lib/gl_anytree_oset.h
-#
-#Depends-on:
-#oset
-#xalloc
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/avltree-oset-tests
-Hash: 2bbc34e6fbe51d0642d29db9147155c20bc3707e0083dc001823a0fe2b39401c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-avltree_oset.c
-#
-#Depends-on:
-#array-oset
-#progname
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-avltree_oset
-#check_PROGRAMS += test-avltree_oset
-#test_avltree_oset_LDADD = $(LDADD) @LIBINTL@
-
-File: ./modules/avltreehash-list
-Hash: 8379c549323aa2f753b6d5c5c14c04582f9d3d81cbf0e7097b87118a01d3d074
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Sequential list data type implemented by a hash table with a binary tree.
-#
-#Files:
-#lib/gl_avltreehash_list.h
-#lib/gl_avltreehash_list.c
-#lib/gl_anyhash_list1.h
-#lib/gl_anyhash_list2.h
-#lib/gl_anyavltree_list1.h
-#lib/gl_anyavltree_list2.h
-#lib/gl_anytree_list1.h
-#lib/gl_anytree_list2.h
-#lib/gl_anytreehash_list1.h
-#lib/gl_anytreehash_list2.h
-
-File: ./modules/avltreehash-list-tests
-Hash: 222fec9e5662ce5934197e646123d204f9c5e35576d0fdf96b09ebe8065f21bb
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-avltreehash_list.c
-#
-#Depends-on:
-#array-list
-#progname
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-avltreehash_list
-#check_PROGRAMS += test-avltreehash_list
-#test_avltreehash_list_LDADD = $(LDADD) @LIBINTL@
-
-File: ./modules/backupfile
-Hash: 4fef23dcdfce02b82549e59718ac3bad55465aeb9fab63e33764c6f897745193
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Determination of the filename of a backup file, according to user environment
-#variables.
-#
-#Files:
-#lib/backupfile.h
-#lib/backupfile.c
-#m4/dos.m4
-#m4/backupfile.m4
-#
-#Depends-on:
-#argmatch
-#d-ino
-#dirent-safer
-#dirname
-
-File: ./modules/base64
-Hash: d850c109bddde729e5924c6d94d5e036d2eb1fb6ad06c18ea4bb8250bebfd01b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Encode binary data using printable characters (base64).
-#
-#Files:
-#lib/base64.h
-#lib/base64.c
-#m4/base64.m4
-#
-#Depends-on:
-#stdbool
-#memchr
-#
-#configure.ac:
-#gl_FUNC_BASE64
-
-File: ./modules/base64-tests
-Hash: b3ba7757f81171d4256c2280ed235946dccecba97f61a71beb7a18e58086ec8c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-base64.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-base64
-#check_PROGRAMS += test-base64
-
-File: ./modules/bcopy
-Hash: 3c949f3dd2f81574a222739c81dfb3ecd3b8f3ba8991e8d5daa793988f1066b9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Old BSD bcopy() function: copy memory area.
-#
-#Files:
-#lib/bcopy.c
-#
-#Depends-on:
-#strings
-#
-#configure.ac:
-#AC_REPLACE_FUNCS(bcopy)
-#
-#Makefile.am:
-#
-#Include:
-
-File: ./modules/binary-io
-Hash: 30e391bd7c76cdd6365ec2a6b56d87cd34e02ca680ea7e236e5395b18ede66b5
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Binary mode I/O.
-#
-#Files:
-#lib/binary-io.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += binary-io.h
-#
-#Include:
-#"binary-io.h"
-
-File: ./modules/binary-io-tests
-Hash: a261d4e10b800d29c23e0c653efffb19a3149f33e7ee43e0076a08419bb6df40
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-binary-io.sh
-#tests/test-binary-io.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-binary-io.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
-#check_PROGRAMS += test-binary-io
-
-File: ./modules/bind
-Hash: 23a535bf498832382cbce326f849072720c70046c996a20effdee4c9bb89b7ea
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#bind() function: bind a server socket to a port.
-#
-#Files:
-#lib/bind.c
-#lib/w32sock.h
-#
-#Depends-on:
-#sys_socket
-#errno
-#
-#configure.ac:
-#AC_REQUIRE([gl_HEADER_SYS_SOCKET])
-#if test "$ac_cv_header_winsock2_h" = yes; then
-#  AC_LIBOBJ([bind])
-
-File: ./modules/bison-i18n
-Hash: 19037cfd342380ef9bc7024e56064ca9003979f131f1dea1dc92f1d7ba677ba4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Support for internationalization of bison-generated parsers.
-#
-#Files:
-#m4/bison-i18n.m4
-#
-#Depends-on:
-#gettext
-#
-#configure.ac:
-#BISON_I18N
-#
-#Makefile.am:
-#
-#Include:
-
-File: ./modules/bitrotate
-Hash: faaa06c6841e198470db642537c7dbbc9293c856bdba9233d3fa78fde732d556
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Rotate bits in unsigned 8, 16, and 32 bit integers.
-#
-#Files:
-#lib/bitrotate.h
-#
-#Depends-on:
-#stdint
-#
-#configure.ac:
-#AC_REQUIRE([AC_C_INLINE])
-#
-#Makefile.am:
-#lib_SOURCES += bitrotate.h
-
-File: ./modules/bitrotate-tests
-Hash: 6876c90c81000a7ba76c7159cdcfa520d74edbbc0e650b504d6c6bc650298eac
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-bitrotate.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-bitrotate
-#check_PROGRAMS += test-bitrotate
-
-File: ./modules/btowc
-Hash: 09d7103954397af08b8d14f2a19074db593e030a78939b476595669a822df2f7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#btowc() function: convert unibyte character to wide character.
-#
-#Files:
-#lib/btowc.c
-#m4/btowc.m4
-#
-#Depends-on:
-#wchar
-#
-#configure.ac:
-#gl_FUNC_BTOWC
-#gl_WCHAR_MODULE_INDICATOR([btowc])
-#
-#Makefile.am:
-
-File: ./modules/btowc-tests
-Hash: 6678d1b57cf42f696e33a3f3c000bfdc548a517f89b7753c081d4bc2daedb0c8
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-btowc1.sh
-#tests/test-btowc2.sh
-#tests/test-btowc.c
-#m4/locale-fr.m4
-#m4/codeset.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gt_LOCALE_FR
-#gt_LOCALE_FR_UTF8
-#
-#Makefile.am:
-#TESTS += test-btowc1.sh test-btowc2.sh
-
-File: ./modules/byteswap
-Hash: 02ae020bda6922b8e3e33b99cefc9c092d9c11f407a30a8c0144f2ea79d61d2b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Swap bytes of 16, 32 and 64 bit values.
-#
-#Files:
-#lib/byteswap.in.h
-#m4/byteswap.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_BYTESWAP
-#
-#Makefile.am:
-#BUILT_SOURCES += $(BYTESWAP_H)
-
-File: ./modules/byteswap-tests
-Hash: d5dcac55272d375d33032dadc4b83cf82b2c4b49f1e576718afc88774e06e820
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-byteswap.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-byteswap
-#check_PROGRAMS += test-byteswap
-#
-#License:
-#LGPL
-
-File: ./modules/c-ctype
-Hash: 1aaf6009165743a42132a3a5f350954787e1fb6d00652d4a7054d640678a2852
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Character handling in C locale.
-#
-#Files:
-#lib/c-ctype.h
-#lib/c-ctype.c
-#
-#Depends-on:
-#stdbool
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += c-ctype.h c-ctype.c
-
-File: ./modules/c-ctype-tests
-Hash: 541b89b740089bbb53771bc68a6b4dde677cf62c45e31859803168e920a2b4cc
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-c-ctype.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-c-ctype
-#check_PROGRAMS += test-c-ctype
-
-File: ./modules/c-stack
-Hash: 9e073958b6341900d6ff379d5088639539a9c9420b43295900545fe8f7f98f05
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Stack overflow handling, causing program exit.
-#
-#Files:
-#lib/c-stack.h
-#lib/c-stack.c
-#m4/c-stack.m4
-#
-#Depends-on:
-#gettext-h
-#errno
-#exitfail
-#unistd
-#raise
-#sigaction
-
-File: ./modules/c-stack-tests
-Hash: af2bec5076635bdcb7aed623f58e8024ca0e31a7cbfa600e6f16e4885332995a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-c-stack.c
-#tests/test-c-stack.sh
-#tests/test-c-stack2.sh
-#
-#Depends-on:
-#exitfail
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-c-stack.sh test-c-stack2.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LIBSIGSEGV='@LIBSIGSEGV@'
-#check_PROGRAMS += test-c-stack
-#test_c_stack_LDADD = $(LDADD) $(LIBCSTACK) @LIBINTL@
-
-File: ./modules/c-strcase
-Hash: a37a455befa8dea1afeff6efe9a52ca456d347c9640b6533de088e6ed066ab0a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Case-insensitive string comparison functions in C locale.
-#
-#Files:
-#lib/c-strcase.h
-#lib/c-strcasecmp.c
-#lib/c-strncasecmp.c
-#
-#Depends-on:
-#c-ctype
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += c-strcase.h c-strcasecmp.c c-strncasecmp.c
-
-File: ./modules/c-strcase-tests
-Hash: b9ebfef040c2c75e386017fccce5ec0551e2925375d7139c44c210676cce33eb
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-c-strcase.sh
-#tests/test-c-strcasecmp.c
-#tests/test-c-strncasecmp.c
-#m4/locale-fr.m4
-#m4/locale-tr.m4
-#m4/codeset.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gt_LOCALE_FR
-#gt_LOCALE_TR_UTF8
-#
-#Makefile.am:
-
-File: ./modules/c-strcaseeq
-Hash: f752ec255a570106fc293400dc68d349d63b8eadf4c6ac894b6fab309f3a9d20
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Optimized case-insensitive string comparison in C locale.
-#
-#Files:
-#lib/c-strcaseeq.h
-#
-#Depends-on:
-#c-strcase
-#c-ctype
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-
-File: ./modules/c-strcasestr
-Hash: ea69b0761c479bdeed87f867068c33d48a03c35e3936828e09f87aba683a7330
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Efficient case-insensitive searching in a string in C locale.
-#
-#Files:
-#lib/c-strcasestr.h
-#lib/c-strcasestr.c
-#lib/str-two-way.h
-#
-#Depends-on:
-#c-ctype
-#c-strcase
-#stdbool
-#memchr
-#memcmp
-
-File: ./modules/c-strcasestr-tests
-Hash: 8c6ed641b71bd7d361ff43ea2bf201db01873a92e78d96f7e5eb817770baf2ae
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-c-strcasestr.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-c-strcasestr
-#check_PROGRAMS += test-c-strcasestr
-
-File: ./modules/c-strstr
-Hash: 9e209ab3ebf91f8ef637589f7d39703fa22f55af9d697603cb169766695e5385
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Search for a substring in a string in C locale.
-#
-#Files:
-#lib/c-strstr.h
-#lib/c-strstr.c
-#
-#Depends-on:
-#strstr
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += c-strstr.h c-strstr.c
-
-File: ./modules/c-strstr-tests
-Hash: f9d5b888a3c3e54e1f2630b76a956ca27fd75f8e72a4254075594e29bbcb5858
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-c-strstr.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-c-strstr
-#check_PROGRAMS += test-c-strstr
-
-File: ./modules/c-strtod
-Hash: 612121560adbf21427320c02041c112b48ea6fd6297b7be91c6291af7375cbcc
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Convert string to double in C locale.
-#
-#Files:
-#lib/c-strtod.c
-#lib/c-strtod.h
-#m4/c-strtod.m4
-#
-#Depends-on:
-#extensions
-#strdup-posix
-#
-#configure.ac:
-#gl_C_STRTOD
-
-File: ./modules/c-strtold
-Hash: 3544bbe9e95749a41f982bde06d71495ebdd9a5e5b0b07041a741ed009c733e6
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Convert string to long double in C locale.
-#
-#Files:
-#lib/c-strtod.h
-#lib/c-strtod.c
-#lib/c-strtold.c
-#m4/c-strtod.m4
-#
-#Depends-on:
-#extensions
-#strdup-posix
-#
-#configure.ac:
-#gl_C_STRTOLD
-
-File: ./modules/calloc
-Hash: d7466a0b924d6645b1c5cbad94c4a37f8c5c5da513c1304b58890ac53d930e30
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#calloc() function that is glibc compatible.
-#
-#Files:
-#lib/calloc.c
-#m4/calloc.m4
-#
-#Depends-on:
-#calloc-posix
-#
-#configure.ac:
-#AC_FUNC_CALLOC
-#
-#Makefile.am:
-
-File: ./modules/calloc-posix
-Hash: 3b1406a7c742bf6dd0d730f653c5785f86801bd8f7223201bd6aaa2d050dfcd9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#calloc() function: allocate memory with indefinite extent.
-#
-#Files:
-#lib/calloc.c
-#m4/calloc.m4
-#m4/malloc.m4
-#
-#Depends-on:
-#stdlib
-#
-#configure.ac:
-#gl_FUNC_CALLOC_POSIX
-#gl_STDLIB_MODULE_INDICATOR([calloc-posix])
-
-File: ./modules/canon-host
-Hash: b81f60bfbc64572f5c7a8beaa41866bae17cd2d40aebebb151e7ee1b1266b83c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Canonicalize a host name: return a name other hosts can understand, i.e.
-#usually the host name including FQDN.
-#
-#Files:
-#lib/canon-host.c
-#lib/canon-host.h
-#m4/canon-host.m4
-#
-#Depends-on:
-#getaddrinfo
-#strdup
-#
-#configure.ac:
-#gl_CANON_HOST
-
-File: ./modules/canonicalize
-Hash: f24ee9ec34ae94bb205cb71bd8d533a004202ef33739606bebd774941a00b75c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Return the canonical absolute name of a given file.
-#
-#Files:
-#lib/canonicalize.h
-#lib/canonicalize.c
-#lib/pathmax.h
-#m4/canonicalize.m4
-#
-#Depends-on:
-#areadlink-with-size
-#errno
-#file-set
-#filenamecat
-#hash-triple
-
-File: ./modules/canonicalize-lgpl
-Hash: 4c13afd9743357e076cee04877e63b77afa6cd8ff0926e3879043fb4360ba78a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Canonical absolute file name (LGPLed version).
-#
-#Files:
-#lib/canonicalize.h
-#lib/canonicalize-lgpl.c
-#m4/canonicalize-lgpl.m4
-#
-#Depends-on:
-#alloca-opt
-#malloca
-#memmove
-#pathmax
-#readlink
-
-File: ./modules/canonicalize-lgpl-tests
-Hash: 5115abba1182913b6fe9173dabcf860a194d017b1f89ad56fc009c15a5bc723f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-canonicalize-lgpl.sh
-#tests/test-canonicalize-lgpl.c
-#
-#Depends-on:
-#
-#configure.ac:
-#AC_CHECK_FUNCS_ONCE([symlink])
-#HAVE_SYMLINK=$ac_cv_func_symlink
-#AC_SUBST([HAVE_SYMLINK])
-#
-#Makefile.am:
-#TESTS += test-canonicalize-lgpl.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' HAVE_SYMLINK='$(HAVE_SYMLINK)'
-#check_PROGRAMS += test-canonicalize-lgpl
-
-File: ./modules/canonicalize-tests
-Hash: a0d9e99e99856f2b41a69a2031475234178cddb4399c4c50ee6bb09f55009c07
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-canonicalize.sh
-#tests/test-canonicalize.c
-#
-#Depends-on:
-#
-#configure.ac:
-#AC_CHECK_FUNCS_ONCE([symlink])
-#HAVE_SYMLINK=$ac_cv_func_symlink
-#AC_SUBST([HAVE_SYMLINK])
-#
-#Makefile.am:
-#TESTS += test-canonicalize.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' HAVE_SYMLINK='$(HAVE_SYMLINK)'
-#check_PROGRAMS += test-canonicalize
-
-File: ./modules/carray-list
-Hash: e550c35afc8d217d0fcec2b961f4b7aa62e205f37223a98963561adf65e01d56
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Sequential list data type implemented by a circular array.
-#
-#Files:
-#lib/gl_carray_list.h
-#lib/gl_carray_list.c
-#
-#Depends-on:
-#list
-#xalloc
-#xsize
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/carray-list-tests
-Hash: 9cc5e8c71ff614ff0d7df3a565b59dd8db14a616242f77e97c6b1a2a8105bd81
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-carray_list.c
-#
-#Depends-on:
-#array-list
-#progname
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-carray_list
-#check_PROGRAMS += test-carray_list
-#test_carray_list_LDADD = $(LDADD) @LIBINTL@
-
-File: ./modules/ceil
-Hash: b73da31e7eb3600040bd1ea4c6a8b2f1e0e90ba7ffce37b668421fd8bda25605
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#ceil() function: round towards positive infinity.
-#
-#Files:
-#m4/ceil.m4
-#
-#Depends-on:
-#math
-#
-#configure.ac:
-#gl_FUNC_CEIL
-#
-#Makefile.am:
-#
-#Include:
-
-File: ./modules/ceilf
-Hash: 60cf4bef6762da1964acc30e8cf5540ee4be612f716cbace67aca6f54a1f2ff3
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#ceilf() function: round towards positive infinity.
-#
-#Files:
-#lib/ceilf.c
-#lib/ceil.c
-#m4/ceilf.m4
-#
-#Depends-on:
-#math
-#extensions
-#float
-#
-#configure.ac:
-#gl_FUNC_CEILF
-
-File: ./modules/ceilf-tests
-Hash: 2ecc4fec292d712661525b22d5344cb9ca77a3fd9f62e015f960c0b1b3179dac
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-ceilf1.c
-#tests/test-ceilf2.c
-#tests/nan.h
-#
-#Depends-on:
-#float
-#isnanf-nolibm
-#stdbool
-#stdint
-#fprintf-posix
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/ceill
-Hash: 7405c30e654f64ad80e99bc91d7a3fc3155af2fe45dc87915803f0059b11a627
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#ceill() function: round towards positive infinity.
-#
-#Files:
-#lib/ceill.c
-#lib/ceil.c
-#m4/ceill.m4
-#
-#Depends-on:
-#math
-#extensions
-#float
-#
-#configure.ac:
-#gl_FUNC_CEILL
-
-File: ./modules/ceill-tests
-Hash: 02e342a8a90a0d94eead61705e1f03a4180d1d2255f97ac1084951c7ac1f172c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-ceill.c
-#tests/nan.h
-#
-#Depends-on:
-#fpucw
-#isnanl-nolibm
-#float
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-ceill
-#check_PROGRAMS += test-ceill
-#test_ceill_LDADD = $(LDADD) @CEILL_LIBM@
-
-File: ./modules/chdir-long
-Hash: 37e8e598f3011eefce4641dfbeebe2a22a36b5c02209da129a74d943c4c2ed14
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#chdir-like function that tries not to fail due to ENAMETOOLONG
-#
-#Files:
-#lib/chdir-long.h
-#lib/chdir-long.c
-#m4/chdir-long.m4
-#
-#Depends-on:
-#atexit
-#fchdir
-#fcntl-h
-#openat-safer
-#memchr
-#mempcpy
-
-File: ./modules/chdir-safer
-Hash: f023c1a589c1d09e4f14c6ff16e462523dbb61feca57327ec3db77ecd7e4fed7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#like chdir, but safer
-#
-#Files:
-#lib/chdir-safer.h
-#lib/chdir-safer.c
-#m4/chdir-safer.m4
-#
-#Depends-on:
-#errno
-#fchdir
-#fcntl-h
-#open
-#same-inode
-#stdbool
-
-File: ./modules/check-version
-Hash: c8ab694209f70435e648a111762230f5f4a9d25fa96c20955642a0d6a9b78ecb
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Check version string compatibility.
-#
-#Files:
-#m4/check-version.m4
-#lib/check-version.h
-#lib/check-version.c
-#
-#Depends-on:
-#strverscmp
-#
-#configure.ac:
-#gl_CHECK_VERSION
-#
-#Makefile.am:
-
-File: ./modules/chown
-Hash: 27f2690dd303af10bb6ffc0c70b9b67bf7d9c475c30b379099b25799b48450f2
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#chown() function: change ownership of a file, following symlinks.
-#
-#Files:
-#lib/chown.c
-#lib/fchown-stub.c
-#m4/chown.m4
-#
-#Depends-on:
-#open
-#unistd
-#sys_stat
-#
-#configure.ac:
-#gl_FUNC_CHOWN
-
-File: ./modules/classpath
-Hash: 826a02656c133f31a7120fe677a9e8fbece69bca8f49b30954fe4bf51c4a847e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Java CLASSPATH handling.
-#
-#Files:
-#lib/classpath.h
-#lib/classpath.c
-#
-#Depends-on:
-#stdbool
-#xsetenv
-#xalloc
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/clean-temp
-Hash: 0167d0f7a980c65c18288e1d04cff18da933c9dcb7531606c0e9ebee382dac61
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Temporary directories and temporary files with automatic cleanup.
-#
-#Files:
-#lib/clean-temp.h
-#lib/clean-temp.c
-#
-#Depends-on:
-#stdbool
-#unistd
-#error
-#fatal-signal
-#open
-#pathmax
-#tmpdir
-
-File: ./modules/clock-time
-Hash: a0a588f85ac8e63fa9f8f9361381a81ebea08d20abd2c1be04d2640560c28c41
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Check for clock_gettime and clock_settime.
-#
-#Files:
-#m4/clock_time.m4
-#
-#Depends-on:
-#extensions
-#
-#configure.ac:
-#gl_CLOCK_TIME
-#
-#Makefile.am:
-#
-#Include:
-
-File: ./modules/cloexec
-Hash: ce7a0dcfafef2342f95a1c8d8b303d6336f2e2ce9931c19696d3e98cdd24a582
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Set or clear the close-on-exec descriptor flag.
-#
-#Files:
-#lib/cloexec.c
-#lib/cloexec.h
-#m4/cloexec.m4
-#
-#Depends-on:
-#stdbool
-#
-#configure.ac:
-#gl_CLOEXEC
-#
-#Makefile.am:
-
-File: ./modules/close
-Hash: 8bd8212ece9bee25d93a40810444163e096b3ac7cc5bf19388451f13a1ea4059
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#close() function: close a file or socket.
-#
-#Files:
-#lib/close.c
-#m4/close.m4
-#
-#Depends-on:
-#unistd
-#close-hook
-#fclose
-#
-#configure.ac:
-#gl_FUNC_CLOSE
-#gl_UNISTD_MODULE_INDICATOR([close])
-
-File: ./modules/close-hook
-Hash: 05b21d50199be350706d697bab38376c91867056a1b28de62514511ac4054e1b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Hook for making close() extensible.
-#
-#Files:
-#lib/close-hook.h
-#lib/close-hook.c
-#
-#Depends-on:
-#unistd
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += close-hook.c
-
-File: ./modules/close-stream
-Hash: 3f3c94f0eb2dd9487e9fce9fca2ce7cba021c47c507466f448e837d21bffa9e7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Close a stream, with nicer error checking than fclose's.
-#
-#Files:
-#lib/close-stream.h
-#lib/close-stream.c
-#m4/close-stream.m4
-#
-#Depends-on:
-#fpending
-#stdbool
-#
-#configure.ac:
-#gl_CLOSE_STREAM
-#gl_MODULE_INDICATOR([close-stream])
-
-File: ./modules/closein
-Hash: ac54f1e1c2872ff17faed1667304d92f0d702bc9368a88e3b84823ab901e94eb
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Close all standard streams, resetting seekable stdin if needed, and exiting with a diagnostic on error.
-#
-#Files:
-#lib/closein.h
-#lib/closein.c
-#m4/closein.m4
-#
-#Depends-on:
-#closeout
-#freadahead
-#fflush
-#stdbool
-#
-#configure.ac:
-
-File: ./modules/closein-tests
-Hash: 805c1e0f0a4b354915ff7f5a7422d6d16cdce97d6df46dde141ebdc3826b48ad
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-closein.sh
-#tests/test-closein.c
-#
-#Depends-on:
-#binary-io
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-closein.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
-#check_PROGRAMS += test-closein
-#test_closein_LDADD = $(LDADD) @LIBINTL@
-
-File: ./modules/closeout
-Hash: 051da050b037e9c81b7d6782ac45594f01e0ef7cbff2374cff1fa6f27d57bcbe
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Close standard output and standard error, exiting with a diagnostic on error.
-#
-#Files:
-#lib/closeout.h
-#lib/closeout.c
-#m4/closeout.m4
-#
-#Depends-on:
-#close-stream
-#gettext-h
-#error
-#quotearg
-#exitfail
-#stdbool
-
-File: ./modules/concat-filename
-Hash: 8a73319669b27457ae9c38a8051293d9a4f8ea4ec07c9b3caeeba3025aa34db9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Construct a full filename by concatenating a directory name, a relative
-#filename, and a suffix.
-#
-#Files:
-#lib/concat-filename.h
-#lib/concat-filename.c
-#
-#Depends-on:
-#filename
-#malloc-posix
-#stpcpy
-#
-#configure.ac:
-
-File: ./modules/cond
-Hash: d1e1fdf80f75b22e3b5e375755f93920bd05d490cd892df12e5a02387cd32715
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Condition variables for multithreading.
-#
-#Files:
-#lib/glthread/cond.h
-#lib/glthread/cond.c
-#m4/cond.m4
-#
-#Depends-on:
-#threadlib
-#lock
-#errno
-#stdbool
-#time
-#gettimeofday
-
-File: ./modules/cond-tests
-Hash: 2b1de8d3eeccd314891c3d26b8acd001891fd51583fd6ef61b619af9370673bc
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-cond.c
-#
-#Depends-on:
-#lock
-#thread
-#yield
-#gettimeofday
-#sleep
-#
-#Makefile.am:
-#TESTS += test-cond
-#check_PROGRAMS += test-cond
-#test_cond_LDADD = $(LDADD) @LIBMULTITHREAD@ @YIELD_LIB@
-
-File: ./modules/config-h
-Hash: 91e035167a02a8b36f0d9e54ebbb976100ac64d04869f8f0d863e983bbc54903
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Assume config.h exists, to avoid -DHAVE_CONFIG_H clutter in 'make' output.
-#
-#Files:
-#m4/config-h.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_CONFIG_H
-#
-#Makefile.am:
-#
-#Include:
-
-File: ./modules/configmake
-Hash: e2e385cbb63e95e40039eec46348d71a6b017c2504404eb4651d9b267c975386
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Variables set by "configure" or "make".
-#
-#Files:
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-## Retrieve values of the variables through 'configure' followed by
-## 'make', not directly through 'configure', so that a user who
-## sets some of these variables consistently on the 'make' command
-## line gets correct results.
-##
-
-File: ./modules/connect
-Hash: eb39e48e80088efe48404e5d5be9b3ef518ea35e2ea5c39dd1fc5e1fbada497e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#connect() function: connect a client socket.
-#
-#Files:
-#lib/connect.c
-#lib/w32sock.h
-#
-#Depends-on:
-#sys_socket
-#errno
-#
-#configure.ac:
-#AC_REQUIRE([gl_HEADER_SYS_SOCKET])
-#if test "$ac_cv_header_winsock2_h" = yes; then
-#  AC_LIBOBJ([connect])
-
-File: ./modules/copy-file
-Hash: 70ec3ceab633438e6f8854a1378d56435c8c968587fe6ca8be8c1ef3bccc830c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Copying of files.
-#
-#Files:
-#lib/copy-file.h
-#lib/copy-file.c
-#m4/copy-file.m4
-#
-#Depends-on:
-#acl
-#binary-io
-#error
-#exit
-#full-write
-#gettext-h
-
-File: ./modules/copy-file-tests
-Hash: 06069a61c64b73f74356dfcdc050364dbaf37018d778b9715c2df576b3b58129
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-copy-file.sh
-#tests/test-copy-file.c
-#
-#Depends-on:
-#acl
-#acl-tests
-#progname
-#read-file
-#xalloc
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-copy-file.sh
-
-File: ./modules/count-one-bits
-Hash: 15c0054778b12fcbea0ad721994a124837da8a21621a6fc423e9df2412129954
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Counts the number of 1-bits in a word.
-#
-#Files:
-#lib/count-one-bits.h
-#m4/count-one-bits.m4
-#
-#Depends-on:
-#inline
-#verify
-#
-#configure.ac:
-#gl_COUNT_ONE_BITS
-#
-#Makefile.am:
-
-File: ./modules/count-one-bits-tests
-Hash: 969693e3cd2dbad97f45c36545782a08594c11c7792b305344ad8d7ef56f3ec2
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-count-one-bits.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-count-one-bits
-#check_PROGRAMS += test-count-one-bits
-
-File: ./modules/crc
-Hash: 6e215352fbcbda061d26760d0bedd4ca18904097058e9b89357c45433e342308
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Compute cyclic redundancy codes.
-#
-#Files:
-#lib/crc.h
-#lib/crc.c
-#m4/crc.m4
-#
-#Depends-on:
-#stdint
-#
-#configure.ac:
-#gl_CRC
-#
-#Makefile.am:
-
-File: ./modules/crc-tests
-Hash: 53be4aa9d8567f7ffc69736b1f7f8d87727bdac69d7f8f6a7954eea7251d980b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-crc.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-crc
-#check_PROGRAMS += test-crc
-
-File: ./modules/crypto/arcfour
-Hash: 8d3330e5db17886bf6f3779d415aa5153f864fc51e292401c0c305e4d561053f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#ARCFOUR stream cipher implementation
-#
-#Files:
-#lib/arcfour.h
-#lib/arcfour.c
-#m4/arcfour.m4
-#
-#Depends-on:
-#stdint
-#
-#configure.ac:
-#gl_ARCFOUR
-#
-#Makefile.am:
-
-File: ./modules/crypto/arcfour-tests
-Hash: 3630759cc927ebcd0be39504cf3bea594de25cfc04a922d3bdc56c8c0f0d8af4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-arcfour.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-arcfour
-#check_PROGRAMS += test-arcfour
-
-File: ./modules/crypto/arctwo
-Hash: 5469694717f29035793668209aa697611e9c80d3cefd3429445d55a81507a79f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#ARCTWO block cipher implementation
-#
-#Files:
-#lib/arctwo.h
-#lib/arctwo.c
-#m4/arctwo.m4
-#
-#Depends-on:
-#stdint
-#bitrotate
-#
-#configure.ac:
-#gl_ARCTWO
-
-File: ./modules/crypto/arctwo-tests
-Hash: c811c82078187c8a8ed3d4b866e6c485d7408508782e0a351175c3488415a16d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-arctwo.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-arctwo
-#check_PROGRAMS += test-arctwo
-
-File: ./modules/crypto/des
-Hash: 06db0a8fd379ada1a5aff08c9ab10b9819ccf63b2961736326633cd10aaa6d50
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#DES block cipher.
-#
-#Files:
-#lib/des.c
-#lib/des.h
-#m4/des.m4
-#
-#Depends-on:
-#stdint
-#stdbool
-#memcmp
-#
-#configure.ac:
-#gl_DES
-
-File: ./modules/crypto/des-tests
-Hash: cbc028ccae8a0469a4d48a2eab9b34ebb63d6f8eb9b67f1bf991f68e757e0052
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-des.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-des
-#check_PROGRAMS += test-des
-#
-#License:
-#LGPLv2+
-
-File: ./modules/crypto/gc
-Hash: a37067ce105b5c26b65edc4746d337d2071c7b088f830ee2e9ac168cccaea42f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Core files for generic crypto package
-#
-#Files:
-#lib/gc.h
-#lib/gc-libgcrypt.c
-#lib/gc-gnulib.c
-#m4/gc.m4
-#
-#Depends-on:
-#havelib
-#
-#configure.ac:
-#gl_GC
-#if test $gl_cond_libtool = false; then
-
-File: ./modules/crypto/gc-arcfour
-Hash: d679779877f609d5d127d5a90882ef40bf0fc99f2dbbabe80887c9d515a0d275
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Generic crypto wrappers for ARCFOUR stream cipher.
-#
-#Files:
-#m4/gc-arcfour.m4
-#lib/arcfour.h
-#lib/arcfour.c
-#m4/arcfour.m4
-#
-#Depends-on:
-#stdint
-#crypto/gc
-#
-#configure.ac:
-#gl_GC_ARCFOUR
-
-File: ./modules/crypto/gc-arcfour-tests
-Hash: 62c1593e37d5d7c1134e9ab32a23f55f0f191736dea6b1bffd23b4b19ead2d16
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-gc-arcfour.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-gc-arcfour
-#check_PROGRAMS += test-gc-arcfour
-#
-#License:
-#LGPLv2+
-
-File: ./modules/crypto/gc-arctwo
-Hash: b992ec6a005b7812bd2288aa943bd754ec7bbe6d13d38635511d69839ab97cd3
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Generic crypto wrappers for ARCTWO block cipher.
-#
-#Files:
-#m4/gc-arctwo.m4
-#lib/arctwo.h
-#lib/arctwo.c
-#m4/arctwo.m4
-#
-#Depends-on:
-#stdint
-#crypto/gc
-#bitrotate
-#
-#configure.ac:
-
-File: ./modules/crypto/gc-arctwo-tests
-Hash: 200aab87e9e96d895c177468df8b331f595b1f98e49b109a15f9d6ef8a144b9e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-gc-arctwo.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-gc-arctwo
-#check_PROGRAMS += test-gc-arctwo
-#
-#License:
-#LGPLv2+
-
-File: ./modules/crypto/gc-camellia
-Hash: 6efd71985d9ac0bfb970aee78a503053c56e6c209934f17d286bfbe6c6c949c9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Generic crypto wrappers for Camellia block cipher.
-#
-#Files:
-#m4/gc-camellia.m4
-#
-#Depends-on:
-#crypto/gc
-#
-#configure.ac:
-#gl_GC_CAMELLIA
-#gl_MODULE_INDICATOR([gc-camellia])
-#
-#Makefile.am:
-
-File: ./modules/crypto/gc-des
-Hash: 9152a88c7c783ec440504fb433c322a230f707f50d957df0b45e8c0886785680
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Generic crypto wrappers for DES block cipher.
-#
-#Files:
-#m4/gc-des.m4
-#lib/des.h
-#lib/des.c
-#m4/des.m4
-#
-#Depends-on:
-#stdint
-#stdbool
-#crypto/gc
-#
-#configure.ac:
-
-File: ./modules/crypto/gc-des-tests
-Hash: 6c35974a1252d0f23670a8806e798eec78a8788ca9fdd0ddb94370513d097d03
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-gc-des.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-gc-des
-#check_PROGRAMS += test-gc-des
-#
-#License:
-#LGPLv2+
-
-File: ./modules/crypto/gc-hmac-md5
-Hash: 5d2b3bbeae841ab7330e7699bff61e4cd8050938a229c85f932c9eb018074e55
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Generic crypto wrappers for HMAC-MD5 functions.
-#
-#Files:
-#m4/gc-hmac-md5.m4
-#lib/md5.h
-#lib/md5.c
-#m4/md5.m4
-#lib/hmac.h
-#lib/hmac-md5.c
-#m4/hmac-md5.m4
-#lib/memxor.h
-#lib/memxor.c
-#m4/memxor.m4
-
-File: ./modules/crypto/gc-hmac-md5-tests
-Hash: 5ca026dab867927b6168a5e403facf038d7d0e1556528d1171b727335b5fcf83
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-gc-hmac-md5.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-gc-hmac-md5
-#check_PROGRAMS += test-gc-hmac-md5
-#
-#License:
-#LGPLv2+
-
-File: ./modules/crypto/gc-hmac-sha1
-Hash: bdfd1be06fdb64511009c39267dde2b93e94c2109f9d15c9fe928038cbcf1f8a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Generic crypto wrappers for HMAC-SHA1 functions.
-#
-#Files:
-#m4/gc-hmac-sha1.m4
-#lib/sha1.h
-#lib/sha1.c
-#m4/sha1.m4
-#lib/hmac.h
-#lib/hmac-sha1.c
-#m4/hmac-sha1.m4
-#lib/memxor.h
-#lib/memxor.c
-#m4/memxor.m4
-
-File: ./modules/crypto/gc-hmac-sha1-tests
-Hash: 2aae9e8d5d39f859cefb2b1f1848af6876b0fc5d28fdd5c49c67fa7887938cd7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-gc-hmac-sha1.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-gc-hmac-sha1
-#check_PROGRAMS += test-gc-hmac-sha1
-#
-#License:
-#LGPLv2+
-
-File: ./modules/crypto/gc-md2
-Hash: 13b8d9a7fc54087c059b8a671a63fec91931cd56867bdf3f62a52cd5738eb815
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Generic crypto wrappers for MD2 functions.
-#
-#Files:
-#m4/gc-md2.m4
-#
-#Depends-on:
-#stdint
-#minmax
-#crypto/gc
-#crypto/md2
-#
-#configure.ac:
-#gl_GC_MD2
-#gl_MODULE_INDICATOR([gc-md2])
-
-File: ./modules/crypto/gc-md2-tests
-Hash: 4a3a9ae40cf894aa4a91da171c06446cdce46a367fe54af13bd285cc359a388f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-gc-md2.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-gc-md2
-#check_PROGRAMS += test-gc-md2
-#
-#License:
-#LGPLv2+
-
-File: ./modules/crypto/gc-md4
-Hash: 7aa9174d56c7f1a0f4f5373e3331aae1fb2f700c9003ceca20326cdae4140a15
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Generic crypto wrappers for MD4 functions.
-#
-#Files:
-#m4/gc-md4.m4
-#lib/md4.h
-#lib/md4.c
-#m4/md4.m4
-#
-#Depends-on:
-#stdint
-#crypto/gc
-#
-#configure.ac:
-#gl_GC_MD4
-
-File: ./modules/crypto/gc-md4-tests
-Hash: e268963672978e792a325d3764efa0a5a9d680372ea0c2022b64145599982d23
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-gc-md4.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-gc-md4
-#check_PROGRAMS += test-gc-md4
-#
-#License:
-#LGPLv2+
-
-File: ./modules/crypto/gc-md5
-Hash: 67dfbe237cae5b7b4b84ab819f18dfe5d37ef049ae6797f3dee72a91cbafe244
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Generic crypto wrappers for MD5 functions.
-#
-#Files:
-#m4/gc-md5.m4
-#lib/md5.h
-#lib/md5.c
-#m4/md5.m4
-#
-#Depends-on:
-#stdint
-#crypto/gc
-#
-#configure.ac:
-#gl_GC_MD5
-
-File: ./modules/crypto/gc-md5-tests
-Hash: c048f579e8a717bd9afe2adc1f47f82cb21534eae77b8d1070d3420b5228572f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-gc-md5.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-gc-md5
-#check_PROGRAMS += test-gc-md5
-#
-#License:
-#LGPLv2+
-
-File: ./modules/crypto/gc-pbkdf2-sha1
-Hash: b3b5bd79957e0763875e03f1a558d6077746eefdc7fde6ea095f0331192b6551
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Password-Based Key Derivation Function according to PKCS#5/RFC2898
-#
-#Files:
-#lib/gc-pbkdf2-sha1.c
-#m4/gc-pbkdf2-sha1.m4
-#
-#Depends-on:
-#crypto/gc
-#crypto/gc-hmac-sha1
-#
-#configure.ac:
-#gl_GC_PBKDF2_SHA1
-#
-#Makefile.am:
-
-File: ./modules/crypto/gc-pbkdf2-sha1-tests
-Hash: a3182b57a694077f06706f41afe2e80f9ca286a3a7521a456b74405b793f816f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-gc-pbkdf2-sha1.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-gc-pbkdf2-sha1
-#check_PROGRAMS += test-gc-pbkdf2-sha1
-#
-#License:
-#LGPLv2+
-
-File: ./modules/crypto/gc-random
-Hash: 8ecf0f62f4bb9a0e05a1bf45a2aeb552c045f1f7e0cb562ad7036123629e535b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Generic crypto random number functions.
-#
-#Files:
-#m4/gc-random.m4
-#
-#Depends-on:
-#crypto/gc
-#
-#configure.ac:
-#gl_GC_RANDOM
-#gl_MODULE_INDICATOR([gc-random])
-#
-#Makefile.am:
-
-File: ./modules/crypto/gc-rijndael
-Hash: fdbadf39acda6737d3e798e4b883e4f2369b28a10c04ca3c398a1f94af7d458a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Generic crypto wrappers for rijndael block cipher.
-#
-#Files:
-#m4/gc-rijndael.m4
-#lib/rijndael-alg-fst.c
-#lib/rijndael-alg-fst.h
-#lib/rijndael-api-fst.c
-#lib/rijndael-api-fst.h
-#m4/rijndael.m4
-#
-#Depends-on:
-#stdint
-#crypto/gc
-
-File: ./modules/crypto/gc-rijndael-tests
-Hash: af1ef324aa3f6651595b4aa8cc89115cc4ce259a86a57f6fd051fa0843e631a8
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-gc-rijndael.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-gc-rijndael
-#check_PROGRAMS += test-gc-rijndael
-#
-#License:
-#LGPLv2+
-
-File: ./modules/crypto/gc-sha1
-Hash: d0a58c382167aa666d7fd260afb270c56d8397843830055724d2c8c79b19e380
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Generic crypto wrappers for SHA-1 functions.
-#
-#Files:
-#m4/gc-sha1.m4
-#lib/sha1.h
-#lib/sha1.c
-#m4/sha1.m4
-#
-#Depends-on:
-#stdint
-#crypto/gc
-#
-#configure.ac:
-#gl_GC_SHA1
-
-File: ./modules/crypto/gc-sha1-tests
-Hash: 4c4a5c9313d4f0177afb6159d8ed38aed51f2ecb4a3ef5d289a440129483d37c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-gc-sha1.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-gc-sha1
-#check_PROGRAMS += test-gc-sha1
-#
-#License:
-#LGPLv2+
-
-File: ./modules/crypto/gc-tests
-Hash: 144ea2d95cd81e0a8471529c2decbc1bd181790e9b6f8d128ba4f64906cdccbf
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-gc.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-gc
-#check_PROGRAMS += test-gc
-#
-#License:
-#LGPLv2+
-
-File: ./modules/crypto/hmac-md5
-Hash: 595271e6f31d3444e0e50e659e38e3001d3038fa787516aa52b8a3f614aac47a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Compute hashed message authentication codes with MD5.
-#
-#Files:
-#lib/hmac.h
-#lib/hmac-md5.c
-#m4/hmac-md5.m4
-#
-#Depends-on:
-#memxor
-#crypto/md5
-#
-#configure.ac:
-#gl_HMAC_MD5
-
-File: ./modules/crypto/hmac-md5-tests
-Hash: 988d239d21bf3f5fd1fcfcbda7d40c69bebeb32d9cd843dd450095e1c16904c9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-hmac-md5.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-hmac-md5
-#check_PROGRAMS += test-hmac-md5
-
-File: ./modules/crypto/hmac-sha1
-Hash: 444d3cfb9eff2bf6d5dc80facac95589f25821de74edf7d5a5fbc38224cf7e50
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Compute hashed message authentication codes with SHA1.
-#
-#Files:
-#lib/hmac.h
-#lib/hmac-sha1.c
-#m4/hmac-sha1.m4
-#
-#Depends-on:
-#memxor
-#crypto/sha1
-#
-#configure.ac:
-#gl_HMAC_SHA1
-
-File: ./modules/crypto/hmac-sha1-tests
-Hash: 399e8fc017513a7f5d032eb7f9db622f86f1ec372d4d62071be2ef5093bf22c9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-hmac-sha1.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-hmac-sha1
-#check_PROGRAMS += test-hmac-sha1
-
-File: ./modules/crypto/md2
-Hash: 7a6574dd72be6053162e082ee5e07232f7318a53a8de966a0d045188ba9dd955
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Compute MD2 checksum.
-#
-#Files:
-#lib/md2.h
-#lib/md2.c
-#m4/md2.m4
-#
-#Depends-on:
-#minmax
-#
-#configure.ac:
-#gl_MD2
-#
-#Makefile.am:
-
-File: ./modules/crypto/md2-tests
-Hash: 9c76b233ede1e25772f6935717c5d5f3a219e92d9349049b4e66ebb9fdd229ab
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-md2.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-md2
-#check_PROGRAMS += test-md2
-#
-#License:
-#LGPLv2+
-
-File: ./modules/crypto/md4
-Hash: bd74a69b055714488287883e8f724eb98f43599b6255e2d7313f86368f1bae62
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Compute MD4 checksum.
-#
-#Files:
-#lib/md4.h
-#lib/md4.c
-#m4/md4.m4
-#
-#Depends-on:
-#stdint
-#
-#configure.ac:
-#gl_MD4
-#
-#Makefile.am:
-
-File: ./modules/crypto/md4-tests
-Hash: 4eef5de6a0aa60cf29e9e4191650d9f9bc9c124cf5ef89771bc1237ffcc3fe9b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-md4.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-md4
-#check_PROGRAMS += test-md4
-#
-#License:
-#LGPLv2+
-
-File: ./modules/crypto/md5
-Hash: 1ad408aaec77111bb7efd40eed25ac37900d0caa4270950ba95a830ade1092eb
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Compute MD5 checksum.
-#
-#Files:
-#lib/md5.h
-#lib/md5.c
-#m4/md5.m4
-#
-#Depends-on:
-#stdint
-#
-#configure.ac:
-#gl_MD5
-#
-#Makefile.am:
-
-File: ./modules/crypto/md5-tests
-Hash: cac6273fd539cb07720eb45050ef064ce4c4f3d4c45b7066754a788d9dd1c0eb
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-md5.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-md5
-#check_PROGRAMS += test-md5
-
-File: ./modules/crypto/rijndael
-Hash: 6a500faa9b78a580ec9d8fc772a6df9e1081c67ce64224ced59981d4e0bbd4b1
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Rijndael block cipher.
-#
-#Files:
-#lib/rijndael-alg-fst.c
-#lib/rijndael-alg-fst.h
-#lib/rijndael-api-fst.c
-#lib/rijndael-api-fst.h
-#m4/rijndael.m4
-#
-#Depends-on:
-#stdint
-#
-#configure.ac:
-#gl_RIJNDAEL
-
-File: ./modules/crypto/rijndael-tests
-Hash: e5dcd3808ffe9e602133e07c69fe375707d35074686baf15646787c608671fa2
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-rijndael.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-rijndael
-#check_PROGRAMS += test-rijndael
-
-File: ./modules/crypto/sha1
-Hash: 1e19f668b7ca41a4d49d9c9b3f865d1e66708a3c5c9bc55d82ce8ff109b884d9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Compute SHA1 checksum.
-#
-#Files:
-#lib/sha1.h
-#lib/sha1.c
-#m4/sha1.m4
-#
-#Depends-on:
-#stdint
-#
-#configure.ac:
-#gl_SHA1
-#
-#Makefile.am:
-
-File: ./modules/crypto/sha1-tests
-Hash: c42d3c37932b83bea31b95e3ce5b26e9dd928723dbfaf6d626b51c7fd3985536
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-sha1.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-sha1
-#check_PROGRAMS += test-sha1
-
-File: ./modules/crypto/sha256
-Hash: 557c56301b0f36c5b86a7dfbab1f20046c2d890805029004b658771806df49df
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Compute SHA224 and SHA256 checksums.
-#
-#Files:
-#lib/sha256.h
-#lib/sha256.c
-#m4/sha256.m4
-#
-#Depends-on:
-#stdint
-#
-#configure.ac:
-#gl_SHA256
-#
-#Makefile.am:
-
-File: ./modules/crypto/sha512
-Hash: 8bcd2185a1b214c2ae0c659aa629dd872c098fc5bfa80120eb71305a191043e9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Compute SHA384 and SHA512 checksums.
-#
-#Files:
-#lib/sha512.h
-#lib/sha512.c
-#m4/sha512.m4
-#
-#Depends-on:
-#stdint
-#u64
-#
-#configure.ac:
-#gl_SHA512
-
-File: ./modules/csharpcomp
-Hash: 7e6fa71cf3bf56738998c868ef882d3c97de87ecfb6cd25394b5eb424b77b4b7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Compile a C# program.
-#
-#Files:
-#lib/csharpcomp.h
-#lib/csharpcomp.c
-#
-#Depends-on:
-#stdbool
-#xmalloca
-#execute
-#pipe
-#wait-process
-#getline
-#sh-quote
-
-File: ./modules/csharpcomp-script
-Hash: 71047fa1bb16d9032a37f67f14d70b137a43940137e082ae9619a24309df89ba
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Script to compile a C# program.
-#
-#Files:
-#build-aux/csharpcomp.sh.in
-#m4/csharpcomp.m4
-#m4/csharp.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#AC_REQUIRE([gt_CSHARPCOMP])
-#AC_CONFIG_FILES([csharpcomp.sh:build-aux/csharpcomp.sh.in])
-#
-#Makefile.am:
-
-File: ./modules/csharpexec
-Hash: e6b2318976ab61784ae6ddb467935dbe9b837ab9a2ec58728a743934db8f1bef
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Execute a C# program.
-#
-#Files:
-#lib/csharpexec.h
-#lib/csharpexec.c
-#lib/classpath.h
-#lib/classpath.c
-#
-#Depends-on:
-#stdbool
-#execute
-#xsetenv
-#sh-quote
-#xalloc
-
-File: ./modules/csharpexec-script
-Hash: 78a66dbe260f67ae324d71323133bf91a19ca64152a838b0022b5f8272afd0f6
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Script to execute a C# program.
-#
-#Files:
-#build-aux/csharpexec.sh.in
-#m4/csharpexec.m4
-#m4/csharp.m4
-#
-#Depends-on:
-#
-#configure.ac:
-## You need to invoke gt_CSHARPEXEC yourself, possibly with arguments.
-#AC_CONFIG_FILES([csharpexec.sh:build-aux/csharpexec.sh.in])
-#
-#Makefile.am:
-
-File: ./modules/cycle-check
-Hash: 3d00024fc25f5fd2a625a9f137306fbef1078e206f57f46f5f12d485889c0f00
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#help detect directory cycles efficiently
-#
-#Files:
-#lib/cycle-check.c
-#lib/cycle-check.h
-#m4/cycle-check.m4
-#
-#Depends-on:
-#dev-ino
-#same-inode
-#stdbool
-#stdint
-#
-#configure.ac:
-
-File: ./modules/d-ino
-Hash: 3eed0c9278033ea666932b94aab0e9df4dad98ea7892e926e35f2f1df9546b05
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Check whether struct dirent has a member named d_ino.
-#
-#Files:
-#m4/d-ino.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_CHECK_TYPE_STRUCT_DIRENT_D_INO
-#
-#Makefile.am:
-#
-#Include:
-
-File: ./modules/d-type
-Hash: 2053db6f7f00ffd6c740c3dbc565bddb41c8c90976e257ebe336015c2e01149c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Check whether struct dirent has a member named d_type.
-#
-#Files:
-#m4/d-type.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE
-#
-#Makefile.am:
-#
-#Include:
-
-File: ./modules/dev-ino
-Hash: 93d43fe09c3ef97fd7290f0008ddaaa5947efaefb1b19d93f176ad6f43434bcb
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#declare a simple (device, inode) struct
-#
-#Files:
-#lib/dev-ino.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-#"dev-ino.h"
-
-File: ./modules/diacrit
-Hash: 8eb2c774ce439371d213db0240b5893eb3a44abbfb193047a78617492190928d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Decomposition of composed ISO-8859-1 characters.
-#
-#Files:
-#lib/diacrit.h
-#lib/diacrit.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += diacrit.h diacrit.c
-#
-#Include:
-
-File: ./modules/diffseq
-Hash: 1fb1c1f2ca6c4ac54e710082b6724c8b3fe45ad6f23ea206197dbd416674bbe8
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Compute the difference between two sequences.
-#
-#Files:
-#lib/diffseq.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += diffseq.h
-#
-#Include:
-#"diffseq.h"
-
-File: ./modules/dirent
-Hash: 05d75f6c4ce7f52db3d63209155dab34f9b6242e3427b36a5148aea1fe711830
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#A GNU-like <dirent.h>.
-#
-#Files:
-#lib/dirent.in.h
-#m4/dirent_h.m4
-#m4/unistd_h.m4
-#
-#Depends-on:
-#include_next
-#link-warning
-#
-#configure.ac:
-#gl_DIRENT_H
-
-File: ./modules/dirent-safer
-Hash: b8cb12f2325cec94272dbbbde2d31125d02b609dd8902dc709a0e73a021dde61
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Directory functions that avoid clobbering STD{IN,OUT,ERR}_FILENO.
-#
-#Files:
-#lib/dirent--.h
-#lib/dirent-safer.h
-#lib/opendir-safer.c
-#m4/dirent-safer.m4
-#
-#Depends-on:
-#dirent
-#dirfd
-#unistd-safer
-#
-#configure.ac:
-
-File: ./modules/dirent-safer-tests
-Hash: e37f3f6296305a9eb975d0f8e2a3ffb0f98fa3a9cecded0b47bc05b169e0a401
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-dirent-safer.c
-#
-#Depends-on:
-#dup2
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-dirent-safer
-#check_PROGRAMS += test-dirent-safer
-
-File: ./modules/dirfd
-Hash: c26ab98336ca5e6d0a647ef1ee1a25f2df553234e51efb824097c7a73bd6d345
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Retrieving the file descriptor of an open directory stream.  (Unportable.)
-#
-#Files:
-#lib/dirfd.c
-#m4/dirfd.m4
-#
-#Depends-on:
-#dirent
-#errno
-#extensions
-#
-#configure.ac:
-#gl_FUNC_DIRFD
-#gl_DIRENT_MODULE_INDICATOR([dirfd])
-
-File: ./modules/dirname
-Hash: 2de69ef4b25f9b0db1b2598591b5efa3312fb79ac6aea41735ee091ddcddbf2b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Extract specific portions of filenames.
-#
-#Files:
-#lib/dirname.h
-#lib/dirname.c
-#lib/basename.c
-#lib/stripslash.c
-#m4/dirname.m4
-#m4/dos.m4
-#
-#Depends-on:
-#double-slash-root
-#stdbool
-#xalloc
-
-File: ./modules/dirname-tests
-Hash: 815c8ff67c3f529ae878f7a26b523438fe832f56e7bbd69dc8f2429e75f9f384
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-dirname.c
-#
-#Depends-on:
-#strdup
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-dirname
-#check_PROGRAMS += test-dirname
-#test_dirname_LDADD = $(LDADD) @LIBINTL@
-
-File: ./modules/double-slash-root
-Hash: 899ac52e251e2421ddeb82d4de9a425eaf7412c957f9927c31cc39fe7f148963
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Check whether // is distinct from /.
-#
-#Files:
-#m4/double-slash-root.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_DOUBLE_SLASH_ROOT
-#
-#Makefile.am:
-#
-#Include:
-
-File: ./modules/dprintf
-Hash: 0c7255737575d60259979623471bad2c8da641cd523b977b8704333c0fce29db
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#dprintf() function: print formatted output to a file descriptor
-#
-#Files:
-#lib/dprintf.c
-#m4/dprintf.m4
-#
-#Depends-on:
-#stdio
-#vasnprintf
-#full-write
-#errno
-#
-#configure.ac:
-#gl_FUNC_DPRINTF
-
-File: ./modules/dprintf-posix
-Hash: 9e4bd7fddc560e97cb0743a5c690a875122f4dbe135f25b76d0beaae8d0db6d7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#POSIX compatible dprintf() function: print formatted output to a file
-#descriptor
-#
-#Files:
-#m4/dprintf-posix.m4
-#m4/printf.m4
-#
-#Depends-on:
-#dprintf
-#vasnprintf
-#isnand-nolibm
-#isnanl-nolibm
-#frexp-nolibm
-#frexpl-nolibm
-
-File: ./modules/dprintf-posix-tests
-Hash: 516a22b8ce686f568cf033207db60bf332fd484d0b92921cf3fd1a4c4fb86d24
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-dprintf-posix.sh
-#tests/test-dprintf-posix.c
-#tests/test-printf-posix.output
-#
-#Depends-on:
-#stdint
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-dprintf-posix.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
-#check_PROGRAMS += test-dprintf-posix
-
-File: ./modules/dummy
-Hash: 854d662d1c7394227e82d7870cfaffde43c9513d8734120012e984f7ba5fd39d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#A dummy file, to make sure the library is non-empty.
-#
-#Files:
-#lib/dummy.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += dummy.c
-#
-#Include:
-
-File: ./modules/dup2
-Hash: 9e1c5691c3713e492a4f51d5608a4d199d17ced5babcec490ddc2509f8de2231
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#dup2() function: duplicate an open file descriptor.
-#
-#Files:
-#lib/dup2.c
-#m4/dup2.m4
-#
-#Depends-on:
-#unistd
-#
-#configure.ac:
-#gl_FUNC_DUP2
-#gl_UNISTD_MODULE_INDICATOR([dup2])
-#
-#Makefile.am:
-
-File: ./modules/dup2-tests
-Hash: 01cb97ae8c492fc1564a3c4976dab781809ef8aa08741f5b14ca96f08fcef840
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-dup2.c
-#
-#Depends-on:
-#open
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-dup2
-#check_PROGRAMS += test-dup2
-
-File: ./modules/dup3
-Hash: 69fdc3c3a124fd2c88d8386d1837ce8d2c82196a008d64bb8eba8127c0ee771b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#dup3() function: copy a file descriptor, applying specific flags.
-#
-#Files:
-#lib/dup3.c
-#m4/dup3.m4
-#
-#Depends-on:
-#unistd
-#fcntl
-#binary-io
-#getdtablesize
-#
-#configure.ac:
-#gl_FUNC_DUP3
-
-File: ./modules/dup3-tests
-Hash: be78bf1d63fd9d08ffe02606639d273d5978684399ff4782b3397b475e14a5ee
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-dup3.c
-#
-#Depends-on:
-#open
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-dup3
-#check_PROGRAMS += test-dup3
-
-File: ./modules/eealloc
-Hash: e2124275b5589e827043e1bb59ec89182059cd0994a308c5ee17fb95eca6522f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Memory allocation with expensive empty allocations (glibc compatible).
-#
-#Files:
-#lib/eealloc.h
-#m4/eealloc.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_EEALLOC
-#
-#Makefile.am:
-#
-#Include:
-
-File: ./modules/elisp-comp
-Hash: 0b7233ecf09add728c7f7266e9ed8f9c42bc3f471d53b648293c5c70f5379d17
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Compile Emacs Lisp files.
-#
-#Files:
-#build-aux/elisp-comp
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-#
-#License:
-
-File: ./modules/environ
-Hash: 1ccce16dccd630d05124710f0a7e4832aec3f07e23fba03399e3855fe21b565f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#environ variable: storage of environment variables.
-#
-#Files:
-#m4/environ.m4
-#
-#Depends-on:
-#unistd
-#extensions
-#
-#configure.ac:
-#gl_ENVIRON
-#gl_UNISTD_MODULE_INDICATOR([environ])
-#
-#Makefile.am:
-
-File: ./modules/environ-tests
-Hash: f8edb03479da1a4c85755325a181d77fc778974097b8f2900a1a005d6e27f5e3
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-environ.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-environ
-#check_PROGRAMS += test-environ
-
-File: ./modules/errno
-Hash: 1a350cc71bd2dcb0e1cc4d35eeebbc15da79d2dd532248a36a5cf198d44d5293
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#A POSIX-like <errno.h>.
-#
-#Files:
-#lib/errno.in.h
-#m4/errno_h.m4
-#
-#Depends-on:
-#include_next
-#
-#configure.ac:
-#gl_HEADER_ERRNO_H
-#
-#Makefile.am:
-#BUILT_SOURCES += $(ERRNO_H)
-
-File: ./modules/errno-tests
-Hash: 140223d34c164d0e4377ea2e0d78659c013feb62881bd2a4966a478369c398cc
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-errno.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-errno
-#check_PROGRAMS += test-errno
-
-File: ./modules/error
-Hash: 6e0d5c513ead811b7a4449172ecd0253617aac365941fc0c0c4bef58f36528ff
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#error and error_at_line functions: Error reporting.
-#
-#Notice:
-#If you are using GNU gettext version 0.16.1 or older, add the following options
-#to XGETTEXT_OPTIONS in your po/Makevars:
-#  --flag=error:3:c-format --flag=error_at_line:5:c-format
-#
-#Files:
-#lib/error.h
-#lib/error.c
-#m4/error.m4
-#
-#Depends-on:
-#strerror
-
-File: ./modules/euidaccess
-Hash: bcbfd513d69bb6b68998eacafc86914e98acb9fa5b0015bc19c13c38bf5c695c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#euidaccess() function: check effective user's permissions for a file.
-#
-#Files:
-#lib/euidaccess.c
-#m4/euidaccess.m4
-#
-#Depends-on:
-#unistd
-#extensions
-#group-member
-#sys_stat
-#
-#configure.ac:
-#gl_FUNC_EUIDACCESS
-
-File: ./modules/exclude
-Hash: d1a7809613d0860c9a2b248aa53cf31da18b65a27afd84649489f86e0585027d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Manage list of filenames or wildcard patterns for --exclude option processing.
-#
-#Files:
-#lib/exclude.h
-#lib/exclude.c
-#m4/exclude.m4
-#
-#Depends-on:
-#fnmatch
-#hash
-#mbscasecmp
-#mbuiter
-#stdbool
-#verify
-
-File: ./modules/exclude-tests
-Hash: 313e390c1042153f04f3d54dc76b4555a15b6d43c0c895957d8c2d95133160bf
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-exclude.c
-#tests/test-exclude1.sh
-#tests/test-exclude2.sh
-#tests/test-exclude3.sh
-#tests/test-exclude4.sh
-#tests/test-exclude5.sh
-#tests/test-exclude6.sh
-#tests/test-exclude7.sh
-#
-#Depends-on:
-#progname
-#error
-#argmatch
-
-File: ./modules/execute
-Hash: 2ff2c5ddb5a20cc9471fa47595e00e1e2f91319fcab2a237ed79ba9dc66f255c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Creation of autonomous subprocesses.
-#
-#Files:
-#lib/execute.h
-#lib/execute.c
-#lib/w32spawn.h
-#m4/execute.m4
-#
-#Depends-on:
-#dup2
-#error
-#exit
-#fatal-signal
-#wait-process
-
-File: ./modules/exit
-Hash: 97ef461ebd37690d9acd7227822e73a0742c3eddcca463f8578bb916d9d406c7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#exit() function: program termination.
-#
-#Files:
-#
-#Depends-on:
-#stdlib
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-#<stdlib.h>
-
-File: ./modules/exitfail
-Hash: 71bf5ee9e44fb5ac95bbfffc6cdea1d50b539482cd5e3cd2468411e93e3e2cff
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Set exit status for fatal signal.
-#
-#Files:
-#lib/exitfail.h
-#lib/exitfail.c
-#m4/exitfail.m4
-#
-#Depends-on:
-#exit
-#
-#configure.ac:
-#gl_EXITFAIL
-#
-#Makefile.am:
-
-File: ./modules/extensions
-Hash: c8560170a702ed9b6f24f677c3ee0a32abb9a6381e983c1c5db53a08d4cbf300
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Enable extensions in standard headers
-#
-#Files:
-#m4/extensions.m4
-#
-#Depends-on:
-#
-#configure.ac-early:
-#AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/faccessat
-Hash: 178c21c4b625555d359cb418d9feb5a994ae890419a4ec0e97a67e84e1897210
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#faccessat() function: check user's permissions for a file.
-#
-#Files:
-#lib/faccessat.c
-#m4/faccessat.m4
-#
-#Depends-on:
-#euidaccess
-#extensions
-#fcntl-h
-#openat
-#unistd
-#
-#configure.ac:
-
-File: ./modules/fatal-signal
-Hash: d6326aa3aefe52b95ee7eb0ebc3a68fff79a71488ec77bad0803fdadfcabf22c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Emergency actions in case of a fatal signal.
-#
-#Files:
-#lib/fatal-signal.h
-#lib/fatal-signal.c
-#m4/fatal-signal.m4
-#m4/sig_atomic_t.m4
-#
-#Depends-on:
-#xalloc
-#stdbool
-#unistd
-#sigaction
-#sigprocmask
-
-File: ./modules/fbufmode
-Hash: 73f27bfb851dcb675c670945680ac3d2f3d9ef358ebd537e924a041af617df55
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#fbufmode() function: Determine the buffering mode of a FILE stream.
-#
-#Files:
-#lib/fbufmode.h
-#lib/fbufmode.c
-#lib/stdio-impl.h
-#m4/fbufmode.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_FUNC_FBUFMODE
-#
-#Makefile.am:
-
-File: ./modules/fbufmode-tests
-Hash: 71fe5ce9c53cb34271eb8d52b313df538a124a637342017c3aadb391493145df
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-fbufmode.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-fbufmode
-#check_PROGRAMS += test-fbufmode
-#MOSTLYCLEANFILES += t-fbufmode.tmp
-
-File: ./modules/fchdir
-Hash: 644b0fc8c342462f0685df822c5424fce6c66ecc84dcd67513ccf047a3ab7dd3
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#fchdir() function: change current directory, given an open file descriptor.
-#
-#Files:
-#lib/fchdir.c
-#m4/fchdir.m4
-#
-#Depends-on:
-#canonicalize-lgpl
-#close
-#dirent
-#dirfd
-#dup2
-#fcntl-h
-#include_next
-
-File: ./modules/fchdir-tests
-Hash: 787a3d5b3bc71dd81c896ec6cb8cf270b44d635227d7de69404709a40774ddac
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-fchdir.c
-#
-#Depends-on:
-#getcwd
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-fchdir
-#check_PROGRAMS += test-fchdir
-
-File: ./modules/fclose
-Hash: cf3f476e6ac54b29381acc2be25b3080b60e1c224cf2c70733848805e42c10ed
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#fclose() function: close a stream.
-#
-#Files:
-#lib/fclose.c
-#m4/fclose.m4
-#
-#Depends-on:
-#stdio
-#close
-#
-#configure.ac:
-#gl_FUNC_FCLOSE
-#gl_STDIO_MODULE_INDICATOR([fclose])
-
-File: ./modules/fcntl
-Hash: 3ed2504e15f67cc9a6c99a5da3d83833e88117d5f752742ab939317e33954f3f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Placeholder for eventual fcntl() replacement.
-#
-#Files:
-#
-#Depends-on:
-#fcntl-h
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-##include <fcntl.h>
-
-File: ./modules/fcntl-h
-Hash: 7fd3e763589848f291c1f516bde747c0dd95fe564ac008a1c5e73daa0b1b8384
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Like <fcntl.h>, but with non-working flags defined to 0.
-#
-#Files:
-#lib/fcntl.in.h
-#m4/fcntl_h.m4
-#
-#Depends-on:
-#include_next
-#link-warning
-#unistd
-#extensions
-#
-#configure.ac:
-#gl_FCNTL_H
-
-File: ./modules/fcntl-h-tests
-Hash: 21b1ab56df8b65825fe64da68487d62116cd8774ce073c1f8ee25ea6e589fd87
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-fcntl-h.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-fcntl-h
-#check_PROGRAMS += test-fcntl-h
-#
-#License:
-#LGPL
-
-File: ./modules/fcntl-safer
-Hash: 4ebf6bbd64762641d00a4ae162c3411b45f8d9ed4b4581ed65c023a5e7ca4649
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#File descriptor functions that avoid clobbering STD{IN,OUT,ERR}_FILENO.
-#
-#Files:
-#lib/fcntl--.h
-#lib/creat-safer.c
-#lib/fcntl-safer.h
-#lib/open-safer.c
-#m4/fcntl-safer.m4
-#m4/mode_t.m4
-#
-#Depends-on:
-#fcntl-h
-#open
-#unistd-safer
-
-File: ./modules/fcntl-safer-tests
-Hash: be7ef9f639404a67e06811e0b0e18326bc85573fd18511dcfcbc34f7067081eb
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-open.h
-#tests/test-fcntl-safer.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-fcntl-safer
-#check_PROGRAMS += test-fcntl-safer
-
-File: ./modules/fdl
-Hash: a7088c30386fb8c1874a6ec818d726c8c2cd24ebad39eebc536cecd327672f2d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Provide the GNU Free Documentation License in Texinfo format.
-#
-#Files:
-#doc/fdl.texi
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-#
-#License:
-
-File: ./modules/fdl-1.3
-Hash: bca96e2238e75399e1fe51f3e68c173dcc273f0a7772aecd7cc8ef73fda177e9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Provide the GNU Free Documentation License version 1.3 in Texinfo format.
-#
-#Files:
-#doc/fdl-1.3.texi
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-#
-#License:
-
-File: ./modules/fdopendir
-Hash: 1e7fe9081b79836f9246012e3c6ad46347e858c2b4b62a7d4d561a33cfd6ecab
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Open a directory stream from a file descriptor.
-#
-#Files:
-#lib/fdopendir.c
-#lib/openat-priv.h
-#lib/openat-proc.c
-#m4/fdopendir.m4
-#
-#Depends-on:
-#dirent
-#errno
-#extensions
-#fchdir
-#openat-die
-
-File: ./modules/fdopendir-tests
-Hash: 62f6d9c40e5c905c756f1c88fe8c5f6739e6d2dcf54187dc1d8a964b59c9e03e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-fdopendir.c
-#
-#Depends-on:
-#open
-#progname
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-fdopendir
-#check_PROGRAMS += test-fdopendir
-#test_fdopendir_LDADD = $(LDADD) @LIBINTL@
-
-File: ./modules/fflush
-Hash: 18b553e8a7d80dc1c83af3e17063c3faa6659da9d68bcbd65ff3ef6c2e313157
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Discard pending data on both input and output streams.
-#
-#Files:
-#lib/fflush.c
-#lib/stdio-impl.h
-#m4/fflush.m4
-#
-#Depends-on:
-#fpurge
-#ftello
-#freading
-#lseek
-#stdio
-#unistd
-
-File: ./modules/fflush-tests
-Hash: a1fc5c4b6c0ea31bb2d2726467624a0e49e748915ddb5a21a3905b43f0239c61
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-fflush.c
-#tests/test-fflush2.sh
-#tests/test-fflush2.c
-#
-#Depends-on:
-#binary-io
-#fseeko
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-fflush test-fflush2.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
-#check_PROGRAMS += test-fflush test-fflush2
-
-File: ./modules/file-set
-Hash: 22144a829c85ec1f08143cae120b80a511fb03a953984d493980c7229b3d3afa
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Very specialized set-of-files code.
-#
-#Files:
-#lib/file-set.c
-#lib/file-set.h
-#
-#Depends-on:
-#hash
-#hash-triple
-#stdbool
-#xalloc
-#xalloc-die
-#
-#configure.ac:
-
-File: ./modules/file-type
-Hash: c0acff46b857b7c20ad0115b8f163c91df47d5ba58ef0627dd00f5834ca1370f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Return a string describing the type of a file.
-#
-#Files:
-#lib/file-type.h
-#lib/file-type.c
-#m4/file-type.m4
-#
-#Depends-on:
-#gettext-h
-#sys_stat
-#
-#configure.ac:
-#gl_FILE_TYPE
-
-File: ./modules/fileblocks
-Hash: c10175badd9b332c6ab2fa2f789ee97e0ce7c82f79e37c5cc8e4e0c0281b6adb
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Estimate number of blocks of a file, if 'struct stat' doesn't have st_blocks.
-#
-#Files:
-#lib/fileblocks.c
-#m4/fileblocks.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_FILEBLOCKS
-#
-#Makefile.am:
-#
-#Include:
-
-File: ./modules/filemode
-Hash: 1ad12dc2124f345795043446f1d7811ed787098b06475b3454299df3f6be420c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Return a string (?rwxrwxrwx format) describing the type and permissions of a
-#file.
-#
-#Files:
-#lib/filemode.h
-#lib/filemode.c
-#m4/filemode.m4
-#m4/st_dm_mode.m4
-#
-#Depends-on:
-#sys_stat
-#
-#configure.ac:
-#gl_FILEMODE
-
-File: ./modules/filename
-Hash: 3cda4fccc1263c4a2b60b75ff698189bd8023001f333926273a7cc24c82b54d4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Basic filename support macros.
-#
-#Files:
-#lib/filename.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-#"filename.h"
-
-File: ./modules/filenamecat
-Hash: 44f8cadb58fa064a93772154f55bf3235c390360a55ccebf6b617f6d1c8d0189
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Concatenate two arbitrary file names.
-#
-#Files:
-#lib/filenamecat.h
-#lib/filenamecat.c
-#m4/dos.m4
-#m4/filenamecat.m4
-#
-#Depends-on:
-#xalloc
-#dirname
-#
-#configure.ac:
-#gl_FILE_NAME_CONCAT
-
-File: ./modules/filenamecat-tests
-Hash: 1e225a717fa965a853618195261e6d1673eb90c7b0f2f70b5e088591ffca7e88
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-filenamecat.c
-#
-#Depends-on:
-#stdbool
-#progname
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-filenamecat
-#check_PROGRAMS += test-filenamecat
-#test_filenamecat_LDADD = $(LDADD) @LIBINTL@
-
-File: ./modules/filevercmp
-Hash: eb487a16443b28ac6b62e8ce5d3036872b98c46df4d738edc257ef4d9c08c9c3
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#compare version strings and version-containing file names
-#
-#Files:
-#lib/filevercmp.h
-#lib/filevercmp.c
-#
-#Depends-on:
-#c-ctype
-#inline
-#stdbool
-#string
-#
-#configure.ac:
-
-File: ./modules/filevercmp-tests
-Hash: e36a1ad4dd4e4e79a4fa7938897f331f741fd14bc90aa08297352ee0e2cc35e7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-filevercmp.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-filevercmp
-#check_PROGRAMS += test-filevercmp
-
-File: ./modules/findprog
-Hash: b702f8ffa7e72e71ba9678efff438feab7fe00600ca64d260b3ffc2ec75eb836
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Locating a program in PATH.
-#
-#Files:
-#lib/findprog.h
-#lib/findprog.c
-#m4/findprog.m4
-#m4/eaccess.m4
-#
-#Depends-on:
-#stdbool
-#xalloc
-#xconcat-filename
-#unistd
-#strdup
-
-File: ./modules/findprog-lgpl
-Hash: 113810dee709728ce873b19f1638222e0b4c90ce5f4bf1106c1c0e0177ba0e4c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Locating a program in PATH (LGPLed version).
-#
-#Files:
-#lib/findprog.h
-#lib/findprog.c
-#lib/findprog-lgpl.c
-#m4/findprog.m4
-#m4/eaccess.m4
-#
-#Depends-on:
-#stdbool
-#strdup
-#concat-filename
-#unistd
-
-File: ./modules/flexmember
-Hash: 1aa8dca40ae523eb2fca526c391f55fffce453b8c30bf84b9513315121950de9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Flexible array member support
-#
-#Files:
-#m4/flexmember.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#AC_C_FLEXIBLE_ARRAY_MEMBER
-#
-#Makefile.am:
-#
-#Include:
-
-File: ./modules/float
-Hash: e6b7c886d27a00d3f2745c4be39f08826d23a406e5b7f7f3537fd3ae7d0d56bb
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#A correct <float.h>.
-#
-#Files:
-#lib/float.in.h
-#m4/float_h.m4
-#
-#Depends-on:
-#include_next
-#
-#configure.ac:
-#gl_FLOAT_H
-#
-#Makefile.am:
-#BUILT_SOURCES += $(FLOAT_H)
-
-File: ./modules/flock
-Hash: 0d27d17b43dba498300dc6dd8278483f4662fbc33c1c6020af519f5af93c91a8
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#flock(2) function: advisory file locks.
-#
-#Files:
-#lib/flock.c
-#m4/flock.m4
-#
-#Depends-on:
-#sys_file
-#
-#configure.ac:
-#gl_FUNC_FLOCK
-#gl_HEADER_SYS_FILE_MODULE_INDICATOR([flock])
-#
-#Makefile.am:
-
-File: ./modules/flock-tests
-Hash: ed015f448128e47356dc5fdf742dffa723cab8d53b9d79df3ef5e18c531281a5
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-flock.c
-#
-#Depends-on:
-#unistd
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-flock
-#check_PROGRAMS += test-flock
-
-File: ./modules/floor
-Hash: b853be43fd43415988aa18bfe4322cb154a7be2a5212336bc5fe265b30a5a13d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#floor() function: round towards negative infinity.
-#
-#Files:
-#m4/floor.m4
-#
-#Depends-on:
-#math
-#
-#configure.ac:
-#gl_FUNC_FLOOR
-#
-#Makefile.am:
-#
-#Include:
-
-File: ./modules/floorf
-Hash: 128117d8c1e90cec8daf8a295d485c44356eb71bba40ed6764977488106cfb7f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#floorf() function: round towards negative infinity.
-#
-#Files:
-#lib/floorf.c
-#lib/floor.c
-#m4/floorf.m4
-#
-#Depends-on:
-#math
-#extensions
-#float
-#
-#configure.ac:
-#gl_FUNC_FLOORF
-
-File: ./modules/floorf-tests
-Hash: e03884697f7432a893aa1e5b9f21e11762b3bfe15c273d1c3149bb0d88b909d9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-floorf1.c
-#tests/test-floorf2.c
-#tests/nan.h
-#
-#Depends-on:
-#float
-#isnanf-nolibm
-#stdbool
-#stdint
-#fprintf-posix
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/floorl
-Hash: 2cdd8c1038f91a6a39039062b48da7e76488d368c31babe3880b2b6b5c941a4b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#floorl() function: round towards negative infinity.
-#
-#Files:
-#lib/floorl.c
-#lib/floor.c
-#m4/floorl.m4
-#
-#Depends-on:
-#math
-#extensions
-#float
-#
-#configure.ac:
-#gl_FUNC_FLOORL
-
-File: ./modules/floorl-tests
-Hash: 99da97c87837e8e226014794a72ed86d1d6b049e0c7d61dbc3693c59ff004b02
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-floorl.c
-#tests/nan.h
-#
-#Depends-on:
-#fpucw
-#isnanl-nolibm
-#float
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-floorl
-#check_PROGRAMS += test-floorl
-#test_floorl_LDADD = $(LDADD) @FLOORL_LIBM@
-
-File: ./modules/fnmatch
-Hash: 9c7345488ebc1f63b46c93d222ce1fea31fa784f44b65ec6b3d4535053819686
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#fnmatch() function: wildcard matching.
-#
-#Files:
-#lib/fnmatch.in.h
-#lib/fnmatch.c
-#lib/fnmatch_loop.c
-#m4/mbstate_t.m4
-#m4/fnmatch.m4
-#
-#Depends-on:
-#extensions
-#alloca
-#stdbool
-#wchar
-
-File: ./modules/fnmatch-gnu
-Hash: 33dab8afc481a19055a2fe68afcd2abf7590708cd49c3833df2a33a81148ded2
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#fnmatch() function: wildcard matching, with GNU extensions.
-#
-#Files:
-#
-#Depends-on:
-#fnmatch
-#
-#configure.ac:
-#gl_FUNC_FNMATCH_GNU
-#
-#Makefile.am:
-#
-#Include:
-#"fnmatch.h"
-
-File: ./modules/fnmatch-posix
-Hash: 26e0377cd98bacb9d54b697f79123a30703b0fc78255334634bece305375d553
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#fnmatch() function: wildcard matching.
-#
-#Status:
-#obsolete
-#
-#Notice:
-#This module is obsolete. Use the module 'fnmatch' instead.
-#
-#Files:
-#
-#Depends-on:
-#fnmatch
-#
-#configure.ac:
-
-File: ./modules/fnmatch-tests
-Hash: f1f0e3226eac0b3a37dee4d71a07da2ff92626f8624f62c30bc87a8440b89d73
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-fnmatch.c
-#
-#Makefile.am:
-#TESTS += test-fnmatch
-#check_PROGRAMS += test-fnmatch
-
-File: ./modules/fopen
-Hash: 8a5299f9f06a0974dcb130118d13d75f799bc88dec305c555f8377830defb508
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#fopen() function: open a stream to a file.
-#
-#Files:
-#lib/fopen.c
-#m4/fopen.m4
-#
-#Depends-on:
-#stdio
-#unistd
-#
-#configure.ac:
-#gl_FUNC_FOPEN
-#gl_STDIO_MODULE_INDICATOR([fopen])
-
-File: ./modules/fopen-safer
-Hash: a0147049ddbdeb16bab12139adc0071776f224946d38809be844d58b49d431f1
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#fopen function that avoids clobbering std{in,out,err}.
-#
-#Files:
-#lib/stdio--.h
-#lib/stdio-safer.h
-#lib/fopen-safer.c
-#m4/stdio-safer.m4
-#
-#Depends-on:
-#fopen
-#unistd-safer
-#
-#configure.ac:
-#gl_FOPEN_SAFER
-
-File: ./modules/fopen-safer-tests
-Hash: dc277a83bb5ce146a2e11cbc156dfddc32dbff52cd8b297021cb6a80d4f7a528
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-fopen.h
-#tests/test-fopen-safer.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-fopen-safer
-#check_PROGRAMS += test-fopen-safer
-
-File: ./modules/fopen-tests
-Hash: b8e701ab03d66d0e520bb0d086762d7630d8d96852f83e0adbd0d45e6e963490
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-fopen.h
-#tests/test-fopen.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-fopen
-#check_PROGRAMS += test-fopen
-
-File: ./modules/fpending
-Hash: d684f5cdda9195a54b75c10a4f5d148a64746e307331952f462c41d774b8932f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Determine the number of bytes waiting in the output buffer of a stream.
-#
-#Files:
-#lib/fpending.h
-#lib/fpending.c
-#m4/fpending.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_FUNC_FPENDING
-#
-#Makefile.am:
-
-File: ./modules/fpending-tests
-Hash: 33e2c211f2e4465e2fdf2f98a4db01e20dd74b660a80efc5b0505c9a7a48cff7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-fpending.c
-#tests/test-fpending.sh
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-fpending.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
-#check_PROGRAMS += test-fpending
-#MOSTLYCLEANFILES += test-fpending.t
-
-File: ./modules/fpieee
-Hash: 8cb60f5689b0ec473541a5fd46b6eae888b520b2987229f54bb2bda593354997
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Ensure IEEE compliant floating-point operations (overflow and division by zero).
-#
-#Files:
-#m4/fpieee.m4
-#
-#Depends-on:
-#
-#configure.ac-early:
-#AC_REQUIRE([gl_FP_IEEE])
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/fprintf-posix
-Hash: 0e8edc74b33a75448836b170c653611468d75508e612e6cf1a89be36766a5b0e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#POSIX compatible fprintf() function: print formatted output to a stream
-#
-#Files:
-#lib/fprintf.c
-#m4/fprintf-posix.m4
-#m4/printf.m4
-#
-#Depends-on:
-#stdio
-#fseterr
-#vasnprintf
-#isnand-nolibm
-#isnanl-nolibm
-#frexp-nolibm
-
-File: ./modules/fprintf-posix-tests
-Hash: b7d20d35ae365add01129799f0ea4624dd63088d7f05fff2874d450da7fcc2a1
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-fprintf-posix.sh
-#tests/test-fprintf-posix.c
-#tests/test-fprintf-posix.h
-#tests/test-printf-posix.output
-#tests/test-fprintf-posix2.sh
-#tests/test-fprintf-posix2.c
-#
-#Depends-on:
-#stdint
-#
-#configure.ac:
-#AC_CHECK_FUNCS_ONCE([getrlimit setrlimit])
-#
-#Makefile.am:
-
-File: ./modules/fprintftime
-Hash: ec79647a5a3f351dea08e3b0eb34f75948e667aefc1523978872395013af5ea1
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#like nstrftime, but output the formatted date to a FILE* stream
-#
-#Files:
-#lib/fprintftime.h
-#lib/fprintftime.c
-#m4/fprintftime.m4
-#
-#Depends-on:
-#strftime
-#
-#configure.ac:
-#gl_FPRINTFTIME
-#
-#Makefile.am:
-
-File: ./modules/fpucw
-Hash: cb9c36cee25dc22097ff196bf9554e513aa15ad79933fb770df2ea72e1ad8aa6
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Set the FPU control word, so as to allow correct 'long double' computations.
-#
-#Files:
-#lib/fpucw.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-#"fpucw.h"
-
-File: ./modules/fpurge
-Hash: d0aa7c5bb4a86839ad299aae669da70a029004cb1dba6c4c6d5312e76e0d397e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#fpurge() function: Flush buffers.
-#
-#Files:
-#lib/fpurge.c
-#lib/stdio-impl.h
-#m4/fpurge.m4
-#
-#Depends-on:
-#stdio
-#
-#configure.ac:
-#gl_FUNC_FPURGE
-#gl_STDIO_MODULE_INDICATOR([fpurge])
-
-File: ./modules/fpurge-tests
-Hash: 506b68bf366951df73dfac741876049410ced6279358421d1070e79502c3bc79
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-fpurge.c
-#
-#Depends-on:
-#fflush
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-fpurge
-#check_PROGRAMS += test-fpurge
-#MOSTLYCLEANFILES += t-fpurge.tmp
-
-File: ./modules/freadable
-Hash: e7f8b044bbb4a82a5038701cd79dc2e71e550c100b38109a1b6eeeacfa1048a6
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#freadable() function: Determine whether a FILE stream supports reading.
-#
-#Files:
-#lib/freadable.h
-#lib/freadable.c
-#lib/stdio-impl.h
-#m4/freadable.m4
-#
-#Depends-on:
-#stdbool
-#
-#configure.ac:
-#gl_FUNC_FREADABLE
-
-File: ./modules/freadable-tests
-Hash: bf8d9e390099bf7cc934d5f46eeb1571d7f5828a67cf5f19d05ef705030b6c04
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-freadable.c
-#
-#Depends-on:
-#fflush
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-freadable
-#check_PROGRAMS += test-freadable
-#MOSTLYCLEANFILES += t-freadable.tmp
-
-File: ./modules/freadahead
-Hash: 8aa80d4e554116460ad9a03f5048e76455a286b92bf84a74b0a463da37743258
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#freadahead() function: Determine the number of bytes waiting in the input
-#buffer of a stream.
-#
-#Files:
-#lib/freadahead.h
-#lib/freadahead.c
-#lib/stdio-impl.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += freadahead.c
-
-File: ./modules/freadahead-tests
-Hash: 6e6907b55b4bbac8ef6d5e361f9584b477f9e5ca9a78fc46f9f8c5020c7ad769
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-freadahead.c
-#tests/test-freadahead.sh
-#
-#Depends-on:
-#lseek
-#unistd
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-freadahead.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
-#check_PROGRAMS += test-freadahead
-
-File: ./modules/freading
-Hash: af1797dd1126b7de25554bfaade8b9757bbc8a89575e3ce7c2a9d3daec6aadab
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#freading() function: Determine whether a FILE stream is currently doing reading.
-#
-#Files:
-#lib/freading.h
-#lib/freading.c
-#lib/stdio-impl.h
-#m4/freading.m4
-#
-#Depends-on:
-#stdbool
-#
-#configure.ac:
-#gl_FUNC_FREADING
-
-File: ./modules/freading-tests
-Hash: 2d0223fbf2144e3ca3be8cdd0e9fe40edf5f4a4018b6b8d8d6759298dfc6695c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-freading.c
-#
-#Depends-on:
-#fflush
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-freading
-#check_PROGRAMS += test-freading
-#MOSTLYCLEANFILES += t-freading.tmp
-
-File: ./modules/freadptr
-Hash: a213f41b527e384ad81689daca5e48d04663773f4581806e66a95c05118310ad
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#freadptr() function: Pointer to the input buffer of a stream.
-#
-#Files:
-#lib/freadptr.h
-#lib/freadptr.c
-#lib/stdio-impl.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += freadptr.c
-
-File: ./modules/freadptr-tests
-Hash: c00e4f93c709db743f7509de0edaa02490d4b7eb110a4f5e094c40dca746beae
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-freadptr.c
-#tests/test-freadptr.sh
-#tests/test-freadptr2.c
-#tests/test-freadptr2.sh
-#
-#Depends-on:
-#lseek
-#unistd
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-freadptr.sh test-freadptr2.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
-
-File: ./modules/freadseek
-Hash: a7f58f4f4289141733b00a4f19505133af4e243e8c637d95f0086a18f27a4f9c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#freadseek() function: Read and discard input from a stream.
-#
-#Files:
-#lib/freadseek.h
-#lib/freadseek.c
-#lib/stdio-impl.h
-#
-#Depends-on:
-#freadahead
-#freadptr
-#lseek
-#
-#configure.ac:
-#AC_REQUIRE([AC_C_INLINE])
-
-File: ./modules/freadseek-tests
-Hash: 0406ba96417e643999dd3b996caabee2f8d3d64c89b2b866528d8edd64de890a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-freadseek.c
-#tests/test-freadseek.sh
-#
-#Depends-on:
-#unistd
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-freadseek.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
-#check_PROGRAMS += test-freadseek
-
-File: ./modules/free
-Hash: f0cb777264932ef6cf14eb34df90e286a8247d4261f810188ac2fa40c6b4b16f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Work around incompatibility on older systems where free (NULL) fails.
-#
-#Notice:
-#This module is obsolete.
-#
-#Files:
-#lib/free.c
-#m4/free.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_FUNC_FREE
-
-File: ./modules/freopen
-Hash: 5b7f5fe7bcca335731c30f8e3c0a17a0caafd988974830b061807dec1162c6e6
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#freopen() function: open a stream to a file.
-#
-#Files:
-#lib/freopen.c
-#m4/freopen.m4
-#
-#Depends-on:
-#stdio
-#
-#configure.ac:
-#gl_FUNC_FREOPEN
-#gl_STDIO_MODULE_INDICATOR([freopen])
-#
-#Makefile.am:
-
-File: ./modules/freopen-tests
-Hash: a070ef14de1186b601222d2463e37f9faf0d056e0a2ba119ddc77f515207d5d0
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-freopen.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-freopen
-#check_PROGRAMS += test-freopen
-
-File: ./modules/frexp
-Hash: 39e7a2719cf39a87639e8e8996e669c9973876aae2f069bddf10cac94052ef1b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#frexp() function: split a double into its constituents.
-#
-#Files:
-#lib/frexp.c
-#m4/frexp.m4
-#
-#Depends-on:
-#math
-#isnand-nolibm
-#
-#configure.ac:
-#gl_FUNC_FREXP
-#gl_MATH_MODULE_INDICATOR([frexp])
-
-File: ./modules/frexp-nolibm
-Hash: ab341135186432cc1e01c1a8487fc4ae2aef417065508ebacdf61a7d81af056b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#frexp() function: split a double into its constituents, without requiring libm.
-#
-#Files:
-#lib/frexp.c
-#m4/frexp.m4
-#
-#Depends-on:
-#math
-#isnand-nolibm
-#
-#configure.ac:
-#gl_FUNC_FREXP_NO_LIBM
-#gl_MATH_MODULE_INDICATOR([frexp])
-
-File: ./modules/frexp-nolibm-tests
-Hash: 16b4652d228cccc301478697cb79b81816ad63d0682431d4434d9c14f4356d29
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-frexp.c
-#
-#Depends-on:
-#isnand-nolibm
-#signbit
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-frexp-nolibm
-#check_PROGRAMS += test-frexp-nolibm
-#test_frexp_nolibm_SOURCES = test-frexp.c
-#
-#License:
-
-File: ./modules/frexp-tests
-Hash: 23879974e1833ea7bcb89162930bae7d15499b746006459c0717ddd5a4e0c381
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-frexp.c
-#tests/nan.h
-#
-#Depends-on:
-#isnand-nolibm
-#signbit
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-frexp
-#check_PROGRAMS += test-frexp
-#test_frexp_LDADD = $(LDADD) @FREXP_LIBM@
-
-File: ./modules/frexpl
-Hash: 2845a6ad936b8833acb450dbb27e3ba6f3fa445f2b139d5bf88cab9fb6364182
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#frexpl() function: split a 'long double' into its constituents.
-#
-#Files:
-#lib/frexpl.c
-#lib/frexp.c
-#m4/frexpl.m4
-#
-#Depends-on:
-#math
-#isnanl-nolibm
-#fpucw
-#
-#configure.ac:
-#gl_FUNC_FREXPL
-
-File: ./modules/frexpl-nolibm
-Hash: eab06e92e844865aff4b464b52efaeb735647ff6404caa0db72e0f6693b1a445
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#frexpl() function: split a 'long double' into its constituents, without
-#requiring libm.
-#
-#Files:
-#lib/frexpl.c
-#lib/frexp.c
-#m4/frexpl.m4
-#
-#Depends-on:
-#math
-#isnanl-nolibm
-#fpucw
-#
-#configure.ac:
-
-File: ./modules/frexpl-nolibm-tests
-Hash: 035cde6dd59316cb3c9c4a8d069695a15f3ee7e224a2aa88bf0b9e6f40da93f4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-frexpl.c
-#
-#Depends-on:
-#fpucw
-#isnanl-nolibm
-#signbit
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-frexpl-nolibm
-#check_PROGRAMS += test-frexpl-nolibm
-#test_frexpl_nolibm_SOURCES = test-frexpl.c
-
-File: ./modules/frexpl-tests
-Hash: 22cb526fadb54dc44cf9d9dd78e4ca78c74a281f009e188b193fa7579f0b80c5
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-frexpl.c
-#tests/nan.h
-#
-#Depends-on:
-#fpucw
-#isnanl-nolibm
-#signbit
-#float
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-frexpl
-#check_PROGRAMS += test-frexpl
-
-File: ./modules/fseek
-Hash: 14ff99707be2f34af43810eafa3050ea310e16c16d00c52022305887d69f7786
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#fseek() function: Reposition a FILE stream.
-#
-#Files:
-#lib/fseek.c
-#m4/fseek.m4
-#
-#Depends-on:
-#fseeko
-#stdio
-#
-#configure.ac:
-#gl_FUNC_FSEEK
-#gl_STDIO_MODULE_INDICATOR([fseek])
-
-File: ./modules/fseek-tests
-Hash: da1dcb42243b0bebc27602fdd4eb16053478ce4b981f2cec59f7a06041889463
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-fseek.c
-#tests/test-fseek.sh
-#tests/test-fseek2.sh
-#m4/ungetc.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_FUNC_UNGETC_WORKS
-#
-#Makefile.am:
-#TESTS += test-fseek.sh test-fseek2.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
-#check_PROGRAMS += test-fseek
-
-File: ./modules/fseeko
-Hash: 20374741366de2b1711be7e65cf38b3f4a86dc4ddf4df301b936466e8e105405
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#fseeko() function: Reposition a FILE stream.
-#
-#Files:
-#lib/fseeko.c
-#lib/stdio-impl.h
-#m4/fseeko.m4
-#
-#Depends-on:
-#extensions
-#lseek
-#stdio
-#
-#configure.ac-early:
-#AC_REQUIRE([AC_FUNC_FSEEKO])
-
-File: ./modules/fseeko-tests
-Hash: 80a8724c7f91a71f9453737e6946ece0035315bd3cb84a96ab62034e4c0c1343
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-fseeko.c
-#tests/test-fseeko.sh
-#tests/test-fseeko2.sh
-#m4/ungetc.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_FUNC_UNGETC_WORKS
-#
-#Makefile.am:
-#TESTS += test-fseeko.sh test-fseeko2.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
-#check_PROGRAMS += test-fseeko
-
-File: ./modules/fseterr
-Hash: fcb748b08901da7a446b79a9f86254068595fcf8826dc7b25ddf390c1e27400a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Set the error indicator of a stream.
-#
-#Files:
-#lib/fseterr.h
-#lib/fseterr.c
-#lib/stdio-impl.h
-#
-#Depends-on:
-#dup2
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += fseterr.c
-
-File: ./modules/fseterr-tests
-Hash: 20be8da4cb22195a9d6da9320c05f98480505033c51a680682ea6e45453e340e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-fseterr.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-fseterr
-#check_PROGRAMS += test-fseterr
-
-File: ./modules/fstrcmp
-Hash: 31dfc3181181df974915d1d808dd218d2a3452fd2ae9dd91dc3b0e9b7e3a7ea0
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Fuzzy string comparison.
-#
-#Files:
-#lib/fstrcmp.h
-#lib/fstrcmp.c
-#
-#Depends-on:
-#diffseq
-#lock
-#tls
-#minmax
-#xalloc
-#
-#configure.ac:
-
-File: ./modules/fstrcmp-tests
-Hash: 6ed80e811b2798e5cd6d103d56d5cc66a4c692c73844f918a788ebd85909c2ba
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-fstrcmp.c
-#
-#Depends-on:
-#stdbool
-#progname
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-fstrcmp
-#check_PROGRAMS += test-fstrcmp
-#test_fstrcmp_LDADD = $(LDADD) @LIBINTL@ $(LIBTHREAD)
-
-File: ./modules/fsusage
-Hash: 7fc0e483c1faf66a76e31ec3bac916d7eca518112248f20b59d58c760fc4b800
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Return file system space usage info.
-#
-#Files:
-#lib/fsusage.h
-#lib/fsusage.c
-#m4/fsusage.m4
-#
-#Depends-on:
-#full-read
-#stdbool
-#stdint
-#
-#configure.ac:
-#gl_FSUSAGE
-
-File: ./modules/fsync
-Hash: 5f659d0889a35bbdff277c57c588107d1b1f780c6732c6abfc9684ed46572d1f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#fsync(2) function: synchronize writes to a file.
-#
-#Files:
-#lib/fsync.c
-#m4/fsync.m4
-#
-#Depends-on:
-#unistd
-#
-#configure.ac:
-#gl_FUNC_FSYNC
-#gl_UNISTD_MODULE_INDICATOR([fsync])
-#
-#Makefile.am:
-
-File: ./modules/fsync-tests
-Hash: acc6aff61b502aa7194c76c069c2facde874e13a1ee40162c6756d7b5df0bf4f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-fsync.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-fsync
-#check_PROGRAMS += test-fsync
-
-File: ./modules/ftell
-Hash: 0d9601e0d8e45c10ed587bf2cd38cb0c22ec8549a553c3e99d72676a8749c2ca
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#ftell() function: Retrieve the position of a FILE stream.
-#
-#Files:
-#lib/ftell.c
-#m4/ftell.m4
-#
-#Depends-on:
-#ftello
-#stdio
-#errno
-#
-#configure.ac:
-#gl_FUNC_FTELL
-#gl_STDIO_MODULE_INDICATOR([ftell])
-
-File: ./modules/ftell-tests
-Hash: 3dc1b538dda9b534d167566e9239f387556d318700c409b69983b2df8fc3c227
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-ftell.c
-#tests/test-ftell.sh
-#tests/test-ftell2.sh
-#m4/ungetc.m4
-#
-#Depends-on:
-#binary-io
-#
-#configure.ac:
-#gl_FUNC_UNGETC_WORKS
-#
-#Makefile.am:
-#TESTS += test-ftell.sh test-ftell2.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
-
-File: ./modules/ftello
-Hash: 85527163d56b3f1d597e261ef126c4051a27a3a342c19867ae69d90237a265a9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#ftello() function: Retrieve the position of a FILE stream.
-#
-#Files:
-#lib/ftello.c
-#m4/ftello.m4
-#
-#Depends-on:
-#extensions
-#lseek
-#stdio
-#
-#configure.ac-early:
-#AC_REQUIRE([AC_FUNC_FSEEKO])
-
-File: ./modules/ftello-tests
-Hash: 1723b1f88c0b8f28f6e5e26570038416957f4be46fa6a4ccae993148be1f9df4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-ftello.c
-#tests/test-ftello.sh
-#tests/test-ftello2.sh
-#m4/ungetc.m4
-#
-#Depends-on:
-#binary-io
-#
-#configure.ac:
-#gl_FUNC_UNGETC_WORKS
-#
-#Makefile.am:
-#TESTS += test-ftello.sh test-ftello2.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
-
-File: ./modules/ftruncate
-Hash: 237c6c353494466e82513071857c8ceb5abf40a4b27d1f02a4249449281d1e35
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#ftruncate() function: truncate an open file to a specified length.
-#
-#Files:
-#lib/ftruncate.c
-#m4/ftruncate.m4
-#
-#Depends-on:
-#unistd
-#
-#configure.ac:
-#gl_FUNC_FTRUNCATE
-#gl_UNISTD_MODULE_INDICATOR([ftruncate])
-#
-#Makefile.am:
-
-File: ./modules/fts
-Hash: 2a63dea8cfcb015efabdc5e736c265cd483dc6e0a06c45b64d46827e10e3afab
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Traverse a file hierarchy.
-#
-#Files:
-#lib/fts_.h
-#lib/fts.c
-#lib/fts-cycle.c
-#m4/fts.m4
-#
-#Depends-on:
-#cloexec
-#cycle-check
-#d-ino
-#d-type
-#dirent-safer
-
-File: ./modules/fts-lgpl
-Hash: 34e34b30aab7817bb498257e1962cfb69cb8e63baf797fa5f7017d83ea13e3af
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Traverse a file hierarchy (LPGL'ed version).
-#
-#Files:
-#lib/fts_.h
-#lib/fts.c
-#m4/fts.m4
-#
-#Depends-on:
-#dirfd
-#fchdir
-#i-ring
-#openat
-#stdbool
-
-File: ./modules/full-read
-Hash: b18377d607dd24412643717b76e432b961f1bfaa31d8223f65403d0b17e88814
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#An interface to the read() function that reads all it is asked to read.
-#
-#Files:
-#lib/full-read.h
-#lib/full-read.c
-#
-#Depends-on:
-#safe-read
-#full-write
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += full-read.h full-read.c
-
-File: ./modules/full-write
-Hash: d50c81b2b7d6f5072d9de40b9d60eb7454373bc460bcf060a786314166c27232
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#An interface to the write() function that writes all it is asked to write.
-#
-#Files:
-#lib/full-write.h
-#lib/full-write.c
-#
-#Depends-on:
-#safe-write
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += full-write.h full-write.c
-
-File: ./modules/func
-Hash: 0a3f4052d449c4e9d867d95028268301afc428468b59cbca04f73cd0c46d2f1d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Make sure __func__ is usable even on non-C99 platforms.
-#
-#Files:
-#m4/func.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_FUNC
-#
-#Makefile.am:
-#
-#Include:
-
-File: ./modules/func-tests
-Hash: 8ca882d9e5c98090ae6f96672e45a62c781a5ea948b5cd7e2eb6161dd87dfed5
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-func.c
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-func
-#check_PROGRAMS += test-func
-
-File: ./modules/fwritable
-Hash: 27290a646107b7a84bf4a85d8256d1db1979da7cb3ef077c0b48b00ba3ee225d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#fwritable() function: Determine whether a FILE stream supports writing.
-#
-#Files:
-#lib/fwritable.h
-#lib/fwritable.c
-#lib/stdio-impl.h
-#m4/fwritable.m4
-#
-#Depends-on:
-#stdbool
-#
-#configure.ac:
-#gl_FUNC_FWRITABLE
-
-File: ./modules/fwritable-tests
-Hash: 673a45339a269456b4be87f1b8531243d5ce213bac9f3c2ea956d55196798f46
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-fwritable.c
-#
-#Depends-on:
-#fflush
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-fwritable
-#check_PROGRAMS += test-fwritable
-#MOSTLYCLEANFILES += t-fwritable.tmp
-
-File: ./modules/fwriteerror
-Hash: 25101629c8009611da56db17042ee4c3909ee912fe12498caf16794d806a385d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Detect write error on a stream.
-#
-#Files:
-#lib/fwriteerror.h
-#lib/fwriteerror.c
-#
-#Depends-on:
-#errno
-#stdbool
-#
-#configure.ac:
-#gl_MODULE_INDICATOR([fwriteerror])
-#
-#Makefile.am:
-
-File: ./modules/fwriting
-Hash: fd67d8aa1a4205aafdf573a9b314de4f72c8c9653b3e4f20843e85d5ec622318
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#fwriting() function: Determine whether a FILE stream is currently doing writing.
-#
-#Files:
-#lib/fwriting.h
-#lib/fwriting.c
-#lib/stdio-impl.h
-#m4/fwriting.m4
-#
-#Depends-on:
-#stdbool
-#
-#configure.ac:
-#gl_FUNC_FWRITING
-
-File: ./modules/fwriting-tests
-Hash: 9dee96b81752a45569d40e3756686a51fa1472e87dbc79af43065d207560e91d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-fwriting.c
-#
-#Depends-on:
-#fflush
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-fwriting
-#check_PROGRAMS += test-fwriting
-#MOSTLYCLEANFILES += t-fwriting.tmp
-
-File: ./modules/gcd
-Hash: 89e35483ea23b6fcf6b82e58b2936ee921990cb27991698a912642068c4f6b08
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Greatest common divisor.
-#
-#Files:
-#lib/gcd.h
-#lib/gcd.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += gcd.h gcd.c
-#
-#Include:
-
-File: ./modules/gen-uni-tables
-Hash: 1626529b9493ad2507b443eaaa2e11d9f508ddd32b2644797aba9a2bb3a05e2c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Generates the tables in lib/unictype/* and lib/unilbrk/* and lib/uniwbrk/* and
-#lib/unicase/*.
-#
-#Files:
-#lib/gen-uni-tables.c
-#lib/unictype/3level.h
-#lib/unictype/3levelbit.h
-#
-#Depends-on:
-#memcmp
-#strdup
-#strstr-simple
-#
-#configure.ac:
-
-File: ./modules/gendocs
-Hash: 1ae097c885123732a864e6b6aa4c0b718238b0731e9c4cb99d0b7b4f7fdef498
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Generate manuals in several formats from Texinfo sources.
-#Can be used for http://www.gnu.org/software/PKG/manual/ directories.
-#
-#Files:
-#build-aux/gendocs.sh
-#doc/gendocs_template
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-
-File: ./modules/getaddrinfo
-Hash: 4ea21d54eba0b7715deb640497d496d33e0b3faac48f48e507a493c8f72584c1
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#getaddrinfo() function: Get address information.
-#
-#Files:
-#lib/getaddrinfo.c
-#lib/gai_strerror.c
-#m4/getaddrinfo.m4
-#
-#Depends-on:
-#extensions
-#gettext-h
-#inet_ntop
-#snprintf
-#socklen
-#stdbool
-
-File: ./modules/getaddrinfo-tests
-Hash: fbf38dc10bea0805abb458e4fe5eb164f912019c8accd318b0602c748807407d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-getaddrinfo.c
-#
-#Depends-on:
-#inet_ntop
-#strerror
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-getaddrinfo
-#check_PROGRAMS += test-getaddrinfo
-#test_getaddrinfo_LDADD = $(LDADD) @GETADDRINFO_LIB@ @LIBINTL@
-#
-#License:
-
-File: ./modules/getcwd
-Hash: 0cbac895700dae9cb887332e2c1378da64d3f5e28c9e0e7ef14b2d5c518c9b5e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Return the current working directory.
-#
-#Files:
-#lib/getcwd.c
-#m4/getcwd-abort-bug.m4
-#m4/getcwd-path-max.m4
-#m4/getcwd.m4
-#
-#Depends-on:
-#mempcpy
-#d-ino
-#dirfd
-#extensions
-#memmove
-
-File: ./modules/getdate
-Hash: 66496eacf4820dd61beaa3d1e2a4d57fff28f6d38e6b705441c557a4fc8cc60d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Convert a date/time string to linear time.
-#
-#Files:
-#doc/getdate.texi
-#lib/getdate.h
-#lib/getdate.y
-#m4/bison.m4
-#m4/tm_gmtoff.m4
-#m4/getdate.m4
-#
-#Depends-on:
-#c-ctype
-#stdbool
-#gettime
-
-File: ./modules/getdate-tests
-Hash: 15d8cd4ed70f84d94b22ff6639250a7be48496ca2906983c0fb435f8c4373950
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-getdate.c
-#
-#Depends-on:
-#progname
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-getdate
-#check_PROGRAMS += test-getdate
-#test_getdate_LDADD = $(LDADD) @LIBINTL@ $(LIB_CLOCK_GETTIME)
-
-File: ./modules/getdelim
-Hash: 640a6ff49c32d137d90060c78b7edb504372b25f548950157312afe2bab20c86
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Read character delimited data from a stream.
-#
-#Files:
-#lib/getdelim.c
-#m4/getdelim.m4
-#
-#Depends-on:
-#extensions
-#stdio
-#stdint
-#realloc-posix
-#errno
-#
-#configure.ac:
-
-File: ./modules/getdelim-tests
-Hash: fb92fd69f5ee7168f5999ba87603a67bf6de4f26c4d6b507733116e2c0955bf5
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-getdelim.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-getdelim
-#check_PROGRAMS += test-getdelim
-#MOSTLYCLEANFILES += test-getdelim.txt
-
-File: ./modules/getdomainname
-Hash: 15534654e90cc0a05055499b3f184ea83231869579aadee56cef754fc2e84fa3
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#getdomainname() function: Return machine's NIS domain name.
-#
-#Files:
-#lib/getdomainname.c
-#m4/getdomainname.m4
-#
-#Depends-on:
-#unistd
-#extensions
-#
-#configure.ac:
-#gl_FUNC_GETDOMAINNAME
-#gl_UNISTD_MODULE_INDICATOR([getdomainname])
-
-File: ./modules/getdtablesize
-Hash: 5bfe587757cde7ec659fe1749bbceb5b633b27c06436652915368bf63e961753
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#getdtablesize() function: return maximum number of file descriptors.
-#
-#Files:
-#lib/getdtablesize.c
-#m4/getdtablesize.m4
-#
-#Depends-on:
-#unistd
-#
-#configure.ac:
-#gl_FUNC_GETDTABLESIZE
-#gl_UNISTD_MODULE_INDICATOR([getdtablesize])
-#
-#Makefile.am:
-
-File: ./modules/getdtablesize-tests
-Hash: d53ad6dc4471cd467019eafff1dbea838798d117d1d76e6255357e81b3225ad7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-getdtablesize.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-getdtablesize
-#check_PROGRAMS += test-getdtablesize
-
-File: ./modules/getgroups
-Hash: f3156029a2fc0d378e3b3cc318b1e2189a75270da7e8b4ee6ad35910f1ea485d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#getgroups() function: return the supplementary group IDs of the current process.
-#
-#Files:
-#lib/getgroups.c
-#m4/getgroups.m4
-#
-#Depends-on:
-#xalloc
-#
-#configure.ac:
-#gl_FUNC_GETGROUPS
-#
-#Makefile.am:
-
-File: ./modules/gethostname
-Hash: 543b0ac4337cbfc07bc611d4cb82d2e0f0b920b1c937b3ac3accec87add8e86e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#gethostname() function: Return machine's hostname.
-#
-#Files:
-#lib/gethostname.c
-#m4/gethostname.m4
-#lib/w32sock.h
-#
-#Depends-on:
-#unistd
-#sys_socket
-#errno
-#sockets
-#
-#configure.ac:
-
-File: ./modules/gethostname-tests
-Hash: 87a54a8e6d2660412dd2dc302b1af8f0abe2ae277c0a743d30b0a06a6d0243c0
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-gethostname.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-gethostname
-#check_PROGRAMS += test-gethostname
-#test_gethostname_LDADD = $(LDADD) @GETHOSTNAME_LIB@
-
-File: ./modules/gethrxtime
-Hash: 18f21ea7bee7516934107c1bf3ff2f538b8061161336d749efbb9b9edc71dd11
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Get high resolution real time.
-#
-#Files:
-#lib/xtime.h
-#lib/gethrxtime.c
-#lib/gethrxtime.h
-#m4/gethrxtime.m4
-#m4/longlong.m4
-#
-#Depends-on:
-#clock-time
-#extensions
-#gettime
-#sys_time
-
-File: ./modules/getline
-Hash: 54bc2f289284dc9eb1c9b2084b22a34b488cc1a791918ac6c3e516d279aac1af
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Read a line from a stream.
-#
-#Files:
-#lib/getline.c
-#m4/getline.m4
-#
-#Depends-on:
-#extensions
-#getdelim
-#stdio
-#
-#configure.ac:
-#gl_FUNC_GETLINE
-#gl_STDIO_MODULE_INDICATOR([getline])
-
-File: ./modules/getline-tests
-Hash: 4fcb95fd42d4d58d8d88a2a3b1eeace1ec0a23bbc3f1d51fbd0498f265907c52
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-getline.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-getline
-#check_PROGRAMS += test-getline
-#MOSTLYCLEANFILES += test-getline.txt
-
-File: ./modules/getloadavg
-Hash: 29a326552ce7dd21e831978b8f5a6a6a60e97d67f0fa53c13ba14e472042aab4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Return the current system load averages.
-#
-#Files:
-#lib/getloadavg.c
-#m4/getloadavg.m4
-#
-#Depends-on:
-#stdlib
-#extensions
-#cloexec
-#xalloc
-#c-strtod
-#intprops
-#stdbool
-
-File: ./modules/getlogin_r
-Hash: d6b9543a779b4b7395fdb42613d09962875c10531e9d595979ff6805094bfd66
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#getlogin_r() function: Get user name to a buffer allocated by the caller.
-#
-#Files:
-#lib/getlogin_r.c
-#m4/getlogin_r.m4
-#
-#Depends-on:
-#extensions
-#unistd
-#
-#configure.ac:
-#gl_GETLOGIN_R
-#gl_UNISTD_MODULE_INDICATOR([getlogin_r])
-
-File: ./modules/getndelim2
-Hash: 20aebd94a8d4470c01777cf8011c75830bfffcd51bb6e252615a5fe1ed516868
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Read a line from a stream, stopping at one of 2 delimiters, with bounded
-#memory allocation.
-#
-#Files:
-#lib/getndelim2.h
-#lib/getndelim2.c
-#m4/getndelim2.m4
-#
-#Depends-on:
-#ssize_t
-#stdbool
-#stdint
-#freadptr
-#freadseek
-
-File: ./modules/getndelim2-tests
-Hash: 5c358342a8b0dd601faad3103e89f3112ae745746fe941fd6e811747b6004d84
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-getndelim2.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-getndelim2
-#check_PROGRAMS += test-getndelim2
-#MOSTLYCLEANFILES += test-getndelim2.txt
-
-File: ./modules/getnline
-Hash: 1e2fa5f2d49e70cfb100516d860fa548e5d6d2fbd664ade40f721316e392669d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Read a line from a stream, with bounded memory allocation.
-#
-#Files:
-#lib/getnline.h
-#lib/getnline.c
-#m4/getnline.m4
-#
-#Depends-on:
-#getndelim2
-#ssize_t
-#
-#configure.ac:
-#gl_GETNLINE
-
-File: ./modules/getopt
-Hash: 6aa942ee1376a669c17faafaa46854e797d37d5ce008c5cb2bbdb5353ae6c3dd
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Process command line arguments.
-#
-#Status:
-#obsolete
-#
-#Notice:
-#This module is obsolete. Use the module 'getopt-posix' or 'getopt-gnu' instead.
-#
-#Files:
-#
-#Depends-on:
-#getopt-gnu
-#
-#configure.ac:
-
-File: ./modules/getopt-gnu
-Hash: c0a2faa69abd2d01ab9effcb216967e5c6a95e9c1ef3b63af3e33954a427ef3e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#GNU-like getopt() function, getopt_long() function, getopt_long_only() function:
-#process command line arguments.
-#
-#Files:
-#
-#Depends-on:
-#getopt-posix
-#
-#configure.ac:
-#gl_FUNC_GETOPT_GNU
-#gl_MODULE_INDICATOR([getopt-gnu])
-#
-#Makefile.am:
-
-File: ./modules/getopt-posix
-Hash: 94023aa61068c90a835f8d1f5f01d4f063115111e3361f0eee6802469a986327
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#getopt() function: process command line arguments.
-#
-#Files:
-#lib/getopt.in.h
-#lib/getopt.c
-#lib/getopt1.c
-#lib/getopt_int.h
-#m4/getopt.m4
-#
-#Depends-on:
-#gettext-h
-#unistd
-#extensions
-
-File: ./modules/getopt-posix-tests
-Hash: 2e1c366e580bb818524a0e2aa2a4336889d8f55d5efac62b93e3b797707b3573
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-getopt.c
-#tests/test-getopt.h
-#tests/test-getopt_long.h
-#
-#Depends-on:
-#unistd
-#unsetenv
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-getopt
-#check_PROGRAMS += test-getopt
-#test_getopt_LDADD = $(LDADD) $(LIBINTL)
-
-File: ./modules/getpagesize
-Hash: 28bd4989723dbfb42bc856a0d722e6f84efd596d196c2394f7e4b552acdfd14a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#getpagesize() function: Return memory page size.
-#
-#Files:
-#lib/getpagesize.c
-#m4/getpagesize.m4
-#
-#Depends-on:
-#unistd
-#
-#configure.ac:
-#gl_FUNC_GETPAGESIZE
-#gl_UNISTD_MODULE_INDICATOR([getpagesize])
-#
-#Makefile.am:
-
-File: ./modules/getpass
-Hash: a137642ab40bae78516bc20e1bc8a9f4607bab8fb3b003eebe021c2185d4ae8a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#getpass() function: read a password from /dev/tty.
-#
-#Files:
-#lib/getpass.h
-#lib/getpass.c
-#m4/getpass.m4
-#
-#Depends-on:
-#fseeko
-#getline
-#stdbool
-#strdup-posix
-#
-#configure.ac:
-
-File: ./modules/getpass-gnu
-Hash: 898184539f39b4ae274508a133bfbdd661f07f29a14ae53170b0bca87d4e6a69
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#getpass() function: read a password of arbitrary length from /dev/tty.
-#
-#Files:
-#lib/getpass.h
-#lib/getpass.c
-#m4/getpass.m4
-#
-#Depends-on:
-#fseeko
-#getline
-#stdbool
-#
-#configure.ac:
-#gl_FUNC_GETPASS_GNU
-
-File: ./modules/getpeername
-Hash: 4eb79ef9a5dc3f4e01fc808ea788ab8b9e5969dc08afd77028608efe835ee2c7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#getpeername() function: return information about the remote end of a connected
-#socket.
-#
-#Files:
-#lib/getpeername.c
-#lib/w32sock.h
-#
-#Depends-on:
-#sys_socket
-#errno
-#
-#configure.ac:
-#AC_REQUIRE([gl_HEADER_SYS_SOCKET])
-#if test "$ac_cv_header_winsock2_h" = yes; then
-
-File: ./modules/getsockname
-Hash: 0d541f72e064879de7bd164c2a7a507f9c77946177e0b9ca1231221d52eec6d2
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#getsockname() function: return information about the local end of a connected
-#socket.
-#
-#Files:
-#lib/getsockname.c
-#lib/w32sock.h
-#
-#Depends-on:
-#sys_socket
-#errno
-#
-#configure.ac:
-#AC_REQUIRE([gl_HEADER_SYS_SOCKET])
-#if test "$ac_cv_header_winsock2_h" = yes; then
-
-File: ./modules/getsockopt
-Hash: 729578766108e66027f2ab148d7a3e857afd416f25b3a55f6817e1144e1a20df
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#getsockopt() function: retrieve optional settings on a socket.
-#
-#Files:
-#lib/getsockopt.c
-#lib/w32sock.h
-#
-#Depends-on:
-#sys_socket
-#sys_time
-#socklen
-#errno
-#
-#configure.ac:
-#AC_REQUIRE([gl_HEADER_SYS_SOCKET])
-
-File: ./modules/getsubopt
-Hash: 7707000a7061f9d84f6fca75bd6d1a14e3311454432deb0f7a23aa49e24ff7ba
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#getsubopt: Parse comma separated list into words.
-#
-#Files:
-#lib/getsubopt.c
-#m4/getsubopt.m4
-#
-#Depends-on:
-#extensions
-#strchrnul
-#stdlib
-#memchr
-#
-#configure.ac:
-#gl_FUNC_GETSUBOPT
-
-File: ./modules/gettext
-Hash: 47f3c83702b37039afb7e053cd3fb226a906c664ddcd54163d5f2d69008699cc
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Translate messages to user's native language.
-#
-#Files:
-#m4/codeset.m4
-#m4/gettext.m4
-#m4/glibc2.m4
-#m4/glibc21.m4
-#m4/iconv.m4
-#m4/intdiv0.m4
-#m4/intl.m4
-#m4/intldir.m4
-#m4/intlmacosx.m4
-#m4/intmax.m4
-#m4/inttypes_h.m4
-
-File: ./modules/gettext-h
-Hash: 61b2609fc90e17305b778a6d0772d6c6c678de55b08a136f2142d24b254b2211
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Translate messages to user's native language if the gettext module is also used.
-#
-#Files:
-#lib/gettext.h
-#
-#Depends-on:
-#
-#configure.ac:
-#AC_SUBST([LIBINTL])
-#AC_SUBST([LTLIBINTL])
-#
-#Makefile.am:
-#lib_SOURCES += gettext.h
-
-File: ./modules/gettime
-Hash: 97029b8cd41ef19139e3fa0b0e2f06c85bff0e938fdab92bf14120708d06b5ce
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Return current time, with nanosecond resolution.
-#
-#Files:
-#lib/gettime.c
-#m4/gettime.m4
-#
-#Depends-on:
-#clock-time
-#gettimeofday
-#sys_time
-#timespec
-#extensions
-#
-#configure.ac:
-
-File: ./modules/gettimeofday
-Hash: c96253a3eef177db03721e4219d75b49cfe5fc500875eba69bb58f213768e6bb
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#gettimeofday() function: return current time.
-#
-#Files:
-#lib/gettimeofday.c
-#m4/gettimeofday.m4
-#
-#Depends-on:
-#sys_time
-#
-#configure.ac:
-#gl_FUNC_GETTIMEOFDAY
-#
-#Makefile.am:
-
-File: ./modules/gettimeofday-tests
-Hash: 01694f0fd480b5922065b6898273f8dc92362de5d40840e7b678b4aab0d1d88c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-gettimeofday.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-gettimeofday
-#check_PROGRAMS += test-gettimeofday
-
-File: ./modules/getugroups
-Hash: ee0e889db47e3653b6b31a320a136819f2640b1cec2ad38bda03493f16b627b9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Return the group IDs of a user.
-#
-#Files:
-#lib/getugroups.c
-#lib/getugroups.h
-#m4/getugroups.m4
-#
-#Depends-on:
-#errno
-#
-#configure.ac:
-#gl_GETUGROUPS
-#
-#Makefile.am:
-
-File: ./modules/getusershell
-Hash: adb692a9a12f6f1bd33111100461dbe9b8617f1de6af4088ea9f859dc308f5f2
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Return names of valid user shells.
-#
-#Files:
-#lib/getusershell.c
-#m4/getusershell.m4
-#
-#Depends-on:
-#unistd
-#extensions
-#fopen-safer
-#xalloc
-#
-#configure.ac:
-#gl_FUNC_GETUSERSHELL
-
-File: ./modules/git-merge-changelog
-Hash: 70dbf2d3cea053c673d583b8029bb6b4d0fe6b3440168b6dae108dff288653ef
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#git "merge" driver for GNU style ChangeLog files
-#
-#Files:
-#lib/git-merge-changelog.c
-#
-#Depends-on:
-#getopt-gnu
-#stdbool
-#progname
-#error
-#read-file
-#list
-#array-list
-#linkedhash-list
-
-File: ./modules/git-version-gen
-Hash: 8a867c8b391fa4aa335accd6237237d28f3411883e941fafaab593ae9ba3ba95
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Compute a version string from a git repository.
-#
-#Files:
-#build-aux/git-version-gen
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-#
-#License:
-
-File: ./modules/gitlog-to-changelog
-Hash: 40314d9a4353af85f7350b770b6d22f67dd744d731dffc964452e912e34976c8
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Convert git log to ChangeLog
-#
-#Files:
-#build-aux/gitlog-to-changelog
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-#
-#License:
-
-File: ./modules/glob
-Hash: 2d56c6d7c2a3a83baeeeda9b07803cef301fc1446644ada3a5cd3bde2aae3389
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#glob() function: Search for files and directories with paths matching a
-#pattern, with GNU extensions.
-#
-#Files:
-#lib/glob.in.h
-#lib/glob-libc.h
-#lib/glob.c
-#m4/glob.m4
-#
-#Depends-on:
-#alloca
-#d-type
-#dirfd
-#extensions
-
-File: ./modules/glob-tests
-Hash: 03cf87f1618dbf68f3f418df7389c364bb5f9a161903646c1105f37cdc0dd73e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-glob.c
-#
-#Makefile.am:
-#TESTS += test-glob
-#check_PROGRAMS += test-glob
-
-File: ./modules/gnu-make
-Hash: 3dff863165b8f67b1225f41b6069edf968f9ab592ccf7c5a976e5e2d263d93ff
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Determine whether recent-enough GNU Make is being used.
-#
-#Files:
-#m4/gnu-make.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_GNU_MAKE
-#
-#Makefile.am:
-###Sample usage of gnu-make module:
-##if GNU_MAKE
-##     [nicer features that work only with GNU Make]
-
-File: ./modules/gnumakefile
-Hash: 9a8587c6fbb528a86d0d5d078c44d837257a7ba2f6b112640afeb8b0174f1ebb
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Add GNU-make specific rules for maintainer use.
-#
-#Files:
-#top/GNUmakefile
-#
-#Depends-on:
-#
-#configure.ac:
-## Autoconf 2.61a.99 and earlier don't support linking a file only
-## in VPATH builds.  But since GNUmakefile is for maintainer use
-## only, it does not matter if we skip the link with older autoconf.
-## Automake 1.10.1 and earlier try to remove GNUmakefile in non-VPATH
-## builds, so use a shell variable to bypass this.
-#GNUmakefile=GNUmakefile
-
-File: ./modules/gnupload
-Hash: 8df2cce6ae5dba597214b339e17c77042936f83cc71b62ff0d031dc35b4881b7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Upload PGP signed files to gnu.org.
-#See http://www.gnu.org/prep/maintain/html_node/Automated-FTP-Uploads.html
-#for more information.
-#
-#Files:
-#build-aux/gnupload
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-
-File: ./modules/gperf
-Hash: e57364714a0eb84488c7de1cff7c1f34f6e4445ab1d92bafb027cce5e01d23e4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Provides the GNU gperf build tool.
-#
-#Files:
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#GPERF = gperf
-#
-#Include:
-#
-#License:
-
-File: ./modules/gpl-2.0
-Hash: 45d9ecfdd9adc42b8d1d9e97285aa6a52581209afe1e8cd558ff4d40381b8c39
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Provide the GNU General Public License version 2.0 in Texinfo format.
-#
-#Files:
-#doc/gpl-2.0.texi
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-#
-#License:
-
-File: ./modules/gpl-3.0
-Hash: 9c69fa69c8530a67e138f906d088373b632397f483ac602d98bc27784b2f1f82
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Provide the GNU General Public License version 3.0 in Texinfo format.
-#
-#Files:
-#doc/gpl-3.0.texi
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-#
-#License:
-
-File: ./modules/group-member
-Hash: 287c1e70af2c1af183b00ed4c9278b1d6e44f2058e1546594e84d37fcfa90f0b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Determine whether the current process has the permissions of a given group ID.
-#
-#Files:
-#lib/group-member.h
-#lib/group-member.c
-#m4/group-member.m4
-#
-#Depends-on:
-#extensions
-#xalloc
-#stdbool
-#
-#configure.ac:
-#gl_FUNC_GROUP_MEMBER
-
-File: ./modules/hard-locale
-Hash: 4af0609327db334b7943c3c1ca7f257f1a379b86457b675458b26bc5206c3821
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Determine whether the current locale is different from the "C" locale.
-#
-#Files:
-#lib/hard-locale.h
-#lib/hard-locale.c
-#m4/hard-locale.m4
-#
-#Depends-on:
-#stdbool
-#strdup
-#
-#configure.ac:
-#gl_HARD_LOCALE
-
-File: ./modules/hash
-Hash: 7c9cf59a3ecec8212435cdc2bf39e8a85262ffc03898f5c0df375bbc2b1284c1
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Parametrizable hash table.
-#
-#Files:
-#lib/hash.c
-#lib/hash.h
-#m4/hash.m4
-#
-#Depends-on:
-#bitrotate
-#stdbool
-#stdint
-#xalloc
-#
-#configure.ac:
-
-File: ./modules/hash-pjw
-Hash: b2fc8d2ab52921c2bb7d2fdeb7d7b110701dfc8928cc024b7b24d795f3821609
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Compute a hash value for a NUL-terminated string.
-#
-#Files:
-#lib/hash-pjw.h
-#lib/hash-pjw.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += hash-pjw.h hash-pjw.c
-#
-#Include:
-
-File: ./modules/hash-tests
-Hash: 69cca68dc2b29ee3185bc8715e8098b6de1256a1e04cc0cf0ce467e4bf9df5df
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-hash.c
-#
-#Depends-on:
-#hash-pjw
-#inttostr
-#progname
-#stdbool
-#xalloc
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-hash
-#check_PROGRAMS += test-hash
-
-File: ./modules/hash-triple
-Hash: 8387198a97ad74f6d110473b7dc339d868521d4d381f04848d764f34fc1a3b76
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Hash functions for file-related triples: name, device, inode.
-#
-#Files:
-#lib/hash-triple.c
-#lib/hash-triple.h
-#
-#Depends-on:
-#hash-pjw
-#same
-#same-inode
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/havelib
-Hash: 6ed2bd7f292a1505559b6970cda7b5cdddfb2eaf9bcf4bdbf3584e31a3792a58
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Macros to search for libraries.
-#
-#Files:
-#m4/lib-ld.m4
-#m4/lib-link.m4
-#m4/lib-prefix.m4
-#build-aux/config.rpath
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/host-os
-Hash: 2ca8eee1360f44a0ca2e082deda103768cfd5de28df764734fa877e8831081fd
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Define HOST_OPERATING_SYSTEM to a name for the host operating system.
-#
-#Files:
-#m4/host-os.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_HOST_OS
-#
-#Makefile.am:
-#
-#Include:
-
-File: ./modules/hostent
-Hash: 3605cf4dd9db40c930bb2be7254eb94f4d040781caad218ee4cef1db8d023735
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Library containing gethostent(), sethostent(), endhostent(), gethostbyname(),
-#gethostbyaddr().
-#
-#Files:
-#m4/hostent.m4
-#
-#Depends-on:
-#sys_socket
-#
-#configure.ac:
-#gl_HOSTENT
-#
-#Makefile.am:
-
-File: ./modules/human
-Hash: 12a714241c94ed4db935ade4136e5d6abaccc1cc7a76d5837593b92a0b481ac1
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Convert a number (usually a file size) to a human readable string, possibly
-#with K/M/G suffix.
-#
-#Files:
-#lib/human.h
-#lib/human.c
-#m4/human.m4
-#
-#Depends-on:
-#argmatch
-#error
-#intprops
-#memmove
-#xstrtoumax
-
-File: ./modules/i-ring
-Hash: a2025a042f43e6369d98f1ef2285c0b3f96145160320eb850fb291194b41fa52
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#a simple ring buffer
-#
-#Files:
-#lib/i-ring.h
-#lib/i-ring.c
-#m4/i-ring.m4
-#
-#Depends-on:
-#stdbool
-#verify
-#
-#configure.ac:
-#gl_I_RING
-
-File: ./modules/i-ring-tests
-Hash: aa8013e4bebb1450557c85fe8642779dbcb66a450baa27b4fc8cb05bea82378f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-i-ring.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-i-ring
-#check_PROGRAMS += test-i-ring
-
-File: ./modules/iconv
-Hash: 5743f28fcc9376b84484b295512adbade131b0e3f3744e010a4c5e4bb968904a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Character set conversion.
-#
-#Files:
-#m4/iconv.m4
-#
-#Depends-on:
-#havelib
-#
-#configure.ac:
-#AM_ICONV
-#
-#Makefile.am:
-#
-#Include:
-
-File: ./modules/iconv-tests
-Hash: e3ee6183c8df1e98e44f8119d0bf86f7c670c9c6f69e63f6f6a8dccabe4397d8
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-iconv.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-iconv
-#check_PROGRAMS += test-iconv
-#test_iconv_LDADD = $(LDADD) @LIBICONV@
-
-File: ./modules/iconv_open
-Hash: d282649433e90da2efd6101790373d8201a650b04610e73e92494812560dc327
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Character set conversion.
-#
-#Files:
-#lib/iconv.in.h
-#lib/iconv_open.c
-#lib/iconv_open-aix.gperf
-#lib/iconv_open-hpux.gperf
-#lib/iconv_open-irix.gperf
-#lib/iconv_open-osf.gperf
-#lib/iconv_open-solaris.gperf
-#m4/iconv_h.m4
-#m4/iconv_open.m4
-#
-#Depends-on:
-
-File: ./modules/iconv_open-utf
-Hash: 3d590e3b012d3ffd95d6d0ba4d019a1d1688cc912ffc3320459f6d40a5eaea71
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Character set conversion support for UTF-{16,32}{BE,LE} encodings.
-#
-#Files:
-#lib/iconv.c
-#lib/iconv_close.c
-#m4/iconv_open.m4
-#
-#Depends-on:
-#iconv_open
-#stdint
-#unistr/u8-mbtoucr
-#unistr/u8-uctomb
-#
-#configure.ac:
-
-File: ./modules/iconv_open-utf-tests
-Hash: fd21ad8275735d396a0886255e68ec5bc826a64765d295930d87c8f160fe981a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-iconv-utf.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-iconv-utf
-#check_PROGRAMS += test-iconv-utf
-#test_iconv_utf_LDADD = $(LDADD) @LIBICONV@
-
-File: ./modules/idcache
-Hash: bf6377780d75244cd590fd16245d7d0e0f2af3024a11a6672e463153aaae8774
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Username <--> uid and groupname <--> gid conversions, with cache for speed.
-#
-#Files:
-#lib/idcache.c
-#lib/idcache.h
-#m4/idcache.m4
-#
-#Depends-on:
-#flexmember
-#xalloc
-#
-#configure.ac:
-#gl_IDCACHE
-
-File: ./modules/idpriv-drop
-Hash: 4fbc061a7277c7ef121e7d555af411b28ee7a644d02aabadb9781c68258a8cbc
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Drop uid/gid privileges of the current process.
-#
-#Files:
-#lib/idpriv.h
-#lib/idpriv-drop.c
-#m4/idpriv.m4
-#
-#Depends-on:
-#unistd
-#extensions
-#
-#configure.ac:
-#gl_IDPRIV
-
-File: ./modules/idpriv-drop-tests
-Hash: c1ca26e1f33641398eb6a67728afe9bfff3cd2e536d95ed53389915b437d9616
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Notice:
-#The 'idpriv-drop-tests' module asks the user for the root password.  It is
-#therefore not suitable for all environments. To disable it, pass option
-#'--avoid=idpriv-drop-tests' to gnulib-tool.
-#
-#Files:
-#tests/test-idpriv-drop.sh
-#tests/test-idpriv-drop.su.sh
-#tests/test-idpriv-drop.c
-#
-#Depends-on:
-#stdbool
-#
-#configure.ac:
-
-File: ./modules/idpriv-droptemp
-Hash: 2b386ffd9656c15e6ca299823450f14228d48c50394eabae8178bb8145deff00
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Drop uid/gid privileges of the current process temporarily.
-#
-#Files:
-#lib/idpriv.h
-#lib/idpriv-droptemp.c
-#m4/idpriv.m4
-#
-#Depends-on:
-#unistd
-#extensions
-#
-#configure.ac:
-#gl_IDPRIV
-
-File: ./modules/idpriv-droptemp-tests
-Hash: 856200b1bc5faaca7ddd22a8e9bc12473c9ef21064495d4c2f199a9708dc077b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Notice:
-#The 'idpriv-droptemp-tests' module asks the user for the root password.  It is
-#therefore not suitable for all environments. To disable it, pass option
-#'--avoid=idpriv-drop-tests' to gnulib-tool.
-#
-#Files:
-#tests/test-idpriv-droptemp.sh
-#tests/test-idpriv-droptemp.su.sh
-#tests/test-idpriv-droptemp.c
-#
-#Depends-on:
-#stdbool
-#
-#configure.ac:
-
-File: ./modules/ignore-value
-Hash: 01cb567b7c37a63b751b0db8e39d10e42d43586122c25c4cda1ad039c4c6d651
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#ignore a value to quiet a compiler warning
-#
-#Files:
-#lib/ignore-value.h
-#
-#Depends-on:
-#
-#configure.ac:
-#AC_REQUIRE([AC_C_INLINE])
-#
-#Makefile.am:
-#lib_SOURCES += ignore-value.h
-#
-#Include:
-
-File: ./modules/imaxabs
-Hash: 1ef4550ca6ac447f4c3bb0caadccb1be0e5b7c34c154e8af77426782ddccde1e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#imaxabs() function: absolute value of 'intmax_t'.
-#
-#Files:
-#lib/imaxabs.c
-#m4/imaxabs.m4
-#
-#Depends-on:
-#inttypes
-#
-#configure.ac:
-#gl_FUNC_IMAXABS
-#gl_INTTYPES_MODULE_INDICATOR([imaxabs])
-#
-#Makefile.am:
-
-File: ./modules/imaxdiv
-Hash: e3737ab82c6a7de4832911f1f20689d2cf1b8b7bc237ff6f4edad45cd3d6bc5b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#imaxdiv() function: division of 'intmax_t'.
-#
-#Files:
-#lib/imaxdiv.c
-#m4/imaxdiv.m4
-#
-#Depends-on:
-#inttypes
-#
-#configure.ac:
-#gl_FUNC_IMAXDIV
-#gl_INTTYPES_MODULE_INDICATOR([imaxdiv])
-#
-#Makefile.am:
-
-File: ./modules/include_next
-Hash: ef238434e1f1c4b19bd45c36eb834acd1326e8f11228964e90c4185f96edab3b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Allows wrapping a broken system header in a gnulib replacement.
-#
-#Files:
-#m4/include_next.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-#
-#License:
-
-File: ./modules/inet_ntop
-Hash: affaffc307885f4e72b74accff106662b2269fc3bba510bb1994fe96aba2ee0f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Convert internet address from internal to printable, presentable format.
-#
-#Files:
-#lib/inet_ntop.c
-#m4/inet_ntop.m4
-#
-#Depends-on:
-#socklen
-#sys_socket
-#arpa_inet
-#errno
-#netinet_in
-#extensions
-
-File: ./modules/inet_pton
-Hash: fb889c5fd307ac4731674ae2fbe8491cbaad85cc2c02459c9da1a46b3affd318
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Convert internet address from presentation to internal, binary, format.
-#
-#Files:
-#lib/inet_pton.c
-#m4/inet_pton.m4
-#
-#Depends-on:
-#c-ctype
-#socklen
-#sys_socket
-#arpa_inet
-#errno
-#netinet_in
-#extensions
-
-File: ./modules/inline
-Hash: e68f0e9aa0992be4b2742b86425384bb19370570a9334cbc5d20af92d0f69867
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test for the 'inline' keyword or equivalent.
-#
-#Files:
-#m4/inline.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_INLINE
-#
-#Makefile.am:
-#
-#Include:
-
-File: ./modules/intprops
-Hash: 4dd52de1e4ccde9d76e17816fd1100fa39b248d621739e83d7269bc51e28b57b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Properties of integer types
-#
-#Files:
-#lib/intprops.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-#"intprops.h"
-
-File: ./modules/inttostr
-Hash: 3111f9fbb7648553c15238818f0777b92a1773f53750df736f1020e2a26c08ba
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Convert integers to printable strings.
-#
-#Files:
-#lib/imaxtostr.c
-#lib/inttostr.c
-#lib/inttostr.h
-#lib/offtostr.c
-#lib/umaxtostr.c
-#lib/uinttostr.c
-#m4/inttostr.m4
-#
-#Depends-on:
-#intprops
-#stdint
-
-File: ./modules/inttypes
-Hash: c68d6d1a790a0e89bf3525b8e87eb5b7d024b7325bcff1b9e1a14e1b14eecf31
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#An <inttypes.h> that nearly conforms to C99.
-#
-#Files:
-#lib/inttypes.in.h
-#m4/inttypes-pri.m4
-#m4/inttypes.m4
-#
-#Depends-on:
-#include_next
-#link-warning
-#multiarch
-#stdint
-#
-#configure.ac:
-
-File: ./modules/inttypes-tests
-Hash: 5024693e8f276834d00e0c1e7ea1ef17f0d4395ff3b99ca3ae861a33b0259e37
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-inttypes.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-inttypes
-#check_PROGRAMS += test-inttypes
-#
-#License:
-#LGPL
-
-File: ./modules/ioctl
-Hash: 58f39f944519c79d384684a2023c24326f00214fc07e0ab0e4ecad190d5e0a74
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#ioctl() function: issue device specific requests on files, devices, or sockets.
-#
-#Files:
-#lib/ioctl.c
-#lib/w32sock.h
-#
-#Depends-on:
-#sys_ioctl
-#sys_socket
-#errno
-#
-#configure.ac:
-#AC_REQUIRE([gl_HEADER_SYS_SOCKET])
-#if test "$ac_cv_header_winsock2_h" = yes; then
-
-File: ./modules/isapipe
-Hash: 0b7ef6ed36cd605fb0242207f885781f79bc874d42ede4e7d43af296730a71bf
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a file descriptor is a pipe.
-#
-#Files:
-#lib/isapipe.c
-#lib/isapipe.h
-#m4/isapipe.m4
-#
-#Depends-on:
-#stdbool
-#sys_stat
-#unistd
-#
-#configure.ac:
-#gl_ISAPIPE
-
-File: ./modules/isdir
-Hash: 157e9ec992049c112ab1081cc76dabf014543daf852c04bb89d138ffbe1068db
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Determine whether a directory exists.
-#
-#Files:
-#lib/isdir.c
-#m4/isdir.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_ISDIR
-#
-#Makefile.am:
-#lib_SOURCES += isdir.c
-
-File: ./modules/isfinite
-Hash: cf51321eab12944c643969aba11bcc75e369c30307cfa076fec84a54a5bc8a27
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#isfinite macro: test for finite value (zero, subnormal, or normal, and not infinite or NaN).
-#
-#Files:
-#lib/isfinite.c
-#m4/isfinite.m4
-#m4/check-math-lib.m4
-#
-#Depends-on:
-#isnanf-nolibm
-#isnand-nolibm
-#isnanl-nolibm
-#math
-#extensions
-
-File: ./modules/isfinite-tests
-Hash: 428ffa7db1bb8ef1427e4c71efebfcc002ba8226f9bdeebe6e5983570aafd71c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-isfinite.c
-#
-#Depends-on:
-#float
-#
-#configure.ac:
-#gl_FLOAT_EXPONENT_LOCATION
-#gl_DOUBLE_EXPONENT_LOCATION
-#gl_LONG_DOUBLE_EXPONENT_LOCATION
-#
-#Makefile.am:
-#TESTS += test-isfinite
-#check_PROGRAMS += test-isfinite
-#test_isfinite_LDADD = $(LDADD) @ISFINITE_LIBM@
-
-File: ./modules/isinf
-Hash: 1be481512f8b234cf8d794a766c3554821bcdb25566d074356c6db939c055e4c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#isinf macro: test for positive or negative infinity
-#
-#Files:
-#lib/isinf.c
-#m4/isinf.m4
-#m4/check-math-lib.m4
-#
-#Depends-on:
-#float
-#math
-#extensions
-#
-#configure.ac:
-#gl_ISINF
-
-File: ./modules/isinf-tests
-Hash: 43c3d0eede218644738b9102bfa574968508dcf376d8cd878c80f7b0e7c102d2
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#m4/exponentf.m4
-#m4/exponentd.m4
-#m4/exponentl.m4
-#tests/test-isinf.c
-#
-#Depends-on:
-#float
-#
-#configure.ac:
-#gl_FLOAT_EXPONENT_LOCATION
-#gl_DOUBLE_EXPONENT_LOCATION
-#gl_LONG_DOUBLE_EXPONENT_LOCATION
-#
-#Makefile.am:
-
-File: ./modules/isnan
-Hash: d96619abe51c34797cfcc4a00d89e66dd2f3723beeb57a02a5a7c0893938c46c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#isnan macro: test for NaN value.
-#
-#Files:
-#m4/isnan.m4
-#
-#Depends-on:
-#isnanf
-#isnand
-#isnanl
-#math
-#extensions
-#
-#configure.ac:
-#gl_ISNAN
-
-File: ./modules/isnan-tests
-Hash: 323cc464c9a21025066cb117c8fcbd7bcd6247841219f9002be23284275cd344
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-isnan.c
-#tests/nan.h
-#
-#Depends-on:
-#float
-#
-#configure.ac:
-#gl_FLOAT_EXPONENT_LOCATION
-#gl_DOUBLE_EXPONENT_LOCATION
-#gl_LONG_DOUBLE_EXPONENT_LOCATION
-#
-#Makefile.am:
-#TESTS += test-isnan
-#check_PROGRAMS += test-isnan
-
-File: ./modules/isnand
-Hash: 890d77c9c2ea51fe7e2c36571771971507c53a94eccb394ac84bd0bb5c967493
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#isnand() function: test for NaN.
-#
-#Files:
-#lib/isnand.c
-#lib/isnan.c
-#lib/float+.h
-#m4/exponentd.m4
-#m4/isnand.m4
-#
-#Depends-on:
-#math
-#fpieee
-#memcmp
-
-File: ./modules/isnand-nolibm
-Hash: 2f2cd905c0df813b2dad1ab5ec94cd0bf3ac620899161883844620e919dd23ad
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#isnand() function: test for NaN, without requiring libm.
-#
-#Files:
-#lib/isnand-nolibm.h
-#lib/isnand.c
-#lib/isnan.c
-#lib/float+.h
-#m4/exponentd.m4
-#m4/isnand.m4
-#
-#Depends-on:
-#fpieee
-#memcmp
-
-File: ./modules/isnand-nolibm-tests
-Hash: 9d7ab59e02aa291a0beb916911d9030dcf4095d8ee1e8871b8cba14ce028acbc
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-isnand-nolibm.c
-#tests/test-isnand.h
-#tests/nan.h
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_DOUBLE_EXPONENT_LOCATION
-#
-#Makefile.am:
-#TESTS += test-isnand-nolibm
-#check_PROGRAMS += test-isnand-nolibm
-
-File: ./modules/isnand-tests
-Hash: e2bbe6cbf7399d4890b3bb3906f0867d6bfd7f3eef57a8a195051eae59d69cfc
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-isnand.c
-#tests/test-isnand.h
-#tests/nan.h
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_DOUBLE_EXPONENT_LOCATION
-#
-#Makefile.am:
-#TESTS += test-isnand
-#check_PROGRAMS += test-isnand
-#test_isnand_LDADD = $(LDADD) @ISNAND_LIBM@
-
-File: ./modules/isnanf
-Hash: 85d8cebc9e5c0aa2bd4b68ce6612f8749215483a919a74de686fed1d3586df36
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#isnanf() function: test for NaN.
-#
-#Files:
-#lib/isnanf.c
-#lib/isnan.c
-#lib/float+.h
-#m4/exponentf.m4
-#m4/isnanf.m4
-#
-#Depends-on:
-#math
-#fpieee
-#memcmp
-
-File: ./modules/isnanf-nolibm
-Hash: f97947dc0edbd13b8d64a0b5b7a384fcbd2fc2258160d87f3b67589da6e401e9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#isnanf() function: test for NaN, without requiring libm.
-#
-#Files:
-#lib/isnanf-nolibm.h
-#lib/isnanf.c
-#lib/isnan.c
-#lib/float+.h
-#m4/exponentf.m4
-#m4/isnanf.m4
-#
-#Depends-on:
-#fpieee
-#memcmp
-
-File: ./modules/isnanf-nolibm-tests
-Hash: 21a8932e3abc2149b5fffebf3051a0f125e57ebc47b10d4acbdca78994c93d4b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-isnanf-nolibm.c
-#tests/test-isnanf.h
-#tests/nan.h
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_FLOAT_EXPONENT_LOCATION
-#
-#Makefile.am:
-#TESTS += test-isnanf-nolibm
-#check_PROGRAMS += test-isnanf-nolibm
-
-File: ./modules/isnanf-tests
-Hash: ae8f63af140ced8d91af05afd8e9069faf676f5dbfdd979cc1fe0cf3abbd975a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-isnanf.c
-#tests/test-isnanf.h
-#tests/nan.h
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_FLOAT_EXPONENT_LOCATION
-#
-#Makefile.am:
-#TESTS += test-isnanf
-#check_PROGRAMS += test-isnanf
-#test_isnanf_LDADD = $(LDADD) @ISNANF_LIBM@
-
-File: ./modules/isnanl
-Hash: 70b7c907aee78531a9a20fcd179bd294a57a33e4e9b58ca8da9faf56e330b973
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#isnanl() function: test for NaN.
-#
-#Files:
-#lib/isnanl.c
-#lib/isnan.c
-#lib/float+.h
-#m4/exponentl.m4
-#m4/isnanl.m4
-#
-#Depends-on:
-#math
-#float
-#fpieee
-#memcmp
-
-File: ./modules/isnanl-nolibm
-Hash: ff91e53b92af8ddf541f10e179d0c519f9a527a808361f95bdfd8d30de7b8e27
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#isnanl() function: test for NaN, without requiring libm.
-#
-#Files:
-#lib/isnanl-nolibm.h
-#lib/isnanl.c
-#lib/isnan.c
-#lib/float+.h
-#m4/exponentl.m4
-#m4/isnanl.m4
-#
-#Depends-on:
-#float
-#fpieee
-#memcmp
-
-File: ./modules/isnanl-nolibm-tests
-Hash: a711622ef8634e0ea0695340ae1eb040c290a40df106b0a777be962d6c1ac724
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-isnanl-nolibm.c
-#tests/test-isnanl.h
-#tests/nan.h
-#
-#Depends-on:
-#float
-#
-#configure.ac:
-#gl_LONG_DOUBLE_EXPONENT_LOCATION
-#
-#Makefile.am:
-#TESTS += test-isnanl-nolibm
-#check_PROGRAMS += test-isnanl-nolibm
-
-File: ./modules/isnanl-tests
-Hash: 38bbc53b8d20ba40b2b33ba9f5b5c9655dc9cfb9d39a72c9e537462c742253fa
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-isnanl.c
-#tests/test-isnanl.h
-#tests/nan.h
-#
-#Depends-on:
-#float
-#
-#configure.ac:
-#gl_LONG_DOUBLE_EXPONENT_LOCATION
-#
-#Makefile.am:
-#TESTS += test-isnanl
-#check_PROGRAMS += test-isnanl
-#test_isnanl_LDADD = $(LDADD) @ISNANL_LIBM@
-
-File: ./modules/javacomp
-Hash: f5d2862a42c8dc73c5c6346d7028b13772b1e003a92b0ee53f3d346f3c5ee05d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Compile a Java program.
-#
-#Files:
-#lib/javacomp.h
-#lib/javacomp.c
-#
-#Depends-on:
-#stdbool
-#unistd
-#javaversion
-#execute
-#pipe
-#wait-process
-#classpath
-
-File: ./modules/javacomp-script
-Hash: 8f0c47a545c9b5fda1c11fc817ebb2606b6b4889188ceff9ea3ee56b7917c068
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Script to compile a Java program.
-#
-#Files:
-#build-aux/javacomp.sh.in
-#m4/javacomp.m4
-#
-#Depends-on:
-#
-#configure.ac:
-## You need to invoke gt_JAVACOMP yourself, possibly with arguments.
-#AC_CONFIG_FILES([javacomp.sh:build-aux/javacomp.sh.in])
-#
-#Makefile.am:
-
-File: ./modules/javaexec
-Hash: a045d08a3d42fe62932696f986ed8e27cf2f86a37a136f0e99ab17bdca35caf1
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Execute a Java program.
-#
-#Files:
-#lib/javaexec.h
-#lib/javaexec.c
-#
-#Depends-on:
-#stdbool
-#execute
-#classpath
-#xsetenv
-#sh-quote
-#xconcat-filename
-#xalloc
-
-File: ./modules/javaexec-script
-Hash: 91380c5aae5cf1ecbdecf6718ae605ce7fdf877bc69cc4ade365d15d87b58fbc
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Execute a Java program.
-#
-#Files:
-#build-aux/javaexec.sh.in
-#m4/javaexec.m4
-#
-#Depends-on:
-#
-#configure.ac:
-## You need to invoke gt_JAVAEXEC yourself, possibly with arguments.
-#AC_CONFIG_FILES([javaexec.sh:build-aux/javaexec.sh.in])
-#
-#Makefile.am:
-
-File: ./modules/javaversion
-Hash: 001497a574e6daee08459695891485e8d2b842b95151bf7940609e0cd6406aef
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Determine the Java version supported by javaexec.
-#
-#Files:
-#lib/javaversion.h
-#lib/javaversion.c
-#lib/javaversion.java
-#lib/javaversion.class
-#
-#Depends-on:
-#javaexec
-#stdbool
-#pipe
-#wait-process
-#getline
-
-File: ./modules/lchmod
-Hash: c5ff9a1c59876082ed7a323077f4b0c70f0718e16c9df8a5e516b45a46232957
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#lchmod that is actually chmod (!) on hosts lacking lchmod
-#
-#Files:
-#m4/lchmod.m4
-#
-#Depends-on:
-#sys_stat
-#extensions
-#
-#configure.ac:
-#gl_FUNC_LCHMOD
-#gl_SYS_STAT_MODULE_INDICATOR([lchmod])
-#
-#Makefile.am:
-
-File: ./modules/lchown
-Hash: 73d784fb6f58cd6916eaba7ad37343c2ab0374c1d5c97045996bb25d0ab4b112
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#lchown() function: change ownership of a file, without following symlinks.
-#
-#Files:
-#lib/lchown.c
-#m4/lchown.m4
-#
-#Depends-on:
-#chown
-#errno
-#sys_stat
-#unistd
-#
-#configure.ac:
-#gl_FUNC_LCHOWN
-
-File: ./modules/ldd
-Hash: a95b7d506da9ac5c6c5381302daa766f328bc1e539649b66ef269f834d6144c0
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Command to determine the dynamically linked dependencies of a program.
-#
-#Files:
-#build-aux/ldd.sh.in
-#m4/ldd.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_LDD
-#AC_CONFIG_FILES([ldd.sh:build-aux/ldd.sh.in])
-#
-#Makefile.am:
-
-File: ./modules/ldexpl
-Hash: 1eecef8e14bf233071ac5095363e0eb8461cfa6a637ff22947dbf46c8bb2edb1
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#ldexpl() function: multiply a 'long double' by a power of 2.
-#
-#Files:
-#lib/ldexpl.c
-#m4/ldexpl.m4
-#
-#Depends-on:
-#math
-#isnanl
-#fpucw
-#
-#configure.ac:
-#gl_FUNC_LDEXPL
-#gl_MATH_MODULE_INDICATOR([ldexpl])
-
-File: ./modules/ldexpl-tests
-Hash: 375f2b202d4dd039a51fcc894830f31e1ad5e73a9c275c866b1b9a9b50c78d21
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-ldexpl.c
-#tests/nan.h
-#
-#Depends-on:
-#fpucw
-#isnanl-nolibm
-#signbit
-#float
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-ldexpl
-#check_PROGRAMS += test-ldexpl
-
-File: ./modules/lgpl-2.1
-Hash: a9edb785a05a6b1ec373a751672098124e43569e0c1d21fe88c96dfee8dee24a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Provide the GNU Lesser General Public License version 2.1 in Texinfo format.
-#
-#Files:
-#doc/lgpl-2.1.texi
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-#
-#License:
-
-File: ./modules/lib-ignore
-Hash: f0ef812765bcee8aaebbd26983e651cb58635ffe415701154c7717d07cdd1fff
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#If possible, ignore libraries that are not depended on.
-#
-#Files:
-#m4/lib-ignore.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_IGNORE_UNUSED_LIBRARIES
-#
-#Makefile.am:
-#
-#Include:
-
-File: ./modules/lib-msvc-compat
-Hash: 78f5b89a071a2a7756ad84e124da6fb544db5927cd67a327546d426c3fe7da42
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Macros to test whether LD support --output-def.
-#
-#Files:
-#m4/ld-output-def.m4
-#
-#configure.ac:
-#gl_LD_OUTPUT_DEF
-#
-#License:
-#unlimited
-#
-#Maintainer:
-#Simon Josefsson
-
-File: ./modules/lib-symbol-versions
-Hash: 3bd963fe132714834fc7b6cd38e87a0c1307f5e55c2a8d793e9aa727bddf00c4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Macros to test whether LD support --linker-script.
-#
-#Files:
-#m4/ld-version-script.m4
-#
-#configure.ac:
-#gl_LD_VERSION_SCRIPT
-#
-#License:
-#unlimited
-#
-#Maintainer:
-#Simon Josefsson
-
-File: ./modules/lib-symbol-visibility
-Hash: 09316bfaa21a902c0c723051b504b9cb539fdf667a4c58a97d5f24b0255988ca
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Control of symbols exported by shared libraries.
-#
-#Files:
-#m4/visibility.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_VISIBILITY
-#
-#Makefile.am:
-## The value of $(CFLAG_VISIBILITY) needs to be added to the CFLAGS for the
-## compilation of all sources that make up the library. This line here does it
-## only for the gnulib part of it. The developer is responsible for adding
-
-File: ./modules/libsigsegv
-Hash: 69198c8c2967b4b257bb2a7e1fb49dc825a90c620b2af5c556e1ba2eceb813a0
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Handle page faults in user mode.
-#
-#Files:
-#m4/libsigsegv.m4
-#
-#Depends-on:
-#havelib
-#
-#configure.ac:
-#gl_LIBSIGSEGV
-#
-#Makefile.am:
-#
-#Include:
-
-File: ./modules/libunistring
-Hash: 6d47f24075b006c293890df3354724bb1a1b1e5236f271d928e663274e9a185d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Unicode string functions.
-#
-#Files:
-#m4/libunistring.m4
-#
-#Depends-on:
-#havelib
-#iconv
-#
-#configure.ac:
-#gl_LIBUNISTRING
-#
-#Makefile.am:
-
-File: ./modules/linebuffer
-Hash: af6d4721c553c8a0dce296627dd9dee715308c58ec0e91d885048328638731b3
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Read a line from a stream.
-#
-#Files:
-#lib/linebuffer.h
-#lib/linebuffer.c
-#
-#Depends-on:
-#xalloc
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += linebuffer.h linebuffer.c
-
-File: ./modules/link
-Hash: d76ac610c3bb48884f7f7c21365f236d63d4a3f2bb95a5d61dfe26c49d6a5522
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#link() function: create a new link for an existing file
-#
-#Files:
-#lib/link.c
-#m4/link.m4
-#
-#Depends-on:
-#unistd
-#
-#configure.ac:
-#gl_FUNC_LINK
-#gl_UNISTD_MODULE_INDICATOR([link])
-#
-#Makefile.am:
-
-File: ./modules/link-follow
-Hash: c2b95973ab0851d36d4937aa53eeb78f89cb1f52e3561608754d5760f2d943fb
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Determine whether link("symlink", "foo") follows the symlink.
-#
-#Files:
-#m4/link-follow.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_FUNC_LINK_FOLLOWS_SYMLINK
-#
-#Makefile.am:
-#
-#Include:
-
-File: ./modules/link-tests
-Hash: 60b43b16315c847cb76698db0d6fedd157a90ecb34c6cd3040e8c7163071273b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-link.sh
-#tests/test-link.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-link.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
-#check_PROGRAMS += test-link
-
-File: ./modules/link-warning
-Hash: 2d0b021e00c5fcfae3e0e7b87147045e3520cba21361bf6da6f8cebfb06619f2
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#A C macro for emitting link time warnings.
-#
-#Files:
-#build-aux/link-warning.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#LINK_WARNING_H=$(top_srcdir)/build-aux/link-warning.h
-#
-#Include:
-
-File: ./modules/linked-list
-Hash: e73533e72bcfefd003bf35ed67272bf03cec4eaa0eb607d05d4f545f45c42d3a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Sequential list data type implemented by a linked list.
-#
-#Files:
-#lib/gl_linked_list.h
-#lib/gl_linked_list.c
-#lib/gl_anylinked_list1.h
-#lib/gl_anylinked_list2.h
-#
-#Depends-on:
-#list
-#xalloc
-#
-#configure.ac:
-
-File: ./modules/linked-list-tests
-Hash: e3f1ae2882d1cc5a5421d7675fb7d7bc459998a8cb506f17e49d3fdf6fa1ba1e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-linked_list.c
-#
-#Depends-on:
-#array-list
-#progname
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-linked_list
-#check_PROGRAMS += test-linked_list
-#test_linked_list_LDADD = $(LDADD) @LIBINTL@
-
-File: ./modules/linkedhash-list
-Hash: d872289c85eb9f6b0928256d67b8aa85051f16f378aa3a05158fcff2f0e98128
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Sequential list data type implemented by a hash table with a linked list.
-#
-#Files:
-#lib/gl_linkedhash_list.h
-#lib/gl_linkedhash_list.c
-#lib/gl_anyhash_list1.h
-#lib/gl_anyhash_list2.h
-#lib/gl_anylinked_list1.h
-#lib/gl_anylinked_list2.h
-#
-#Depends-on:
-#list
-#stdint
-#xalloc
-
-File: ./modules/linkedhash-list-tests
-Hash: 7517e9fce7957429ee92772cb67d2ad4f33a1a88f15069ffa311da6266bc80fa
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-linkedhash_list.c
-#
-#Depends-on:
-#array-list
-#progname
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-linkedhash_list
-#check_PROGRAMS += test-linkedhash_list
-#test_linkedhash_list_LDADD = $(LDADD) @LIBINTL@
-
-File: ./modules/list
-Hash: 8c081d10c9dafc22e2969bb8017117459848426a43b7920631c075cf2187fdb7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Abstract sequential list data type.
-#
-#Files:
-#lib/gl_list.h
-#lib/gl_list.c
-#m4/gl_list.m4
-#
-#Depends-on:
-#inline
-#stdbool
-#
-#configure.ac:
-#gl_LIST
-
-File: ./modules/listen
-Hash: 87d7a460a8afb814291b434acb8c112cbc16135dd458fbe865e80210fd2fab9f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#listen() function: make a server socket ready for accepting connections.
-#
-#Files:
-#lib/listen.c
-#lib/w32sock.h
-#
-#Depends-on:
-#sys_socket
-#errno
-#
-#configure.ac:
-#AC_REQUIRE([gl_HEADER_SYS_SOCKET])
-#if test "$ac_cv_header_winsock2_h" = yes; then
-#  AC_LIBOBJ([listen])
-
-File: ./modules/localcharset
-Hash: 9a7795a7bbc7dc93ee9b150a7e5e11bf1f1b65c6ffe35a782c5a4ef35da5d5b0
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Return current locale's character encoding.
-#
-#Notice:
-#If your package's tests make use of the locale_charset() function directly or
-#indirectly, you may need to define the CHARSETALIASDIR environment variable,
-#so that "make check" works before "make install". In Makefile.am syntax:
-#TESTS_ENVIRONMENT += @LOCALCHARSET_TESTS_ENVIRONMENT@
-#
-#Files:
-#lib/localcharset.h
-#lib/localcharset.c
-#lib/config.charset
-#lib/ref-add.sin
-#lib/ref-del.sin
-
-File: ./modules/locale
-Hash: 62640c673f040c8d363336c9bb4943a751e0bb6b84307665771edd7148702d82
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#A <locale.h> that conforms to POSIX.
-#
-#Files:
-#lib/locale.in.h
-#m4/locale_h.m4
-#
-#Depends-on:
-#include_next
-#stddef
-#
-#configure.ac:
-#gl_LOCALE_H
-#
-#Makefile.am:
-
-File: ./modules/locale-tests
-Hash: 8c15ac5661701bb94a2899da41deb74e7b266eaee1f143b8f2b3b00b3dbe10cd
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-locale.c
-#
-#Depends-on:
-#verify
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-locale
-#check_PROGRAMS += test-locale
-#
-#License:
-#LGPL
-
-File: ./modules/localename
-Hash: 5d708db5de4ea776bc0e5fe18ce3af0f2a882f5d46a2da433aab650a21ea5166
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Return current locale's name, according to glibc naming conventions.
-#
-#Files:
-#lib/localename.h
-#lib/localename.c
-#m4/localename.m4
-#m4/intlmacosx.m4
-#m4/lcmessage.m4
-#
-#Depends-on:
-#strdup
-#
-#configure.ac:
-#gl_LOCALENAME
-
-File: ./modules/localename-tests
-Hash: 90c131b8da15729f87254795a59b6a9cd58bba25c26337369e8ade8720c4681d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-localename.c
-#
-#Depends-on:
-#locale
-#setenv
-#unsetenv
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-localename
-#check_PROGRAMS += test-localename
-#test_localename_LDADD = $(LDADD) @INTL_MACOSX_LIBS@
-
-File: ./modules/lock
-Hash: d32728a4a53a05cc2adb5dde77071e3ca8e031217e8f5f498ef6cd08a2df45d2
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Locking in multithreaded situations.
-#
-#Files:
-#lib/glthread/lock.h
-#lib/glthread/lock.c
-#m4/lock.m4
-#
-#Depends-on:
-#threadlib
-#
-#configure.ac:
-#gl_LOCK
-#
-#Makefile.am:
-
-File: ./modules/lock-tests
-Hash: c53261432275415bd92f0a7f34342121673e632e6c06232fdf77e83416df854b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-lock.c
-#
-#Depends-on:
-#thread
-#yield
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-lock
-#check_PROGRAMS += test-lock
-#test_lock_LDADD = $(LDADD) @LIBMULTITHREAD@ @YIELD_LIB@
-
-File: ./modules/long-options
-Hash: 658d3bb72c97742fea053bf81913c1670b2596b5edfaeda39e36a45365453617
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Handle --help and --version options.
-#
-#Files:
-#lib/long-options.h
-#lib/long-options.c
-#m4/long-options.m4
-#
-#Depends-on:
-#getopt-gnu
-#version-etc
-#
-#configure.ac:
-#gl_LONG_OPTIONS
-
-File: ./modules/longlong
-Hash: 85d50b391ae59405db94f0146e7da8d3626ee7db8665b3924ee41f024cd68b20
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Define HAVE_LONG_LONG_INT if 'long long int' works.
-#
-#Files:
-#m4/longlong.m4
-#
-#configure.ac:
-#AC_REQUIRE([AC_TYPE_LONG_LONG_INT])
-#AC_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT])
-#
-#License:
-#GPL
-#
-#Maintainer:
-#Ben Pfaff
-
-File: ./modules/lseek
-Hash: b40cd1f1ad9d544c121fd5aed87bce564f227a9bc319129683186851cf381549
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#lseek() function: Reposition a file descriptor.
-#
-#Files:
-#lib/lseek.c
-#m4/lseek.m4
-#
-#Depends-on:
-#unistd
-#
-#configure.ac:
-#gl_FUNC_LSEEK
-#gl_UNISTD_MODULE_INDICATOR([lseek])
-#
-#Makefile.am:
-
-File: ./modules/lseek-tests
-Hash: 76cdab40960f704471988f57f8823d4597fc1d641d6f13ad1dfddab6e0ab3060
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-lseek.c
-#tests/test-lseek.sh
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-lseek.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
-#check_PROGRAMS += test-lseek
-
-File: ./modules/lstat
-Hash: 204ca5f19461cd6e2d1b53f28f85f6f1a64e53a603cb9c38ee18603d6a4c522b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#lstat() function: return information about a file or symbolic link.
-#
-#Files:
-#lib/lstat.c
-#m4/lstat.m4
-#
-#Depends-on:
-#sys_stat
-#
-#configure.ac:
-#gl_FUNC_LSTAT
-#gl_SYS_STAT_MODULE_INDICATOR([lstat])
-#
-#Makefile.am:
-
-File: ./modules/lstat-tests
-Hash: ce99db29f0af89b22f904eb44c8e0e9f398a40307993cabf8613800d2e7fa435
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-lstat.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-lstat
-#check_PROGRAMS += test-lstat
-
-File: ./modules/maintainer-makefile
-Hash: 60705adb407b7f67ba3ebfe3969da4cce7d40eb61c37e1662410706075c15ca7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Helper GNUmakefile with syntax checks, build improvements, etc.
-#
-#Files:
-#top/maint.mk
-#
-#Depends-on:
-#gnumakefile
-#useless-if-before-free
-#vc-list-files
-#
-#License:
-#GPLed build tool
-#
-#Maintainer:
-
-File: ./modules/malloc
-Hash: ade45be34202b5963d4753bc6e04c9ac17f54cbebfdae9ae552c85307937edc4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#malloc() function that is glibc compatible.
-#
-#Files:
-#lib/malloc.c
-#
-#Depends-on:
-#malloc-posix
-#
-#configure.ac:
-#AC_FUNC_MALLOC
-#AC_DEFINE([GNULIB_MALLOC_GNU], 1, [Define to indicate the 'malloc' module.])
-#
-#Makefile.am:
-
-File: ./modules/malloc-posix
-Hash: 0ebfd6b7bcb239f9d43efe86dbe2080ae9ea23b3a1d344f9133e6a47f37be644
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#malloc() function: allocate memory with indefinite extent.
-#
-#Files:
-#lib/malloc.c
-#m4/malloc.m4
-#
-#Depends-on:
-#stdlib
-#
-#configure.ac:
-#gl_FUNC_MALLOC_POSIX
-#gl_STDLIB_MODULE_INDICATOR([malloc-posix])
-#
-#Makefile.am:
-
-File: ./modules/malloca
-Hash: 95d9a7ade8a1341ea736d6554581001df279e83d97ac38aa9310b9e0540ab590
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Safe automatic memory allocation.
-#
-#Files:
-#lib/malloca.h
-#lib/malloca.c
-#lib/malloca.valgrind
-#m4/malloca.m4
-#m4/eealloc.m4
-#m4/longlong.m4
-#
-#Depends-on:
-#alloca-opt
-#
-#configure.ac:
-
-File: ./modules/malloca-tests
-Hash: 7ee05e7d3ccd849878c85347bd1b790c5b3e486bafe6fddd5af01ede76de5618
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-malloca.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-malloca
-#check_PROGRAMS += test-malloca
-
-File: ./modules/manywarnings
-Hash: 304df00b2664848d0ceb677623e4a5bd0d53713f61b7fffda64701b7b7af69a8
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Helper M4 functions to help work out a set of warning parameters to use.
-#
-#Files:
-#m4/manywarnings.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#License:
-#unlimited
-#
-#Maintainer:
-#Simon Josefsson
-
-File: ./modules/math
-Hash: 8b1b40e4cc6780fb6f1f06dea275392ac8b7c12f6048cbc0a103a91742f42eff
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#A GNU-like <math.h>.
-#
-#Files:
-#lib/math.in.h
-#m4/math_h.m4
-#
-#Depends-on:
-#include_next
-#link-warning
-#
-#configure.ac:
-#gl_MATH_H
-#
-#Makefile.am:
-
-File: ./modules/math-tests
-Hash: 2ac6678a1c6562309c662ba89b24eabbbfb6c95872259f43475875770df31822
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-math.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-math
-#check_PROGRAMS += test-math
-#
-#License:
-#LGPL
-
-File: ./modules/mathl
-Hash: 55e37b79ace2edb7f8bff4005f788d346d2d19580dba0a676d5c1ba235a2f7a2
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#C99 functions for transcendental functions with long double arguments.
-#
-#Files:
-#lib/acosl.c
-#lib/asinl.c
-#lib/atanl.c
-#lib/cosl.c
-#lib/expl.c
-#lib/logl.c
-#lib/sincosl.c
-#lib/sinl.c
-#lib/sqrtl.c
-#lib/tanl.c
-#lib/trigl.c
-
-File: ./modules/mbchar
-Hash: 8e44c7bc26640724217c9e83cacb0f53e18ba447a7a5b5715699675b80129b89
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Multibyte character data type.
-#
-#Files:
-#lib/mbchar.h
-#lib/mbchar.c
-#m4/mbchar.m4
-#
-#Depends-on:
-#extensions
-#stdbool
-#wchar
-#wctype
-#wcwidth
-#memcmp
-
-File: ./modules/mbfile
-Hash: 589ec474965c06bdcf55767d77aff0c1f8929bd6dac28640abf6e3069950d270
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Multibyte character I/O.
-#
-#Files:
-#lib/mbfile.h
-#m4/mbfile.m4
-#m4/mbrtowc.m4
-#
-#Depends-on:
-#mbchar
-#mbrtowc
-#mbsinit
-#wchar
-#stdbool
-
-File: ./modules/mbiter
-Hash: 1bc042309e60126c4f355a2c66e24f82dddf5693e1801ccaf3af73d4e3af54fb
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Iterating through multibyte strings.
-#
-#Files:
-#lib/mbiter.h
-#m4/mbiter.m4
-#m4/mbrtowc.m4
-#
-#Depends-on:
-#mbchar
-#mbrtowc
-#mbsinit
-#wchar
-#stdbool
-
-File: ./modules/mbmemcasecmp
-Hash: 274d0d3204c470cc4af97e2d58bd63eba9152774fbc4e5583c95f36beaaa590e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#mbmemcasecmp() function: case-insensitive memory area comparison.
-#
-#Files:
-#lib/mbmemcasecmp.h
-#lib/mbmemcasecmp.c
-#
-#Depends-on:
-#mbiter
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += mbmemcasecmp.c
-
-File: ./modules/mbmemcasecmp-tests
-Hash: e0955681a6f452ae84df04c93288f73e602601d5f17268d062a2790a580fd148
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-mbmemcasecmp1.sh
-#tests/test-mbmemcasecmp2.sh
-#tests/test-mbmemcasecmp3.sh
-#tests/test-mbmemcasecmp.c
-#tests/test-mbmemcasecmp.h
-#m4/locale-fr.m4
-#m4/locale-tr.m4
-#m4/codeset.m4
-#
-#Depends-on:
-#stdbool
-#
-#configure.ac:
-#gt_LOCALE_FR
-
-File: ./modules/mbmemcasecoll
-Hash: 9c1c9eb9be6af270534bc8cfa727ae2c6d60851192fff322e4cc09e6a3589897
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#mbmemcasecoll() function: locale dependent case-insensitive memory area
-#comparison.
-#
-#Files:
-#lib/mbmemcasecoll.h
-#lib/mbmemcasecoll.c
-#
-#Depends-on:
-#stdbool
-#malloca
-#mbrtowc
-#wcrtomb
-#memcmp2
-#memcoll
-
-File: ./modules/mbmemcasecoll-tests
-Hash: 99f2223fb2ddd23bed09476c7d3ff244787c97fb0b2f7e9272d4ac9d7d5fcb6c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-mbmemcasecoll1.sh
-#tests/test-mbmemcasecoll2.sh
-#tests/test-mbmemcasecoll3.sh
-#tests/test-mbmemcasecoll.c
-#tests/test-mbmemcasecmp.h
-#m4/locale-fr.m4
-#m4/locale-tr.m4
-#m4/codeset.m4
-#
-#Depends-on:
-#stdbool
-#
-#configure.ac:
-#gt_LOCALE_FR
-
-File: ./modules/mbrlen
-Hash: a4fab82598b347aa8dcfe636d8e69bb4ae3dec7c9d6156573e4bf18dd0704733
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#mbrlen() function: recognize multibyte character.
-#
-#Files:
-#lib/mbrlen.c
-#m4/mbrlen.m4
-#m4/mbstate_t.m4
-#
-#Depends-on:
-#wchar
-#mbrtowc
-#extensions
-#
-#configure.ac:
-#gl_FUNC_MBRLEN
-
-File: ./modules/mbrtowc
-Hash: 9e506818e3eaa2fb67a7bb992ac88548f4c0fe2059f090dac942addb5ee67cbf
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#mbrtowc() function: convert multibyte character to wide character.
-#
-#Files:
-#lib/mbrtowc.c
-#m4/mbrtowc.m4
-#m4/mbstate_t.m4
-#m4/locale-fr.m4
-#m4/locale-ja.m4
-#m4/locale-zh.m4
-#m4/codeset.m4
-#
-#Depends-on:
-#wchar
-#mbsinit
-
-File: ./modules/mbrtowc-tests
-Hash: 67740e495f650326d2e4197eaa74148cf73c74c8bcbe5d10a1a58c95fa0d1711
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-mbrtowc1.sh
-#tests/test-mbrtowc2.sh
-#tests/test-mbrtowc3.sh
-#tests/test-mbrtowc4.sh
-#tests/test-mbrtowc.c
-#m4/locale-fr.m4
-#m4/locale-ja.m4
-#m4/locale-zh.m4
-#m4/codeset.m4
-#
-#Depends-on:
-#mbsinit
-#wctob
-
-File: ./modules/mbscasecmp
-Hash: 8a6d10dfad56dd17935f68ab1c85639e39fb3108171e80325ca5fdde464385bd
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#mbscasecmp() function: case-insensitive string comparison.
-#
-#Files:
-#lib/mbscasecmp.c
-#
-#Depends-on:
-#mbuiter
-#string
-#
-#configure.ac:
-#gl_STRING_MODULE_INDICATOR([mbscasecmp])
-#
-#Makefile.am:
-#lib_SOURCES += mbscasecmp.c
-
-File: ./modules/mbscasecmp-tests
-Hash: a8656b8257b5f07824dd94d4816aae9e1ac35774c23d356c070accfe077bd43f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-mbscasecmp.sh
-#tests/test-mbscasecmp.c
-#m4/locale-tr.m4
-#m4/codeset.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gt_LOCALE_TR_UTF8
-#
-#Makefile.am:
-#TESTS += test-mbscasecmp.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_TR_UTF8='@LOCALE_TR_UTF8@'
-#check_PROGRAMS += test-mbscasecmp
-
-File: ./modules/mbscasestr
-Hash: 3c0467e82de3159f29fb87f840e6025b766c0b8a3b49a439a11c76d72f13c84e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#mbscasestr() function: case-insensitive search for a substring in a string.
-#
-#Files:
-#lib/mbscasestr.c
-#lib/str-kmp.h
-#
-#Depends-on:
-#mbuiter
-#stdbool
-#string
-#mbslen
-#malloca
-#strnlen
-
-File: ./modules/mbscasestr-tests
-Hash: 9ab8f2fe62f4f0f100ab7833c40228d531354d181fa7dcc24f1b45f99854efbf
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-mbscasestr1.c
-#tests/test-mbscasestr2.sh
-#tests/test-mbscasestr2.c
-#tests/test-mbscasestr3.sh
-#tests/test-mbscasestr3.c
-#tests/test-mbscasestr4.sh
-#tests/test-mbscasestr4.c
-#m4/locale-fr.m4
-#m4/locale-tr.m4
-#m4/locale-zh.m4
-#m4/codeset.m4
-#
-#Depends-on:
-
-File: ./modules/mbschr
-Hash: 91f2c8d1b40a5c710fdefd333ee7f4cb0740e66bd907d64531689e910a8a8a4f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#mbschr() function: search a string for a character.
-#
-#Files:
-#lib/mbschr.c
-#
-#Depends-on:
-#mbuiter
-#string
-#
-#configure.ac:
-#gl_STRING_MODULE_INDICATOR([mbschr])
-#
-#Makefile.am:
-#lib_SOURCES += mbschr.c
-
-File: ./modules/mbschr-tests
-Hash: b76887bc9b1e8cf5ec85061ed66d3470216d1fccf2b9cc5c4c994c1b84dc5a0a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-mbschr.sh
-#tests/test-mbschr.c
-#m4/locale-zh.m4
-#m4/codeset.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gt_LOCALE_ZH_CN
-#
-#Makefile.am:
-#TESTS += test-mbschr.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_ZH_CN='@LOCALE_ZH_CN@'
-#check_PROGRAMS += test-mbschr
-
-File: ./modules/mbscspn
-Hash: e78fd011a2739814457f94fd0f0d2f7a23668261b0191c9df1ddd805dc92b8d7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#mbscspn() function: search a string for any of a set of characters.
-#
-#Files:
-#lib/mbscspn.c
-#
-#Depends-on:
-#mbuiter
-#string
-#mbschr
-#strcspn
-#
-#configure.ac:
-#gl_STRING_MODULE_INDICATOR([mbscspn])
-
-File: ./modules/mbscspn-tests
-Hash: f121b6d1a37feba93beb5133e217ac6b67d27f313b21c4119af192b69f8f07f9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-mbscspn.sh
-#tests/test-mbscspn.c
-#m4/locale-fr.m4
-#m4/codeset.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gt_LOCALE_FR_UTF8
-#
-#Makefile.am:
-#TESTS += test-mbscspn.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
-#check_PROGRAMS += test-mbscspn
-
-File: ./modules/mbsinit
-Hash: 08b00e28182c38b24e4a2889d3ecbec2186c517cb1e395b18713aeae478f6c44
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#mbsinit() function: test for initial conversion state.
-#
-#Files:
-#lib/mbsinit.c
-#m4/mbsinit.m4
-#m4/mbstate_t.m4
-#
-#Depends-on:
-#wchar
-#mbrtowc
-#verify
-#extensions
-#
-#configure.ac:
-
-File: ./modules/mbsinit-tests
-Hash: e188f172ffdb358f622dce3247ddaf5bb6444765e8badabf275ca0e937b9bc73
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-mbsinit.sh
-#tests/test-mbsinit.c
-#m4/locale-fr.m4
-#m4/codeset.m4
-#
-#Depends-on:
-#mbrtowc
-#
-#configure.ac:
-#gt_LOCALE_FR_UTF8
-#
-#Makefile.am:
-#TESTS += test-mbsinit.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
-
-File: ./modules/mbslen
-Hash: ce07548e22ef15c3699e1d2dee8814adad7e686310d0c9cd971c1b81c36d0bb1
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#mbslen() function: Determine the number of multibyte characters in a string.
-#
-#Files:
-#lib/mbslen.c
-#
-#Depends-on:
-#mbuiter
-#string
-#
-#configure.ac:
-#gl_STRING_MODULE_INDICATOR([mbslen])
-#
-#Makefile.am:
-#lib_SOURCES += mbslen.c
-
-File: ./modules/mbsncasecmp
-Hash: c959211b75e589812f47efa10d008c267a4348f6411809de868643cfcd695be0
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#mbsncasecmp() function: case-insensitive string prefix comparison.
-#
-#Files:
-#lib/mbsncasecmp.c
-#
-#Depends-on:
-#mbuiter
-#string
-#
-#configure.ac:
-#gl_STRING_MODULE_INDICATOR([mbsncasecmp])
-#
-#Makefile.am:
-#lib_SOURCES += mbsncasecmp.c
-
-File: ./modules/mbsncasecmp-tests
-Hash: 4bc053604e77dae389a8419bb6c46d5f4cf647a24be4056db9e97977e242f5a5
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-mbsncasecmp.sh
-#tests/test-mbsncasecmp.c
-#m4/locale-tr.m4
-#m4/codeset.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gt_LOCALE_TR_UTF8
-#
-#Makefile.am:
-#TESTS += test-mbsncasecmp.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_TR_UTF8='@LOCALE_TR_UTF8@'
-#check_PROGRAMS += test-mbsncasecmp
-
-File: ./modules/mbsnlen
-Hash: 0faa03256e0848962c160de03ea06abadcf015959e0a65c519719cac4bf0c248
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#mbsnlen() function: Determine the number of multibyte characters in a string.
-#
-#Files:
-#lib/mbsnlen.c
-#
-#Depends-on:
-#mbiter
-#string
-#
-#configure.ac:
-#gl_STRING_MODULE_INDICATOR([mbsnlen])
-#
-#Makefile.am:
-#lib_SOURCES += mbsnlen.c
-
-File: ./modules/mbsnrtowcs
-Hash: 6757ad3daecd36e029b02f4980714e54cb1a1e1e9e729e287734008d50497f3b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#mbsnrtowcs() function: convert string to wide string.
-#
-#Files:
-#lib/mbsnrtowcs.c
-#lib/mbsrtowcs-state.c
-#m4/mbsnrtowcs.m4
-#m4/mbstate_t.m4
-#
-#Depends-on:
-#extensions
-#wchar
-#mbrtowc
-#minmax
-#strnlen1
-
-File: ./modules/mbsnrtowcs-tests
-Hash: 5f0b2a519e2883b9c0bc611792138db9c55ba5be0ca36511d32a57af47542f27
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-mbsnrtowcs1.sh
-#tests/test-mbsnrtowcs2.sh
-#tests/test-mbsnrtowcs3.sh
-#tests/test-mbsnrtowcs4.sh
-#tests/test-mbsnrtowcs.c
-#m4/locale-fr.m4
-#m4/locale-ja.m4
-#m4/locale-zh.m4
-#m4/codeset.m4
-#
-#Depends-on:
-#mbrtowc
-#mbsinit
-#wctob
-
-File: ./modules/mbspbrk
-Hash: 1517c4cf7fbb86c8797ebf6b3e8b6bfe3d8d32b3e32797851b3e494de634299d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#mbspbrk() function: search a string for any of a set of characters.
-#
-#Files:
-#lib/mbspbrk.c
-#
-#Depends-on:
-#mbuiter
-#string
-#mbschr
-#strpbrk
-#
-#configure.ac:
-#gl_STRING_MODULE_INDICATOR([mbspbrk])
-
-File: ./modules/mbspbrk-tests
-Hash: ed3bb7da990ad29ce9448efc3a064056e4c94daf64bdfab8cb1c5ece97e01836
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-mbspbrk.sh
-#tests/test-mbspbrk.c
-#m4/locale-fr.m4
-#m4/codeset.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gt_LOCALE_FR_UTF8
-#
-#Makefile.am:
-#TESTS += test-mbspbrk.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
-#check_PROGRAMS += test-mbspbrk
-
-File: ./modules/mbspcasecmp
-Hash: 119cda40d231594af07e07f9c6c3804942883e3338aa30774935e98f91bb0fea
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#mbspcasecmp() function: case-insensitive string prefix comparison.
-#
-#Files:
-#lib/mbspcasecmp.c
-#
-#Depends-on:
-#mbuiter
-#string
-#
-#configure.ac:
-#gl_STRING_MODULE_INDICATOR([mbspcasecmp])
-#
-#Makefile.am:
-#lib_SOURCES += mbspcasecmp.c
-
-File: ./modules/mbspcasecmp-tests
-Hash: acf9e1a6a2b4cb0ecce88f716874128337fcfc3735d850a7ac6cf842e6ac2c23
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-mbspcasecmp.sh
-#tests/test-mbspcasecmp.c
-#m4/locale-tr.m4
-#m4/codeset.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gt_LOCALE_TR_UTF8
-#
-#Makefile.am:
-#TESTS += test-mbspcasecmp.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_TR_UTF8='@LOCALE_TR_UTF8@'
-#check_PROGRAMS += test-mbspcasecmp
-
-File: ./modules/mbsrchr
-Hash: 2aabb1c1474945811f42cbc76d095c8e20c4fe3d2f52828451f77f9c0cf7fdbe
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#mbsrchr() function: search a string for a character, from the end.
-#
-#Files:
-#lib/mbsrchr.c
-#
-#Depends-on:
-#mbuiter
-#string
-#
-#configure.ac:
-#gl_STRING_MODULE_INDICATOR([mbsrchr])
-#
-#Makefile.am:
-#lib_SOURCES += mbsrchr.c
-
-File: ./modules/mbsrchr-tests
-Hash: 3f40a8b53bb79fc02f4764430d29388fbeb4ec6252c5b7cb327ab5c8ba4955e5
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-mbsrchr.sh
-#tests/test-mbsrchr.c
-#m4/locale-zh.m4
-#m4/codeset.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gt_LOCALE_ZH_CN
-#
-#Makefile.am:
-#TESTS += test-mbsrchr.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_ZH_CN='@LOCALE_ZH_CN@'
-#check_PROGRAMS += test-mbsrchr
-
-File: ./modules/mbsrtowcs
-Hash: 6fd1e1c2a88e142140deefbbb735df3221bc8881b6e4817551195824fd01ffab
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#mbsrtowcs() function: convert string to wide string.
-#
-#Files:
-#lib/mbsrtowcs.c
-#lib/mbsrtowcs-state.c
-#m4/mbsrtowcs.m4
-#m4/mbstate_t.m4
-#m4/locale-fr.m4
-#m4/locale-ja.m4
-#m4/locale-zh.m4
-#m4/codeset.m4
-#
-#Depends-on:
-#wchar
-
-File: ./modules/mbsrtowcs-tests
-Hash: d761815c50f990e6fd3900790cbc3426dfb224be4ca415263da9e913d87efabb
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-mbsrtowcs1.sh
-#tests/test-mbsrtowcs2.sh
-#tests/test-mbsrtowcs3.sh
-#tests/test-mbsrtowcs4.sh
-#tests/test-mbsrtowcs.c
-#m4/locale-fr.m4
-#m4/locale-ja.m4
-#m4/locale-zh.m4
-#m4/codeset.m4
-#
-#Depends-on:
-#mbrtowc
-#mbsinit
-#wctob
-
-File: ./modules/mbssep
-Hash: 9d560680605f1f24bd8dfc8716baa14f6b3a361e289d3998108946da2a39b9c2
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#mbssep() function: split string into tokens, thread safe.
-#
-#Files:
-#lib/mbssep.c
-#
-#Depends-on:
-#mbuiter
-#string
-#mbspbrk
-#strsep
-#
-#configure.ac:
-#gl_STRING_MODULE_INDICATOR([mbssep])
-
-File: ./modules/mbsspn
-Hash: 1c97df918bff72790a43cef22ccb566ad1dc39e40490b3762bfa430f5d6a725a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#mbsspn() function: search a string for any outside a set of characters.
-#
-#Files:
-#lib/mbsspn.c
-#
-#Depends-on:
-#mbuiter
-#string
-#mbschr
-#
-#configure.ac:
-#gl_STRING_MODULE_INDICATOR([mbsspn])
-#
-#Makefile.am:
-
-File: ./modules/mbsspn-tests
-Hash: 07e30551048d52edeca8820fb2f7bd871e4d33ab731c9caaad69c4e51edb971d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-mbsspn.sh
-#tests/test-mbsspn.c
-#m4/locale-fr.m4
-#m4/codeset.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gt_LOCALE_FR_UTF8
-#
-#Makefile.am:
-#TESTS += test-mbsspn.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
-#check_PROGRAMS += test-mbsspn
-
-File: ./modules/mbsstr
-Hash: 5e9bda80152814723e1cafb55e44c941a17c80aaefe1d44f834a9c72fb31d476
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#mbsstr() function: search for a substring in a string.
-#
-#Files:
-#lib/mbsstr.c
-#lib/str-kmp.h
-#
-#Depends-on:
-#mbuiter
-#stdbool
-#string
-#mbslen
-#malloca
-#strnlen
-
-File: ./modules/mbsstr-tests
-Hash: cef5b046db14a89768608c0836e74444436a85e6570a59bbcf59df40c1edfa9d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-mbsstr1.c
-#tests/test-mbsstr2.sh
-#tests/test-mbsstr2.c
-#tests/test-mbsstr3.sh
-#tests/test-mbsstr3.c
-#m4/locale-fr.m4
-#m4/locale-zh.m4
-#m4/codeset.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gt_LOCALE_FR_UTF8
-#gt_LOCALE_ZH_CN
-
-File: ./modules/mbstok_r
-Hash: 2924f5ef00aa7a13739cf251e4ec52c0fd64f3f6b831ad2e3624a4cf902bab15
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#mbstok_r() function: split string into tokens, thread safe.
-#
-#Files:
-#lib/mbstok_r.c
-#
-#Depends-on:
-#mbuiter
-#string
-#mbsspn
-#mbspbrk
-#strtok_r
-#
-#configure.ac:
-#gl_STRING_MODULE_INDICATOR([mbstok_r])
-
-File: ./modules/mbswidth
-Hash: e1810f778143c1d5292d861bdc35a3263344f2d6001b19a88698e1001a47e1ae
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Determine the number of screen columns needed for a string.
-#
-#Files:
-#lib/mbswidth.h
-#lib/mbswidth.c
-#m4/mbstate_t.m4
-#m4/mbrtowc.m4
-#m4/mbswidth.m4
-#
-#Depends-on:
-#wchar
-#wctype
-#mbrtowc
-#mbsinit
-
-File: ./modules/mbuiter
-Hash: 6cbc5dfe3a3225936a7dfffcf10221a28eb197fe14ded3080358fa00fb0fcc4a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Iterating through multibyte strings.
-#
-#Files:
-#lib/mbuiter.h
-#m4/mbiter.m4
-#m4/mbrtowc.m4
-#
-#Depends-on:
-#mbchar
-#mbrtowc
-#mbsinit
-#wchar
-#stdbool
-#strnlen1
-
-File: ./modules/memcasecmp
-Hash: 7351221a78a96f127d5a963204471c2dbd55e1cb3f18425117b9476c5fadebbc
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Case-insensitive memory area comparison.
-#
-#Files:
-#lib/memcasecmp.h
-#lib/memcasecmp.c
-#m4/memcasecmp.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_MEMCASECMP
-#
-#Makefile.am:
-
-File: ./modules/memchr
-Hash: be0b241ceb14b9c893f028a1c3a3536857082922284185c2a8c2d76bdece3599
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#memchr() function: scan memory for a byte.
-#
-#Files:
-#lib/memchr.c
-#lib/memchr.valgrind
-#m4/memchr.m4
-#m4/mmap-anon.m4
-#
-#Depends-on:
-#extensions
-#getpagesize
-#string
-#
-#configure.ac:
-
-File: ./modules/memchr-tests
-Hash: 018011ff8976e68e44992541371dcc8d825566092ed792f3461ef5d024230984
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-memchr.c
-#tests/zerosize-ptr.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-memchr
-#check_PROGRAMS += test-memchr
-
-File: ./modules/memchr2
-Hash: e34d9b8d2f6bbd86621302dc032e119f50f4e7676cfa04cb884193e2ea2d6d97
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#memchr2() function: scan memory for the first of two bytes.
-#
-#Files:
-#lib/memchr2.h
-#lib/memchr2.c
-#lib/memchr2.valgrind
-#
-#Depends-on:
-#stdint
-#memchr
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/memchr2-tests
-Hash: 8cf194f3c8e417c970395e74b4f1be2a93e3ff7022c134ab73a455108165e6b8
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-memchr2.c
-#tests/zerosize-ptr.h
-#m4/mmap-anon.m4
-#
-#Depends-on:
-#extensions
-#getpagesize
-#
-#configure.ac:
-#gl_FUNC_MMAP_ANON
-#AC_CHECK_HEADERS_ONCE([sys/mman.h])
-#AC_CHECK_FUNCS_ONCE([mprotect])
-#
-#Makefile.am:
-
-File: ./modules/memcmp
-Hash: 8edce69a077d5fbd7c515a865d3c815c00dbf636b25b2706b488b4aec3132c6f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#memcmp() function: compare memory areas.
-#
-#Status:
-#obsolete
-#
-#Notice:
-#This module is obsolete.
-#
-#Files:
-#lib/memcmp.c
-#m4/memcmp.m4
-#
-#Depends-on:
-#stdint
-
-File: ./modules/memcmp-tests
-Hash: cd6ccf825c316d6dd15cf9cbe1e2bbac89dfd84c4267d00a8b0fc51c8d19f6b0
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-memcmp.c
-#tests/zerosize-ptr.h
-#m4/mmap-anon.m4
-#
-#Depends-on:
-#extensions
-#getpagesize
-#
-#configure.ac:
-#gl_FUNC_MMAP_ANON
-#AC_CHECK_HEADERS_ONCE([sys/mman.h])
-#AC_CHECK_FUNCS_ONCE([mprotect])
-#
-#Makefile.am:
-
-File: ./modules/memcmp2
-Hash: 57cd15ac55918ded320e6f1e17997f9d1f0ec3dd3632701f32625e4f45d55fdf
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Compare two memory areas with possibly different lengths.
-#
-#Files:
-#lib/memcmp2.h
-#lib/memcmp2.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += memcmp2.c
-#
-#Include:
-
-File: ./modules/memcoll
-Hash: b760f4a0a26eccec9af47467f1fafbc29d7d119e691bb7294815d040e534143b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Locale dependent memory area comparison.
-#
-#Files:
-#lib/memcoll.h
-#lib/memcoll.c
-#m4/memcoll.m4
-#
-#Depends-on:
-#memcmp
-#
-#configure.ac:
-#gl_MEMCOLL
-#
-#Makefile.am:
-
-File: ./modules/memcpy
-Hash: e634aa6a76451304de7834fb20c6dd010c8ed636113798434eb126c88f5ce852
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#memcpy() function: copy memory area.
-#
-#Status:
-#obsolete
-#
-#Notice:
-#This module is obsolete.
-#
-#Files:
-#lib/memcpy.c
-#m4/memcpy.m4
-#
-#Depends-on:
-
-File: ./modules/memmem
-Hash: 427bc1498fd9e14d42481652b88271486549e6fb60bf1f7ede1241b495a4ee0f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#memmem() function: efficiently locate first substring in a buffer.
-#
-#Files:
-#
-#Depends-on:
-#memmem-simple
-#
-#configure.ac:
-#gl_FUNC_MEMMEM
-#
-#Makefile.am:
-#
-#Include:
-#<string.h>
-
-File: ./modules/memmem-simple
-Hash: d77eea05be7687dfe5838308bdfec478b435a7cb72f306db9412d4e847a5081e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#memmem() function: locate first substring in a buffer.
-#
-#Files:
-#lib/str-two-way.h
-#lib/memmem.c
-#m4/memmem.m4
-#
-#Depends-on:
-#extensions
-#string
-#stdint
-#memchr
-#memcmp
-
-File: ./modules/memmem-tests
-Hash: 1e7b452e3954e3beee93b8fd351dc99a5f490aa069de563492090ea4bc1e785e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-memmem.c
-#tests/zerosize-ptr.h
-#m4/mmap-anon.m4
-#
-#Depends-on:
-#extensions
-#getpagesize
-#
-#configure.ac:
-#gl_FUNC_MMAP_ANON
-#AC_CHECK_HEADERS_ONCE([sys/mman.h])
-#AC_CHECK_FUNCS_ONCE([mprotect])
-#AC_CHECK_DECLS_ONCE([alarm])
-
-File: ./modules/memmove
-Hash: 9c5814bf0694309555734b0aad6e4b2a7e5b9900bae9d5dbfb1b46c925758310
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#memmove() function: copy memory area.
-#
-#Status:
-#obsolete
-#
-#Notice:
-#This module is obsolete.
-#
-#Files:
-#lib/memmove.c
-#m4/memmove.m4
-#
-#Depends-on:
-
-File: ./modules/mempcpy
-Hash: 82db064f4ac23db927439f2a499e4ed75d72e012d5e5b7a6a4e058af6c5749ac
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#mempcpy() function: copy memory area, return point after last written byte.
-#
-#Files:
-#lib/mempcpy.c
-#m4/mempcpy.m4
-#
-#Depends-on:
-#extensions
-#string
-#
-#configure.ac:
-#gl_FUNC_MEMPCPY
-#gl_STRING_MODULE_INDICATOR([mempcpy])
-
-File: ./modules/memrchr
-Hash: 7df32406efd1721383bc9ca66ded3361791406c65ed6927b9eb2d9c502fddd37
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#memrchr() function: scan memory for a byte, from the right end.
-#
-#Files:
-#lib/memrchr.c
-#m4/memrchr.m4
-#
-#Depends-on:
-#extensions
-#string
-#
-#configure.ac:
-#gl_FUNC_MEMRCHR
-#gl_STRING_MODULE_INDICATOR([memrchr])
-
-File: ./modules/memrchr-tests
-Hash: 236237ff345444a2296eb7c58607760d6875b9b96878baa8ed26a535df13c8f0
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-memrchr.c
-#tests/zerosize-ptr.h
-#m4/mmap-anon.m4
-#
-#Depends-on:
-#extensions
-#getpagesize
-#
-#configure.ac:
-#gl_FUNC_MMAP_ANON
-#AC_CHECK_HEADERS_ONCE([sys/mman.h])
-#AC_CHECK_FUNCS_ONCE([mprotect])
-#
-#Makefile.am:
-
-File: ./modules/memset
-Hash: 2189503e0e0600d6195e9f40c3774df4d497419f8c8e7cd84ae006e1c05401ee
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#memset() function: fill memory with a constant byte.
-#
-#Status:
-#obsolete
-#
-#Notice:
-#This module is obsolete.
-#
-#Files:
-#lib/memset.c
-#m4/memset.m4
-#
-#Depends-on:
-
-File: ./modules/memxfrm
-Hash: f93cbf3e8c4bbad0d81b946690390cd47b60b77f297645db5c10f8f4d852b2c5
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Locale dependent memory area transformation for comparison.
-#
-#Files:
-#lib/memxfrm.h
-#lib/memxfrm.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += memxfrm.c
-#
-#Include:
-
-File: ./modules/memxor
-Hash: 009ba5161c5986176c2c0e8e2fcb898f0634a8e6c137ff14a2c0c655942114fa
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#memxor() function: binary exclusive or operation on two memory blocks
-#
-#Files:
-#lib/memxor.h
-#lib/memxor.c
-#m4/memxor.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_MEMXOR
-#
-#Makefile.am:
-
-File: ./modules/minmax
-Hash: 4ca698af559c3b45c9ae6cbc74c2db7f9d8d44e57ca0a55858f67d7f6eb2cef1
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#MIN, MAX macros.
-#
-#Files:
-#lib/minmax.h
-#m4/minmax.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_MINMAX
-#
-#Makefile.am:
-#lib_SOURCES += minmax.h
-
-File: ./modules/mkancesdirs
-Hash: 47e3ec8f9d755955102d4687498df34015f27d6968e0e8ffa15ed33ab2029a5a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Ensure the existence of the ancestor directories of a file.
-#
-#Files:
-#lib/mkancesdirs.c
-#lib/mkancesdirs.h
-#m4/mkancesdirs.m4
-#
-#Depends-on:
-#dirname
-#fcntl-h
-#savewd
-#stat-macros
-#sys_stat
-
-File: ./modules/mkdir
-Hash: 2e5e1569c83a706b81884e1431f3d6a134f87e69b18d51e41dadb9cf696431f7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#mkdir() function: create a directory.
-#
-#Files:
-#lib/mkdir.c
-#m4/mkdir-slash.m4
-#
-#Depends-on:
-#sys_stat
-#xalloc
-#dirname
-#
-#configure.ac:
-#gl_FUNC_MKDIR_TRAILING_SLASH
-
-File: ./modules/mkdir-p
-Hash: d04788d851d37a77687867ba935363f888d3c09e7b59200529af8f795804d776
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Ensure that a directory and its parents exist.
-#
-#Files:
-#lib/dirchownmod.c
-#lib/dirchownmod.h
-#lib/mkdir-p.c
-#lib/mkdir-p.h
-#m4/mkdir-p.m4
-#
-#Depends-on:
-#error
-#fcntl-h
-#gettext-h
-#lchmod
-
-File: ./modules/mkdtemp
-Hash: db4c25a79eb27e6ad8267a8afb4d8c961f69970b94ae3243c3acea5f68393b68
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#mkdtemp() function: create a private temporary directory.
-#
-#Files:
-#lib/mkdtemp.c
-#m4/mkdtemp.m4
-#
-#Depends-on:
-#stdint
-#stdlib
-#tempname
-#
-#configure.ac:
-#gt_FUNC_MKDTEMP
-#gl_STDLIB_MODULE_INDICATOR([mkdtemp])
-
-File: ./modules/mkostemp
-Hash: 6342108f26fee360da0587740ba7d41166bcb274abff9ce78078399e1346ac89
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#mkostemp() function: create a private temporary file, with specific opening
-#flags.
-#
-#Files:
-#lib/mkostemp.c
-#m4/mkostemp.m4
-#
-#Depends-on:
-#extensions
-#stdlib
-#tempname
-#
-#configure.ac:
-#gl_FUNC_MKOSTEMP
-
-File: ./modules/mkstemp
-Hash: ecff665cb5b763e16fc7ca70c57d703bcfb97515d88d6149bbcc7697c27c8936
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#mkstemp() function: create a private temporary file.
-#
-#Files:
-#lib/mkstemp.c
-#m4/mkstemp.m4
-#
-#Depends-on:
-#extensions
-#stdlib
-#tempname
-#
-#configure.ac:
-#gl_FUNC_MKSTEMP
-#gl_STDLIB_MODULE_INDICATOR([mkstemp])
-
-File: ./modules/mktempd
-Hash: 0da02b80f02ff1e0404f54d62c57905a5f8dce5c1d0cb06875d1b14723c81d78
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Create a temporary directory, much like mktemp -d does.
-#
-#Files:
-#build-aux/mktempd
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-#
-#License:
-
-File: ./modules/mktime
-Hash: d1f60290e80d3479c415935b398c94f79dd00da53fe9974e8f60f05e00674fbf
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#mktime() function: convert broken-down time to linear time.
-#
-#Files:
-#lib/mktime.c
-#m4/mktime.m4
-#
-#Depends-on:
-#multiarch
-#time_r
-#
-#configure.ac:
-#gl_FUNC_MKTIME
-#
-#Makefile.am:
-
-File: ./modules/modechange
-Hash: 8c6b5bf005ca142d0766ff8256c5e6b766a4c8535f263597678d5c7372fb1cfc
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Manipulation of mode changes specified by strings (e.g. as first argument of
-#chmod utility).
-#
-#Files:
-#lib/modechange.h
-#lib/modechange.c
-#m4/modechange.m4
-#
-#Depends-on:
-#stat-macros
-#stdbool
-#sys_stat
-#xalloc
-
-File: ./modules/mountlist
-Hash: 19dcd86334c997ee055f46c3b68bdbc79f9e70bdee9d89ea6b194b42950dc578
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Return list of mounted file systems.
-#
-#Files:
-#lib/mountlist.h
-#lib/mountlist.c
-#m4/ls-mntd-fs.m4
-#m4/fstypename.m4
-#m4/mountlist.m4
-#
-#Depends-on:
-#stdbool
-#stdint
-#strstr-simple
-#xalloc
-
-File: ./modules/mpsort
-Hash: 20e0dcc849fc123b6d093e8a99ee07c244738c4cdc28f29526fe1a84fc438c52
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Sort a vector of pointers to data.
-#
-#Files:
-#lib/mpsort.h
-#lib/mpsort.c
-#m4/mpsort.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_MPSORT
-#
-#Makefile.am:
-
-File: ./modules/multiarch
-Hash: 9dd8713172dffad333cb2303f390af903d0da348b567cbebceec9b93ae3f4121
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Detection of multi-architecture ("universal binary") builds.
-#
-#Files:
-#m4/multiarch.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_MULTIARCH
-#
-#Makefile.am:
-#
-#Include:
-
-File: ./modules/nanosleep
-Hash: c4b414bcb64d661735d355e77ebbebb13539c748a2294b5132a4f2df1b5268dc
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#nanosleep() function: pause execution for a specified time.
-#
-#Files:
-#lib/nanosleep.c
-#m4/nanosleep.m4
-#
-#Depends-on:
-#clock-time
-#extensions
-#gettime
-#multiarch
-#select
-#sigaction
-#stdbool
-
-File: ./modules/netdb
-Hash: 2ff3c839a18d0ff254152f3085d64ef784f7feb97175203a37e605b2e7277457
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#A <netdb.h> for systems lacking it.
-#
-#Files:
-#lib/netdb.in.h
-#m4/netdb_h.m4
-#
-#Depends-on:
-#include_next
-#sys_socket
-#
-#configure.ac:
-#gl_HEADER_NETDB
-#
-#Makefile.am:
-
-File: ./modules/netdb-tests
-Hash: e3e50dec351f92d0cadf5701e6997e9a0d078130438d0368a668e1ff2c8b37c6
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-netdb.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-netdb
-#check_PROGRAMS += test-netdb
-#
-#License:
-#LGPL
-
-File: ./modules/netinet_in
-Hash: 413654256fb2afe075d11026bfd1310eb7efc9d543fc5388f827553495418222
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#A <netinet/in.h> for systems lacking it.
-#
-#Files:
-#lib/netinet_in.in.h
-#m4/netinet_in_h.m4
-#
-#Depends-on:
-#include_next
-#sys_socket
-#
-#configure.ac:
-#gl_HEADER_NETINET_IN
-#AC_PROG_MKDIR_P
-
-File: ./modules/netinet_in-tests
-Hash: 1cdce907601b367aaed4ed8bb1b12d0d24f97a566d105e2abfd6ce95058dc966
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-netinet_in.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-netinet_in
-#check_PROGRAMS += test-netinet_in
-#
-#License:
-#LGPL
-
-File: ./modules/no-c++
-Hash: 437c53218d7b70ae9999443459ae088dd47921a99112f1ebc51f4ce2e1861940
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Support for compiling in C mode when CC is set to a C++ compiler.
-#
-#Files:
-#m4/no-c++.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gt_NO_CXX
-#
-#Makefile.am:
-#
-#Include:
-
-File: ./modules/nocrash
-Hash: 9f91308d373378b9c2d084dd9096c2d6711b243f0e925c8e2fd5be0e3357d693
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Macro that avoids crashes in configure tests.
-#
-#Files:
-#m4/nocrash.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-#
-#License:
-
-File: ./modules/nproc
-Hash: 1c32614a51741d289504bd7021a7fc7e8b99d678522a0146144f05c9ed10d797
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Detect the number of processors
-#
-#Files:
-#lib/nproc.h
-#lib/nproc.c
-#
-#Depends-on:
-#unistd
-#
-#configure.ac:
-#AC_LIBOBJ([nproc])
-#
-#Makefile.am:
-
-File: ./modules/obstack
-Hash: 90bf53e34be1ef3c73252e30b49196e2810161cb29d1141f98d9b3f7bed5f63a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Memory allocation, optimized for stack-like allocation patterns.
-#
-#Files:
-#lib/obstack.h
-#lib/obstack.c
-#
-#Depends-on:
-#gettext-h
-#exit
-#exitfail
-#stdint
-#
-#configure.ac:
-#AC_FUNC_OBSTACK
-
-File: ./modules/obstack-printf
-Hash: 195c4736975345b67b3eef2b29a3c77ada18de418087a7afbb0ade585fc77859
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted printing into an obstack.
-#
-#Files:
-#m4/obstack-printf.m4
-#lib/obstack_printf.c
-#
-#Depends-on:
-#obstack
-#stdio
-#vasnprintf
-#extensions
-#
-#configure.ac:
-#gl_FUNC_OBSTACK_PRINTF
-
-File: ./modules/obstack-printf-posix
-Hash: 3e6ebfb8b4ae341f632bd162e3d76235aa08f877aa5afff5c433980da140b754
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#POSIX formatted printing into an obstack.
-#
-#Files:
-#m4/obstack-printf.m4
-#m4/obstack-printf-posix.m4
-#lib/obstack_printf.c
-#
-#Depends-on:
-#obstack
-#stdio
-#vasnprintf-posix
-#extensions
-#
-#configure.ac:
-
-File: ./modules/obstack-printf-posix-tests
-Hash: 6089d7788117eaa0dbbf1a69a23d0955a423d70c1b0a9429eea3b0f6ea67cadf
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#
-#Depends-on:
-#obstack-printf-tests
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/obstack-printf-tests
-Hash: f819c86b540474e47c3e3361e8f0515068635bf7ee7fd0e56c1ee1aed42a3dc5
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-obstack-printf.c
-#
-#Depends-on:
-#progname
-#xalloc
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-obstack-printf
-#check_PROGRAMS += test-obstack-printf
-#test_obstack_printf_LDADD = $(LDADD) @LIBINTL@
-
-File: ./modules/open
-Hash: b8fd8ec2302e6cb2a361dbd6d146d4131ebb0d5ec07cf6fb35442b8ce54c23fc
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#open() function: open a descriptor to a file.
-#
-#Files:
-#lib/open.c
-#m4/open.m4
-#m4/mode_t.m4
-#
-#Depends-on:
-#fcntl-h
-#
-#configure.ac:
-#gl_FUNC_OPEN
-#gl_MODULE_INDICATOR([open])
-#gl_FCNTL_MODULE_INDICATOR([open])
-
-File: ./modules/open-tests
-Hash: 6fe6f7d664d0da6fa0c6300196a9408454f4d4c5fc1c113ea2f45271cf66251e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-open.h
-#tests/test-open.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-open
-#check_PROGRAMS += test-open
-
-File: ./modules/openat
-Hash: 8440ece2aa3dee89bb195360fde5224a4356b0dcd9cde5091b5e613fca06b38b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Open a file at a directory.
-#
-#Files:
-#lib/at-func.c
-#lib/fchmodat.c
-#lib/fchownat.c
-#lib/fstatat.c
-#lib/mkdirat.c
-#lib/openat.c
-#lib/openat.h
-#lib/openat-priv.h
-#lib/openat-proc.c
-#m4/openat.m4
-#m4/mode_t.m4
-
-File: ./modules/openat-die
-Hash: 902a62455364b94563584a5d761e6e6771649f19c13497cf2e6d67f6eb90f618
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Report a save- or restore-cwd failure in our openat replacement and then exit.
-#
-#Files:
-#lib/openat-die.c
-#
-#Depends-on:
-#openat
-#error
-#gettext-h
-#exitfail
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/openat-safer
-Hash: c15e370962a4ede59dbc1e2d87f16d7e4572d9b5f57c0340a8fed2e35cea31d4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#openat function that avoids clobbering std{in,out,err}.
-#
-#Files:
-#lib/fcntl--.h
-#lib/fcntl-safer.h
-#lib/openat-safer.c
-#m4/fcntl-safer.m4
-#
-#Depends-on:
-#fcntl-safer
-#openat
-#unistd-safer
-#
-#configure.ac:
-
-File: ./modules/openat-safer-tests
-Hash: 4ae2d6e450491648f6d3211d45c3c69ec4155ef44c2b63faa058df2bee458dd9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-openat-safer.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-openat-safer
-#check_PROGRAMS += test-openat-safer
-#test_openat_safer_LDADD = $(LDADD) @LIBINTL@
-
-File: ./modules/openmp
-Hash: 9954c49e009ade101840ce2525661e2b729f9d835fff0d1c86f347671f5b9c4a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Detection of OpenMP support.
-#
-#Files:
-#m4/openmp.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#AC_OPENMP
-#
-#Makefile.am:
-#
-#Include:
-
-File: ./modules/oset
-Hash: 0a79c4c0544b5c8a2822a5fb70791f25658d48f15710d3a13bfb599cab6f38c0
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Abstract ordered set data type.
-#
-#Files:
-#lib/gl_oset.h
-#lib/gl_oset.c
-#m4/gl_list.m4
-#
-#Depends-on:
-#inline
-#stdbool
-#
-#configure.ac:
-#gl_LIST
-
-File: ./modules/pagealign_alloc
-Hash: 4169e992f088b88dc6ca11b1b7caebbf70a8eb483c8b91b5c2877b93987a5e97
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Memory allocation aligned on page boundaries.
-#
-#Files:
-#lib/pagealign_alloc.h
-#lib/pagealign_alloc.c
-#m4/mmap-anon.m4
-#m4/pagealign_alloc.m4
-#
-#Depends-on:
-#error
-#exit
-#extensions
-#getpagesize
-#gettext-h
-
-File: ./modules/parse-duration
-Hash: cbc19947eb52ef499d5f6bf93075b19688bce193a8b394475df553f3c3f65c1d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Parse a duration given as string.
-#
-#Files:
-#lib/parse-duration.h
-#lib/parse-duration.c
-#
-#Depends-on:
-#xalloc
-#
-#configure.ac:
-#AC_REQUIRE([AC_C_INLINE])
-#
-#Makefile.am:
-#lib_SOURCES += parse-duration.c
-
-File: ./modules/parse-duration-tests
-Hash: 5e2c1e730ba1cc104efa3adbff8508e013a6a1c04df0ed16505a88467560f607
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-parse-duration.sh
-#tests/test-parse-duration.c
-#
-#Depends-on:
-#strdup
-#strerror
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-parse-duration.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
-#check_PROGRAMS += test-parse-duration
-
-File: ./modules/pathmax
-Hash: 1a58efccf4821959196abdf9ea16bba1eb01de79fc084911956c9ef723927e7a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Return maximum size of reasonable pathnames.  (Unportable: Hurd has no limit.)
-#
-#Files:
-#lib/pathmax.h
-#m4/pathmax.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_PATHMAX
-#
-#Makefile.am:
-#
-#Include:
-
-File: ./modules/perl
-Hash: b97c41a82b65955ab0fd78d1384b1dc22809d04151ce5e63dec6819363b0ab95
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Find a new-enough version of Perl.
-#
-#Files:
-#m4/perl.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_PERL
-#
-#Makefile.am:
-#
-#Include:
-
-File: ./modules/perror
-Hash: dbf41263cfaffcf9dede468e7f0f05cff36d517885ab11e66cff259c1a2214f0
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#perror() function: print a message describing error code.
-#
-#Files:
-#lib/perror.c
-#m4/perror.m4
-#
-#Depends-on:
-#stdio
-#errno
-#strerror
-#
-#configure.ac:
-#gl_FUNC_PERROR
-#gl_STRING_MODULE_INDICATOR([perror])
-
-File: ./modules/perror-tests
-Hash: d1eacf01ba2d890277c5a785d61de51c5aaf71f094fb2abe4a0f7eba55c38e49
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-perror.c
-#tests/test-perror.sh
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-perror.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
-#check_PROGRAMS += test-perror
-
-File: ./modules/physmem
-Hash: 2fa658c322934cc5949c5cf8ef6707df51d49bdabcb9d40fd400c6a32b877243
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Return amount of total/available physical memory.
-#
-#Files:
-#lib/physmem.h
-#lib/physmem.c
-#m4/physmem.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_PHYSMEM
-#
-#Makefile.am:
-
-File: ./modules/pipe
-Hash: cb2606e87b9da6e57157f3b97744d35a3bdf307fcdfac930af0d2cdebe180aa5
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Creation of subprocesses, communicating via pipes.
-#
-#Files:
-#lib/pipe.h
-#lib/pipe.c
-#lib/w32spawn.h
-#m4/pipe.m4
-#
-#Depends-on:
-#dup2
-#environ
-#error
-#exit
-#fatal-signal
-
-File: ./modules/pipe-filter-gi
-Hash: 47a74e5bd2b5d527cc692eda6c871a60bebaed6d6821f1f9ec6c89d42ca2b9dd
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Filtering of data through a subprocess.
-#
-#Files:
-#lib/pipe-filter.h
-#lib/pipe-filter-gi.c
-#lib/pipe-filter-aux.h
-#
-#Depends-on:
-#pipe
-#wait-process
-#error
-#exit
-#gettext-h
-#stdbool
-
-File: ./modules/pipe-filter-gi-tests
-Hash: 1837f3df67008436e1cc45b72eada1ff6f241f0025cf1c0c9213186b7fe77883
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-pipe-filter-gi1.sh
-#tests/test-pipe-filter-gi1.c
-#tests/test-vasnprintf-posix.c
-#tests/test-pipe-filter-gi2.sh
-#tests/test-pipe-filter-gi2-main.c
-#tests/test-pipe-filter-gi2-child.c
-#
-#Depends-on:
-#binary-io
-#c-ctype
-#read-file
-#full-write
-#sleep
-#progname
-
-File: ./modules/pipe-filter-ii
-Hash: 04a37636437c57c0388cda54e84d16b3457ecf9c0712af63f99afeeb284dc422
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Filtering of data through a subprocess.
-#
-#Files:
-#lib/pipe-filter.h
-#lib/pipe-filter-ii.c
-#lib/pipe-filter-aux.h
-#
-#Depends-on:
-#pipe
-#wait-process
-#error
-#exit
-#gettext-h
-#stdbool
-
-File: ./modules/pipe-filter-ii-tests
-Hash: 704dd95ae9d20a0a30a9ec2ea8091bbf1e9458db01991abc818bb94a7a9c5aed
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-pipe-filter-ii1.sh
-#tests/test-pipe-filter-ii1.c
-#tests/test-vasnprintf-posix.c
-#tests/test-pipe-filter-ii2.sh
-#tests/test-pipe-filter-ii2-main.c
-#tests/test-pipe-filter-ii2-child.c
-#
-#Depends-on:
-#binary-io
-#c-ctype
-#read-file
-#full-write
-#progname
-
-File: ./modules/pipe-tests
-Hash: 89b627af4bf4e9e23de42bed31459d717ee360b49f061df4343ea8979e8c8884
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-pipe.sh
-#tests/test-pipe.c
-#
-#Depends-on:
-#progname
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pipe.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
-#check_PROGRAMS += test-pipe
-#test_pipe_LDADD = $(LDADD) @LIBINTL@
-
-File: ./modules/pipe2
-Hash: 88cb0b5a60d37a7c9b1cfc3bb3cce31d46e500584eab276f71f005621fba5f10
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#pipe2() function: create a pipe, with specific opening flags.
-#
-#Files:
-#lib/pipe2.c
-#m4/pipe2.m4
-#
-#Depends-on:
-#unistd
-#fcntl-h
-#binary-io
-#
-#configure.ac:
-#gl_FUNC_PIPE2
-#gl_UNISTD_MODULE_INDICATOR([pipe2])
-
-File: ./modules/pipe2-tests
-Hash: 03a9e82cba64506684f239ac1fee39055a2c0cf7a09e73bccd429fcccf5293f7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-pipe2.c
-#
-#Depends-on:
-#stdbool
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pipe2
-#check_PROGRAMS += test-pipe2
-
-File: ./modules/pmccabe2html
-Hash: a59db9ed8dfe8c7750d96519f0dac1ef6f9126a272a836cd20d652d654547c21
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Produce fancy cyclomatic code complexity charts, using pmccabe.
-#See <http://www.parisc-linux.org/~bame/pmccabe/>.
-#
-#Files:
-#m4/pmccabe2html.m4
-#build-aux/pmccabe2html
-#build-aux/pmccabe.css
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_PMCCABE2HTML
-#
-#Makefile.am:
-
-File: ./modules/poll
-Hash: 055166d6fb80cade79ba4e9fdf79d952614fa65a2f1cbd9a77a4232da23aa356
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#poll() function: wait for some event on a set of file descriptors.
-#
-#Files:
-#lib/poll.c
-#lib/poll.in.h
-#m4/poll.m4
-#
-#Depends-on:
-#alloca
-#select
-#sys_select
-#sys_time
-#errno
-
-File: ./modules/poll-tests
-Hash: b8cef910d624e72cb2e784721e7731a76680df4809a4fbab539f0970dce96940
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-poll.c
-#
-#Depends-on:
-#stdbool
-#sys_socket
-#netinet_in
-#arpa_inet
-#sys_ioctl
-#extensions
-#inet_pton
-#errno
-#perror
-#sockets
-#socket
-
-File: ./modules/popen
-Hash: 75f806b61d12990d7d68890be3d1abee2e31232b3ed129437a90c4d98304eded
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#popen() function: open a stream to a shell command.
-#
-#Files:
-#lib/popen.c
-#m4/popen.m4
-#
-#Depends-on:
-#open
-#stdio
-#
-#configure.ac:
-#gl_FUNC_POPEN
-#gl_STDIO_MODULE_INDICATOR([popen])
-
-File: ./modules/popen-safer
-Hash: 24ee550c199b1e8fd6881ada64c40a0211431f2bd41a919ccc1aa8dd0a3ec1cc
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#popen function that avoids clobbering std{in,out,err}.
-#
-#Files:
-#lib/stdio--.h
-#lib/stdio-safer.h
-#lib/popen-safer.c
-#m4/stdio-safer.m4
-#
-#Depends-on:
-#cloexec
-#open
-#popen
-#unistd-safer
-
-File: ./modules/popen-safer-tests
-Hash: 932217dbf84834faa73e5bcbed2a51aeab869351e1f9fa18a4795b11408a7278
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-popen.h
-#tests/test-popen-safer.c
-#tests/test-popen-safer2.c
-#
-#Depends-on:
-#dup2
-#sys_wait
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-popen-safer test-popen-safer2
-#check_PROGRAMS += test-popen-safer test-popen-safer2
-
-File: ./modules/popen-tests
-Hash: 600e94e06dd6b58f99378e1f3362d1adb534e54c19898e35831ee4afadc35588
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-popen.h
-#tests/test-popen.c
-#
-#Depends-on:
-#dup2
-#sys_wait
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-popen
-#check_PROGRAMS += test-popen
-
-File: ./modules/posix-shell
-Hash: 7be6f0c5f8fb9ebba4c5e3e9b45576334ea98024516acca3236c7d88ab555bc6
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Find a POSIX-conforming shell.
-#
-#Files:
-#m4/posix-shell.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_POSIX_SHELL
-#
-#Makefile.am:
-###Sample usage of posix-shell module:
-##script: script.in
-##     rm -f $@-t $@
-
-File: ./modules/posix_spawn
-Hash: 15413ab313c64ab836982fbc31a9126ec32f09efb7ddb71640829db43260f75f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#posix_spawn() function: create a child process.
-#
-#Files:
-#lib/spawn.c
-#m4/posix_spawn.m4
-#
-#Depends-on:
-#spawn
-#posix_spawn-internal
-#
-#configure.ac:
-#gl_POSIX_SPAWN
-#if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
-#  gl_REPLACE_SPAWN_H
-
-File: ./modules/posix_spawn-internal
-Hash: 13261c7474dec61641aea4cc23d5456192409fb4aace21d2245b5e4f57f591f6
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#posix_spawn internals.
-#
-#Files:
-#lib/spawni.c
-#lib/spawn_int.h
-#m4/posix_spawn.m4
-#
-#Depends-on:
-#spawn
-#alloca-opt
-#dup2
-#errno
-#open
-#strchrnul
-
-File: ./modules/posix_spawn-tests
-Hash: a4e53f0bd6036142a9ac5e12baece34a312a5eec0673852e5c4cedd7b4461946
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-posix_spawn3.c
-#
-#Depends-on:
-#posix_spawn_file_actions_init
-#posix_spawn_file_actions_addopen
-#posix_spawn_file_actions_destroy
-#stdbool
-#unistd
-#sys_wait
-#
-#configure.ac:
-#AC_EGREP_CPP([notposix], [[
-##if defined _MSC_VER || defined __MINGW32__
-#  notposix
-
-File: ./modules/posix_spawn_file_actions_addclose
-Hash: 1b0e7672a70119b34a7422f65cc477e582f9be9be42c2b5f58e8a12c500a021b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#posix_spawn_file_actions_addclose() function: augment a child process actions
-#specification.
-#
-#Files:
-#lib/spawn_faction_addclose.c
-#lib/spawn_int.h
-#m4/posix_spawn.m4
-#
-#Depends-on:
-#spawn
-#getdtablesize
-#
-#configure.ac:
-#gl_POSIX_SPAWN
-
-File: ./modules/posix_spawn_file_actions_adddup2
-Hash: ec32ecbe40954fd4d6a2ab6529c3bb7909152086755d88b2ce843d6164ed081a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#posix_spawn_file_actions_adddup2() function: augment a child process actions
-#specification.
-#
-#Files:
-#lib/spawn_faction_adddup2.c
-#lib/spawn_int.h
-#m4/posix_spawn.m4
-#
-#Depends-on:
-#spawn
-#getdtablesize
-#
-#configure.ac:
-#gl_POSIX_SPAWN
-
-File: ./modules/posix_spawn_file_actions_addopen
-Hash: cfdb709fc0b05ff18a591ef68dbc89d292cd11c33e5ed630d96c711c66e747eb
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#posix_spawn_file_actions_addopen() function: augment a child process actions
-#specification.
-#
-#Files:
-#lib/spawn_faction_addopen.c
-#lib/spawn_int.h
-#m4/posix_spawn.m4
-#
-#Depends-on:
-#spawn
-#getdtablesize
-#
-#configure.ac:
-#gl_POSIX_SPAWN
-
-File: ./modules/posix_spawn_file_actions_destroy
-Hash: fcfee84d342e3e549f08820131ee81c122d7be97875f585474739f1d98b57b4b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#posix_spawn_file_actions_destroy() function: free a child process actions
-#specification.
-#
-#Files:
-#lib/spawn_faction_destroy.c
-#m4/posix_spawn.m4
-#
-#Depends-on:
-#spawn
-#
-#configure.ac:
-#gl_POSIX_SPAWN
-#if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
-#  gl_REPLACE_SPAWN_H
-
-File: ./modules/posix_spawn_file_actions_init
-Hash: 8667dd6d659eb6fd59856efe5a10491fb6ae2da3859526f7ff4a2fd7dd75a40f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#posix_spawn_file_actions_init() function: initialize child process actions
-#specification.
-#
-#Files:
-#lib/spawn_faction_init.c
-#lib/spawn_int.h
-#m4/posix_spawn.m4
-#
-#Depends-on:
-#spawn
-#
-#configure.ac:
-#gl_POSIX_SPAWN
-#if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
-
-File: ./modules/posix_spawnattr_destroy
-Hash: e6cb2c966163f254aef8e6b688be377b2a094f999a468168fdcbbf5f2c0aaed4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#posix_spawnattr_destroy() function: free a child process attributes
-#specification.
-#
-#Files:
-#lib/spawnattr_destroy.c
-#m4/posix_spawn.m4
-#
-#Depends-on:
-#spawn
-#
-#configure.ac:
-#gl_POSIX_SPAWN
-#if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
-#  gl_REPLACE_SPAWN_H
-
-File: ./modules/posix_spawnattr_getflags
-Hash: cb0fee822d7f86efc02d25161ae058bf90a7eeb70e7d1c7cd823da0e549a2bdb
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#posix_spawnattr_getflags() function: get bitmask of attributes specified for
-#child process.
-#
-#Files:
-#lib/spawnattr_getflags.c
-#m4/posix_spawn.m4
-#
-#Depends-on:
-#spawn
-#
-#configure.ac:
-#gl_POSIX_SPAWN
-#if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
-#  gl_REPLACE_SPAWN_H
-
-File: ./modules/posix_spawnattr_getpgroup
-Hash: 4de9f855aaa933daa726e4e38cc52848bed7659acb8976e36c8bd12e29228eb9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#posix_spawnattr_getpgroup() function: get process group specified for child
-#process.
-#
-#Files:
-#lib/spawnattr_getpgroup.c
-#m4/posix_spawn.m4
-#
-#Depends-on:
-#spawn
-#
-#configure.ac:
-#gl_POSIX_SPAWN
-#if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
-#  gl_REPLACE_SPAWN_H
-
-File: ./modules/posix_spawnattr_getschedparam
-Hash: dfb205d868a1f8cf9800b85014a3a95c2b47caf098291e8f849cdd8b1c44f8c2
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#posix_spawnattr_getschedparam() function: get the scheduling parameters
-#specified for child process.
-#
-#Files:
-#lib/spawnattr_getschedparam.c
-#m4/posix_spawn.m4
-#
-#Depends-on:
-#spawn
-#
-#configure.ac:
-#gl_POSIX_SPAWN
-#if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
-#  gl_REPLACE_SPAWN_H
-
-File: ./modules/posix_spawnattr_getschedpolicy
-Hash: 5ea4e1bd5a50a054a174f9577084b4bad055067cc585cd5b718e51d9aa920483
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#posix_spawnattr_getschedpolicy() function: get the scheduling policy specified
-#for child process.
-#
-#Files:
-#lib/spawnattr_getschedpolicy.c
-#m4/posix_spawn.m4
-#
-#Depends-on:
-#spawn
-#
-#configure.ac:
-#gl_POSIX_SPAWN
-#if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
-#  gl_REPLACE_SPAWN_H
-
-File: ./modules/posix_spawnattr_getsigdefault
-Hash: aebbb28e01907491d87b570e9720044a81c8e76bb06cb040aedd82ef3f32c925
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#posix_spawnattr_getsigdefault() function: get the set of signals with initially
-#the default handler specified for child process.
-#
-#Files:
-#lib/spawnattr_getdefault.c
-#m4/posix_spawn.m4
-#
-#Depends-on:
-#spawn
-#
-#configure.ac:
-#gl_POSIX_SPAWN
-#if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
-#  gl_REPLACE_SPAWN_H
-
-File: ./modules/posix_spawnattr_getsigmask
-Hash: 4e3402f4755f82bf6a4f52f26c99fc27619900baaa9bd83e36b3ea8182919711
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#posix_spawnattr_getsigmask() function: get the set of initially blocked signals
-#specified for child process.
-#
-#Files:
-#lib/spawnattr_getsigmask.c
-#m4/posix_spawn.m4
-#
-#Depends-on:
-#spawn
-#
-#configure.ac:
-#gl_POSIX_SPAWN
-#if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
-#  gl_REPLACE_SPAWN_H
-
-File: ./modules/posix_spawnattr_init
-Hash: d3eb3298cac167c24597cc856a1fc756c5b199bcb603b32fcc3398a9e412eb32
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#posix_spawnattr_init() function: initialize child process attributes
-#specification.
-#
-#Files:
-#lib/spawnattr_init.c
-#m4/posix_spawn.m4
-#
-#Depends-on:
-#spawn
-#
-#configure.ac:
-#gl_POSIX_SPAWN
-#if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
-#  gl_REPLACE_SPAWN_H
-
-File: ./modules/posix_spawnattr_setflags
-Hash: d700bcc7b63ea1e363c3a428aef4c53f41a2a2b2bc8a2cf82d424da0e66523c6
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#posix_spawnattr_setflags() function: specify bitmask of attributes for child
-#process.
-#
-#Files:
-#lib/spawnattr_setflags.c
-#m4/posix_spawn.m4
-#
-#Depends-on:
-#spawn
-#
-#configure.ac:
-#gl_POSIX_SPAWN
-#if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
-#  gl_REPLACE_SPAWN_H
-
-File: ./modules/posix_spawnattr_setpgroup
-Hash: 5f8e7d01caa6f22b70ddd5c1dc2f948b9fd9471493d518a922f5b5bf788515b2
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#posix_spawnattr_setpgroup() function: specify process group for child process.
-#
-#Files:
-#lib/spawnattr_setpgroup.c
-#m4/posix_spawn.m4
-#
-#Depends-on:
-#spawn
-#
-#configure.ac:
-#gl_POSIX_SPAWN
-#if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
-#  gl_REPLACE_SPAWN_H
-#  AC_LIBOBJ([spawnattr_setpgroup])
-
-File: ./modules/posix_spawnattr_setschedparam
-Hash: bc3e182453727a5de3f2341ca87ed8c4deb370f1f85114d80fb649530fe7d66e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#posix_spawnattr_setschedparam() function: specify the scheduling parameters for
-#child process.
-#
-#Files:
-#lib/spawnattr_setschedparam.c
-#m4/posix_spawn.m4
-#
-#Depends-on:
-#spawn
-#
-#configure.ac:
-#gl_POSIX_SPAWN
-#if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
-#  gl_REPLACE_SPAWN_H
-
-File: ./modules/posix_spawnattr_setschedpolicy
-Hash: 41b0af0b650ccf6e2bf11e8306c5497d3732aa043cd9fc2988b2ad786d777d83
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#posix_spawnattr_setschedpolicy() function: specify the scheduling policy for
-#child process.
-#
-#Files:
-#lib/spawnattr_setschedpolicy.c
-#m4/posix_spawn.m4
-#
-#Depends-on:
-#spawn
-#
-#configure.ac:
-#gl_POSIX_SPAWN
-#if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
-#  gl_REPLACE_SPAWN_H
-
-File: ./modules/posix_spawnattr_setsigdefault
-Hash: d17b0b584181de19099e9009b0f5dd697a715cc2d36c9f200c68808d0a6f7c8f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#posix_spawnattr_setsigdefault() function:get the specify of signals with
-#initially the default handler for child process.
-#
-#Files:
-#lib/spawnattr_setdefault.c
-#m4/posix_spawn.m4
-#
-#Depends-on:
-#spawn
-#
-#configure.ac:
-#gl_POSIX_SPAWN
-#if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
-#  gl_REPLACE_SPAWN_H
-
-File: ./modules/posix_spawnattr_setsigmask
-Hash: 8d6a238fb9ccf1d39e3d20a23c01ca0f651dbeaa90a49445c622ef6340a13211
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#posix_spawnattr_setsigmask() function: specify the set of initially blocked
-#signals for child process.
-#
-#Files:
-#lib/spawnattr_setsigmask.c
-#m4/posix_spawn.m4
-#
-#Depends-on:
-#spawn
-#
-#configure.ac:
-#gl_POSIX_SPAWN
-#if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
-#  gl_REPLACE_SPAWN_H
-
-File: ./modules/posix_spawnp
-Hash: d5c5ed7f61ad411f906180a9928559ec005317deb824e2f40825b41f68021e67
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#posix_spawnp() function: create a child process.
-#
-#Files:
-#lib/spawnp.c
-#m4/posix_spawn.m4
-#
-#Depends-on:
-#spawn
-#posix_spawn-internal
-#
-#configure.ac:
-#gl_POSIX_SPAWN
-#if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
-#  gl_REPLACE_SPAWN_H
-
-File: ./modules/posix_spawnp-tests
-Hash: 6039483c42b32008b11c8acec64c53a42491b0da863357c5eb910e617222fb7f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-posix_spawn1.c
-#tests/test-posix_spawn1.in.sh
-#tests/test-posix_spawn2.c
-#tests/test-posix_spawn2.in.sh
-#
-#Depends-on:
-#posix_spawn_file_actions_init
-#posix_spawn_file_actions_adddup2
-#posix_spawn_file_actions_addclose
-#posix_spawn_file_actions_addopen
-#posix_spawn_file_actions_destroy
-#posix_spawnattr_init
-#posix_spawnattr_setsigmask
-#posix_spawnattr_setflags
-
-File: ./modules/posixtm
-Hash: d33a7f51b60442e5707d6adc4ca78638e790cb693fa9c40d93feabc6ddc8f3bd
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Convert a date/time string (POSIX syntax) to linear time or broken-down time.
-#
-#Files:
-#lib/posixtm.h
-#lib/posixtm.c
-#m4/posixtm.m4
-#
-#Depends-on:
-#mktime
-#stdbool
-#
-#configure.ac:
-#gl_POSIXTM
-
-File: ./modules/posixver
-Hash: 31c2be10d2b472a4dd73133e03c64c0c7d2bd38fd65a1af1feac903d792a3aa6
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Determine desired POSIX specification version, according to user's environment
-#variables.
-#
-#Files:
-#lib/posixver.h
-#lib/posixver.c
-#m4/posixver.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_POSIXVER
-#
-#Makefile.am:
-
-File: ./modules/printf-frexp
-Hash: 2ba31ff5404d9a7a3126902242c6c35e4fe0ba56d1a745fa4e743c9c838e9f99
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#printf_frexp() function: split a double into fraction and mantissa, for
-#hexadecimal printf, without requiring libm.
-#
-#Files:
-#lib/printf-frexp.h
-#lib/printf-frexp.c
-#m4/printf-frexp.m4
-#m4/frexp.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_FUNC_PRINTF_FREXP
-
-File: ./modules/printf-frexp-tests
-Hash: 58b888752922b63323c41b34a3b18aa51f7c29b128f8dcadccc3df546dee1c64
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-printf-frexp.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-printf-frexp
-#check_PROGRAMS += test-printf-frexp
-#
-#License:
-#LGPL
-
-File: ./modules/printf-frexpl
-Hash: c73966598463099719ed26c513d582b0b27df6b8f7278ea98299dd0e42395350
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#printf_frexpl() function: split a long double into fraction and mantissa,
-#for hexadecimal printf, without requiring libm.
-#
-#Files:
-#lib/printf-frexpl.h
-#lib/printf-frexpl.c
-#lib/printf-frexp.c
-#m4/printf-frexpl.m4
-#m4/frexpl.m4
-#m4/ldexpl.m4
-#
-#Depends-on:
-#float
-#math
-
-File: ./modules/printf-frexpl-tests
-Hash: e86d522cbebb135833e09a05e06f97d08d69fa9ecf7e9fa98cf90e6e1f9fc11a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-printf-frexpl.c
-#
-#Depends-on:
-#fpucw
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-printf-frexpl
-#check_PROGRAMS += test-printf-frexpl
-#
-#License:
-#LGPL
-
-File: ./modules/printf-posix
-Hash: 894f8d4bd2974c5bda5bb08a7aed4420264e988980f3188b290f55b1247f68b0
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#POSIX compatible printf() function: print formatted output to standard output
-#
-#Files:
-#lib/printf.c
-#m4/printf-posix-rpl.m4
-#m4/printf.m4
-#
-#Depends-on:
-#stdio
-#vfprintf-posix
-#printf-safe
-#
-#configure.ac:
-#gl_FUNC_PRINTF_POSIX
-
-File: ./modules/printf-posix-tests
-Hash: b59c246d738fc5d9052590c8a8d00d40265f42144b607f7d29706e97e8c86fd3
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-printf-posix.sh
-#tests/test-printf-posix.c
-#tests/test-printf-posix.h
-#tests/test-printf-posix.output
-#tests/test-printf-posix2.sh
-#tests/test-printf-posix2.c
-#
-#Depends-on:
-#stdint
-#
-#configure.ac:
-#AC_CHECK_FUNCS_ONCE([getrlimit setrlimit])
-#
-#Makefile.am:
-
-File: ./modules/printf-safe
-Hash: 5731a2281f5746d885561e1600ed39665f06f4742bf6bbfa4be584e71d9820e7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Ensures that the *printf() functions provided by the *printf-posix modules
-#recognize non-IEEE-754 values of 'long double' arguments and display them as
-#NaN (rather than producing undefined behavior).
-#
-#Files:
-#
-#Depends-on:
-#
-#configure.ac:
-#m4_divert_text([INIT_PREPARE], [gl_printf_safe=yes])
-#
-#Makefile.am:
-#
-#Include:
-
-File: ./modules/priv-set
-Hash: c95f4f2a9676e83a6fa7fc9464f10e8cd464661eb209f98239f7acfbc809f4a4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Query, remove or restore a Solaris privilege
-#
-#Files:
-#lib/priv-set.h
-#lib/priv-set.c
-#m4/priv-set.m4
-#
-#Depends-on:
-#errno
-#stdbool
-#
-#configure.ac:
-#gl_PRIV_SET
-
-File: ./modules/priv-set-tests
-Hash: 031636b74d5a26b6e43a3571a14f395f3564a43886333f4e468cc5fc37e1453a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-priv-set.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-priv-set
-#check_PROGRAMS += test-priv-set
-#
-#License:
-#GPL
-
-File: ./modules/progname
-Hash: a8929c40c874a87e1611500b2e26b077ebf85e82c8b2e8a68481aed79bf97260
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Program name management.
-#
-#Files:
-#lib/progname.h
-#lib/progname.c
-#
-#Depends-on:
-#
-#configure.ac:
-#AC_CHECK_DECLS([program_invocation_name], [], [], [#include <errno.h>])
-#
-#Makefile.am:
-#lib_SOURCES += progname.h progname.c
-
-File: ./modules/propername
-Hash: decd28e88c1f60310668b74c5098487889972005c50c4b80b0f1d08e1202c110
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Localization of proper names.
-#
-#Notice:
-#If you are using GNU gettext version 0.16.1 or older, add the following options
-#to XGETTEXT_OPTIONS in your po/Makevars:
-#  --keyword='proper_name:1,"This is a proper name. See the gettext manual, section Names."'
-#  --keyword='proper_name_utf8:1,"This is a proper name. See the gettext manual, section Names."'
-#
-#Files:
-#lib/propername.h
-#lib/propername.c
-#
-#Depends-on:
-#stdbool
-
-File: ./modules/pthread
-Hash: 179a35ad71a67378f76f3ef19829397b02c9b018b00557d4d5b4fee8434a0846
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Implement a trivial subset of the pthreads library.
-#
-#Files:
-#lib/pthread.in.h
-#m4/pthread.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_PTHREAD_CHECK
-#
-#Makefile.am:
-#BUILT_SOURCES += $(PTHREAD_H)
-
-File: ./modules/putenv
-Hash: 541c7b804c9a4701e7bfd83332859956acece70efbefa359dad2647250516ce8
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#putenv() function: change or add an environment variable.
-#
-#Files:
-#lib/putenv.c
-#m4/putenv.m4
-#
-#Depends-on:
-#stdlib
-#malloc-posix
-#
-#configure.ac:
-#gl_FUNC_PUTENV
-#gl_STDLIB_MODULE_INDICATOR([putenv])
-
-File: ./modules/quote
-Hash: ca3295c10160f924a83b2fe2105e7437cfcde7bb79d5d3a00145d43e503b3019
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Quote arguments for use in error messages.
-#
-#Files:
-#lib/quote.h
-#lib/quote.c
-#m4/quote.m4
-#
-#Depends-on:
-#quotearg
-#
-#configure.ac:
-#gl_QUOTE
-#
-#Makefile.am:
-
-File: ./modules/quotearg
-Hash: 8b5a9af7872f2e8372dc495970aecc76737417a2d5329d9a887771ffa89b1b18
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Quote arguments for use in error messages.
-#
-#Files:
-#lib/quotearg.h
-#lib/quotearg.c
-#m4/mbstate_t.m4
-#m4/mbrtowc.m4
-#m4/quotearg.m4
-#
-#Depends-on:
-#extensions
-#gettext-h
-#mbrtowc
-#mbsinit
-
-File: ./modules/quotearg-tests
-Hash: bf025f38f2cc4cd441d67679a34cb1cd037b2aed2b5ccd9752ed155dc1fe3bc9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-quotearg.sh
-#tests/test-quotearg.c
-#tests/locale/fr/LC_MESSAGES/test-quotearg.po
-#tests/locale/fr/LC_MESSAGES/test-quotearg.mo
-#m4/locale-fr.m4
-#m4/codeset.m4
-#
-#Depends-on:
-#gettext
-#progname
-#stdint
-#setenv
-#unsetenv
-
-File: ./modules/raise
-Hash: 72d98fab0295eff8b6c69cc8f4c79b245a2b90f1c986c488f731c8c17e0be2c4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Send a signal to the executing process.
-#
-#Status:
-#obsolete
-#
-#Notice:
-#This module is obsolete.
-#
-#Files:
-#lib/raise.c
-#
-#Depends-on:
-#
-#configure.ac:
-
-File: ./modules/random_r
-Hash: 793abb0b71b26e916ba70493453d3a8ac0336c57e96ba22abe30a2c27d74232a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#reentrant random number generator
-#
-#Files:
-#lib/random_r.c
-#m4/random_r.m4
-#
-#Depends-on:
-#stdlib
-#stdint
-#
-#configure.ac:
-#gl_FUNC_RANDOM_R
-#gl_STDLIB_MODULE_INDICATOR([random_r])
-
-File: ./modules/random_r-tests
-Hash: b10597e158195a2e9f6be80fbd5c8323d0ab225fad79842bc4c0b68efe9180c6
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-random_r.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-random_r
-#check_PROGRAMS += test-random_r
-#
-#License:
-#LGPL
-
-File: ./modules/rawmemchr
-Hash: bea7805fd638d721ff6a8c1db17a1b510af5bdd54a19b78ce254b8c536cc47f7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#rawmemchr() function: Find the first occurrence of C in S.
-#
-#Files:
-#lib/rawmemchr.c
-#lib/rawmemchr.valgrind
-#m4/rawmemchr.m4
-#
-#Depends-on:
-#extensions
-#string
-#
-#configure.ac:
-#gl_FUNC_RAWMEMCHR
-#gl_STRING_MODULE_INDICATOR([rawmemchr])
-
-File: ./modules/rawmemchr-tests
-Hash: 1ea4b8c90ab9a92f1a865b9f0dd233b989c105cbc709c2c53c7612d0f726258d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-rawmemchr.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-rawmemchr
-#check_PROGRAMS += test-rawmemchr
-
-File: ./modules/rbtree-list
-Hash: 9c61f39fda13fc14ead05dc276b46c1e46119cacd727023c3aad3952fed1741e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Sequential list data type implemented by a binary tree.
-#
-#Files:
-#lib/gl_rbtree_list.h
-#lib/gl_rbtree_list.c
-#lib/gl_anyrbtree_list1.h
-#lib/gl_anyrbtree_list2.h
-#lib/gl_anytree_list1.h
-#lib/gl_anytree_list2.h
-#
-#Depends-on:
-#list
-#xalloc
-
-File: ./modules/rbtree-list-tests
-Hash: 600691ef07f56874f4a0638393d4b7e002fbd620d484a190042d2f8691ec0d16
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-rbtree_list.c
-#
-#Depends-on:
-#array-list
-#progname
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-rbtree_list
-#check_PROGRAMS += test-rbtree_list
-#test_rbtree_list_LDADD = $(LDADD) @LIBINTL@
-
-File: ./modules/rbtree-oset
-Hash: a9130036ba8e0984da5b35beedcac0c875a77362fd84798e9c9ba9ca9d158bd9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Ordered set data type implemented by a binary tree.
-#
-#Files:
-#lib/gl_rbtree_oset.h
-#lib/gl_rbtree_oset.c
-#lib/gl_anytree_oset.h
-#
-#Depends-on:
-#oset
-#xalloc
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/rbtree-oset-tests
-Hash: f0f3f94fab6019457c9b5744f749637d2947731f1f9c7000aa1d3818875ce22b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-rbtree_oset.c
-#
-#Depends-on:
-#array-oset
-#progname
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-rbtree_oset
-#check_PROGRAMS += test-rbtree_oset
-#test_rbtree_oset_LDADD = $(LDADD) @LIBINTL@
-
-File: ./modules/rbtreehash-list
-Hash: 8c0a671295174f7e5677584f8c996f9a29a1b1099bc7c9a56595e4759e856b1e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Sequential list data type implemented by a hash table with a binary tree.
-#
-#Files:
-#lib/gl_rbtreehash_list.h
-#lib/gl_rbtreehash_list.c
-#lib/gl_anyhash_list1.h
-#lib/gl_anyhash_list2.h
-#lib/gl_anyrbtree_list1.h
-#lib/gl_anyrbtree_list2.h
-#lib/gl_anytree_list1.h
-#lib/gl_anytree_list2.h
-#lib/gl_anytreehash_list1.h
-#lib/gl_anytreehash_list2.h
-
-File: ./modules/rbtreehash-list-tests
-Hash: f723af6f1cf424910314b765ffc07e2d771b3a829d826620d89e55cac4334021
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-rbtreehash_list.c
-#
-#Depends-on:
-#array-list
-#progname
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-rbtreehash_list
-#check_PROGRAMS += test-rbtreehash_list
-#test_rbtreehash_list_LDADD = $(LDADD) @LIBINTL@
-
-File: ./modules/read-file
-Hash: 7d166c5e40145c9e8ac9da4639d48f99e37f1d84218733eb0bb61e1a186834cb
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#read_file() function: read the contents of a file into a string
-#
-#Files:
-#lib/read-file.h
-#lib/read-file.c
-#m4/read-file.m4
-#
-#Depends-on:
-#realloc-posix
-#
-#configure.ac:
-#gl_FUNC_READ_FILE
-#
-#Makefile.am:
-
-File: ./modules/read-file-tests
-Hash: c8c0f329de744e207a9cbf57f7623e85707e165415ba7e91ce37caa4b8a4210c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-read-file.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-read-file
-#check_PROGRAMS += test-read-file
-
-File: ./modules/readline
-Hash: b251d53a560cfec4d415550e53ccd68b951b3e664a56c4b5d9b58cc29b5a936b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Simple implementation of readline.
-#
-#Files:
-#lib/readline.h
-#lib/readline.c
-#m4/readline.m4
-#
-#Depends-on:
-#getline
-#havelib
-#
-#configure.ac:
-#gl_FUNC_READLINE
-
-File: ./modules/readlink
-Hash: 9655c25e079dfabc9788e2aa19ffe3379daaba29066de2a409e25b97f4766e41
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#readlink() function: read the value of a symbolic link.
-#
-#Files:
-#lib/readlink.c
-#m4/readlink.m4
-#
-#Depends-on:
-#unistd
-#
-#configure.ac:
-#gl_FUNC_READLINK
-#gl_UNISTD_MODULE_INDICATOR([readlink])
-#
-#Makefile.am:
-
-File: ./modules/readtokens
-Hash: 4aad7cd947a0c930667f7b65f368b042e39252d5d600efb9bac9ab94ea814cca
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Read tokens from a stream.
-#
-#Files:
-#lib/readtokens.h
-#lib/readtokens.c
-#m4/readtokens.m4
-#
-#Depends-on:
-#xalloc
-#stdbool
-#
-#configure.ac:
-#gl_READTOKENS
-
-File: ./modules/readtokens0
-Hash: f9954e72d3b5c2744af172c346a129d4ea7c0e6f38d967218bf79d5f7772c8d0
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Read NUL-separated tokens from a stream.
-#
-#Files:
-#lib/readtokens0.h
-#lib/readtokens0.c
-#
-#Depends-on:
-#obstack
-#stdbool
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += readtokens0.h readtokens0.c
-
-File: ./modules/readutmp
-Hash: 5881d6cb6b46f849760cfb6b139fa197c5c35d009d4bb95c85411eae145f1f99
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Read entire utmp file into memory.
-#
-#Files:
-#lib/readutmp.h
-#lib/readutmp.c
-#m4/readutmp.m4
-#
-#Depends-on:
-#extensions
-#xalloc
-#stdbool
-#stdint
-#
-#configure.ac:
-
-File: ./modules/realloc
-Hash: b0fedb4e5d5429d80c6a3eabd39ca9050a4870545e6c746b6350d1901305b577
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#realloc() function that is glibc compatible.
-#
-#Files:
-#lib/realloc.c
-#
-#Depends-on:
-#realloc-posix
-#
-#configure.ac:
-#AC_FUNC_REALLOC
-#AC_DEFINE([GNULIB_REALLOC_GNU], 1, [Define to indicate the 'realloc' module.])
-#
-#Makefile.am:
-
-File: ./modules/realloc-posix
-Hash: a17165c4894738d8d6b7b24846b24d6d673b08760f45c99baa34dd5a4079355f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#realloc() function: allocate memory with indefinite extent.
-#
-#Files:
-#lib/realloc.c
-#m4/realloc.m4
-#m4/malloc.m4
-#
-#Depends-on:
-#stdlib
-#
-#configure.ac:
-#gl_FUNC_REALLOC_POSIX
-#gl_STDLIB_MODULE_INDICATOR([realloc-posix])
-
-File: ./modules/recv
-Hash: 9b256bdcb2769723d9c6c028e6f61b5213d9b61a3344442126a358b5563a4c5c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#recv() function: receive (read) data from a connected socket.
-#
-#Files:
-#lib/recv.c
-#lib/w32sock.h
-#
-#Depends-on:
-#sys_socket
-#errno
-#
-#configure.ac:
-#AC_REQUIRE([gl_HEADER_SYS_SOCKET])
-#if test "$ac_cv_header_winsock2_h" = yes; then
-#  AC_LIBOBJ([recv])
-
-File: ./modules/recvfrom
-Hash: d06a25ef81c55e6b5dc324e44789ccd3ebffc2e0c5f3218feeaf3e3326cedfe0
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#recvfrom() function: receive (read) data from a potentially unconnected socket.
-#
-#Files:
-#lib/recvfrom.c
-#lib/w32sock.h
-#
-#Depends-on:
-#sys_socket
-#errno
-#getpeername
-#
-#configure.ac:
-#AC_REQUIRE([gl_HEADER_SYS_SOCKET])
-#if test "$ac_cv_header_winsock2_h" = yes; then
-
-File: ./modules/regex
-Hash: 98dd155090f459101e94e7f24c5de1a99fe8b80a15f03dbceaca2f3de2a091bd
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Regular expression matching.
-#
-#Files:
-#lib/regex.h
-#lib/regex.c
-#lib/regex_internal.c
-#lib/regex_internal.h
-#lib/regexec.c
-#lib/regcomp.c
-#m4/regex.m4
-#m4/mbstate_t.m4
-#
-#Depends-on:
-#alloca
-
-File: ./modules/regexprops-generic
-Hash: 6b63dc284f9f308de27d3d0f5bb4f0a9f5a3e9f157692ff820f316b0926af20b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Describe the various regular expression flavors.
-#
-#Files:
-#doc/regexprops-generic.texi
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-#
-#License:
-
-File: ./modules/relocatable-lib
-Hash: 3d56c9aac64a0dfd2256d4572b923208b3917c4a5e8da9d3b3e0175a0b718a85
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Help make libraries relocatable, that is, to allow them to function
-#properly when copied to an arbitrary directory.
-#
-#Files:
-#doc/relocatable.texi
-#lib/relocatable.h
-#lib/relocatable.c
-#m4/relocatable-lib.m4
-#
-#Depends-on:
-#xalloc
-#strdup
-#
-#configure.ac:
-
-File: ./modules/relocatable-lib-lgpl
-Hash: 3c6da87eb0fbd38e7f7ef65fab874bcef37b1163db71cc048a36ed18bd64a57a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Help make libraries relocatable, that is, to allow them to function
-#properly when copied to an arbitrary directory.
-#
-#Files:
-#doc/relocatable.texi
-#lib/relocatable.h
-#lib/relocatable.c
-#m4/relocatable-lib.m4
-#
-#Depends-on:
-#strdup
-#
-#configure.ac:
-#gl_RELOCATABLE_LIBRARY
-
-File: ./modules/relocatable-prog
-Hash: 98f1773e2b8c5432cf469174ef2bce2ab0fa773edbde8c786c1d0816a6916b14
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Help make programs relocatable, that is, to allow them to function
-#properly when copied to an arbitrary directory.
-#
-#Files:
-#build-aux/config.libpath
-#build-aux/reloc-ldflags
-#doc/relocatable.texi
-#lib/relocatable.h
-#lib/relocatable.c
-#lib/progreloc.c
-#m4/relocatable.m4
-#m4/relocatable-lib.m4
-#m4/lib-ld.m4
-
-File: ./modules/relocatable-prog-wrapper
-Hash: e7863ec8c052c6a5456ba74faa1fa04d3804a50b69115a8e7711c4684ed18f4c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Source for the wrapper program that is required for making programs relocatable
-#that depend on shared libraries installed with the same installation prefix.
-#
-#Files:
-#build-aux/install-reloc
-#lib/relocwrapper.c
-#lib/progname.h
-#lib/progname.c
-#lib/progreloc.c
-#lib/areadlink.h
-#lib/areadlink.c
-#lib/readlink.c
-#lib/canonicalize.h
-#lib/canonicalize-lgpl.c
-
-File: ./modules/relocatable-script
-Hash: b52ad6c225203188aa43f5f35bf12426fa49374aa0a41fcb206179f443fdcc0f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Help make shell scripts relocatable, that is, to allow them to
-#function properly when copied to an arbitrary directory.
-#
-#Files:
-#doc/relocatable.texi
-#build-aux/relocatable.sh.in
-#m4/relocatable-lib.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#AC_REQUIRE([gl_RELOCATABLE_NOP])
-#relocatable_sh=$ac_aux_dir/relocatable.sh.in
-#AC_SUBST_FILE([relocatable_sh])
-
-File: ./modules/rename
-Hash: 90b96cd7902bc911745c9c03a0189af5e2e4ce2bb26012b9dcb983b20b104b51
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#rename() function: change the name or location of a file.
-#
-#Files:
-#lib/rename.c
-#m4/rename.m4
-#
-#Depends-on:
-#xalloc
-#dirname
-#stdio
-#
-#configure.ac:
-#gl_FUNC_RENAME
-#gl_STDIO_MODULE_INDICATOR([rename])
-
-File: ./modules/rename-dest-slash
-Hash: d4a9c644f7d7d9e1e63fe4d33711c9f738ad8a5a82695ff21fc014be8096d9d9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#rename() function: change the name or location of a file.
-#
-#Files:
-#lib/rename-dest-slash.c
-#m4/rename-dest-slash.m4
-#
-#Depends-on:
-#xalloc
-#dirname
-#
-#configure.ac:
-#gl_FUNC_RENAME_TRAILING_DEST_SLASH
-#
-#Makefile.am:
-
-File: ./modules/rmdir
-Hash: 80a7e8d54e1e35461557c783c7eed95170a48f036cfc501c707196461ba13cf3
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#rmdir() function: delete a directory.
-#
-#Status:
-#obsolete
-#
-#Notice:
-#This module is obsolete.
-#
-#Files:
-#lib/rmdir.c
-#m4/rmdir.m4
-#
-#Depends-on:
-#sys_stat
-
-File: ./modules/rmdir-errno
-Hash: f1c2f35b12afe45d2291b83db06a26c03d1c82e33626b86e844701f1bad9459b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#rmdir errno for nonempty directories
-#
-#Files:
-#m4/rmdir-errno.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_FUNC_RMDIR_NOTEMPTY
-#
-#Makefile.am:
-#
-#Include:
-
-File: ./modules/round
-Hash: e5719df369376caf700176102b5ff22715d3fd8c29badc72fdf97b0e2e718feb
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#round() function: round toward nearest, breaking ties away from zero.
-#
-#Files:
-#lib/round.c
-#m4/check-math-lib.m4
-#m4/round.m4
-#m4/floor.m4
-#m4/ceil.m4
-#
-#Depends-on:
-#float
-#floor
-#math
-#extensions
-
-File: ./modules/round-tests
-Hash: f168540c9576ab38cc175925470922caffa4edf6610869ce256963363de628a4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-round1.c
-#tests/test-round2.c
-#tests/nan.h
-#
-#Depends-on:
-#isnand-nolibm
-#stdbool
-#stdint
-#fprintf-posix
-#verify
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/roundf
-Hash: 93cf25dfabca8143cb883aad12c3709ef46d22b28cda679c7bf1aad9c83526d6
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#roundf() function: round toward nearest, breaking ties away from zero.
-#
-#Files:
-#lib/round.c
-#lib/roundf.c
-#m4/check-math-lib.m4
-#m4/roundf.m4
-#m4/floorf.m4
-#m4/ceilf.m4
-#
-#Depends-on:
-#float
-#math
-#extensions
-
-File: ./modules/roundf-tests
-Hash: fde1d88ffe29900b4440de49d7979b436c1db18e8ea811289be9b0c8433c8e44
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-roundf1.c
-#tests/test-round2.c
-#tests/test-roundf2.c
-#tests/nan.h
-#
-#Depends-on:
-#ceilf
-#floorf
-#isnanf-nolibm
-#stdbool
-#stdint
-#fprintf-posix
-#verify
-
-File: ./modules/roundl
-Hash: 24d3cd0f8ab1e87b6d92408734644446758892cf4a25811098c919964198ba03
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#roundl() function: round toward nearest, breaking ties away from zero.
-#
-#Files:
-#lib/round.c
-#lib/roundl.c
-#m4/check-math-lib.m4
-#m4/roundl.m4
-#m4/floorl.m4
-#m4/ceill.m4
-#
-#Depends-on:
-#float
-#math
-#extensions
-
-File: ./modules/roundl-tests
-Hash: c334c07780c8ca0159e40af0a5dfa7b1b7d2ceb4c292c926b8acdce6976f6c88
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-roundl.c
-#tests/nan.h
-#
-#Depends-on:
-#fpucw
-#isnanl-nolibm
-#float
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-roundl
-#check_PROGRAMS += test-roundl
-#test_roundl_LDADD = $(LDADD) @ROUNDL_LIBM@
-
-File: ./modules/rpmatch
-Hash: 1bd2b41d1e257cec6eef66e0309595ab05afcd0f1728abe139f1cd748a3341ed
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Locale dependent classification of a response as matching "yes" or "no".
-#
-#Files:
-#lib/rpmatch.c
-#m4/rpmatch.m4
-#
-#Depends-on:
-#stdlib
-#extensions
-#stdbool
-#gettext-h
-#regex
-#strdup
-
-File: ./modules/safe-alloc
-Hash: 318c12ee32041a475fad60202c38ea078fa0efe8b5c9d24ba4decbb53e261feb
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#A set of macros to make calls to alloc/calloc/realloc safer.
-#
-#Files:
-#lib/safe-alloc.h
-#lib/safe-alloc.c
-#m4/safe-alloc.m4
-#
-#configure.ac:
-#gl_SAFE_ALLOC
-#
-#Makefile.am:
-#
-#Include:
-#"safe-alloc.h"
-
-File: ./modules/safe-alloc-tests
-Hash: e05b97f7a31cd2abfdf49a65b008d05f56a00a63740a2f46870f3a55ddec999a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-safe-alloc.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-safe-alloc
-#check_PROGRAMS += test-safe-alloc
-
-File: ./modules/safe-read
-Hash: 99f228a7f13e102230dc2eb494bc2aa84267f1661356ac9d2cd209a769dc4bb7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#An interface to the read() function that retries after interrupts.
-#
-#Files:
-#lib/safe-read.h
-#lib/safe-read.c
-#m4/safe-read.m4
-#
-#Depends-on:
-#ssize_t
-#
-#configure.ac:
-#gl_SAFE_READ
-#
-#Makefile.am:
-
-File: ./modules/safe-write
-Hash: c988dd03abe10acd1b1951941c879ccd915f3a92ff6181f0fbbf6960ebb07d5a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#An interface to the write() function that retries after interrupts.
-#
-#Files:
-#lib/safe-write.h
-#lib/safe-write.c
-#m4/safe-write.m4
-#
-#Depends-on:
-#safe-read
-#write
-#
-#configure.ac:
-#gl_SAFE_WRITE
-
-File: ./modules/same
-Hash: cb4b09cd25200998cd90937bb369e7903ccaa031359400db38fb62802b7cb606
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Determine whether two file names refer to the same directory entry of the same
-#directory.
-#
-#Files:
-#lib/same.h
-#lib/same.c
-#m4/same.m4
-#
-#Depends-on:
-#xalloc
-#error
-#dirname
-#same-inode
-#stdbool
-
-File: ./modules/same-inode
-Hash: 2fa81e39adc63c3ba3a626aa5e3b338be49c78b677a3be7b2cc68a6cea944513
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#compare inodes
-#
-#Files:
-#lib/same-inode.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-#"same-inode.h"
-
-File: ./modules/save-cwd
-Hash: 6590304e452e0b6244441d68042a2184be8eb984f2ef74284ca9cf73d614f0a2
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Save and restore the current working directory.
-#
-#Files:
-#lib/save-cwd.h
-#lib/save-cwd.c
-#m4/save-cwd.m4
-#
-#Depends-on:
-#chdir-long
-#fcntl-safer
-#xgetcwd
-#stdbool
-#
-#configure.ac:
-
-File: ./modules/savedir
-Hash: 7bbd630151c841a1d9acc0e722ca5a6d9542cbd0ca2a9bab9cc9696149bc1768
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Return the entries of a directory (just the names) as an argz string.
-#
-#Files:
-#lib/savedir.h
-#lib/savedir.c
-#m4/savedir.m4
-#
-#Depends-on:
-#dirent-safer
-#fdopendir
-#xalloc
-#
-#configure.ac:
-#gl_SAVEDIR
-
-File: ./modules/savewd
-Hash: 8c94f5b217bdf73b11515678a65cf4e6b78be0e7e42d6f1a994f3041e0776a1f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Save and restore the working directory, possibly using a child process.
-#
-#Files:
-#lib/savewd.h
-#lib/savewd.c
-#m4/savewd.m4
-#
-#Depends-on:
-#dirname
-#errno
-#exit
-#fchdir
-#fcntl-safer
-#fcntl-h
-
-File: ./modules/scandir
-Hash: 831a360ea8af225658a66be193906c1c44d4e696b46ec942bfb7a63102e4f696
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#scandir() function: collect entries of a directory
-#
-#Files:
-#lib/scandir.c
-#m4/scandir.m4
-#
-#Depends-on:
-#dirent
-#extensions
-#
-#configure.ac:
-#gl_FUNC_SCANDIR
-#gl_DIRENT_MODULE_INDICATOR([scandir])
-
-File: ./modules/sched
-Hash: 106454311edb936efad2a93485f8e78285330f7786f1f62b91143fc55750bfc4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#A <sched.h> include file.
-#
-#Files:
-#lib/sched.in.h
-#m4/sched_h.m4
-#
-#Depends-on:
-#include_next
-#
-#configure.ac:
-#gl_SCHED_H
-#
-#Makefile.am:
-#BUILT_SOURCES += $(SCHED_H)
-
-File: ./modules/sched-tests
-Hash: 1f9b5d0743aaad4b09f3bb1f009cca552644499472bd163d641a4aab83b8d266
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-sched.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-sched
-#check_PROGRAMS += test-sched
-
-File: ./modules/search
-Hash: d6d2cf1763349c0c1826423c8c125a05064e9d81cc313437f5ec0003a3c519fd
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#A GNU-like <search.h>.
-#
-#Files:
-#lib/search.in.h
-#m4/search_h.m4
-#
-#Depends-on:
-#include_next
-#link-warning
-#
-#configure.ac:
-#gl_SEARCH_H
-#
-#Makefile.am:
-
-File: ./modules/search-tests
-Hash: cb191f24a9131ca5d8374b717e55dd026819b947dc621b9b13d61262af90ca57
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-search.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-search
-#check_PROGRAMS += test-search
-#
-#License:
-#LGPL
-
-File: ./modules/select
-Hash: a7f90fe90645643cea58f80e1d7747324502379942e418fcc85ff47062533f4e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#select() function: synchronous I/O multiplexing.
-#
-#Files:
-#lib/select.c
-#m4/select.m4
-#
-#Depends-on:
-#alloca
-#sys_select
-#
-#configure.ac:
-#gl_FUNC_SELECT
-#gl_SYS_SELECT_MODULE_INDICATOR([select])
-
-File: ./modules/select-tests
-Hash: c49f6a270f00aefa2a1100ba8edfecf90866aff8e0399b61e4b440cb873e1595
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-select.c
-#tests/test-select-fd.c
-#tests/test-select-in.sh
-#tests/test-select-out.sh
-#tests/test-select-stdin.c
-#
-#Depends-on:
-#stdbool
-#netinet_in
-#arpa_inet
-#sys_ioctl
-#extensions
-#inet_pton
-#errno
-
-File: ./modules/selinux-at
-Hash: ae159b34d6796d7c1b901dc16d6e62ee9066587f7dc6e3c129c35af8ffeefadd
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#openat-style fd-relative functions for SE Linux
-#
-#Files:
-#lib/selinux-at.c
-#lib/selinux-at.h
-#
-#Depends-on:
-#openat
-#selinux-h
-#
-#configure.ac:
-#AC_CHECK_HEADERS([selinux/flask.h])
-#AC_LIBOBJ([selinux-at])
-
-File: ./modules/selinux-h
-Hash: 3de65edffe430c292a3e38990482507509459e492419a2aa2773df98b4aef7c9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#SELinux-related headers for systems that lack them.
-#
-#Files:
-#lib/se-context.in.h
-#lib/se-selinux.in.h
-#m4/selinux-context-h.m4
-#m4/selinux-selinux-h.m4
-#
-#Depends-on:
-#errno
-#
-#configure.ac:
-#gl_HEADERS_SELINUX_SELINUX_H
-#gl_HEADERS_SELINUX_CONTEXT_H
-
-File: ./modules/send
-Hash: 36d12d4c74ef19a1d4903bec29db1623eb6f80b27a8bf9922e44d3e74ad8eaaf
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#send() function: send (write) data to a connected socket.
-#
-#Files:
-#lib/send.c
-#lib/w32sock.h
-#
-#Depends-on:
-#sys_socket
-#errno
-#
-#configure.ac:
-#AC_REQUIRE([gl_HEADER_SYS_SOCKET])
-#if test "$ac_cv_header_winsock2_h" = yes; then
-#  AC_LIBOBJ([send])
-
-File: ./modules/sendto
-Hash: 788b48a5a00e4d44ce3074714e4d76faa89c764b67936791ac48afaf1226defa
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#sendto() function: send (write) data to a potentially unconnected socket.
-#
-#Files:
-#lib/sendto.c
-#lib/w32sock.h
-#
-#Depends-on:
-#sys_socket
-#errno
-#
-#configure.ac:
-#AC_REQUIRE([gl_HEADER_SYS_SOCKET])
-#if test "$ac_cv_header_winsock2_h" = yes; then
-#  AC_LIBOBJ([sendto])
-
-File: ./modules/servent
-Hash: ec2b7af8c419ee5993c0b3fd23041480a1b2d0d6cbf83a550652f16648ba7c6a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Library containing getservent(), setservent(), endservent(), getservbyname(),
-#getservbyport(), getprotoent(), setprotoent(), endprotoent(), getprotobyname(),
-#getprotobynumber().
-#
-#Files:
-#m4/servent.m4
-#
-#Depends-on:
-#sys_socket
-#
-#configure.ac:
-#gl_SERVENT
-#
-#Makefile.am:
-
-File: ./modules/setenv
-Hash: f8e8cd307689a860b23f8c819cf47abea6f7915c6fc44f8991845b7204653338
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#setenv() function: set an environment variable.
-#
-#Files:
-#lib/setenv.c
-#m4/setenv.m4
-#
-#Depends-on:
-#stdlib
-#malloca
-#alloca-opt
-#unistd
-#environ
-#
-#configure.ac:
-
-File: ./modules/setsockopt
-Hash: c0a50733ce565910129070e1ef521b4818d26f5716ab4dee740cd460083d313a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#setsockopt() function: specify optional settings on a socket.
-#
-#Files:
-#lib/setsockopt.c
-#lib/w32sock.h
-#
-#Depends-on:
-#sys_socket
-#sys_time
-#socklen
-#errno
-#
-#configure.ac:
-#AC_REQUIRE([gl_HEADER_SYS_SOCKET])
-
-File: ./modules/settime
-Hash: c1fbb7f3d5dec1edfdf45b8807007f2d85f7d678470d33540ed42e199d11f7e4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Set the current time, with nanosecond resolution.
-#
-#Files:
-#lib/settime.c
-#m4/settime.m4
-#
-#Depends-on:
-#clock-time
-#errno
-#extensions
-#sys_time
-#timespec
-#
-#configure.ac:
-
-File: ./modules/sh-quote
-Hash: d0a882e643a2ac71cd8e03db323054d3914ba334e9594e6e97d6c8f3da4e7bff
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Shell quoting.
-#
-#Files:
-#lib/sh-quote.h
-#lib/sh-quote.c
-#
-#Depends-on:
-#quotearg
-#xalloc
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += sh-quote.h sh-quote.c
-
-File: ./modules/shutdown
-Hash: 40f14ce993204072081e535fb8b243b06e01dabf1595f425cc41b65451caa5a5
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#shutdown() function: initiate a graceful shutdown of a socket.
-#
-#Files:
-#lib/shutdown.c
-#lib/w32sock.h
-#
-#Depends-on:
-#sys_socket
-#errno
-#
-#configure.ac:
-#AC_REQUIRE([gl_HEADER_SYS_SOCKET])
-#if test "$ac_cv_header_winsock2_h" = yes; then
-#  AC_LIBOBJ([shutdown])
-
-File: ./modules/sig2str
-Hash: 965f4df3c6a5e92a819e82c10aaccaf47665d53376a9c93f4ed011dd69c979db
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Convert between signal names and signal numbers.
-#
-#Files:
-#lib/sig2str.h
-#lib/sig2str.c
-#m4/sig2str.m4
-#
-#Depends-on:
-#intprops
-#
-#configure.ac:
-#gl_FUNC_SIG2STR
-#
-#Makefile.am:
-
-File: ./modules/sigaction
-Hash: 07be41ae6b698d9502930f67e77626c331e97d32d53353923977982008132b42
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#POSIX compatible signal handlers.
-#
-#Files:
-#lib/sigaction.c
-#lib/sig-handler.h
-#m4/sigaction.m4
-#
-#Depends-on:
-#signal
-#sigprocmask
-#
-#configure.ac:
-#gl_SIGACTION
-#gl_SIGNAL_MODULE_INDICATOR([sigaction])
-
-File: ./modules/sigaction-tests
-Hash: 9f4c4fd68033b8b0de4f979d019a55818e500783ff016ae62391144b3dee1e44
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-sigaction.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-sigaction
-#check_PROGRAMS += test-sigaction
-
-File: ./modules/signal
-Hash: b581455f675e2137d8819b511c6162fd3158dea57d926957f1867bb2cd7af0b7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#A GNU-like <signal.h>.
-#
-#Files:
-#lib/signal.in.h
-#m4/signal_h.m4
-#
-#Depends-on:
-#include_next
-#link-warning
-#
-#configure.ac:
-#gl_SIGNAL_H
-#
-#Makefile.am:
-
-File: ./modules/signal-tests
-Hash: 0e083125fa83ca73d7eeff33fc2b77c249284a8b8762ff00d837e45d9cdef749
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-signal.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-signal
-#check_PROGRAMS += test-signal
-#
-#License:
-#LGPL
-
-File: ./modules/signbit
-Hash: 7c4ee7f60ecb6a37679a77770d01962fd542ede80e1cf8dfe1d60cf74f0911b1
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#signbit() macro: Determine the sign bit of a floating-point number.
-#
-#Files:
-#lib/signbitf.c
-#lib/signbitd.c
-#lib/signbitl.c
-#lib/float+.h
-#m4/signbit.m4
-#
-#Depends-on:
-#float
-#math
-#isnanf-nolibm
-#isnand-nolibm
-
-File: ./modules/signbit-tests
-Hash: eef0df7aab3069078ab4eec7d9a25e49d2c6ea6b104cf9df24a76f03554491b3
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-signbit.c
-#m4/exponentf.m4
-#m4/exponentd.m4
-#m4/exponentl.m4
-#
-#Depends-on:
-#float
-#
-#configure.ac:
-#AC_REQUIRE([gl_FLOAT_EXPONENT_LOCATION])
-#AC_REQUIRE([gl_DOUBLE_EXPONENT_LOCATION])
-#AC_REQUIRE([gl_LONG_DOUBLE_EXPONENT_LOCATION])
-#
-#Makefile.am:
-
-File: ./modules/sigpipe
-Hash: 199477370fc1f54a1b9ed82b3ac2344d45f5122ef791e8596d51b9d4ba6a1122
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Emulation of POSIX compatible SIGPIPE behaviour.
-#
-#Files:
-#m4/sigpipe.m4
-#
-#Depends-on:
-#signal
-#sigprocmask
-#stdio
-#unistd
-#
-#configure.ac:
-#gl_SIGNAL_SIGPIPE
-#dnl Define the C macro GNULIB_SIGPIPE to 1.
-
-File: ./modules/sigpipe-die
-Hash: ed55307393a024dfc8977b00e3bd21769a5e92cb82df4d0432f18b493df597a1
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Report a SIGPIPE signal and exit.
-#
-#Files:
-#lib/sigpipe-die.h
-#lib/sigpipe-die.c
-#
-#Depends-on:
-#error
-#gettext-h
-#exitfail
-#sigpipe
-#sigprocmask
-#sigaction
-
-File: ./modules/sigpipe-tests
-Hash: 94b56c44ef1df251243b29c8d1d869017825d6d98db2c4222b2a343c24ed4559
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-sigpipe.c
-#tests/test-sigpipe.sh
-#
-#Depends-on:
-#write
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-sigpipe.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
-#check_PROGRAMS += test-sigpipe
-
-File: ./modules/sigprocmask
-Hash: c975bf065682dc172ec4dc379ab1ed192aa0d6aad477a6864fbf60c1246c6897
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#POSIX compatible signal blocking.
-#
-#Files:
-#lib/sigprocmask.c
-#m4/signalblocking.m4
-#
-#Depends-on:
-#signal
-#stdint
-#raise
-#
-#configure.ac:
-#gl_SIGNALBLOCKING
-#gl_SIGNAL_MODULE_INDICATOR([sigprocmask])
-
-File: ./modules/size_max
-Hash: 73c507c110287a3663aa8c381fbcb055b3c6887198d073f200910fd71aa95555
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Provide SIZE_MAX.
-#
-#Files:
-#m4/size_max.m4
-#lib/size_max.h
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_SIZE_MAX
-#
-#Makefile.am:
-#lib_SOURCES += size_max.h
-
-File: ./modules/sleep
-Hash: fba49bfd14065e4eee5061125ab9934e8a8c7f63c807a7f37814bc589e06615a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#sleep() function: pause execution of the current thread.
-#
-#Files:
-#lib/sleep.c
-#m4/sleep.m4
-#
-#Depends-on:
-#unistd
-#
-#configure.ac:
-#gl_FUNC_SLEEP
-#gl_UNISTD_MODULE_INDICATOR([sleep])
-#
-#Makefile.am:
-
-File: ./modules/sleep-tests
-Hash: 30fe1f57a847e2754087348d3a09ad74984a26024ebccd898a820de4fdef1f0a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-sleep.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-sleep
-#check_PROGRAMS += test-sleep
-
-File: ./modules/snprintf
-Hash: 99b7a128476c367292fe170e7388305af688410287af40cabdacf7a85f7bbe91
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#snprintf() function: print formatted output to a fixed length string
-#
-#Files:
-#lib/snprintf.c
-#m4/snprintf.m4
-#m4/printf.m4
-#
-#Depends-on:
-#stdio
-#vasnprintf
-#errno
-#
-#configure.ac:
-#gl_FUNC_SNPRINTF
-
-File: ./modules/snprintf-posix
-Hash: 3e9391c27d056aee33e7da736d22cbafcea9d78737ac24b040194cc85e09244d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#POSIX compatible snprintf() function: print formatted output to a fixed length
-#string
-#
-#Files:
-#m4/snprintf-posix.m4
-#m4/printf.m4
-#
-#Depends-on:
-#snprintf
-#vasnprintf
-#isnand-nolibm
-#isnanl-nolibm
-#frexp-nolibm
-#frexpl-nolibm
-
-File: ./modules/snprintf-posix-tests
-Hash: aa48d1605def6aa15a349ec9b28de3f3cb9a804927df9d21f7ec442108e35f7e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-snprintf-posix.c
-#tests/test-snprintf-posix.h
-#tests/test-snprintf.c
-#tests/nan.h
-#
-#Depends-on:
-#stdint
-#float
-#
-#configure.ac:
-#AC_DEFINE([CHECK_SNPRINTF_POSIX], 1,
-#  [Define to 1 for strict checking in test-snprintf.c.])
-#
-#Makefile.am:
-
-File: ./modules/snprintf-tests
-Hash: 0ff8528c57338b089cf559ab8390b3cf06e82b3aa70a9856b64903a91110e007
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-snprintf.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-snprintf
-#check_PROGRAMS += test-snprintf
-
-File: ./modules/socket
-Hash: 760be8eece098f5cb0859823a95ed98f12e243b07233e51add74b57b5fcf7432
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#socket() function: create a socket.
-#
-#Files:
-#lib/socket.c
-#lib/w32sock.h
-#
-#Depends-on:
-#sys_socket
-#errno
-#sockets
-#
-#configure.ac:
-#AC_REQUIRE([gl_HEADER_SYS_SOCKET])
-#if test "$ac_cv_header_winsock2_h" = yes; then
-
-File: ./modules/sockets
-Hash: 4126e02f36a87f45d964ffda63593a3bbc780a0ff4a782fee581da0cc5a6721d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#General facilities for using sockets
-#
-#Files:
-#lib/sockets.c
-#lib/sockets.h
-#lib/w32sock.h
-#m4/sockets.m4
-#
-#Depends-on:
-#sys_socket
-#close-hook
-#
-#configure.ac:
-#gl_SOCKETS
-
-File: ./modules/sockets-tests
-Hash: 478a2b82993ba28fa4e38f3da513f68ba86c56bc24322e3b367c9059c2f0f46b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-sockets.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-sockets
-#check_PROGRAMS += test-sockets
-#test_sockets_LDADD = $(LDADD) @LIBSOCKET@
-
-File: ./modules/socklen
-Hash: 5a6f4327fa652ca2de47827244f6f31857349eb6813b8e8dc38ce2f77dec7b02
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Declare socklen_t in config.h if the system doesn't have it.
-#
-#Files:
-#m4/socklen.m4
-#
-#Depends-on:
-#sys_socket
-#
-#configure.ac:
-#gl_TYPE_SOCKLEN_T
-#
-#Makefile.am:
-#
-#Include:
-
-File: ./modules/spawn
-Hash: 98db23dfb5fb8488a0b81126b79432455b524be81dffa5b684957af4d2f65b00
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#A POSIX compliant <spawn.h>.
-#
-#Files:
-#lib/spawn.in.h
-#m4/spawn_h.m4
-#
-#Depends-on:
-#include_next
-#link-warning
-#sched
-#
-#configure.ac:
-#gl_SPAWN_H
-
-File: ./modules/sprintf-posix
-Hash: 8ecaa26a2793633affd7dafec62afdee8040029061a42f0048b179f1918f7525
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#POSIX compatible sprintf() function: print formatted output to a string
-#
-#Files:
-#lib/sprintf.c
-#m4/sprintf-posix.m4
-#m4/printf.m4
-#
-#Depends-on:
-#stdio
-#vasnprintf
-#isnand-nolibm
-#isnanl-nolibm
-#frexp-nolibm
-#frexpl-nolibm
-
-File: ./modules/sprintf-posix-tests
-Hash: 524e6eba911ef670a4d2e2af84b7cbb7c5679b78aaa39e685322de151f0fcccc
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-sprintf-posix.c
-#tests/test-sprintf-posix.h
-#tests/nan.h
-#
-#Depends-on:
-#stdint
-#float
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-sprintf-posix
-#check_PROGRAMS += test-sprintf-posix
-
-File: ./modules/ssize_t
-Hash: e3040cc98da673a52d6690bf4ec5bf816d5b423ce3f42f942557ca401e89fa87
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Define ssize_t if it does not already exist.
-#
-#Files:
-#m4/ssize_t.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gt_TYPE_SSIZE_T
-#
-#Makefile.am:
-#
-#Include:
-##include <sys/types.h>
-
-File: ./modules/stat-macros
-Hash: 19a4ff4a01f4f539788495b28a9bc53a84b8d0709bde1556f753c3b6ec965bda
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#stat-related macros
-#
-#Files:
-#lib/stat-macros.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-#"stat-macros.h"
-
-File: ./modules/stat-time
-Hash: 40e5e8024121f13b956b4b91751e10ae5e290f3443428cfe0013b6de4c74169f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#stat-related time functions
-#
-#Files:
-#lib/stat-time.h
-#m4/stat-time.m4
-#
-#Depends-on:
-#time
-#
-#configure.ac:
-#gl_STAT_TIME
-#gl_STAT_BIRTHTIME
-#
-#Makefile.am:
-
-File: ./modules/stat-time-tests
-Hash: 2ca4e868457774774f30f46bc1498664e95111a24a0fb2f612c89a0be818d38f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-stat-time.c
-#
-#Depends-on:
-#time
-#sleep
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-stat-time
-#check_PROGRAMS += test-stat-time
-
-File: ./modules/stdarg
-Hash: 4396e6d252ffcea369f031414cff4ad5c7cf19346b8c908b8c547d58f204e234
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#An <stdarg.h> that conforms to C99.
-#
-#Files:
-#lib/stdarg.in.h
-#m4/stdarg.m4
-#
-#Depends-on:
-#include_next
-#
-#configure.ac-early:
-#dnl Some compilers (e.g., AIX 5.3 cc) need to be in c99 mode
-#dnl for the builtin va_copy to work.  With Autoconf 2.60 or later,
-#dnl AC_PROG_CC_STDC arranges for this.  With older Autoconf AC_PROG_CC_STDC
-#dnl shouldn't hurt, though installers are on their own to set c99 mode.
-
-File: ./modules/stdbool
-Hash: 3cbd93d722b352c1b2f23b7dd51709813fdd4072b294d41fa3a96caeab9bf967
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#An <stdbool.h> that nearly conforms to C99.
-#(Nearly: casts to bool may not work.)
-#
-#Files:
-#lib/stdbool.in.h
-#m4/stdbool.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#AM_STDBOOL_H
-#
-#Makefile.am:
-#BUILT_SOURCES += $(STDBOOL_H)
-
-File: ./modules/stdbool-tests
-Hash: 7f54c93281898b8aed304625dce03fb5fc1ca32adcbe0e4f2691cdc031c6c753
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-stdbool.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-stdbool
-#check_PROGRAMS += test-stdbool
-#
-#License:
-#LGPL
-
-File: ./modules/stddef
-Hash: 243de985823f8405c63bb77c348f603b543baa2fcdb81c9816ddf490fca00af3
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#A <stddef.h> that works around platform issues.
-#
-#Files:
-#lib/stddef.in.h
-#m4/stddef_h.m4
-#m4/wchar_t.m4
-#
-#Depends-on:
-#include_next
-#
-#configure.ac:
-#gl_STDDEF_H
-#
-#Makefile.am:
-
-File: ./modules/stddef-tests
-Hash: 4a3846b781424614dd86a5c8beac0b5d2191af4dccbf18ce789b9756c16c745e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-stddef.c
-#
-#Depends-on:
-#verify
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-stddef
-#check_PROGRAMS += test-stddef
-#
-#License:
-#LGPL
-
-File: ./modules/stdint
-Hash: 8f0595316fc29b2c9301f9e7125ed21c4ed64b92d17bebdeecc95643c9b5a486
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#A <stdint.h> that nearly conforms to C99.
-#Assumes typical host with 8-bit bytes, two's complement
-#representation, and no padding or trap representations, with int
-#widths equal to 8, 16, 32, and 64 bits.  {uint,int}_fast{8,16,32,64}_t
-#may not correspond to the fastest types available on the system.
-#Macros are used instead of typedefs.
-#
-#Files:
-#lib/stdint.in.h
-#m4/stdint.m4
-#m4/longlong.m4
-#
-#Depends-on:
-#include_next
-
-File: ./modules/stdint-tests
-Hash: c74042c04291bc048ebf18874d653986027582a7759f90fe6ba2e0492b9b2162
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-stdint.c
-#m4/wchar_t.m4
-#m4/wint_t.m4
-#
-#Depends-on:
-#verify
-#intprops
-#
-#configure.ac:
-#gt_TYPE_WCHAR_T
-#gt_TYPE_WINT_T
-#
-#Makefile.am:
-#TESTS += test-stdint
-
-File: ./modules/stdio
-Hash: 93241faf9fae9089f22f287f7b5168e68002f49102edd33796617692c6493d26
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#A GNU-like <stdio.h>.
-#
-#Files:
-#lib/stdio.in.h
-#lib/stdio-write.c
-#m4/stdio_h.m4
-#
-#Depends-on:
-#include_next
-#link-warning
-#raise
-#stddef
-#
-#configure.ac:
-
-File: ./modules/stdio-tests
-Hash: 5491d73216042ef41b34ec2e402bc9f664d7557d25d9b8608b14986ab1f33db9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-stdio.c
-#
-#Depends-on:
-#verify
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-stdio
-#check_PROGRAMS += test-stdio
-#
-#License:
-#LGPL
-
-File: ./modules/stdlib
-Hash: 07f3b190af38509a0a785ca981a54cfc4265ede026d74267e5b54a8ac47dc5a2
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#A GNU-like <stdlib.h>.
-#
-#Files:
-#lib/stdlib.in.h
-#m4/stdlib_h.m4
-#
-#Depends-on:
-#include_next
-#link-warning
-#unistd
-#stddef
-#stdint
-#
-#configure.ac:
-
-File: ./modules/stdlib-safer
-Hash: 2bd1cb8f5715a347cbdf0f94ab509ef98e28969806eea27ebbe7eafef57eac89
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#File stream functions that avoid clobbering std{in,out,err}.
-#
-#Files:
-#lib/stdlib--.h
-#lib/stdlib-safer.h
-#lib/mkstemp-safer.c
-#m4/stdlib-safer.m4
-#
-#Depends-on:
-#mkstemp
-#stdlib
-#unistd-safer
-#
-#configure.ac:
-
-File: ./modules/stdlib-tests
-Hash: 7d7aff5250835c4c6b3222e8168b837338ba00c71386bc51a64e173ba0b60739
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-stdlib.c
-#
-#Depends-on:
-#verify
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-stdlib
-#check_PROGRAMS += test-stdlib
-#
-#License:
-#LGPL
-
-File: ./modules/stpcpy
-Hash: 90b790c92b055c904aabe26bd7993256f5472e0a9da16645ee7a59ac37b324b2
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#stpcpy() function: copy a string, returning a pointer to its end.
-#
-#Files:
-#lib/stpcpy.c
-#m4/stpcpy.m4
-#
-#Depends-on:
-#extensions
-#string
-#
-#configure.ac:
-#gl_FUNC_STPCPY
-#gl_STRING_MODULE_INDICATOR([stpcpy])
-
-File: ./modules/stpncpy
-Hash: e80ed56ddf49eb3bd85da305c846ed7e96027bd6d712c48d757ff1fc17b646d3
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#stpncpy() function: copy a size-bounded string, returning a pointer to its end.
-#
-#Files:
-#lib/stpncpy.c
-#m4/stpncpy.m4
-#
-#Depends-on:
-#extensions
-#string
-#
-#configure.ac:
-#gl_FUNC_STPNCPY
-#gl_STRING_MODULE_INDICATOR([stpncpy])
-
-File: ./modules/strcase
-Hash: 652dd082eaa9ecff9480f67750ab105ee39e3bbf16d2ee71638fa73a737dc20f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Case-insensitive string comparison functions.
-#
-#Files:
-#lib/strcasecmp.c
-#lib/strncasecmp.c
-#m4/strcase.m4
-#
-#Depends-on:
-#strings
-#
-#configure.ac:
-#gl_STRCASE
-#
-#Makefile.am:
-
-File: ./modules/strcasestr
-Hash: 9551ffc82dca4481309246e5ddd487e77a7d7a11accac093b82220b2875d1f8f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#strcasestr() function: efficient case-insensitive search for unibyte substring.
-#
-#Files:
-#
-#Depends-on:
-#strcasestr-simple
-#
-#configure.ac:
-#gl_FUNC_STRCASESTR
-#
-#Makefile.am:
-#
-#Include:
-#<string.h>
-
-File: ./modules/strcasestr-simple
-Hash: 19b95796ee17de816bd73b8fafa15172d3f5384fae26acd816dca81a736ef268
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#strcasestr() function: case-insensitive search for unibyte substring.
-#
-#Files:
-#lib/strcasestr.c
-#lib/str-two-way.h
-#m4/strcasestr.m4
-#
-#Depends-on:
-#string
-#stdbool
-#strcase
-#memchr
-#memcmp
-
-File: ./modules/strcasestr-tests
-Hash: 46161f22bad85e1157ba4c099ca8ac45b99c09614c81f9cf3d1238b83745763f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-strcasestr.c
-#
-#Depends-on:
-#
-#configure.ac:
-#AC_CHECK_DECLS_ONCE([alarm])
-#
-#Makefile.am:
-#TESTS += test-strcasestr
-#check_PROGRAMS += test-strcasestr
-
-File: ./modules/strchrnul
-Hash: 3439a52f0c76cacb89c9175647f636101c937e17d039e956c2bc739599fd607a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#strchrnul() function: Find the first occurrence of C in S or the final NUL
-#byte.
-#
-#Files:
-#lib/strchrnul.c
-#lib/strchrnul.valgrind
-#m4/strchrnul.m4
-#
-#Depends-on:
-#extensions
-#string
-#rawmemchr
-#
-#configure.ac:
-
-File: ./modules/strchrnul-tests
-Hash: 673dba998f602c4891f267c09d4e33654cf112f4c93597683daba4df9c30dbfe
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-strchrnul.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-strchrnul
-#check_PROGRAMS += test-strchrnul
-
-File: ./modules/strcspn
-Hash: 00ba939a293feefdd943d64bee2b6b6e6ee840b02c1bad71770fbf3f19389604
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#strcspn() function: search a string for any of a set of characters.
-#
-#Status:
-#obsolete
-#
-#Notice:
-#This module is obsolete.
-#
-#Files:
-#lib/strcspn.c
-#m4/strcspn.m4
-#
-#Depends-on:
-
-File: ./modules/strdup
-Hash: f94b64eab9875bf12ebe372e2aa004064463874073df477123c7cb3b210ab1f7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#strdup() function: duplicate a string.
-#
-#Status:
-#obsolete
-#
-#Notice:
-#This module is obsolete. But you may want to use the strdup-posix module.
-#
-#Files:
-#lib/strdup.c
-#m4/strdup.m4
-#
-#Depends-on:
-#string
-
-File: ./modules/strdup-posix
-Hash: 3d985ae29a0e13f553a8fc6b7cccbcc778b6239dfdb286f8111e68a2e42d2e49
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#strdup() function: duplicate a string.
-#
-#Files:
-#lib/strdup.c
-#m4/strdup.m4
-#
-#Depends-on:
-#string
-#malloc-posix
-#
-#configure.ac:
-#gl_FUNC_STRDUP_POSIX
-#gl_STRING_MODULE_INDICATOR([strdup])
-
-File: ./modules/streq
-Hash: 0930ec55962ca56e7f39dff406c7b9ec1530ab93163439b806f748810230060b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Optimized string comparison.
-#
-#Files:
-#lib/streq.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-#"streq.h"
-
-File: ./modules/strerror
-Hash: d5f23050cc89efc8d2bd7136b02aa4bf5daa9f12d631d66521cfc8e630d8cea6
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#strerror() function: return string describing error code.
-#
-#Files:
-#lib/strerror.c
-#m4/strerror.m4
-#
-#Depends-on:
-#errno
-#intprops
-#string
-#
-#configure.ac:
-#gl_FUNC_STRERROR
-#gl_STRING_MODULE_INDICATOR([strerror])
-
-File: ./modules/strerror-tests
-Hash: 5352af1cada47d941b871ce9a05537ff50cda589bb84bcbd1f90f1332eba1400
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-strerror.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-strerror
-#check_PROGRAMS += test-strerror
-
-File: ./modules/strftime
-Hash: 248ca652922ec6f0e11f952a294fb9d52c823191e70d85869d163ec32953457f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#nstrftime() function: convert date and time to string, with GNU extensions.
-#
-#Files:
-#lib/strftime.h
-#lib/strftime.c
-#m4/mbstate_t.m4
-#m4/tm_gmtoff.m4
-#m4/strftime.m4
-#
-#Depends-on:
-#extensions
-#mbrlen
-#mbsinit
-#stdbool
-
-File: ./modules/striconv
-Hash: eacfc0c73f54b70f44e72e0a2496fa3a985649478f468355fb25111155547017
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Character set conversion of strings made easy, uses iconv.
-#
-#Files:
-#lib/striconv.h
-#lib/striconv.c
-#
-#Depends-on:
-#iconv
-#iconv_open
-#strdup
-#c-strcase
-#
-#configure.ac:
-#if test $gl_cond_libtool = false; then
-
-File: ./modules/striconv-tests
-Hash: 56ef990fdb312ac361392d8ac11bbd2f3120df37b7c39602284ae5f56e84b6ed
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-striconv.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-striconv
-#check_PROGRAMS += test-striconv
-#test_striconv_LDADD = $(LDADD) @LIBICONV@
-
-File: ./modules/striconveh
-Hash: 20590c09b1e4c5fde22a0d3328cbc8ce66126e287d86452678423ca690c2bb31
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Character set conversion of strings with error handling, uses iconv.
-#
-#Files:
-#lib/striconveh.h
-#lib/striconveh.c
-#lib/iconveh.h
-#
-#Depends-on:
-#stdbool
-#iconv
-#iconv_open
-#unistr/u8-prev
-#unistr/u8-mbtouc-unsafe
-#unistr/u8-mbtouc
-
-File: ./modules/striconveh-tests
-Hash: b43a1cfddff6b6c98ecc9a584cbc851f778b47c8a9c474b2b04fa20ef970c9a8
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-striconveh.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-striconveh
-#check_PROGRAMS += test-striconveh
-#test_striconveh_LDADD = $(LDADD) @LIBICONV@
-
-File: ./modules/striconveha
-Hash: 53914d85168151eac2e5cb2f6afe316ec020927e6047c70f6071299410fcd88a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Character set conversion of strings with error handling and autodetection,
-#uses iconv.
-#
-#Files:
-#lib/striconveha.h
-#lib/striconveha.c
-#
-#Depends-on:
-#stdbool
-#striconveh
-#malloca
-#strdup
-#c-strcase
-
-File: ./modules/striconveha-tests
-Hash: aef1f694fa6b20064b58d84d3527a3021e6f61171962dd23cb08b9c5b2e32a24
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-striconveha.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-striconveha
-#check_PROGRAMS += test-striconveha
-#test_striconveha_LDADD = $(LDADD) @LIBICONV@
-
-File: ./modules/string
-Hash: 820cbde2e33c17d5aa13a8b05510e25367ea8cb7deec30d49f8b4dd9f18834a7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#A GNU-like <string.h>.
-#
-#Files:
-#lib/string.in.h
-#m4/string_h.m4
-#
-#Depends-on:
-#extensions
-#include_next
-#link-warning
-#stddef
-#
-#configure.ac:
-#gl_HEADER_STRING_H
-
-File: ./modules/string-tests
-Hash: 1e7c179743032ebfaa51fa19f432a8a82ee399296a1c0b56d5449b92dceb8879
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-string.c
-#
-#Depends-on:
-#verify
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-string
-#check_PROGRAMS += test-string
-#
-#License:
-#LGPL
-
-File: ./modules/strings
-Hash: 2ee8e3df07f452f9eda5ec6db18dbe1267d518cba0632ba0d4f6a0f8c82aa657
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#A substitute <strings.h>.
-#
-#Files:
-#lib/strings.in.h
-#m4/strings_h.m4
-#
-#Depends-on:
-#include_next
-#link-warning
-#
-#configure.ac:
-#gl_HEADER_STRINGS_H
-#
-#Makefile.am:
-
-File: ./modules/strings-tests
-Hash: 8cad9ecb44b7140eb24b9d6a0513a3c987ee9e856dc469f2429ab4a70ffc3705
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-strings.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-strings
-#check_PROGRAMS += test-strings
-#
-#License:
-#LGPL
-
-File: ./modules/strndup
-Hash: 01fc2b925d4add01ac277ca8fc680673d4a255c6e462a90bdb0436038948244b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#strndup() function: duplicate a size-bounded string.
-#
-#Files:
-#lib/strndup.c
-#m4/strndup.m4
-#
-#Depends-on:
-#extensions
-#string
-#strnlen
-#
-#configure.ac:
-#gl_FUNC_STRNDUP
-#gl_STRING_MODULE_INDICATOR([strndup])
-
-File: ./modules/strnlen
-Hash: ab4fc62f8761caf131b4822d455933d31ac73c304dae9fc82c61b8edb35f6a15
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#strnlen() function: determine the length of a size-bounded string.
-#
-#Files:
-#lib/strnlen.c
-#m4/strnlen.m4
-#
-#Depends-on:
-#extensions
-#string
-#memchr
-#
-#configure.ac:
-#gl_FUNC_STRNLEN
-#gl_STRING_MODULE_INDICATOR([strnlen])
-
-File: ./modules/strnlen1
-Hash: b40f4a91247dac802a30b188b4d62c0efaae6b48a2bdea15b62a393544d6b755
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Quick string length estimation.
-#
-#Files:
-#lib/strnlen1.h
-#lib/strnlen1.c
-#
-#Depends-on:
-#memchr
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += strnlen1.h strnlen1.c
-
-File: ./modules/strpbrk
-Hash: 6d8864c98aef1b3ab33703c9d43151fedc916569722621f6c7150d837c0946db
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#strpbrk() function: search a string for any of a set of characters.
-#
-#Status:
-#obsolete
-#
-#Notice:
-#This module is obsolete.
-#
-#Files:
-#lib/strpbrk.c
-#m4/strpbrk.m4
-#
-#Depends-on:
-#string
-
-File: ./modules/strptime
-Hash: f2514d0b5ca1e70c75ab184443babe3b1ef75c46b9827809183cc1ab6b586240
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Convert a string representation of time to a tm structure.
-#
-#Files:
-#lib/strptime.c
-#m4/strptime.m4
-#m4/tm_gmtoff.m4
-#
-#Depends-on:
-#extensions
-#sys_time
-#string
-#strcase
-#stdbool
-#time
-
-File: ./modules/strsep
-Hash: b1eb6fbc25cbb44926116846e373ab34002448c7000e81b9e0497a71d577d580
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#strsep() function: extract token from string.
-#
-#Files:
-#lib/strsep.c
-#m4/strsep.m4
-#
-#Depends-on:
-#extensions
-#string
-#strpbrk
-#
-#configure.ac:
-#gl_FUNC_STRSEP
-#gl_STRING_MODULE_INDICATOR([strsep])
-
-File: ./modules/strsignal
-Hash: 86a0aa69d80d95b91aeb22b0e38efff4d690c06c0187997b52aeddcfe8eff2fd
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#strsignal() function: return string describing signal.
-#
-#Files:
-#lib/strsignal.c
-#lib/siglist.h
-#m4/strsignal.m4
-#
-#Depends-on:
-#string
-#gettext-h
-#lock
-#tls
-#snprintf
-#memset
-
-File: ./modules/strsignal-tests
-Hash: 1cd7a2a2ec27177252af5cc3cd983f024c1e38460c8e37bd0715452f8017f3b3
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-strsignal.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-strsignal
-#check_PROGRAMS += test-strsignal
-#test_strsignal_LDADD = $(LDADD) @LIBINTL@
-
-File: ./modules/strstr
-Hash: e5c8780d984fbde04ff226f616085d6819612337b26d6b12328c60a533bee3f5
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#strstr() function: efficiently locate first substring in a buffer.
-#
-#Files:
-#
-#Depends-on:
-#strstr-simple
-#
-#configure.ac:
-#gl_FUNC_STRSTR
-#
-#Makefile.am:
-#
-#Include:
-#<string.h>
-
-File: ./modules/strstr-simple
-Hash: 33985a6d6d2c6195b9a59aca837b554c479813291dcb311600f1326dec7f2f6b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#strstr() function: locate first substring in a buffer.
-#
-#Files:
-#lib/str-two-way.h
-#lib/strstr.c
-#m4/strstr.m4
-#
-#Depends-on:
-#string
-#stdbool
-#memchr
-#memcmp
-#
-#configure.ac:
-
-File: ./modules/strstr-tests
-Hash: 2cfcdd33b3abf203be17d8066f8a8b1972f6cea01c7bb0e56db3e70283b1c678
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-strstr.c
-#tests/zerosize-ptr.h
-#m4/mmap-anon.m4
-#
-#Depends-on:
-#extensions
-#getpagesize
-#
-#configure.ac:
-#AC_CHECK_DECLS_ONCE([alarm])
-#gl_FUNC_MMAP_ANON
-#AC_CHECK_HEADERS_ONCE([sys/mman.h])
-#AC_CHECK_FUNCS_ONCE([mprotect])
-
-File: ./modules/strtod
-Hash: e2bd9b168f17f719a2dd226af001e7ef4c20ed217253e9f4a46992bd7743c4ce
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#strtod() function: convert string to 'double'.
-#
-#Files:
-#lib/strtod.c
-#m4/strtod.m4
-#
-#Depends-on:
-#c-ctype
-#stdbool
-#stdlib
-#
-#configure.ac:
-#gl_FUNC_STRTOD
-#gl_STDLIB_MODULE_INDICATOR([strtod])
-
-File: ./modules/strtod-tests
-Hash: f54cf32f92b9c3c6f18020108aa11e8bb7f35310ee4c3319a5e6a96f09e19a6b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-strtod.c
-#
-#Depends-on:
-#float
-#isnand-nolibm
-#signbit
-#
-#configure.ac:
-#
-#Makefile.am:
-#LIBS += $(POW_LIB)
-#TESTS += test-strtod
-#check_PROGRAMS += test-strtod
-
-File: ./modules/strtoimax
-Hash: 97ef74e07fd0883f0cf4df51ddce49b560bb27af0de255b1bcb961374782ae3b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#strtoimax() function: convert string to 'intmax_t'.
-#
-#Files:
-#lib/strtoimax.c
-#m4/longlong.m4
-#m4/strtoimax.m4
-#
-#Depends-on:
-#strtoll
-#verify
-#inttypes
-#stdint
-#
-#configure.ac:
-
-File: ./modules/strtok_r
-Hash: ccc223e8aa3f496b40cb5d0142c2de246792fd92ec7a5dce39e12a8d4ec2d629
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#strtok_r() function: split string into tokens, thread safe.
-#
-#Files:
-#lib/strtok_r.c
-#m4/strtok_r.m4
-#
-#Depends-on:
-#string
-#strpbrk
-#
-#configure.ac:
-#gl_FUNC_STRTOK_R
-#gl_STRING_MODULE_INDICATOR([strtok_r])
-
-File: ./modules/strtol
-Hash: 6944ccdcc645699be922c9058ca8c1f4ca89440bc9e567d0276821e2bf713b7b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#strtol() function: convert string to 'long'.
-#
-#Files:
-#lib/strtol.c
-#m4/strtol.m4
-#
-#Depends-on:
-#wchar
-#
-#configure.ac:
-#gl_FUNC_STRTOL
-#
-#Makefile.am:
-
-File: ./modules/strtoll
-Hash: 11d70fb957deed2086c050cd25dceb9d217051279f92726c22162e2e9f23f083
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#strtoll() function: convert string to 'long long'.
-#
-#Files:
-#lib/strtoll.c
-#m4/longlong.m4
-#m4/strtoll.m4
-#
-#Depends-on:
-#stdlib
-#strtol
-#
-#configure.ac:
-#gl_FUNC_STRTOLL
-#gl_STDLIB_MODULE_INDICATOR([strtoll])
-
-File: ./modules/strtoul
-Hash: cb32df538cf7dca3e9d8b557e421863aedf64337f881230629eb6f6b4016bd39
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#strtoul() function: convert string to 'unsigned long'.
-#
-#Files:
-#lib/strtoul.c
-#m4/strtoul.m4
-#
-#Depends-on:
-#strtol
-#
-#configure.ac:
-#gl_FUNC_STRTOUL
-#
-#Makefile.am:
-
-File: ./modules/strtoull
-Hash: 6fa81618f965be530901644a91327cb8fd9cc538a50a8bec4cbf84615fc06c26
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#strtoull() function: convert string to 'unsigned long long'.
-#
-#Files:
-#lib/strtoull.c
-#m4/longlong.m4
-#m4/strtoull.m4
-#
-#Depends-on:
-#stdlib
-#strtoul
-#
-#configure.ac:
-#gl_FUNC_STRTOULL
-#gl_STDLIB_MODULE_INDICATOR([strtoull])
-
-File: ./modules/strtoumax
-Hash: 7dc1621c6caa98228b37c93cd003938d404193f9584246552d24b3730d45b94c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#strtoumax() function: convert string to 'uintmax_t'.
-#
-#Files:
-#lib/strtoumax.c
-#m4/longlong.m4
-#m4/strtoumax.m4
-#
-#Depends-on:
-#strtoimax
-#strtoull
-#inttypes
-#stdint
-#
-#configure.ac:
-
-File: ./modules/strverscmp
-Hash: 7e8a1cce977aff0b59f836370a857149c95f05eb90d093de4c78fbaeea0f8452
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Compare strings holding version numbers.
-#
-#Files:
-#lib/strverscmp.c
-#m4/strverscmp.m4
-#
-#Depends-on:
-#extensions
-#string
-#
-#configure.ac:
-#gl_FUNC_STRVERSCMP
-#gl_STRING_MODULE_INDICATOR([strverscmp])
-
-File: ./modules/strverscmp-tests
-Hash: 0b0a466cf1d4c4da6cd7f63f6ad9ca565889daa7758939f28812107b6bf9b758
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-strverscmp.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-strverscmp
-#check_PROGRAMS += test-strverscmp
-
-File: ./modules/sublist
-Hash: 49a4dece4964dcb743b03485ded5a63b8358cad671ae2ae778afd60b461de163
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Sequential list data type backed by another list.
-#
-#Files:
-#lib/gl_sublist.h
-#lib/gl_sublist.c
-#
-#Depends-on:
-#list
-#xalloc
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += gl_sublist.h gl_sublist.c
-
-File: ./modules/symlinkat
-Hash: e1d40d37a9a43d3df7a55c692c6715e02f5903429e86a42e5b1fc3d74db64a8d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#symlinkat() and readlinkat(): manage symlinks relative to a directory
-#
-#Files:
-#lib/symlinkat.c
-#m4/symlinkat.m4
-#
-#Depends-on:
-#extensions
-#fcntl-h
-#openat
-#readlink
-#unistd
-#
-#configure.ac:
-
-File: ./modules/symlinkat-tests
-Hash: b2c32a25998d397bd8960b354291eb0fa1c269103d78859cddae22f60a476c2d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-symlinkat.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-symlinkat
-#check_PROGRAMS += test-symlinkat
-#test_symlinkat_LDADD = $(LDADD) @LIBINTL@
-
-File: ./modules/sys_file
-Hash: e66d4edb7387906d3901aeba747a3d80bafe9d5a8694d0a06795b83121bf24ad
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#<sys/file.h> for systems with an incomplete header.
-#
-#Files:
-#lib/sys_file.in.h
-#m4/sys_file_h.m4
-#
-#Depends-on:
-#include_next
-#link-warning
-#
-#configure.ac:
-#gl_HEADER_SYS_FILE_H
-#AC_PROG_MKDIR_P
-
-File: ./modules/sys_ioctl
-Hash: 7b526d0c710b091a546a88d024bc58ebc9b5e41efcadffd8192b99fc7ec00b59
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#A <sys/ioctl.h> for systems with missing declarations.
-#
-#Files:
-#lib/sys_ioctl.in.h
-#m4/sys_ioctl_h.m4
-#
-#Depends-on:
-#include_next
-#link-warning
-#unistd
-#
-#configure.ac:
-#gl_SYS_IOCTL_H
-#AC_PROG_MKDIR_P
-
-File: ./modules/sys_select
-Hash: 77c4399536d7ef3a70f25a0f889996dbe88bc6a6db0e5dbed45355492e5e91aa
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#A <sys/select.h> for systems lacking it.
-#
-#Files:
-#lib/sys_select.in.h
-#m4/sys_select_h.m4
-#
-#Depends-on:
-#include_next
-#link-warning
-#sys_socket
-#sys_time
-#
-#configure.ac:
-#gl_HEADER_SYS_SELECT
-
-File: ./modules/sys_select-tests
-Hash: 4fbb77380b490e637abf5fbbdafff6625456a293236836a35ac3de09a59adfb8
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-sys_select.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-sys_select
-#check_PROGRAMS += test-sys_select
-#
-#License:
-#LGPL
-
-File: ./modules/sys_socket
-Hash: 722216ce9396878ba968800c9dda5add975ca83f2e124d20c292dc88e34734ee
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#A POSIX-like <sys/socket.h>.
-#
-#Files:
-#lib/sys_socket.in.h
-#m4/sys_socket_h.m4
-#m4/sockpfaf.m4
-#
-#Depends-on:
-#include_next
-#link-warning
-#errno
-#alignof
-#
-#configure.ac:
-
-File: ./modules/sys_socket-tests
-Hash: b5b2e0310b662edcc7dad13c365ff1b2bf477fec23a0f77c9dcfec409ffd8faa
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-sys_socket.c
-#
-#Depends-on:
-#
-#configure.ac:
-#AC_CHECK_FUNCS([shutdown])
-#
-#Makefile.am:
-#TESTS += test-sys_socket
-#check_PROGRAMS += test-sys_socket
-#
-#License:
-#LGPL
-
-File: ./modules/sys_stat
-Hash: a1c80f8c008aa015df87994281680809e8a3e46b8ccf4c289c8004475e9a213d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#A <sys/stat.h> for systems with missing declarations.
-#
-#Files:
-#lib/sys_stat.in.h
-#m4/sys_stat_h.m4
-#m4/unistd_h.m4
-#
-#Depends-on:
-#include_next
-#link-warning
-#
-#configure.ac:
-#gl_HEADER_SYS_STAT_H
-#AC_PROG_MKDIR_P
-
-File: ./modules/sys_stat-tests
-Hash: 87b59c12b0443cbb770e910abee503f866deef5609c671d3445b0aae2683e2af
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-sys_stat.c
-#
-#Depends-on:
-#verify
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-sys_stat
-#check_PROGRAMS += test-sys_stat
-#
-#License:
-#LGPL
-
-File: ./modules/sys_time
-Hash: c654ff78fb16360b93e7b15ca6de03a42cf406fe2514a7b0e4caa697b1798777
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#A <sys/time.h> that conforms better to POSIX.
-#
-#Files:
-#lib/sys_time.in.h
-#m4/sys_time_h.m4
-#
-#Depends-on:
-#include_next
-#
-#configure.ac:
-#gl_HEADER_SYS_TIME_H
-#AC_PROG_MKDIR_P
-#
-#Makefile.am:
-
-File: ./modules/sys_time-tests
-Hash: 910f3c2445a8c42a59fa23e117b1cbc7de37bf6177f54b366e347c82cbe5b332
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-sys_time.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-sys_time
-#check_PROGRAMS += test-sys_time
-#
-#License:
-#LGPL
-
-File: ./modules/sys_times
-Hash: 099f6eb28c2cac30132b67af9af2013712a24cb6e364e0037c9ca6aebe9f3422
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#A <sys/times.h> for systems lacking it.
-#
-#Files:
-#lib/sys_times.in.h
-#m4/sys_times_h.m4
-#
-#Depends-on:
-#link-warning
-#
-#configure.ac:
-#gl_SYS_TIMES_H
-#AC_PROG_MKDIR_P
-#
-#Makefile.am:
-
-File: ./modules/sys_times-tests
-Hash: fd9753642bc93c34a631756a485f5bd4a436cc75a5a1793f2f18a2ff5a97e37f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-sys_times.c
-#
-#Makefile.am:
-#TESTS += test-sys_times
-#check_PROGRAMS += test-sys_times
-
-File: ./modules/sys_utsname
-Hash: 1dfd16eed68f5d83836fce58ec325bb7262da5ca7f395dd5f1db494f908b90ca
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#A <sys/utsname.h> for systems which lack it.
-#
-#Files:
-#lib/sys_utsname.in.h
-#m4/sys_utsname_h.m4
-#
-#Depends-on:
-#link-warning
-#
-#configure.ac:
-#gl_SYS_UTSNAME_H
-#AC_PROG_MKDIR_P
-#
-#Makefile.am:
-
-File: ./modules/sys_utsname-tests
-Hash: d8e98f95c344d5674a022aa57273429f54e50d9a8c2c5533e319fd165b39b653
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-sys_utsname.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-sys_utsname
-#check_PROGRAMS += test-sys_utsname
-#
-#License:
-#LGPL
-
-File: ./modules/sys_wait
-Hash: bb9e9a5c86edc0cf02b1b13dfbab113d49f224a4bc4c4ccd7f7a806b3e7e999f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#A <sys/wait.h> for systems with missing declarations.
-#
-#Files:
-#lib/sys_wait.in.h
-#m4/sys_wait_h.m4
-#
-#Depends-on:
-#include_next
-#link-warning
-#
-#configure.ac:
-#gl_SYS_WAIT_H
-#AC_PROG_MKDIR_P
-
-File: ./modules/sysexits
-Hash: 11f243ba2444ab5eb2f10ee1c25bd64fe7788d121bd26fa7f7c2e430e1d70050
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Exit status codes for some BSD system programs.
-#
-#Files:
-#lib/sysexits.in.h
-#m4/sysexits.m4
-#
-#Depends-on:
-#include_next
-#
-#configure.ac:
-#gl_SYSEXITS
-#
-#Makefile.am:
-#BUILT_SOURCES += $(SYSEXITS_H)
-
-File: ./modules/sysexits-tests
-Hash: 7bfa22994a26c3483db7c4b19cb9bc94ff57ef46038fb43d486833f4aa9e08a4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-sysexits.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-sysexits
-#check_PROGRAMS += test-sysexits
-#
-#License:
-#LGPL
-
-File: ./modules/tempname
-Hash: e2e351656be8f723e4747227e52be7ab5fd3b67e1c25b52f4a47d00dc36c2586
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#gen_tempname() function: create a private temporary file or directory.
-#
-#Files:
-#lib/tempname.c
-#lib/tempname.h
-#m4/tempname.m4
-#
-#Depends-on:
-#extensions
-#gettimeofday
-#lstat
-#stdint
-#sys_stat
-#sys_time
-
-File: ./modules/thread
-Hash: 88ec3e8abc03b09d5e308167e0cd610710913cfac06911a82e4eb3f589d2f680
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Creating and controlling threads.
-#
-#Files:
-#lib/glthread/thread.h
-#lib/glthread/thread.c
-#m4/thread.m4
-#
-#Depends-on:
-#threadlib
-#lock
-#
-#configure.ac:
-#gl_THREAD
-
-File: ./modules/threadlib
-Hash: e4e2448bf023982eb670462404aaaa786414a9f9f494eb03fef1d4265cedae25
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Access to multithreading primitives.
-#
-#Files:
-#lib/glthread/threadlib.c
-#m4/threadlib.m4
-#build-aux/config.rpath
-#
-#Depends-on:
-#havelib
-#
-#configure.ac-early:
-#gl_THREADLIB_EARLY
-#
-#configure.ac:
-
-File: ./modules/time
-Hash: 70da94ab70998280b9898a17366ddc5cb2639e7cb97aad4585b73b64c4c5b960
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#A more-standard <time.h>.
-#
-#Files:
-#lib/time.in.h
-#m4/time_h.m4
-#
-#Depends-on:
-#extensions
-#include_next
-#stddef
-#
-#configure.ac:
-#gl_HEADER_TIME_H
-
-File: ./modules/time-tests
-Hash: c0ff6e1970e10568f18fc0dd76d7190fad6142bc1d267bcb0970ec212a232080
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-time.c
-#
-#Depends-on:
-#verify
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-time
-#check_PROGRAMS += test-time
-#
-#License:
-#LGPL
-
-File: ./modules/time_r
-Hash: 79cb71af4c0f19a08193199204082067a8967f87492f7808d0bb2ddfc3349747
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Reentrant time functions like localtime_r.
-#
-#Files:
-#lib/time_r.c
-#m4/time_r.m4
-#
-#Depends-on:
-#extensions
-#time
-#
-#configure.ac:
-#gl_TIME_R
-#
-#Makefile.am:
-
-File: ./modules/timegm
-Hash: 4e742a3f82007e942d6c8af4d343be35d64521224620fda823e59a1132ba0347
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Convert calendar time to simple time, inverse of mktime.
-#
-#Files:
-#lib/timegm.c
-#m4/timegm.m4
-#
-#Depends-on:
-#mktime
-#time
-#time_r
-#
-#configure.ac:
-#gl_FUNC_TIMEGM
-
-File: ./modules/times
-Hash: 9ea1fd0058edebf1eff55d06b0b51baa16abf490a76832902559cd17c7101640
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#times() function: get process times
-#
-#Files:
-#lib/times.c
-#
-#Depends-on:
-#sys_times
-#
-#configure.ac:
-#AC_CHECK_FUNCS_ONCE([times])
-#if test $ac_cv_func_times = no; then
-#  AC_LIBOBJ([times])
-#fi
-#gl_SYS_TIMES_MODULE_INDICATOR([times])
-
-File: ./modules/times-tests
-Hash: 496e2fd32b4bcede705f2dd42403463f6db2eb860247a81b2eda4fd8d80d1cf1
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-times.c
-#
-#Makefile.am:
-#TESTS += test-times
-#check_PROGRAMS += test-times
-
-File: ./modules/timespec
-Hash: c6c2c7e7ac43dfe978303342c77b8152884ae56978b5212ff60267e23cc0fc63
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#timespec-related declarations
-#
-#Files:
-#lib/timespec.h
-#m4/timespec.m4
-#
-#Depends-on:
-#time
-#
-#configure.ac:
-#gl_TIMESPEC
-#
-#Makefile.am:
-
-File: ./modules/tls
-Hash: d423d1274df32c29f6e674a7640df8d901b2f8190ec8be081bd6712562fb32e2
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Thread-local storage in multithreaded situations.
-#
-#Files:
-#lib/glthread/tls.h
-#lib/glthread/tls.c
-#m4/tls.m4
-#
-#Depends-on:
-#threadlib
-#
-#configure.ac:
-#gl_TLS
-#
-#Makefile.am:
-
-File: ./modules/tls-tests
-Hash: 2a7325d7ad5c8e34e86d6193d22c3f34efd5bfcdd76152bdf4d7eb27682e3edb
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-tls.c
-#
-#Depends-on:
-#thread
-#yield
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-tls
-#check_PROGRAMS += test-tls
-#test_tls_LDADD = $(LDADD) @LIBMULTITHREAD@ @YIELD_LIB@
-
-File: ./modules/tmpdir
-Hash: c68b835358cd9e730d2aa75081f4d3518a2acf0f82a11b01bfb860132f97a31a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Determine a temporary directory.
-#
-#Files:
-#lib/tmpdir.h
-#lib/tmpdir.c
-#m4/tmpdir.m4
-#
-#Depends-on:
-#stdbool
-#sys_stat
-#
-#configure.ac:
-#gt_TMPDIR
-
-File: ./modules/tmpfile
-Hash: 0020aca412b41a4e89e007655f8e39aa257ae7d89bca8cb5a254887ede281467
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#tmpfile() function: create a temporary file.
-#
-#Files:
-#lib/tmpfile.c
-#m4/tmpfile.m4
-#
-#Depends-on:
-#pathmax
-#tempname
-#tmpdir
-#
-#configure.ac:
-#gl_TMPFILE
-
-File: ./modules/tmpfile-safer
-Hash: e5f395450b8163c0793c26c5d624e42d78afdd4ea7f74714157bd2ab974f955a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#tmpfile function that avoids clobbering std{in,out,err}.
-#
-#Files:
-#lib/stdio--.h
-#lib/stdio-safer.h
-#lib/tmpfile-safer.c
-#m4/stdio-safer.m4
-#
-#Depends-on:
-#binary-io
-#tmpfile
-#unistd-safer
-#
-#configure.ac:
-
-File: ./modules/trim
-Hash: bccc6d068d82b47f71a582f330b1a29a7d18c8d96e73f2bfb528b9fdeaf33777
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#trim() function: remove leading and/or trailing whitespaces
-#
-#Files:
-#lib/trim.h
-#lib/trim.c
-#
-#Depends-on:
-#xalloc
-#mbchar
-#mbiter
-#memmove
-#strdup
-#
-#configure.ac:
-
-File: ./modules/trunc
-Hash: a83249c184d8edc716f0e56e461b4aacf9416c6da39e29b9d4c064df78952283
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#trunc() function: round towards zero.
-#
-#Files:
-#lib/trunc.c
-#m4/trunc.m4
-#
-#Depends-on:
-#math
-#extensions
-#float
-#
-#configure.ac:
-#gl_FUNC_TRUNC
-#gl_MATH_MODULE_INDICATOR([trunc])
-
-File: ./modules/trunc-tests
-Hash: 387bd8fe24b236a480752328a12cae928c3de1db73cf519b9923d847163f100e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-trunc1.c
-#tests/test-trunc2.c
-#tests/nan.h
-#
-#Depends-on:
-#float
-#isnand-nolibm
-#stdbool
-#stdint
-#fprintf-posix
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/truncf
-Hash: fcc4e22b398852d9e6f88914c108d45c739c50f861e45d7206786b4bf5326ad0
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#truncf() function: round towards zero.
-#
-#Files:
-#lib/truncf.c
-#lib/trunc.c
-#m4/truncf.m4
-#
-#Depends-on:
-#math
-#extensions
-#float
-#
-#configure.ac:
-#gl_FUNC_TRUNCF
-
-File: ./modules/truncf-tests
-Hash: 1bdf6633eeaec824cd9f3be4a6414d4024627aaafe2e5427bbc0fb4fe8e0d8fd
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-truncf1.c
-#tests/test-truncf2.c
-#tests/nan.h
-#
-#Depends-on:
-#float
-#isnanf-nolibm
-#stdbool
-#stdint
-#fprintf-posix
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/truncl
-Hash: 1c2b79534a373322c5e5128315aa9b599cada54298ce521efb56d991b48c8d48
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#truncl() function: round towards zero.
-#
-#Files:
-#lib/truncl.c
-#lib/trunc.c
-#m4/truncl.m4
-#
-#Depends-on:
-#math
-#extensions
-#float
-#
-#configure.ac:
-#gl_FUNC_TRUNCL
-
-File: ./modules/truncl-tests
-Hash: 0edb2b017fbb4411e12a8be2a6221cb7f08ad73bac935efdf8ca3dbf0032bc5f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-truncl.c
-#tests/nan.h
-#
-#Depends-on:
-#fpucw
-#isnanl-nolibm
-#float
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-truncl
-#check_PROGRAMS += test-truncl
-#test_truncl_LDADD = $(LDADD) @TRUNCL_LIBM@
-
-File: ./modules/tsearch
-Hash: c39ccb5fcfbaeab2bac2d3342c88c8dd146b12d6652e14e9df8f03af4e2cf22f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Binary tree data structure.
-#
-#Files:
-#lib/tsearch.c
-#m4/tsearch.m4
-#
-#Depends-on:
-#search
-#
-#configure.ac:
-#gl_FUNC_TSEARCH
-#gl_SEARCH_MODULE_INDICATOR([tsearch])
-#
-#Makefile.am:
-
-File: ./modules/tsearch-tests
-Hash: 3715a032f02b16304bbcc2953ae8a7fedd5b70346b8af355f90abd112f1ffbe9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-tsearch.sh
-#tests/test-tsearch.c
-#
-#Depends-on:
-#stdint
-#
-#configure.ac:
-#TEST_TSEARCH_LIBM=
-#AC_TRY_LINK([
-#   #ifndef __NO_MATH_INLINES
-#   # define __NO_MATH_INLINES 1 /* for glibc */
-#   #endif
-#   #include <math.h>
-#   double x;],
-
-File: ./modules/tzset
-Hash: c96599c52262409a1b50451d051d8d2fa5e62a9e05af812a6eb239d0a7ca2460
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#tzset - initialize time conversion information
-#
-#Files:
-#m4/tzset.m4
-#
-#Depends-on:
-#gettimeofday
-#
-#configure.ac:
-#gl_FUNC_TZSET_CLOBBER
-#
-#Makefile.am:
-#
-#Include:
-
-File: ./modules/u64
-Hash: d03c4cfa4e836c0b4723355656740e75edfd5c064e35b3999dd42b9329bded4f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#uint64_t-like operations that work even on hosts lacking uint64_t
-#
-#Files:
-#lib/u64.h
-#
-#Depends-on:
-#stdint
-#
-#Include:
-#"u64.h"
-#
-#License:
-#LGPLv2+
-
-File: ./modules/u64-tests
-Hash: dafa78e78d3b857b511a34c4b1e00376d220e96b16309ad9573e15c0778554d6
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-u64.c
-#
-#Makefile.am:
-#TESTS += test-u64
-#check_PROGRAMS += test-u64
-
-File: ./modules/ucs4-utf16
-Hash: 145458db67223a8d1ce8fd893048086911f4e13956413a722bdae218937c4be0
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Conversion UCS-4 to UTF-16.
-#
-#Files:
-#
-#Depends-on:
-#unistr/u16-uctomb
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-#"unistr.h"
-
-File: ./modules/ucs4-utf8
-Hash: 8e913f70267449a59a4ae2b22d9f63ba73cd77c5d0c292f9aebb2a3a5ce500d7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Conversion UCS-4 to UTF-8.
-#
-#Files:
-#
-#Depends-on:
-#unistr/u8-uctomb
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-#"unistr.h"
-
-File: ./modules/uname
-Hash: 557b53330b3d484466590b1a48865c67744fa66d98dfba740efacc7436e7ceb6
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#uname() function: enquire system information.
-#
-#Files:
-#lib/uname.c
-#m4/uname.m4
-#
-#Depends-on:
-#sys_utsname
-#gethostname
-#
-#configure.ac:
-#gl_FUNC_UNAME
-#gl_SYS_UTSNAME_MODULE_INDICATOR([uname])
-
-File: ./modules/uname-tests
-Hash: b004f58e1b744253f85177dcc1bb091231de14d74a60987ad0a1ee59001c2d30
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-uname.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-uname
-#check_PROGRAMS += test-uname
-#test_uname_LDADD = $(LDADD) @GETHOSTNAME_LIB@
-
-File: ./modules/unicase/base
-Hash: 5e08a9fff9ff0e2354477f2bcc3b24520c8fb84e8b8563e59752dac1e4428080
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Base layer for Unicode character case mappings.
-#
-#Files:
-#lib/unicase.h
-#
-#Depends-on:
-#unitypes
-#uninorm/base
-#stdbool
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unicase/cased
-Hash: 4a30fccf8b77307e6e8dfbf776650f45aeb31724ed0840836767944c730e990f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "cased".
-#
-#Files:
-#lib/unicase/caseprop.h
-#lib/unicase/cased.c
-#lib/unicase/cased.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unitypes
-#stdbool
-#inline
-#
-#configure.ac:
-
-File: ./modules/unicase/cased-tests
-Hash: 971ee47da5b9535273b75bce761e57d20f2fb911a6a7c81e67d4144ec79d6dce
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unicase/test-cased.c
-#tests/unicase/test-predicate-part1.h
-#tests/unicase/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-cased
-#check_PROGRAMS += test-cased
-#test_cased_SOURCES = unicase/test-cased.c
-
-File: ./modules/unicase/empty-prefix-context
-Hash: 9815dccf9c38a3ff1d76fcff7ced81b40102c2fde1e0044f83d28a040a2dc442
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Case-mapping context of empty prefix string.
-#
-#Files:
-#lib/unicase/empty-prefix-context.c
-#
-#Depends-on:
-#unicase/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unicase/empty-prefix-context.c
-#
-#Include:
-
-File: ./modules/unicase/empty-suffix-context
-Hash: 944bb7a0792bd8b4bbd4d863d766024751c37b0de024320e9fe7e7d3cf449e69
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Case-mapping context of empty suffix string.
-#
-#Files:
-#lib/unicase/empty-suffix-context.c
-#
-#Depends-on:
-#unicase/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unicase/empty-suffix-context.c
-#
-#Include:
-
-File: ./modules/unicase/ignorable
-Hash: c273f624b30079c7223ff88a4331b1f3999249ee95c675fcaf9b9b9b537b53d1
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "case-ignorable".
-#
-#Files:
-#lib/unicase/caseprop.h
-#lib/unicase/ignorable.c
-#lib/unicase/ignorable.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unitypes
-#stdbool
-#inline
-#
-#configure.ac:
-
-File: ./modules/unicase/ignorable-tests
-Hash: 630a7da6f903edbef6806bdab38288207b7d5948682e8efd91417bd50ea01fc8
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unicase/test-ignorable.c
-#tests/unicase/test-predicate-part1.h
-#tests/unicase/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-ignorable
-#check_PROGRAMS += test-ignorable
-#test_ignorable_SOURCES = unicase/test-ignorable.c
-
-File: ./modules/unicase/locale-language
-Hash: e5eb40a70ce073412eba68b8ee7872b4b2d816120e0d42a8a2e12193793159e4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Language code of current locale.
-#
-#Files:
-#lib/unicase/locale-language.c
-#lib/unicase/locale-languages.gperf
-#
-#Depends-on:
-#unicase/base
-#localename
-#gperf
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unicase/locale-language-tests
-Hash: 51058741ce6d861967c85067aaf8aeb05ffab881d561a650376ae2d71ef8a828
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unicase/test-locale-language.sh
-#tests/unicase/test-locale-language.c
-#m4/locale-fr.m4
-#m4/locale-ja.m4
-#m4/locale-tr.m4
-#m4/locale-zh.m4
-#m4/codeset.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gt_LOCALE_FR
-#gt_LOCALE_FR_UTF8
-#gt_LOCALE_JA
-
-File: ./modules/unicase/special-casing
-Hash: 1ae745ef7bc98b0bccc8e30dcdffaa2153bcda2f1a2e660aa9ac78cfc453f553
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Special casing table.
-#
-#Files:
-#lib/unicase/special-casing.h
-#lib/unicase/special-casing.c
-#lib/unicase/special-casing-table.gperf
-#
-#Depends-on:
-#gperf
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unicase/special-casing.c
-
-File: ./modules/unicase/tocasefold
-Hash: a3d629edd2f6d2f6427e2fc759d9c02842aeab9e9ed4558d9fd26a7d1e6f5327
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Casefolding mapping for Unicode characters (locale and context independent).
-#
-#Files:
-#lib/unicase/casefold.h
-#lib/unicase/tocasefold.c
-#lib/unicase/tocasefold.h
-#lib/unicase/simple-mapping.h
-#
-#Depends-on:
-#unicase/base
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unicase/tolower
-Hash: cb60aefc9118c67e11c0d5ea5313c87bf9043e8023d7ff71557ae6fee5431377
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Lowercase mapping for Unicode characters (locale and context independent).
-#
-#Files:
-#lib/unicase/tolower.c
-#lib/unicase/tolower.h
-#lib/unicase/simple-mapping.h
-#
-#Depends-on:
-#unicase/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unicase/tolower.c
-
-File: ./modules/unicase/tolower-tests
-Hash: ed6841d261a077ff9d189aced8317906563d264a53f036b1456c349ae5390ae3
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unicase/test-uc_tolower.c
-#tests/unicase/test-mapping-part1.h
-#tests/unicase/test-mapping-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-uc_tolower
-#check_PROGRAMS += test-uc_tolower
-#test_uc_tolower_SOURCES = unicase/test-uc_tolower.c
-
-File: ./modules/unicase/totitle
-Hash: e925016c7c1af9b8ead81b405cb19569ac2466537e6b6e77e14c80ecd2ec02e7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Titlecase mapping for Unicode characters (locale and context independent).
-#
-#Files:
-#lib/unicase/totitle.c
-#lib/unicase/totitle.h
-#lib/unicase/simple-mapping.h
-#
-#Depends-on:
-#unicase/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unicase/totitle.c
-
-File: ./modules/unicase/totitle-tests
-Hash: 1f2e63b6c7d4c4a9231bdb55822ee9a5832a12b406c36a33c84adcd9a508293b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unicase/test-uc_totitle.c
-#tests/unicase/test-mapping-part1.h
-#tests/unicase/test-mapping-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-uc_totitle
-#check_PROGRAMS += test-uc_totitle
-#test_uc_totitle_SOURCES = unicase/test-uc_totitle.c
-
-File: ./modules/unicase/toupper
-Hash: 8aaecc8f0fe8244ed1d057a63648588c58a80e4e338325bdd98064b6e165f6e0
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Uppercase mapping for Unicode characters (locale and context independent).
-#
-#Files:
-#lib/unicase/toupper.c
-#lib/unicase/toupper.h
-#lib/unicase/simple-mapping.h
-#
-#Depends-on:
-#unicase/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unicase/toupper.c
-
-File: ./modules/unicase/toupper-tests
-Hash: 088bfb70a96d99be06836347c59c9c427061bb90e5783de5af107ca569f7b2dd
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unicase/test-uc_toupper.c
-#tests/unicase/test-mapping-part1.h
-#tests/unicase/test-mapping-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-uc_toupper
-#check_PROGRAMS += test-uc_toupper
-#test_uc_toupper_SOURCES = unicase/test-uc_toupper.c
-
-File: ./modules/unicase/u16-casecmp
-Hash: 6818530e13d0a9179cc5a324828cf275590bcfd888606734319f2ec85c2d3fbe
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Case and normalization insensitive comparison of UTF-16 strings.
-#
-#Files:
-#lib/unicase/u16-casecmp.c
-#lib/unicase/u-casecmp.h
-#
-#Depends-on:
-#unicase/base
-#unicase/u16-casefold
-#uninorm/decomposing-form
-#unistr/u16-cmp2
-#minmax
-#
-#configure.ac:
-
-File: ./modules/unicase/u16-casecmp-tests
-Hash: 985b607384f6ccd0908c338c8c94a95aab290707ebd945648da7e12179a32c91
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unicase/test-u16-casecmp.c
-#tests/unicase/test-casecmp.h
-#
-#Depends-on:
-#uninorm/nfd
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u16-casecmp
-#check_PROGRAMS += test-u16-casecmp
-#test_u16_casecmp_SOURCES = unicase/test-u16-casecmp.c
-
-File: ./modules/unicase/u16-casecoll
-Hash: 45c99149a78c4b226c7a25a8d9c5f5218aa6f7a058fe7f17f42ccd1a6ca80689
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Locale dependent, case and normalization insensitive comparison of UTF-16
-#strings.
-#
-#Files:
-#lib/unicase/u16-casecoll.c
-#lib/unicase/u-casecoll.h
-#
-#Depends-on:
-#unicase/base
-#unicase/u16-casexfrm
-#memcmp2
-#
-#configure.ac:
-
-File: ./modules/unicase/u16-casecoll-tests
-Hash: 31e39a4c7ae487d67ef3519c89bd1899593a2ea346d71aaf1713d7f324287de1
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unicase/test-u16-casecoll.c
-#tests/unicase/test-casecmp.h
-#
-#Depends-on:
-#uninorm/nfc
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u16-casecoll
-#check_PROGRAMS += test-u16-casecoll
-#test_u16_casecoll_SOURCES = unicase/test-u16-casecoll.c
-#test_u16_casecoll_LDADD = $(LDADD) @LIBICONV@
-
-File: ./modules/unicase/u16-casefold
-Hash: 1383cbf1be4a2c31ad98d3f876114778e463c88e466311c800f8d9f9af4cc472
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Casefolding mapping for UTF-16 strings (locale dependent).
-#
-#Files:
-#lib/unicase/u16-casefold.c
-#lib/unicase/u-casefold.h
-#
-#Depends-on:
-#unicase/base
-#unicase/u16-ct-casefold
-#unicase/empty-prefix-context
-#unicase/empty-suffix-context
-#
-#configure.ac:
-
-File: ./modules/unicase/u16-casefold-tests
-Hash: fd0a7aa152c9c02757c872500ebebc99d493cc73a033f2ec7c8c64354e23cd09
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unicase/test-u16-casefold.c
-#
-#Depends-on:
-#unistr/u16-cmp
-#uninorm/nfc
-#uninorm/nfd
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u16-casefold
-#check_PROGRAMS += test-u16-casefold
-#test_u16_casefold_SOURCES = unicase/test-u16-casefold.c
-
-File: ./modules/unicase/u16-casemap
-Hash: 9ea6f5e45a7f443b1e11ff87d70fc7d148801d46f71a95bc7031cdf4f383347e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Case mapping for UTF-16 strings (locale dependent).
-#
-#Files:
-#lib/unicase/unicasemap.h
-#lib/unicase/u16-casemap.c
-#lib/unicase/u-casemap.h
-#lib/unicase/context.h
-#
-#Depends-on:
-#unicase/base
-#unicase/cased
-#unicase/ignorable
-#unicase/special-casing
-#unictype/combining-class
-
-File: ./modules/unicase/u16-casexfrm
-Hash: fbb9c5801735a92bbb367d8a356f2db64c9d997b9241b555c140e71ff73469a4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Locale dependent transformation for case insensitive comparison of UTF-16
-#strings.
-#
-#Files:
-#lib/unicase/u16-casexfrm.c
-#lib/unicase/u-casexfrm.h
-#
-#Depends-on:
-#unicase/base
-#unicase/u16-casefold
-#uniconv/u16-conv-to-enc
-#localcharset
-#memxfrm
-
-File: ./modules/unicase/u16-ct-casefold
-Hash: 37159365740209e5a7d17829cbb9238610e73bc05bc9149e833a2e28fbe77ce9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Casefolding mapping for UTF-16 substrings (locale dependent).
-#
-#Files:
-#lib/unicase/u16-ct-casefold.c
-#lib/unicase/u-ct-casefold.h
-#
-#Depends-on:
-#unicase/base
-#unicase/u16-casemap
-#unicase/special-casing
-#unicase/tocasefold
-#uninorm/decomposing-form
-#uninorm/u16-normalize
-#uninorm/nfd
-
-File: ./modules/unicase/u16-ct-tolower
-Hash: c013fbe72a99d95e8fdaea9c91f88d1798996a9da2955066ba5fad8f88a4e6f8
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Lowercase mapping for UTF-16 substrings (locale dependent).
-#
-#Files:
-#lib/unicase/u16-ct-tolower.c
-#
-#Depends-on:
-#unicase/base
-#unicase/u8-casemap
-#unicase/special-casing
-#unicase/toupper
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unicase/u16-ct-totitle
-Hash: 4046b7bc9d5c34f4e7148868c75a798828887843774ae10176ea83b16b045120
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Titlecase mapping for UTF-16 substrings (locale dependent).
-#
-#Files:
-#lib/unicase/u16-ct-totitle.c
-#lib/unicase/u-ct-totitle.h
-#lib/unicase/context.h
-#
-#Depends-on:
-#unicase/base
-#unicase/cased
-#unicase/ignorable
-#unicase/special-casing
-#unicase/totitle
-#unicase/tolower
-
-File: ./modules/unicase/u16-ct-toupper
-Hash: ccc71091922f7fc2f26e634f29d0882ca751840f94f4a06a5e425f173c789a49
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Uppercase mapping for UTF-16 substrings (locale dependent).
-#
-#Files:
-#lib/unicase/u16-ct-toupper.c
-#
-#Depends-on:
-#unicase/base
-#unicase/u8-casemap
-#unicase/special-casing
-#unicase/toupper
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unicase/u16-is-cased
-Hash: ba1e8be4fd14bbbd10df6d3846465b905c03f32b3bd711833abfb4001c02ad9d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether case matters for an UTF-16 string.
-#
-#Files:
-#lib/unicase/u16-is-cased.c
-#lib/unicase/u-is-cased.h
-#
-#Depends-on:
-#unicase/base
-#unicase/u16-toupper
-#unicase/u16-tolower
-#unicase/u16-totitle
-#uninorm/u16-normalize
-#uninorm/nfd
-#unistr/u16-cmp
-
-File: ./modules/unicase/u16-is-cased-tests
-Hash: 1c1de2ab2b428650431c1f5b244636c8072417833b0bd0b11de97f1ae398e94f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unicase/test-u16-is-cased.c
-#tests/unicase/test-is-cased.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u16-is-cased
-#check_PROGRAMS += test-u16-is-cased
-#test_u16_is_cased_SOURCES = unicase/test-u16-is-cased.c
-
-File: ./modules/unicase/u16-is-casefolded
-Hash: 698f79552a6d2283f17b202a7a3aee2a5f07e49628324f15a05f8e9a6dca39e9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether an UTF-16 string is already case-folded.
-#
-#Files:
-#lib/unicase/u16-is-casefolded.c
-#
-#Depends-on:
-#unicase/base
-#unicase/u16-is-invariant
-#unicase/u16-casefold
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unicase/u16-is-casefolded.c
-
-File: ./modules/unicase/u16-is-casefolded-tests
-Hash: 051f375cfb7382a8e1ec344b0e108dc1f934c79addfb7f42c387efc9752ca6fb
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unicase/test-u16-is-casefolded.c
-#tests/unicase/test-is-casefolded.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u16-is-casefolded
-#check_PROGRAMS += test-u16-is-casefolded
-#test_u16_is_casefolded_SOURCES = unicase/test-u16-is-casefolded.c
-
-File: ./modules/unicase/u16-is-invariant
-Hash: 8bcd7e96e446f36364a2db34bbc8412c8c9ab12d16c3b546e8b93feadfd87250
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether an UTF-16 string is invariant under a given case mapping.
-#
-#Files:
-#lib/unicase/u16-is-invariant.c
-#lib/unicase/invariant.h
-#lib/unicase/u-is-invariant.h
-#
-#Depends-on:
-#unitypes
-#uninorm/base
-#uninorm/u16-normalize
-#uninorm/nfd
-#unistr/u16-cmp
-#stdbool
-
-File: ./modules/unicase/u16-is-lowercase
-Hash: c2d486e628e83d57d3c989b6612716c7ae7078b9f1724af9db944683026daeb5
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether an UTF-16 string is entirely lower case.
-#
-#Files:
-#lib/unicase/u16-is-lowercase.c
-#
-#Depends-on:
-#unicase/base
-#unicase/u16-is-invariant
-#unicase/u16-tolower
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unicase/u16-is-lowercase.c
-
-File: ./modules/unicase/u16-is-lowercase-tests
-Hash: c66db367c2fb8c1f4732a1bc4bb9852fc97cc8d1dafeefd6c4bd9f39b5865c1d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unicase/test-u16-is-lowercase.c
-#tests/unicase/test-is-lowercase.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u16-is-lowercase
-#check_PROGRAMS += test-u16-is-lowercase
-#test_u16_is_lowercase_SOURCES = unicase/test-u16-is-lowercase.c
-
-File: ./modules/unicase/u16-is-titlecase
-Hash: 818c955449e0b476340ed38f643c41356997718494b7813fce44fe792561d5ed
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether an UTF-16 string is entirely title case.
-#
-#Files:
-#lib/unicase/u16-is-titlecase.c
-#
-#Depends-on:
-#unicase/base
-#unicase/u16-is-invariant
-#unicase/u16-totitle
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unicase/u16-is-titlecase.c
-
-File: ./modules/unicase/u16-is-titlecase-tests
-Hash: 04baba42d970bf07ea45cb23bc96cd6155052942ae365b709a9da6d3f80c597c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unicase/test-u16-is-titlecase.c
-#tests/unicase/test-is-titlecase.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u16-is-titlecase
-#check_PROGRAMS += test-u16-is-titlecase
-#test_u16_is_titlecase_SOURCES = unicase/test-u16-is-titlecase.c
-
-File: ./modules/unicase/u16-is-uppercase
-Hash: e82ea18eb83b699d27082593af769c8b81bc40b86cf57237c8a4e4fe9a94ac73
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether an UTF-16 string is entirely upper case.
-#
-#Files:
-#lib/unicase/u16-is-uppercase.c
-#
-#Depends-on:
-#unicase/base
-#unicase/u16-is-invariant
-#unicase/u16-toupper
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unicase/u16-is-uppercase.c
-
-File: ./modules/unicase/u16-is-uppercase-tests
-Hash: 7fbdeb55ef1e8b4e151e68589989bfba543e3ad424adc8a522aa5c58ef8354fb
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unicase/test-u16-is-uppercase.c
-#tests/unicase/test-is-uppercase.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u16-is-uppercase
-#check_PROGRAMS += test-u16-is-uppercase
-#test_u16_is_uppercase_SOURCES = unicase/test-u16-is-uppercase.c
-
-File: ./modules/unicase/u16-prefix-context
-Hash: 3dc69cdf655127d5d473e1cde7a899329e2e6b493b673c06ea8018dac8d0fd11
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Case-mapping context of prefix UTF-16 string.
-#
-#Files:
-#lib/unicase/u16-prefix-context.c
-#lib/unicase/u-prefix-context.h
-#lib/unicase/context.h
-#
-#Depends-on:
-#unicase/base
-#unicase/empty-prefix-context
-#unicase/ignorable
-#unictype/combining-class
-#unistr/u16-mbtouc-unsafe
-#unistr/u16-prev
-
-File: ./modules/unicase/u16-suffix-context
-Hash: b2a18ae78e78297153eac554ec5721d470d74903a32472db0a9ce63e53649851
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Case-mapping context of suffix UTF-16 string.
-#
-#Files:
-#lib/unicase/u16-suffix-context.c
-#lib/unicase/u-suffix-context.h
-#lib/unicase/context.h
-#
-#Depends-on:
-#unicase/base
-#unicase/empty-prefix-context
-#unicase/ignorable
-#unictype/combining-class
-#unistr/u16-mbtouc-unsafe
-
-File: ./modules/unicase/u16-tolower
-Hash: c347b36dfad840812803552632b08f317baa2df4964177260d34f31a3802a5bc
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Lowercase mapping for UTF-16 strings (locale dependent).
-#
-#Files:
-#lib/unicase/u16-tolower.c
-#
-#Depends-on:
-#unicase/base
-#unicase/u16-casemap
-#unicase/special-casing
-#unicase/empty-prefix-context
-#unicase/empty-suffix-context
-#unicase/tolower
-#
-#configure.ac:
-
-File: ./modules/unicase/u16-tolower-tests
-Hash: b84ac0cc25f90fabbeaff0b0da5c26809395c487cfdc9edefadd1c0aefa159e3
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unicase/test-u16-tolower.c
-#
-#Depends-on:
-#unistr/u16-cmp
-#uninorm/nfc
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u16-tolower
-#check_PROGRAMS += test-u16-tolower
-#test_u16_tolower_SOURCES = unicase/test-u16-tolower.c
-
-File: ./modules/unicase/u16-totitle
-Hash: 7af4d257d9ecd8143f07a91e018451da0b059307a06a0cfd81087758df75c7af
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Titlecase mapping for UTF-16 strings (locale dependent).
-#
-#Files:
-#lib/unicase/u16-totitle.c
-#lib/unicase/u-totitle.h
-#
-#Depends-on:
-#unicase/base
-#unicase/u16-ct-totitle
-#unicase/empty-prefix-context
-#unicase/empty-suffix-context
-#
-#configure.ac:
-
-File: ./modules/unicase/u16-totitle-tests
-Hash: c0ba0815798f5445b93916c8dfd710ae61a4e4a6b2094b328f6894ea08039eee
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unicase/test-u16-totitle.c
-#
-#Depends-on:
-#unistr/u16-cmp
-#uninorm/nfc
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u16-totitle
-#check_PROGRAMS += test-u16-totitle
-#test_u16_totitle_SOURCES = unicase/test-u16-totitle.c
-
-File: ./modules/unicase/u16-toupper
-Hash: 5cdf7796e82e30e9fc8e40dfba528d589ba4ebd2cf2fb0a9c2c15d881876ec2a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Uppercase mapping for UTF-16 strings (locale dependent).
-#
-#Files:
-#lib/unicase/u16-toupper.c
-#
-#Depends-on:
-#unicase/base
-#unicase/u16-casemap
-#unicase/special-casing
-#unicase/empty-prefix-context
-#unicase/empty-suffix-context
-#unicase/toupper
-#
-#configure.ac:
-
-File: ./modules/unicase/u16-toupper-tests
-Hash: 2bf965e463f623ffb1fda685ca7476644c9c68f1a4b5ae48ed9e8a5ccb479ba8
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unicase/test-u16-toupper.c
-#
-#Depends-on:
-#unistr/u16-cmp
-#uninorm/nfc
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u16-toupper
-#check_PROGRAMS += test-u16-toupper
-#test_u16_toupper_SOURCES = unicase/test-u16-toupper.c
-
-File: ./modules/unicase/u32-casecmp
-Hash: ec701d2d73236e22962ffd44be8827a1fd4c391c006c3fc71badf76527ecf748
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Case and normalization insensitive comparison of UTF-32 strings.
-#
-#Files:
-#lib/unicase/u32-casecmp.c
-#lib/unicase/u-casecmp.h
-#
-#Depends-on:
-#unicase/base
-#unicase/u32-casefold
-#uninorm/decomposing-form
-#unistr/u32-cmp2
-#minmax
-#
-#configure.ac:
-
-File: ./modules/unicase/u32-casecmp-tests
-Hash: c58e4566f592b2eae664b53856c1a592f11b7cea1f5c674c88e14ffed26382eb
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unicase/test-u32-casecmp.c
-#tests/unicase/test-casecmp.h
-#
-#Depends-on:
-#uninorm/nfd
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u32-casecmp
-#check_PROGRAMS += test-u32-casecmp
-#test_u32_casecmp_SOURCES = unicase/test-u32-casecmp.c
-
-File: ./modules/unicase/u32-casecoll
-Hash: 9e95af8cdb3c0708033c65a99f7fc92c1143a42cbf91509c412f2af132e9b58f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Locale dependent, case and normalization insensitive comparison of UTF-32
-#strings.
-#
-#Files:
-#lib/unicase/u32-casecoll.c
-#lib/unicase/u-casecoll.h
-#
-#Depends-on:
-#unicase/base
-#unicase/u32-casexfrm
-#memcmp2
-#
-#configure.ac:
-
-File: ./modules/unicase/u32-casecoll-tests
-Hash: 3a42e511f45e4c6e22669d09ea669fa5e1579d2a29bfea86d31e19d4d0ed188d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unicase/test-u32-casecoll.c
-#tests/unicase/test-casecmp.h
-#
-#Depends-on:
-#uninorm/nfc
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u32-casecoll
-#check_PROGRAMS += test-u32-casecoll
-#test_u32_casecoll_SOURCES = unicase/test-u32-casecoll.c
-#test_u32_casecoll_LDADD = $(LDADD) @LIBICONV@
-
-File: ./modules/unicase/u32-casefold
-Hash: 5310bb15354d20b9048c19c38d82f1e9b156513371937d768aef3045e408f613
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Casefolding mapping for UTF-32 strings (locale dependent).
-#
-#Files:
-#lib/unicase/u32-casefold.c
-#lib/unicase/u-casefold.h
-#
-#Depends-on:
-#unicase/base
-#unicase/u32-ct-casefold
-#unicase/empty-prefix-context
-#unicase/empty-suffix-context
-#
-#configure.ac:
-
-File: ./modules/unicase/u32-casefold-tests
-Hash: acff929de3dda45cb7df7a985157f7bbb6978c015ebe181cf7bc390eb4af0b93
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unicase/test-u32-casefold.c
-#
-#Depends-on:
-#unistr/u32-cmp
-#uninorm/nfc
-#uninorm/nfd
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u32-casefold
-#check_PROGRAMS += test-u32-casefold
-#test_u32_casefold_SOURCES = unicase/test-u32-casefold.c
-
-File: ./modules/unicase/u32-casemap
-Hash: fcbef81aa3da3fda669e2899da06f2224954bea21a5b425213b95116ed7c746d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Case mapping for UTF-32 strings (locale dependent).
-#
-#Files:
-#lib/unicase/unicasemap.h
-#lib/unicase/u32-casemap.c
-#lib/unicase/u-casemap.h
-#lib/unicase/context.h
-#
-#Depends-on:
-#unicase/base
-#unicase/cased
-#unicase/ignorable
-#unicase/special-casing
-#unictype/combining-class
-
-File: ./modules/unicase/u32-casexfrm
-Hash: 9b77b15825c0269b3fbde717439137cd86ac4bdf7937338a2bfedb6720cc25fe
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Locale dependent transformation for case insensitive comparison of UTF-32
-#strings.
-#
-#Files:
-#lib/unicase/u32-casexfrm.c
-#lib/unicase/u-casexfrm.h
-#
-#Depends-on:
-#unicase/base
-#unicase/u32-casefold
-#uniconv/u32-conv-to-enc
-#localcharset
-#memxfrm
-
-File: ./modules/unicase/u32-ct-casefold
-Hash: f934aef180e035571f47c4917cb8b472bc0058556f904e9ddd051a1dd2e488e5
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Casefolding mapping for UTF-32 substrings (locale dependent).
-#
-#Files:
-#lib/unicase/u32-ct-casefold.c
-#lib/unicase/u-ct-casefold.h
-#
-#Depends-on:
-#unicase/base
-#unicase/u32-casemap
-#unicase/special-casing
-#unicase/tocasefold
-#uninorm/decomposing-form
-#uninorm/u32-normalize
-#uninorm/nfd
-
-File: ./modules/unicase/u32-ct-tolower
-Hash: 65c5810ec6e2763cc7b406f472a594a1ce1ebedfd4890bc836005a8bfa1f1853
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Lowercase mapping for UTF-32 substrings (locale dependent).
-#
-#Files:
-#lib/unicase/u32-ct-tolower.c
-#
-#Depends-on:
-#unicase/base
-#unicase/u8-casemap
-#unicase/special-casing
-#unicase/toupper
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unicase/u32-ct-totitle
-Hash: 730a8124be974b4c6186de5104e5d3a3208002d9b310318e83c304ccc7409eca
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Titlecase mapping for UTF-32 substrings (locale dependent).
-#
-#Files:
-#lib/unicase/u32-ct-totitle.c
-#lib/unicase/u-ct-totitle.h
-#lib/unicase/context.h
-#
-#Depends-on:
-#unicase/base
-#unicase/cased
-#unicase/ignorable
-#unicase/special-casing
-#unicase/totitle
-#unicase/tolower
-
-File: ./modules/unicase/u32-ct-toupper
-Hash: 517e6daa7e3ff4e5a9ea617bb230e7ea0bb20dfb4f81c788fd1023f2341cedf4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Uppercase mapping for UTF-32 substrings (locale dependent).
-#
-#Files:
-#lib/unicase/u32-ct-toupper.c
-#
-#Depends-on:
-#unicase/base
-#unicase/u8-casemap
-#unicase/special-casing
-#unicase/toupper
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unicase/u32-is-cased
-Hash: 5ce9d40cccbffb9a9c49b3d2709bfa0949b0aa906b11393b34975646bf485598
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether case matters for an UTF-32 string.
-#
-#Files:
-#lib/unicase/u32-is-cased.c
-#lib/unicase/u-is-cased.h
-#
-#Depends-on:
-#unicase/base
-#unicase/u32-toupper
-#unicase/u32-tolower
-#unicase/u32-totitle
-#uninorm/u32-normalize
-#uninorm/nfd
-#unistr/u32-cmp
-
-File: ./modules/unicase/u32-is-cased-tests
-Hash: 0e2fe0bc6a28fea85758303a2d5d7f4c1bd9ed3bd94cf16a3949e4d019283271
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unicase/test-u32-is-cased.c
-#tests/unicase/test-is-cased.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u32-is-cased
-#check_PROGRAMS += test-u32-is-cased
-#test_u32_is_cased_SOURCES = unicase/test-u32-is-cased.c
-
-File: ./modules/unicase/u32-is-casefolded
-Hash: 68c2ba4f4238adf6c1f4cc83d97a6d86118310fd1a641c902e726a695aeb645e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether an UTF-32 string is already case-folded.
-#
-#Files:
-#lib/unicase/u32-is-casefolded.c
-#
-#Depends-on:
-#unicase/base
-#unicase/u32-is-invariant
-#unicase/u32-casefold
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unicase/u32-is-casefolded.c
-
-File: ./modules/unicase/u32-is-casefolded-tests
-Hash: 9baaec6610b0e6713ecc0958cac60f2e1784412f211761790f5a097c8a376a9b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unicase/test-u32-is-casefolded.c
-#tests/unicase/test-is-casefolded.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u32-is-casefolded
-#check_PROGRAMS += test-u32-is-casefolded
-#test_u32_is_casefolded_SOURCES = unicase/test-u32-is-casefolded.c
-
-File: ./modules/unicase/u32-is-invariant
-Hash: ae4bdd6e40164c85318734c1bfe6ef2406abbf28449716826b5c0cc649dd667b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether an UTF-32 string is invariant under a given case mapping.
-#
-#Files:
-#lib/unicase/u32-is-invariant.c
-#lib/unicase/invariant.h
-#lib/unicase/u-is-invariant.h
-#
-#Depends-on:
-#unitypes
-#uninorm/base
-#uninorm/u32-normalize
-#uninorm/nfd
-#unistr/u32-cmp
-#stdbool
-
-File: ./modules/unicase/u32-is-lowercase
-Hash: 86a04c1cf14b6234eb58c1c135234d71ae2256ba11690fc0cc1a8383c07545af
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether an UTF-32 string is entirely lower case.
-#
-#Files:
-#lib/unicase/u32-is-lowercase.c
-#
-#Depends-on:
-#unicase/base
-#unicase/u32-is-invariant
-#unicase/u32-tolower
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unicase/u32-is-lowercase.c
-
-File: ./modules/unicase/u32-is-lowercase-tests
-Hash: 561f68eec7a8eca23fe5171edf84c4918d83f7475cf8ca9c8f31299f350e6d1a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unicase/test-u32-is-lowercase.c
-#tests/unicase/test-is-lowercase.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u32-is-lowercase
-#check_PROGRAMS += test-u32-is-lowercase
-#test_u32_is_lowercase_SOURCES = unicase/test-u32-is-lowercase.c
-
-File: ./modules/unicase/u32-is-titlecase
-Hash: b51d2022ce7184d979eb3f2c7d7dfd06f5f56ba75835e6869ce84515d7079c3e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether an UTF-32 string is entirely title case.
-#
-#Files:
-#lib/unicase/u32-is-titlecase.c
-#
-#Depends-on:
-#unicase/base
-#unicase/u32-is-invariant
-#unicase/u32-totitle
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unicase/u32-is-titlecase.c
-
-File: ./modules/unicase/u32-is-titlecase-tests
-Hash: 6a34c1b561a32f53503cfe5a07e695178e19183100478a7b2830a7dc4aa352f8
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unicase/test-u32-is-titlecase.c
-#tests/unicase/test-is-titlecase.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u32-is-titlecase
-#check_PROGRAMS += test-u32-is-titlecase
-#test_u32_is_titlecase_SOURCES = unicase/test-u32-is-titlecase.c
-
-File: ./modules/unicase/u32-is-uppercase
-Hash: db114fe07115d41592da51c58b97db87937a0ab28faa8311b1fae5d4e459d4b1
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether an UTF-32 string is entirely upper case.
-#
-#Files:
-#lib/unicase/u32-is-uppercase.c
-#
-#Depends-on:
-#unicase/base
-#unicase/u32-is-invariant
-#unicase/u32-toupper
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unicase/u32-is-uppercase.c
-
-File: ./modules/unicase/u32-is-uppercase-tests
-Hash: 0b8dbcef01a430670d3ce5ad8f593b6d1d4939bc82726a9375133a366207b5c7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unicase/test-u32-is-uppercase.c
-#tests/unicase/test-is-uppercase.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u32-is-uppercase
-#check_PROGRAMS += test-u32-is-uppercase
-#test_u32_is_uppercase_SOURCES = unicase/test-u32-is-uppercase.c
-
-File: ./modules/unicase/u32-prefix-context
-Hash: ccea335aabbebef46684ab14bc8367ffa7466f82dc077d57791f8bf74284784a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Case-mapping context of prefix UTF-32 string.
-#
-#Files:
-#lib/unicase/u32-prefix-context.c
-#lib/unicase/u-prefix-context.h
-#lib/unicase/context.h
-#
-#Depends-on:
-#unicase/base
-#unicase/empty-prefix-context
-#unicase/ignorable
-#unictype/combining-class
-#unistr/u32-mbtouc-unsafe
-#unistr/u32-prev
-
-File: ./modules/unicase/u32-suffix-context
-Hash: 6d3933ac2f59dfdc75c4410111751fd8c876980afb4a270f096a4e6463ca1f34
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Case-mapping context of suffix UTF-32 string.
-#
-#Files:
-#lib/unicase/u32-suffix-context.c
-#lib/unicase/u-suffix-context.h
-#lib/unicase/context.h
-#
-#Depends-on:
-#unicase/base
-#unicase/empty-prefix-context
-#unicase/ignorable
-#unictype/combining-class
-#unistr/u32-mbtouc-unsafe
-
-File: ./modules/unicase/u32-tolower
-Hash: dc2e33f7d67efc2a63069eb52470379eb1fb354b9a41e9bd84340197db18d244
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Lowercase mapping for UTF-32 strings (locale dependent).
-#
-#Files:
-#lib/unicase/u32-tolower.c
-#
-#Depends-on:
-#unicase/base
-#unicase/u32-casemap
-#unicase/special-casing
-#unicase/empty-prefix-context
-#unicase/empty-suffix-context
-#unicase/tolower
-#
-#configure.ac:
-
-File: ./modules/unicase/u32-tolower-tests
-Hash: 691fb04f472062f2627a45ef41710996ab9debbc2cdff9da3b7d7e1cc5da8f30
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unicase/test-u32-tolower.c
-#
-#Depends-on:
-#unistr/u32-cmp
-#uninorm/nfc
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u32-tolower
-#check_PROGRAMS += test-u32-tolower
-#test_u32_tolower_SOURCES = unicase/test-u32-tolower.c
-
-File: ./modules/unicase/u32-totitle
-Hash: e3608640fe49bc79b180b9d61a6fe5831d7b68e28690b783490027213e19ecf4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Titlecase mapping for UTF-32 strings (locale dependent).
-#
-#Files:
-#lib/unicase/u32-totitle.c
-#lib/unicase/u-totitle.h
-#
-#Depends-on:
-#unicase/base
-#unicase/u32-ct-totitle
-#unicase/empty-prefix-context
-#unicase/empty-suffix-context
-#
-#configure.ac:
-
-File: ./modules/unicase/u32-totitle-tests
-Hash: d5ae4231e55bfd01b9a9704cd4e87e501b87da49bf3f776920d0b82e7bbed79e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unicase/test-u32-totitle.c
-#
-#Depends-on:
-#unistr/u32-cmp
-#uninorm/nfc
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u32-totitle
-#check_PROGRAMS += test-u32-totitle
-#test_u32_totitle_SOURCES = unicase/test-u32-totitle.c
-
-File: ./modules/unicase/u32-toupper
-Hash: 2660d6b2ac72e7df1a91d5fb8fa4c8974f075e97adb2a126208fc56b22a009e6
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Uppercase mapping for UTF-32 strings (locale dependent).
-#
-#Files:
-#lib/unicase/u32-toupper.c
-#
-#Depends-on:
-#unicase/base
-#unicase/u32-casemap
-#unicase/special-casing
-#unicase/empty-prefix-context
-#unicase/empty-suffix-context
-#unicase/toupper
-#
-#configure.ac:
-
-File: ./modules/unicase/u32-toupper-tests
-Hash: 397f91c63d6aa6541affbb2f2ef04c005c09f8d3a4c8fdb0452823387815be4e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unicase/test-u32-toupper.c
-#
-#Depends-on:
-#unistr/u32-cmp
-#uninorm/nfc
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u32-toupper
-#check_PROGRAMS += test-u32-toupper
-#test_u32_toupper_SOURCES = unicase/test-u32-toupper.c
-
-File: ./modules/unicase/u8-casecmp
-Hash: ca4ae334574da6f0d193c4435b23567011df07932cbc9e4e632d8cbc4887f670
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Case and normalization insensitive comparison of UTF-8 strings.
-#
-#Files:
-#lib/unicase/u8-casecmp.c
-#lib/unicase/u-casecmp.h
-#
-#Depends-on:
-#unicase/base
-#unicase/u8-casefold
-#uninorm/decomposing-form
-#unistr/u8-cmp2
-#minmax
-#
-#configure.ac:
-
-File: ./modules/unicase/u8-casecmp-tests
-Hash: 5e5bcc1b056e1356f0f621674949ed5a3a3767cbf58d54b88660100dd417af7d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unicase/test-u8-casecmp.c
-#tests/unicase/test-casecmp.h
-#
-#Depends-on:
-#uninorm/nfd
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u8-casecmp
-#check_PROGRAMS += test-u8-casecmp
-#test_u8_casecmp_SOURCES = unicase/test-u8-casecmp.c
-
-File: ./modules/unicase/u8-casecoll
-Hash: c1fd7dd20afb27b0fb626c71dd16ee6e6aba9abcb2842d478ce3fc71a4a16864
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Locale dependent, case and normalization insensitive comparison of UTF-8
-#strings.
-#
-#Files:
-#lib/unicase/u8-casecoll.c
-#lib/unicase/u-casecoll.h
-#
-#Depends-on:
-#unicase/base
-#unicase/u8-casexfrm
-#memcmp2
-#
-#configure.ac:
-
-File: ./modules/unicase/u8-casecoll-tests
-Hash: b1f44386f0f414be20755588ec32872a75be93ed22a3068bb5bf1bb5d5c05e9e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unicase/test-u8-casecoll.c
-#tests/unicase/test-casecmp.h
-#
-#Depends-on:
-#uninorm/nfc
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u8-casecoll
-#check_PROGRAMS += test-u8-casecoll
-#test_u8_casecoll_SOURCES = unicase/test-u8-casecoll.c
-#test_u8_casecoll_LDADD = $(LDADD) @LIBICONV@
-
-File: ./modules/unicase/u8-casefold
-Hash: 46d1dab9d4400496bf9758cc9b76090236c3770e9dd6a82a44e7c9e255be65f4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Casefolding mapping for UTF-8 strings (locale dependent).
-#
-#Files:
-#lib/unicase/u8-casefold.c
-#lib/unicase/u-casefold.h
-#
-#Depends-on:
-#unicase/base
-#unicase/u8-ct-casefold
-#unicase/empty-prefix-context
-#unicase/empty-suffix-context
-#
-#configure.ac:
-
-File: ./modules/unicase/u8-casefold-tests
-Hash: 700ded2af7d86b2be1884d3b296856d9d832eecb40b12fed9af935a587ef538c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unicase/test-u8-casefold.c
-#
-#Depends-on:
-#unistr/u8-cmp
-#uninorm/nfc
-#uninorm/nfd
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u8-casefold
-#check_PROGRAMS += test-u8-casefold
-#test_u8_casefold_SOURCES = unicase/test-u8-casefold.c
-
-File: ./modules/unicase/u8-casemap
-Hash: bfe7e7044899155138166242cd1c1db64f376771f29db7b9a6387bc5545a9caa
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Case mapping for UTF-8 strings (locale dependent).
-#
-#Files:
-#lib/unicase/unicasemap.h
-#lib/unicase/u8-casemap.c
-#lib/unicase/u-casemap.h
-#lib/unicase/context.h
-#
-#Depends-on:
-#unicase/base
-#unicase/cased
-#unicase/ignorable
-#unicase/special-casing
-#unictype/combining-class
-
-File: ./modules/unicase/u8-casexfrm
-Hash: fd79cc18b0b31cd043b575383a74055c1ab4d434b0caf8cdefe71d549ada9c1d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Locale dependent transformation for case insensitive comparison of UTF-8
-#strings.
-#
-#Files:
-#lib/unicase/u8-casexfrm.c
-#lib/unicase/u-casexfrm.h
-#
-#Depends-on:
-#unicase/base
-#unicase/u8-casefold
-#uniconv/u8-conv-to-enc
-#localcharset
-#memxfrm
-
-File: ./modules/unicase/u8-ct-casefold
-Hash: 92b28bcd3f8b164ce3db000d9c10827e2329ea8bf055c1311da885fcf11c7224
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Casefolding mapping for UTF-8 substrings (locale dependent).
-#
-#Files:
-#lib/unicase/u8-ct-casefold.c
-#lib/unicase/u-ct-casefold.h
-#
-#Depends-on:
-#unicase/base
-#unicase/u8-casemap
-#unicase/special-casing
-#unicase/tocasefold
-#uninorm/decomposing-form
-#uninorm/u8-normalize
-#uninorm/nfd
-
-File: ./modules/unicase/u8-ct-tolower
-Hash: acd32d2f285c193fd4cae9d56b4fe8f852186035b027ccf969417d5304ea6632
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Lowercase mapping for UTF-8 substrings (locale dependent).
-#
-#Files:
-#lib/unicase/u8-ct-tolower.c
-#
-#Depends-on:
-#unicase/base
-#unicase/u8-casemap
-#unicase/special-casing
-#unicase/toupper
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unicase/u8-ct-totitle
-Hash: cc8ed15b0ec76d44ca782741821bc796bd06da7fa9d5524ecd4af85339fd2f11
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Titlecase mapping for UTF-8 substrings (locale dependent).
-#
-#Files:
-#lib/unicase/u8-ct-totitle.c
-#lib/unicase/u-ct-totitle.h
-#lib/unicase/context.h
-#
-#Depends-on:
-#unicase/base
-#unicase/cased
-#unicase/ignorable
-#unicase/special-casing
-#unicase/totitle
-#unicase/tolower
-
-File: ./modules/unicase/u8-ct-toupper
-Hash: dc730f64aae7b4a03dac0b92486a77107d5b189aea7196bfd0685c62c8df95eb
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Uppercase mapping for UTF-8 substrings (locale dependent).
-#
-#Files:
-#lib/unicase/u8-ct-toupper.c
-#
-#Depends-on:
-#unicase/base
-#unicase/u8-casemap
-#unicase/special-casing
-#unicase/toupper
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unicase/u8-is-cased
-Hash: 29346feb4d88b35da1965d8ceb74c33eb24ec3d7c6755e969d738c7d5e1861e1
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether case matters for an UTF-8 string.
-#
-#Files:
-#lib/unicase/u8-is-cased.c
-#lib/unicase/u-is-cased.h
-#
-#Depends-on:
-#unicase/base
-#unicase/u8-toupper
-#unicase/u8-tolower
-#unicase/u8-totitle
-#uninorm/u8-normalize
-#uninorm/nfd
-#unistr/u8-cmp
-
-File: ./modules/unicase/u8-is-cased-tests
-Hash: fba92985ae9d2857e1f18ea30fa68404144e7a077ae17ab3f6b6d387630844bc
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unicase/test-u8-is-cased.c
-#tests/unicase/test-is-cased.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u8-is-cased
-#check_PROGRAMS += test-u8-is-cased
-#test_u8_is_cased_SOURCES = unicase/test-u8-is-cased.c
-
-File: ./modules/unicase/u8-is-casefolded
-Hash: 004823bf45232bd010b755640fc38539c68ba233137b104b79681107e562c28e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether an UTF-8 string is already case-folded.
-#
-#Files:
-#lib/unicase/u8-is-casefolded.c
-#
-#Depends-on:
-#unicase/base
-#unicase/u8-is-invariant
-#unicase/u8-casefold
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unicase/u8-is-casefolded.c
-
-File: ./modules/unicase/u8-is-casefolded-tests
-Hash: 263aed1238b1b7f1fc41747585b8558ba184b2943e6a0a5ed09254d8bceb70ac
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unicase/test-u8-is-casefolded.c
-#tests/unicase/test-is-casefolded.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u8-is-casefolded
-#check_PROGRAMS += test-u8-is-casefolded
-#test_u8_is_casefolded_SOURCES = unicase/test-u8-is-casefolded.c
-
-File: ./modules/unicase/u8-is-invariant
-Hash: 60948f10c3faf0e5f1e8c75d4e4755025178a0b7602665ec2b780b44e425331e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether an UTF-8 string is invariant under a given case mapping.
-#
-#Files:
-#lib/unicase/u8-is-invariant.c
-#lib/unicase/invariant.h
-#lib/unicase/u-is-invariant.h
-#
-#Depends-on:
-#unitypes
-#uninorm/base
-#uninorm/u8-normalize
-#uninorm/nfd
-#unistr/u8-cmp
-#stdbool
-
-File: ./modules/unicase/u8-is-lowercase
-Hash: 34edd9b8acf5ffb5cefdf629ba44424e2b4e5b06d2ced1ff3ed7fe8f98b4c066
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether an UTF-8 string is entirely lower case.
-#
-#Files:
-#lib/unicase/u8-is-lowercase.c
-#
-#Depends-on:
-#unicase/base
-#unicase/u8-is-invariant
-#unicase/u8-tolower
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unicase/u8-is-lowercase.c
-
-File: ./modules/unicase/u8-is-lowercase-tests
-Hash: 10ab7630b97d9a85a2133f08832a5930e9cb76ee4d5270ff237f8909b4f69381
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unicase/test-u8-is-lowercase.c
-#tests/unicase/test-is-lowercase.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u8-is-lowercase
-#check_PROGRAMS += test-u8-is-lowercase
-#test_u8_is_lowercase_SOURCES = unicase/test-u8-is-lowercase.c
-
-File: ./modules/unicase/u8-is-titlecase
-Hash: 6cf010e8975c0b9c31bcae09d35a46ccabcb6bf9e43268235b44f5fa2128b4a6
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether an UTF-8 string is entirely title case.
-#
-#Files:
-#lib/unicase/u8-is-titlecase.c
-#
-#Depends-on:
-#unicase/base
-#unicase/u8-is-invariant
-#unicase/u8-totitle
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unicase/u8-is-titlecase.c
-
-File: ./modules/unicase/u8-is-titlecase-tests
-Hash: e9877102393d0dc188b0b0350ba436ab08caa492f344e9366c717badccdb9cba
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unicase/test-u8-is-titlecase.c
-#tests/unicase/test-is-titlecase.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u8-is-titlecase
-#check_PROGRAMS += test-u8-is-titlecase
-#test_u8_is_titlecase_SOURCES = unicase/test-u8-is-titlecase.c
-
-File: ./modules/unicase/u8-is-uppercase
-Hash: 4c431932e74d9e241b6cbfd96a8677648a83e12d8eb33be4c5bd0ca75ef02fd7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether an UTF-8 string is entirely upper case.
-#
-#Files:
-#lib/unicase/u8-is-uppercase.c
-#
-#Depends-on:
-#unicase/base
-#unicase/u8-is-invariant
-#unicase/u8-toupper
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unicase/u8-is-uppercase.c
-
-File: ./modules/unicase/u8-is-uppercase-tests
-Hash: 8abdff1857f5cf37dccb010dfb0a602f9d17d959ae32eef30f100b85f28f0d56
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unicase/test-u8-is-uppercase.c
-#tests/unicase/test-is-uppercase.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u8-is-uppercase
-#check_PROGRAMS += test-u8-is-uppercase
-#test_u8_is_uppercase_SOURCES = unicase/test-u8-is-uppercase.c
-
-File: ./modules/unicase/u8-prefix-context
-Hash: 5ecf47ded622339828354fc0bd8227df80d61343f38be056ac262ac9c7edb6f0
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Case-mapping context of prefix UTF-8 string.
-#
-#Files:
-#lib/unicase/u8-prefix-context.c
-#lib/unicase/u-prefix-context.h
-#lib/unicase/context.h
-#
-#Depends-on:
-#unicase/base
-#unicase/empty-prefix-context
-#unicase/ignorable
-#unictype/combining-class
-#unistr/u8-mbtouc-unsafe
-#unistr/u8-prev
-
-File: ./modules/unicase/u8-suffix-context
-Hash: 52db1dee2058019ca6d4feda74482cffbfc5a4a565b53177a9abbefe7dc08d81
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Case-mapping context of suffix UTF-8 string.
-#
-#Files:
-#lib/unicase/u8-suffix-context.c
-#lib/unicase/u-suffix-context.h
-#lib/unicase/context.h
-#
-#Depends-on:
-#unicase/base
-#unicase/empty-prefix-context
-#unicase/ignorable
-#unictype/combining-class
-#unistr/u8-mbtouc-unsafe
-
-File: ./modules/unicase/u8-tolower
-Hash: be9d2bebe845bb7214ea19dfb26d4fe1e965a5f155b2c969dd4115bd76c577b3
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Lowercase mapping for UTF-8 strings (locale dependent).
-#
-#Files:
-#lib/unicase/u8-tolower.c
-#
-#Depends-on:
-#unicase/base
-#unicase/u8-casemap
-#unicase/special-casing
-#unicase/empty-prefix-context
-#unicase/empty-suffix-context
-#unicase/tolower
-#
-#configure.ac:
-
-File: ./modules/unicase/u8-tolower-tests
-Hash: 9df460586be34534dbbb0b9c70dc0bb47627fb9753396d62476a4b614fa725b9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unicase/test-u8-tolower.c
-#
-#Depends-on:
-#unistr/u8-cmp
-#uninorm/nfc
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u8-tolower
-#check_PROGRAMS += test-u8-tolower
-#test_u8_tolower_SOURCES = unicase/test-u8-tolower.c
-
-File: ./modules/unicase/u8-totitle
-Hash: 85a1ae83366e9c279164785a0942861e11250e991d68a9941e8456b5d5091689
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Titlecase mapping for UTF-8 strings (locale dependent).
-#
-#Files:
-#lib/unicase/u8-totitle.c
-#lib/unicase/u-totitle.h
-#
-#Depends-on:
-#unicase/base
-#unicase/u8-ct-totitle
-#unicase/empty-prefix-context
-#unicase/empty-suffix-context
-#
-#configure.ac:
-
-File: ./modules/unicase/u8-totitle-tests
-Hash: 8925b3a190c422e6f0d9e31d19ab54caf4a8887690a5b620d641c5017370f1f3
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unicase/test-u8-totitle.c
-#
-#Depends-on:
-#unistr/u8-cmp
-#uninorm/nfc
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u8-totitle
-#check_PROGRAMS += test-u8-totitle
-#test_u8_totitle_SOURCES = unicase/test-u8-totitle.c
-
-File: ./modules/unicase/u8-toupper
-Hash: 6fe8062fb2f1159eef3335ce57152d96b2e90f841a93268a327eb9b33d4b7dac
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Uppercase mapping for UTF-8 strings (locale dependent).
-#
-#Files:
-#lib/unicase/u8-toupper.c
-#
-#Depends-on:
-#unicase/base
-#unicase/u8-casemap
-#unicase/special-casing
-#unicase/empty-prefix-context
-#unicase/empty-suffix-context
-#unicase/toupper
-#
-#configure.ac:
-
-File: ./modules/unicase/u8-toupper-tests
-Hash: 564156d657eeb5d102cf153ea549d993603c9ff628bd973bfe800f57d1a679d2
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unicase/test-u8-toupper.c
-#
-#Depends-on:
-#unistr/u8-cmp
-#uninorm/nfc
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u8-toupper
-#check_PROGRAMS += test-u8-toupper
-#test_u8_toupper_SOURCES = unicase/test-u8-toupper.c
-
-File: ./modules/unicase/ulc-casecmp
-Hash: 68c2c9ee2d34116f51d3455d0132e2c2b075668f72d776d04eb5690a70358676
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Case and normalization insensitive comparison of strings.
-#
-#Files:
-#lib/unicase/ulc-casecmp.c
-#lib/unicase/u-casecmp.h
-#
-#Depends-on:
-#unicase/base
-#unicase/u8-casefold
-#uninorm/decomposing-form
-#uniconv/u8-conv-from-enc
-#unistr/u8-cmp2
-#localcharset
-#minmax
-
-File: ./modules/unicase/ulc-casecmp-tests
-Hash: 585ee94daa40b366d603f34b7b173a34a1b8964fe5c56cf2c35050919a4d44c6
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unicase/test-ulc-casecmp1.sh
-#tests/unicase/test-ulc-casecmp2.sh
-#tests/unicase/test-ulc-casecmp.c
-#tests/unicase/test-casecmp.h
-#m4/locale-fr.m4
-#m4/codeset.m4
-#
-#Depends-on:
-#uninorm/nfd
-#
-#configure.ac:
-#gt_LOCALE_FR
-#gt_LOCALE_FR_UTF8
-
-File: ./modules/unicase/ulc-casecoll
-Hash: 909fe97e8c38d2c720cb273d484a279f01bc645915baa123ded5c62b6e8f782b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Locale dependent, case and normalization insensitive comparison of strings.
-#
-#Files:
-#lib/unicase/ulc-casecoll.c
-#lib/unicase/u-casecoll.h
-#
-#Depends-on:
-#unicase/base
-#unicase/ulc-casexfrm
-#memcmp2
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unicase/ulc-casecoll-tests
-Hash: 3aa05820f48ae55daebe731221cd5d0df5ec9529d0a600c7d7b206b32fdef9c0
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unicase/test-ulc-casecoll1.sh
-#tests/unicase/test-ulc-casecoll2.sh
-#tests/unicase/test-ulc-casecoll.c
-#tests/unicase/test-casecmp.h
-#m4/locale-fr.m4
-#m4/codeset.m4
-#
-#Depends-on:
-#uninorm/nfc
-#
-#configure.ac:
-#gt_LOCALE_FR
-#gt_LOCALE_FR_UTF8
-
-File: ./modules/unicase/ulc-casexfrm
-Hash: 80c074f7cefa5fe6db0f329a84821f63a62f1be16f6186352a47e63e92e4fe5b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Locale dependent transformation for case insensitive comparison of strings.
-#
-#Files:
-#lib/unicase/ulc-casexfrm.c
-#
-#Depends-on:
-#unicase/base
-#unicase/u8-casexfrm
-#uniconv/u8-conv-from-enc
-#localcharset
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unicodeio
-Hash: 4333a8ae7bc04faa921bfb89db8fe32b88be80b215f2472f2bc7a68652de0dbb
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Unicode character output to streams with locale dependent encoding.
-#
-#Files:
-#lib/unicodeio.h
-#lib/unicodeio.c
-#m4/unicodeio.m4
-#
-#Depends-on:
-#unistr/u8-uctomb
-#iconv
-#iconv_open
-#gettext-h
-#localcharset
-#error
-
-File: ./modules/uniconv/base
-Hash: 50d3e96212a8941485ac49045d1b2d9a621d2e31818e8c00408f034d2017e43b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Base layer for conversion from/to legacy encodings.
-#
-#Files:
-#lib/uniconv.h
-#lib/iconveh.h
-#lib/striconveha.h
-#lib/localcharset.h
-#
-#Depends-on:
-#unitypes
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/uniconv/u16-conv-from-enc
-Hash: c46131ff4aa3a2106a7a1339801be9af40b215349485b7e0c4e6a36b6f4ff1c4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Conversion to UTF-16 from legacy encodings.
-#
-#Files:
-#lib/uniconv/u16-conv-from-enc.c
-#lib/uniconv/u-conv-from-enc.h
-#
-#Depends-on:
-#uniconv/base
-#striconveha
-#uniconv/u8-conv-from-enc
-#unistr/u8-to-u16
-#unistr/u8-mblen
-#unistr/u16-mblen
-
-File: ./modules/uniconv/u16-conv-from-enc-tests
-Hash: 472e10a2772a1912b22ae6a1c68afbf664f725de5c5df3e3cdba23f9f204d64e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/uniconv/test-u16-conv-from-enc.c
-#
-#Depends-on:
-#unistr/u16-cmp
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u16-conv-from-enc
-#check_PROGRAMS += test-u16-conv-from-enc
-#test_u16_conv_from_enc_SOURCES = uniconv/test-u16-conv-from-enc.c
-#test_u16_conv_from_enc_LDADD = $(LDADD) @LIBICONV@
-
-File: ./modules/uniconv/u16-conv-to-enc
-Hash: d4074a6bb0f69e6645106a507c446abf11a81f25e5e5557a51791d353716cef4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Conversion from UTF-16 to legacy encodings.
-#
-#Files:
-#lib/uniconv/u16-conv-to-enc.c
-#lib/uniconv/u-conv-to-enc.h
-#
-#Depends-on:
-#uniconv/base
-#striconveha
-#uniconv/u8-conv-to-enc
-#unistr/u16-mbtoucr
-#unistr/u8-uctomb
-#unistr/u16-mblen
-#unistr/u8-mblen
-
-File: ./modules/uniconv/u16-conv-to-enc-tests
-Hash: 9520afbe67376243ccb7117be073ad4d81d6a2f0e8c091de74830ff5cf55efc7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/uniconv/test-u16-conv-to-enc.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u16-conv-to-enc
-#check_PROGRAMS += test-u16-conv-to-enc
-#test_u16_conv_to_enc_SOURCES = uniconv/test-u16-conv-to-enc.c
-#test_u16_conv_to_enc_LDADD = $(LDADD) @LIBICONV@
-
-File: ./modules/uniconv/u16-strconv-from-enc
-Hash: e66be9d71e6bf985c519af717648ae35ee39fd7dc2cf4a41954ec7b911b58386
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Conversion to UTF-16 from legacy encodings.
-#
-#Files:
-#lib/uniconv/u16-strconv-from-enc.c
-#lib/uniconv/u-strconv-from-enc.h
-#
-#Depends-on:
-#uniconv/base
-#uniconv/u16-conv-from-enc
-#unistr/u16-strlen
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/uniconv/u16-strconv-from-enc-tests
-Hash: 8f56873fd4d0d3179d47b0ccd34640859f3d03d04a46f6dcc8000581d84d475c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/uniconv/test-u16-strconv-from-enc.c
-#
-#Depends-on:
-#unistr/u16-strcmp
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u16-strconv-from-enc
-#check_PROGRAMS += test-u16-strconv-from-enc
-#test_u16_strconv_from_enc_SOURCES = uniconv/test-u16-strconv-from-enc.c
-#test_u16_strconv_from_enc_LDADD = $(LDADD) @LIBICONV@
-
-File: ./modules/uniconv/u16-strconv-from-locale
-Hash: e7d3a887f18ea4704b8382f80154d1a8ff4b1f3ad8bdf3daa8780df3f5fb0794
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Conversion to UTF-16 from the locale encoding.
-#
-#Files:
-#lib/uniconv/u16-strconv-from-locale.c
-#
-#Depends-on:
-#uniconv/base
-#uniconv/u16-strconv-from-enc
-#localcharset
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += uniconv/u16-strconv-from-locale.c
-
-File: ./modules/uniconv/u16-strconv-to-enc
-Hash: 804a6b8458959515baa0ade9234305472d8ca4489645997a233a770ccfa3db38
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Conversion from UTF-16 to legacy encodings.
-#
-#Files:
-#lib/uniconv/u16-strconv-to-enc.c
-#lib/uniconv/u-strconv-to-enc.h
-#
-#Depends-on:
-#uniconv/base
-#striconveha
-#uniconv/u8-strconv-to-enc
-#unistr/u16-to-u8
-#unistr/u16-strlen
-#
-#configure.ac:
-
-File: ./modules/uniconv/u16-strconv-to-enc-tests
-Hash: b2e5d8c2f8ffcfd1d28486a5bd1040fc1ca57eeabcc21ea302c2812afeb77cd4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/uniconv/test-u16-strconv-to-enc.c
-#
-#Depends-on:
-#unistr/u16-strcmp
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u16-strconv-to-enc
-#check_PROGRAMS += test-u16-strconv-to-enc
-#test_u16_strconv_to_enc_SOURCES = uniconv/test-u16-strconv-to-enc.c
-#test_u16_strconv_to_enc_LDADD = $(LDADD) @LIBICONV@
-
-File: ./modules/uniconv/u16-strconv-to-locale
-Hash: 455b9eda97528d3fed7c2192b1c5d598f08b8e0c3c7908b70105a59cc9a5e712
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Conversion from UTF-16 to the locale encoding.
-#
-#Files:
-#lib/uniconv/u16-strconv-to-locale.c
-#
-#Depends-on:
-#uniconv/base
-#uniconv/u16-strconv-to-enc
-#localcharset
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += uniconv/u16-strconv-to-locale.c
-
-File: ./modules/uniconv/u32-conv-from-enc
-Hash: b773a682f169e27a916669cb459f8929157695299844f7ad0b5c8ca1b07c9d98
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Conversion to UTF-32 from legacy encodings.
-#
-#Files:
-#lib/uniconv/u32-conv-from-enc.c
-#lib/uniconv/u-conv-from-enc.h
-#
-#Depends-on:
-#uniconv/base
-#striconveha
-#uniconv/u8-conv-from-enc
-#unistr/u8-to-u32
-#unistr/u8-mblen
-#unistr/u32-mblen
-
-File: ./modules/uniconv/u32-conv-from-enc-tests
-Hash: b7a87e6d1fc76ab5af93ff1ec14381b3b5fa556301ce03944b16ce80fa3a474d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/uniconv/test-u32-conv-from-enc.c
-#
-#Depends-on:
-#unistr/u32-cmp
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u32-conv-from-enc
-#check_PROGRAMS += test-u32-conv-from-enc
-#test_u32_conv_from_enc_SOURCES = uniconv/test-u32-conv-from-enc.c
-#test_u32_conv_from_enc_LDADD = $(LDADD) @LIBICONV@
-
-File: ./modules/uniconv/u32-conv-to-enc
-Hash: 5f329346c8a18e1cddb439eeab4e40485158bbec7bab75fda688dea2459980f1
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Conversion from UTF-32 to legacy encodings.
-#
-#Files:
-#lib/uniconv/u32-conv-to-enc.c
-#lib/uniconv/u-conv-to-enc.h
-#
-#Depends-on:
-#uniconv/base
-#striconveha
-#uniconv/u8-conv-to-enc
-#unistr/u32-to-u8
-#unistr/u32-mblen
-#unistr/u8-mblen
-
-File: ./modules/uniconv/u32-conv-to-enc-tests
-Hash: 3124b5d26aae7637bbd24af36baa31150343715f56e7871635a468dd8466baa3
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/uniconv/test-u32-conv-to-enc.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u32-conv-to-enc
-#check_PROGRAMS += test-u32-conv-to-enc
-#test_u32_conv_to_enc_SOURCES = uniconv/test-u32-conv-to-enc.c
-#test_u32_conv_to_enc_LDADD = $(LDADD) @LIBICONV@
-
-File: ./modules/uniconv/u32-strconv-from-enc
-Hash: 359ebb5cc74fc82ed45796edf491764c8f7e83e20b6dacc7d13e5416c3e471d5
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Conversion to UTF-32 from legacy encodings.
-#
-#Files:
-#lib/uniconv/u32-strconv-from-enc.c
-#lib/uniconv/u-strconv-from-enc.h
-#
-#Depends-on:
-#uniconv/base
-#uniconv/u32-conv-from-enc
-#unistr/u32-strlen
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/uniconv/u32-strconv-from-enc-tests
-Hash: a0a2e6dc86862e28989f20c4ddaa34e8223c809f806cd72cd6640178ae8b5cd1
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/uniconv/test-u32-strconv-from-enc.c
-#
-#Depends-on:
-#unistr/u32-strcmp
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u32-strconv-from-enc
-#check_PROGRAMS += test-u32-strconv-from-enc
-#test_u32_strconv_from_enc_SOURCES = uniconv/test-u32-strconv-from-enc.c
-#test_u32_strconv_from_enc_LDADD = $(LDADD) @LIBICONV@
-
-File: ./modules/uniconv/u32-strconv-from-locale
-Hash: c011f0e8d5e5e2f63a61b369538cd266305938147e2ab39f73c5e3784c8d735b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Conversion to UTF-32 from the locale encoding.
-#
-#Files:
-#lib/uniconv/u32-strconv-from-locale.c
-#
-#Depends-on:
-#uniconv/base
-#uniconv/u32-strconv-from-enc
-#localcharset
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += uniconv/u32-strconv-from-locale.c
-
-File: ./modules/uniconv/u32-strconv-to-enc
-Hash: 5d6453b129313ce2c2d717d648d8b8e45489abbbd3955c02810b5a7572b9b719
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Conversion from UTF-32 to legacy encodings.
-#
-#Files:
-#lib/uniconv/u32-strconv-to-enc.c
-#lib/uniconv/u-strconv-to-enc.h
-#
-#Depends-on:
-#uniconv/base
-#striconveha
-#uniconv/u8-strconv-to-enc
-#unistr/u32-to-u8
-#unistr/u32-strlen
-#
-#configure.ac:
-
-File: ./modules/uniconv/u32-strconv-to-enc-tests
-Hash: 8f88075d042c44e2aa42892fa09fa9af6430a420fdaac65c1b38a23fa6fab98e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/uniconv/test-u32-strconv-to-enc.c
-#
-#Depends-on:
-#unistr/u32-strcmp
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u32-strconv-to-enc
-#check_PROGRAMS += test-u32-strconv-to-enc
-#test_u32_strconv_to_enc_SOURCES = uniconv/test-u32-strconv-to-enc.c
-#test_u32_strconv_to_enc_LDADD = $(LDADD) @LIBICONV@
-
-File: ./modules/uniconv/u32-strconv-to-locale
-Hash: 91ad7c7e746794b8c39d48ff6d86f66be144aff2dcb4ce7a47b2d0309f743704
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Conversion from UTF-32 to the locale encoding.
-#
-#Files:
-#lib/uniconv/u32-strconv-to-locale.c
-#
-#Depends-on:
-#uniconv/base
-#uniconv/u32-strconv-to-enc
-#localcharset
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += uniconv/u32-strconv-to-locale.c
-
-File: ./modules/uniconv/u8-conv-from-enc
-Hash: 804e9093cbca9f80897ffa3c0fd7a241fbe11ba1ffba444784d6e42d0356c977
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Conversion to UTF-8 from legacy encodings.
-#
-#Files:
-#lib/uniconv/u8-conv-from-enc.c
-#
-#Depends-on:
-#uniconv/base
-#c-strcaseeq
-#striconveha
-#unistr/u8-check
-#unistr/u8-mblen
-#
-#configure.ac:
-
-File: ./modules/uniconv/u8-conv-from-enc-tests
-Hash: 352f9ccc88acaabc9a51eba5d6a0ff8e28e22f469b191bc49c1bc98977f5bec0
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/uniconv/test-u8-conv-from-enc.c
-#
-#Depends-on:
-#unistr/u8-strlen
-#unistr/u8-cmp
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u8-conv-from-enc
-#check_PROGRAMS += test-u8-conv-from-enc
-#test_u8_conv_from_enc_SOURCES = uniconv/test-u8-conv-from-enc.c
-#test_u8_conv_from_enc_LDADD = $(LDADD) @LIBICONV@
-
-File: ./modules/uniconv/u8-conv-to-enc
-Hash: cc7c4c9d46ffdc0195647b7eece0c79fc431097740a27bcdef04b2c7cd2e6526
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Conversion from UTF-8 to legacy encodings.
-#
-#Files:
-#lib/uniconv/u8-conv-to-enc.c
-#
-#Depends-on:
-#uniconv/base
-#c-strcaseeq
-#striconveha
-#unistr/u8-check
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/uniconv/u8-conv-to-enc-tests
-Hash: 3ea5f97d358e1d8b795d46d69f34aa29ea7c433a36855e8806a6dfbfea298f89
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/uniconv/test-u8-conv-to-enc.c
-#
-#Depends-on:
-#unistr/u8-strlen
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u8-conv-to-enc
-#check_PROGRAMS += test-u8-conv-to-enc
-#test_u8_conv_to_enc_SOURCES = uniconv/test-u8-conv-to-enc.c
-#test_u8_conv_to_enc_LDADD = $(LDADD) @LIBICONV@
-
-File: ./modules/uniconv/u8-strconv-from-enc
-Hash: 5e258f26c0b35883b6b9bec42d435ab74abc790026b28b0011349c63723f84c5
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Conversion to UTF-8 from legacy encodings.
-#
-#Files:
-#lib/uniconv/u8-strconv-from-enc.c
-#lib/uniconv/u-strconv-from-enc.h
-#
-#Depends-on:
-#uniconv/base
-#uniconv/u8-conv-from-enc
-#unistr/u8-strlen
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/uniconv/u8-strconv-from-enc-tests
-Hash: e2d97875d2e2efad64b3c5b95a2ab213f85221612cf878b28a659b50f6ad1e5a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/uniconv/test-u8-strconv-from-enc.c
-#
-#Depends-on:
-#unistr/u8-strcmp
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u8-strconv-from-enc
-#check_PROGRAMS += test-u8-strconv-from-enc
-#test_u8_strconv_from_enc_SOURCES = uniconv/test-u8-strconv-from-enc.c
-#test_u8_strconv_from_enc_LDADD = $(LDADD) @LIBICONV@
-
-File: ./modules/uniconv/u8-strconv-from-locale
-Hash: c956a8c27cb3e458b463f4e91d841246c7a6ae91891cdd9499a57b3b48ed9dd4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Conversion to UTF-8 from the locale encoding.
-#
-#Files:
-#lib/uniconv/u8-strconv-from-locale.c
-#
-#Depends-on:
-#uniconv/base
-#uniconv/u8-strconv-from-enc
-#localcharset
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += uniconv/u8-strconv-from-locale.c
-
-File: ./modules/uniconv/u8-strconv-to-enc
-Hash: b19a1d9c1504bb80aa9cd09ccbffaaf0a945434256e26d6c6429afcee0e16bd4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Conversion from UTF-8 to legacy encodings.
-#
-#Files:
-#lib/uniconv/u8-strconv-to-enc.c
-#
-#Depends-on:
-#uniconv/base
-#c-strcaseeq
-#striconveha
-#unistr/u8-check
-#unistr/u8-strlen
-#
-#configure.ac:
-
-File: ./modules/uniconv/u8-strconv-to-enc-tests
-Hash: 74ba81dad04705f9bb90d5907e722a799d9edb194320dcd893dcbb04489b8618
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/uniconv/test-u8-strconv-to-enc.c
-#
-#Depends-on:
-#unistr/u8-strcmp
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u8-strconv-to-enc
-#check_PROGRAMS += test-u8-strconv-to-enc
-#test_u8_strconv_to_enc_SOURCES = uniconv/test-u8-strconv-to-enc.c
-#test_u8_strconv_to_enc_LDADD = $(LDADD) @LIBICONV@
-
-File: ./modules/uniconv/u8-strconv-to-locale
-Hash: d775764fbd80cf47c97204c533f0bac9bfb7c1d68ed1c5281a558e905aca1ea1
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Conversion from UTF-8 to the locale encoding.
-#
-#Files:
-#lib/uniconv/u8-strconv-to-locale.c
-#
-#Depends-on:
-#uniconv/base
-#uniconv/u8-strconv-to-enc
-#localcharset
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += uniconv/u8-strconv-to-locale.c
-
-File: ./modules/unictype/base
-Hash: 4e1cf149a4cc5d587b34fd6d92440d314b2af3393dfd0a61b4a15174e34bb77f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Base layer for Unicode classification and properties.
-#
-#Files:
-#lib/unictype.h
-#
-#Depends-on:
-#unitypes
-#stdbool
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-
-File: ./modules/unictype/bidicategory-all
-Hash: 632ad012575ff81135aad7e11721e8ed5468908229d9ee70f9a3f26de61c0a4d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Complete API for Unicode character bidi categories.
-#
-#Files:
-#
-#Depends-on:
-#unictype/base
-#unictype/bidicategory-byname
-#unictype/bidicategory-name
-#unictype/bidicategory-of
-#unictype/bidicategory-test
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/bidicategory-byname
-Hash: 09674c570ebb614f743ba480be41e7594d43113441387f5559c2ceb7b436f156
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Find a Unicode character bidi category, given its name.
-#
-#Files:
-#lib/unictype/bidi_byname.c
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/bidi_byname.c
-#
-#Include:
-
-File: ./modules/unictype/bidicategory-byname-tests
-Hash: 37431bc97e0f6d78ce420c06b21cabcf68769652511504ab8d1039801a9ec07f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-bidi_byname.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-bidi_byname
-#check_PROGRAMS += test-bidi_byname
-#test_bidi_byname_SOURCES = unictype/test-bidi_byname.c
-
-File: ./modules/unictype/bidicategory-name
-Hash: 6b7c212cdc0f09083c9e15b6c7828faae41878570511f81d229ada75fe8ca833
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Name of Unicode character bidi category.
-#
-#Files:
-#lib/unictype/bidi_name.c
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/bidi_name.c
-#
-#Include:
-
-File: ./modules/unictype/bidicategory-name-tests
-Hash: 1f692ec85934508818f0e9455388105761ec91d7b8651deb5821c715b5955583
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-bidi_name.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-bidi_name
-#check_PROGRAMS += test-bidi_name
-#test_bidi_name_SOURCES = unictype/test-bidi_name.c
-
-File: ./modules/unictype/bidicategory-of
-Hash: df49d7be4ac72c665f506751c8f93dc7924128b5c1b30057ebbb80e80d7c07d8
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Determine bidi category of a Unicode character.
-#
-#Files:
-#lib/unictype/bidi_of.c
-#lib/unictype/bidi_of.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/bidi_of.c
-
-File: ./modules/unictype/bidicategory-of-tests
-Hash: 0df5b16f511b104b64d2a64bcad6a61c8334903b7f0fa240e3245366692e9ebc
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-bidi_of.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-bidi_of
-#check_PROGRAMS += test-bidi_of
-#test_bidi_of_SOURCES = unictype/test-bidi_of.c
-
-File: ./modules/unictype/bidicategory-test
-Hash: e04b555d948c988f298ed25f34bdac22386c23bdfcf2543516f4641c1f39d8dc
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character belongs to a given bidi category.
-#
-#Files:
-#lib/unictype/bidi_test.c
-#
-#Depends-on:
-#unictype/base
-#unictype/bidicategory-of
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/bidi_test.c
-
-File: ./modules/unictype/bidicategory-test-tests
-Hash: ee67d7005fc35e3fb828c820d0b3d7c19d38f941aa7bf6099c498543c567dfe5
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-bidi_test.c
-#
-#Depends-on:
-#unictype/bidicategory-of
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-bidi_test
-#check_PROGRAMS += test-bidi_test
-#test_bidi_test_SOURCES = unictype/test-bidi_test.c
-
-File: ./modules/unictype/block-all
-Hash: bdfff6be11a258cb47ab7a8bf6178d7d7114512a689a521a4953ee93896992d0
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Complete API for blocks of Unicode characters.
-#
-#Files:
-#
-#Depends-on:
-#unictype/block-of
-#unictype/block-test
-#unictype/block-list
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-
-File: ./modules/unictype/block-list
-Hash: 79571465a0c92e50f110cee696a8897e1960025526b1f2ebcb85b4d1e85419e2
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#List of Unicode character blocks.
-#
-#Files:
-#lib/unictype/blocks.c
-#lib/unictype/blocks.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/blocks.c
-
-File: ./modules/unictype/block-list-tests
-Hash: daeb13d7d8249409a86aca59f29f900a224a8dd687906034467e7acfe4abaab9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-block_list.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-block_list
-#check_PROGRAMS += test-block_list
-#test_block_list_SOURCES = unictype/test-block_list.c
-
-File: ./modules/unictype/block-of
-Hash: 7a84f72f56b616480823c9145721e8a26adf4238ab1a3119781b9fbdef69c6b4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Determine block of a Unicode character.
-#
-#Files:
-#
-#Depends-on:
-#unictype/base
-#unictype/block-list
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-#"unictype.h"
-
-File: ./modules/unictype/block-of-tests
-Hash: cbcc5b54e996690827b7460481468e4d1b8ef456588d2211296bd1442151a510
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-block_of.c
-#
-#Depends-on:
-#unictype/block-list
-#unictype/block-test
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-block_of
-#check_PROGRAMS += test-block_of
-#test_block_of_SOURCES = unictype/test-block_of.c
-
-File: ./modules/unictype/block-test
-Hash: 82f1e702e237268a7d1acf7963b035db43cc7f83816b40aa62da8ba990bf806a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character belongs to a given Unicode block.
-#
-#Files:
-#lib/unictype/block_test.c
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/block_test.c
-#
-#Include:
-
-File: ./modules/unictype/block-test-tests
-Hash: 2c8ab641903b6c1bf1ef067359f59acc62938576a819aff154170166cbf468e4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-block_test.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-block_test
-#check_PROGRAMS += test-block_test
-#test_block_test_SOURCES = unictype/test-block_test.c
-
-File: ./modules/unictype/category-C
-Hash: b50f0ee64a86121ee994c6f0b630f23efd1865a08e792be1feb051cda4729a1a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is of general category C.
-#
-#Files:
-#lib/unictype/categ_C.c
-#lib/unictype/categ_C.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/categ_C.c
-
-File: ./modules/unictype/category-C-tests
-Hash: a65b4f3c13e24ce5097984842008e38e3d0376410f7440b12efd00bcbf0e228b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_C.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#unictype/category-test
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_C
-#check_PROGRAMS += test-categ_C
-#test_categ_C_SOURCES = unictype/test-categ_C.c
-
-File: ./modules/unictype/category-Cc
-Hash: 8ddd6768f801ea69a4c257bfaf3f185a20f151b01dcd2d27f43a05dd22d7a288
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is of general category Cc.
-#
-#Files:
-#lib/unictype/categ_Cc.c
-#lib/unictype/categ_Cc.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/categ_Cc.c
-
-File: ./modules/unictype/category-Cc-tests
-Hash: f8aaf65656f005829d0cedebea1b5e64724d10961760d90965f21ede7be9ed8d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_Cc.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#unictype/category-test
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_Cc
-#check_PROGRAMS += test-categ_Cc
-#test_categ_Cc_SOURCES = unictype/test-categ_Cc.c
-
-File: ./modules/unictype/category-Cf
-Hash: 3820a40d604e9af2a925220231c4f94c688f10240e1b918aedda94c19f63f42d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is of general category Cf.
-#
-#Files:
-#lib/unictype/categ_Cf.c
-#lib/unictype/categ_Cf.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/categ_Cf.c
-
-File: ./modules/unictype/category-Cf-tests
-Hash: 9cb0efdc2747f61dbdf9d152c2e9aa9435a602c03fe88a162ca602d4d17fc2dd
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_Cf.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#unictype/category-test
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_Cf
-#check_PROGRAMS += test-categ_Cf
-#test_categ_Cf_SOURCES = unictype/test-categ_Cf.c
-
-File: ./modules/unictype/category-Cn
-Hash: b686b3ffa74ae9bf11fe7c3edd11d051c9532e49ff8bcaf8681a815a91dc2dda
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is of general category Cn.
-#
-#Files:
-#lib/unictype/categ_Cn.c
-#lib/unictype/categ_Cn.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/categ_Cn.c
-
-File: ./modules/unictype/category-Cn-tests
-Hash: d91ee0666b67145ef883bf1cc95deec3f918b0080befd8f5ddcfad3c19789f93
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_Cn.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#unictype/category-test
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_Cn
-#check_PROGRAMS += test-categ_Cn
-#test_categ_Cn_SOURCES = unictype/test-categ_Cn.c
-
-File: ./modules/unictype/category-Co
-Hash: 6b6e944701acde3db6b942a62d48b1a4a7c46810b96a5c49f385ee6c9b27ac9c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is of general category Co.
-#
-#Files:
-#lib/unictype/categ_Co.c
-#lib/unictype/categ_Co.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/categ_Co.c
-
-File: ./modules/unictype/category-Co-tests
-Hash: d873cf764c6a47ea7ee5f2d72407373de8f970043e9263270008e67b731f8e25
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_Co.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#unictype/category-test
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_Co
-#check_PROGRAMS += test-categ_Co
-#test_categ_Co_SOURCES = unictype/test-categ_Co.c
-
-File: ./modules/unictype/category-Cs
-Hash: f176ebb894fc40328b46d9fa4a72d8f165276f1ec6839db1f25cb4fc0c73620f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is of general category Cs.
-#
-#Files:
-#lib/unictype/categ_Cs.c
-#lib/unictype/categ_Cs.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/categ_Cs.c
-
-File: ./modules/unictype/category-Cs-tests
-Hash: d151c46f4827e266335ed4ec6cdf187649eda552000ea99975eda0d8772ac3d4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_Cs.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#unictype/category-test
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_Cs
-#check_PROGRAMS += test-categ_Cs
-#test_categ_Cs_SOURCES = unictype/test-categ_Cs.c
-
-File: ./modules/unictype/category-L
-Hash: f5869373405431b090effa65191e784d1a69e6b6b42a886bb9df656a5ee02413
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is of general category L.
-#
-#Files:
-#lib/unictype/categ_L.c
-#lib/unictype/categ_L.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/categ_L.c
-
-File: ./modules/unictype/category-L-tests
-Hash: ea767cac4c3bb427c1b2b182b5c1b46f63cff6f5681b21f9d06680ef355ba8e5
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_L.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#unictype/category-test
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_L
-#check_PROGRAMS += test-categ_L
-#test_categ_L_SOURCES = unictype/test-categ_L.c
-
-File: ./modules/unictype/category-Ll
-Hash: 03f83b90f827cb120251bcbe842eaa084e7cdb38489c334929b938268a12471e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is of general category Ll.
-#
-#Files:
-#lib/unictype/categ_Ll.c
-#lib/unictype/categ_Ll.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/categ_Ll.c
-
-File: ./modules/unictype/category-Ll-tests
-Hash: af6bca72d7cc585c103c7a027820119a48cb5acaf4aee212fbb217c9c00ff3c7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_Ll.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#unictype/category-test
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_Ll
-#check_PROGRAMS += test-categ_Ll
-#test_categ_Ll_SOURCES = unictype/test-categ_Ll.c
-
-File: ./modules/unictype/category-Lm
-Hash: c166f5182990d42f606eec6fa97b95b8ce1df5876241fdaa12f1a11743b2aab1
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is of general category Lm.
-#
-#Files:
-#lib/unictype/categ_Lm.c
-#lib/unictype/categ_Lm.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/categ_Lm.c
-
-File: ./modules/unictype/category-Lm-tests
-Hash: 71473868edc5241c85418fce441b7013525978d62e67cbcfe0fec9dcddfd2b57
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_Lm.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#unictype/category-test
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_Lm
-#check_PROGRAMS += test-categ_Lm
-#test_categ_Lm_SOURCES = unictype/test-categ_Lm.c
-
-File: ./modules/unictype/category-Lo
-Hash: 67158963c6e0a345ee9bc0d5c065c4c18a7168b5879737172cd1112d72c4591a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is of general category Lo.
-#
-#Files:
-#lib/unictype/categ_Lo.c
-#lib/unictype/categ_Lo.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/categ_Lo.c
-
-File: ./modules/unictype/category-Lo-tests
-Hash: 0c158f7fa0611249fba73685a045cb373bf649b0635c6e872d3eb980dc1b21a1
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_Lo.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#unictype/category-test
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_Lo
-#check_PROGRAMS += test-categ_Lo
-#test_categ_Lo_SOURCES = unictype/test-categ_Lo.c
-
-File: ./modules/unictype/category-Lt
-Hash: ee79e9d68d1912c787845696834c42487ba52a0cd3b36aa84653deb1322e490d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is of general category Lt.
-#
-#Files:
-#lib/unictype/categ_Lt.c
-#lib/unictype/categ_Lt.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/categ_Lt.c
-
-File: ./modules/unictype/category-Lt-tests
-Hash: 11f268108f2bb9d1606114611cb44960e4662fa9f8198acf4fd60da549accf78
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_Lt.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#unictype/category-test
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_Lt
-#check_PROGRAMS += test-categ_Lt
-#test_categ_Lt_SOURCES = unictype/test-categ_Lt.c
-
-File: ./modules/unictype/category-Lu
-Hash: 0a4eaa83dcddd00b34c73ca983f04117269bf5bfa158fa0d89832be5094b4d90
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is of general category Lu.
-#
-#Files:
-#lib/unictype/categ_Lu.c
-#lib/unictype/categ_Lu.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/categ_Lu.c
-
-File: ./modules/unictype/category-Lu-tests
-Hash: a0dac69a29c09411c98a76369af5b198ea84aac0b398a3b4ae86971b79ee9126
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_Lu.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#unictype/category-test
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_Lu
-#check_PROGRAMS += test-categ_Lu
-#test_categ_Lu_SOURCES = unictype/test-categ_Lu.c
-
-File: ./modules/unictype/category-M
-Hash: a7a00a68742ea377e8acc7abdbc8be4e68d02f21b0620169f59307388032c4db
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is of general category M.
-#
-#Files:
-#lib/unictype/categ_M.c
-#lib/unictype/categ_M.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/categ_M.c
-
-File: ./modules/unictype/category-M-tests
-Hash: 577a796ee3c175c3259e994317d9aed54c5933c67d0a83f6bd9fc8e5850cc9a9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_M.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#unictype/category-test
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_M
-#check_PROGRAMS += test-categ_M
-#test_categ_M_SOURCES = unictype/test-categ_M.c
-
-File: ./modules/unictype/category-Mc
-Hash: 71c90dc0adcd33bf142b74d95207976f76732c2cb30772cfe56370e1c91ed7eb
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is of general category Mc.
-#
-#Files:
-#lib/unictype/categ_Mc.c
-#lib/unictype/categ_Mc.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/categ_Mc.c
-
-File: ./modules/unictype/category-Mc-tests
-Hash: 431977d8c1cb9d82897fbdd9a08deef510b682fab7f6159e7fc216c38c1e8e9a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_Mc.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#unictype/category-test
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_Mc
-#check_PROGRAMS += test-categ_Mc
-#test_categ_Mc_SOURCES = unictype/test-categ_Mc.c
-
-File: ./modules/unictype/category-Me
-Hash: a2767f24d3e738ee3492d2d932bbefab6f7385cc599baeb7a8a086b091617d2c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is of general category Me.
-#
-#Files:
-#lib/unictype/categ_Me.c
-#lib/unictype/categ_Me.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/categ_Me.c
-
-File: ./modules/unictype/category-Me-tests
-Hash: 35bbc1fda018e0b791449c5008793296c3a3e62eda8bf2e0e88bed08a2dc9d1a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_Me.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#unictype/category-test
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_Me
-#check_PROGRAMS += test-categ_Me
-#test_categ_Me_SOURCES = unictype/test-categ_Me.c
-
-File: ./modules/unictype/category-Mn
-Hash: 9c497c87637eb462f82eda98acec5373e61fba83ee7ec2c427de7b035973fa34
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is of general category Mn.
-#
-#Files:
-#lib/unictype/categ_Mn.c
-#lib/unictype/categ_Mn.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/categ_Mn.c
-
-File: ./modules/unictype/category-Mn-tests
-Hash: c00bff9f96b47ab9816b2c9a96f2c47b80d0752a80bb67654788f43859461d1d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_Mn.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#unictype/category-test
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_Mn
-#check_PROGRAMS += test-categ_Mn
-#test_categ_Mn_SOURCES = unictype/test-categ_Mn.c
-
-File: ./modules/unictype/category-N
-Hash: 2bfe868358d181bfd867763536ff7f3bb0f44291e6e03929da90d0d120400092
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is of general category N.
-#
-#Files:
-#lib/unictype/categ_N.c
-#lib/unictype/categ_N.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/categ_N.c
-
-File: ./modules/unictype/category-N-tests
-Hash: c23cbc138890321fd3fdb198b39f748116f9238cf675f52255977b6d45721ee7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_N.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#unictype/category-test
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_N
-#check_PROGRAMS += test-categ_N
-#test_categ_N_SOURCES = unictype/test-categ_N.c
-
-File: ./modules/unictype/category-Nd
-Hash: d2b53e39c388911f4942747fc095dfb19a39f66203827f697c4ae977c9a4c583
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is of general category Nd.
-#
-#Files:
-#lib/unictype/categ_Nd.c
-#lib/unictype/categ_Nd.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/categ_Nd.c
-
-File: ./modules/unictype/category-Nd-tests
-Hash: 63f97050d8f2145d4b9c1e662044a192ff4d734ed2cff11a3d7cb2f48830492f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_Nd.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#unictype/category-test
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_Nd
-#check_PROGRAMS += test-categ_Nd
-#test_categ_Nd_SOURCES = unictype/test-categ_Nd.c
-
-File: ./modules/unictype/category-Nl
-Hash: 2c97eed29932465ae99eaff40da7232f77ee20bebe9743b3a5e7ce90d317a910
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is of general category Nl.
-#
-#Files:
-#lib/unictype/categ_Nl.c
-#lib/unictype/categ_Nl.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/categ_Nl.c
-
-File: ./modules/unictype/category-Nl-tests
-Hash: 1401df484ceba15e90ce4fcdf480b3e089a3275e8b913efbb46db266cf6177d8
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_Nl.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#unictype/category-test
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_Nl
-#check_PROGRAMS += test-categ_Nl
-#test_categ_Nl_SOURCES = unictype/test-categ_Nl.c
-
-File: ./modules/unictype/category-No
-Hash: 3397e879fc6577306d2fe96f9cdbe3a0a86c9ed66024645d234845212359aea4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is of general category No.
-#
-#Files:
-#lib/unictype/categ_No.c
-#lib/unictype/categ_No.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/categ_No.c
-
-File: ./modules/unictype/category-No-tests
-Hash: 2a89303b56ce7233f8d856dd764d8ac0a5ded572ef43e8bc2fe133fe627f2d85
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_No.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#unictype/category-test
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_No
-#check_PROGRAMS += test-categ_No
-#test_categ_No_SOURCES = unictype/test-categ_No.c
-
-File: ./modules/unictype/category-P
-Hash: 89beab2585b3809a28361467d0b2a72d39325830bf80777af3fe0897b3e8f81d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is of general category P.
-#
-#Files:
-#lib/unictype/categ_P.c
-#lib/unictype/categ_P.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/categ_P.c
-
-File: ./modules/unictype/category-P-tests
-Hash: 8df51034f7e890e668b22a22d07a297b15c0e01cc85b073962d2598adb02781f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_P.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#unictype/category-test
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_P
-#check_PROGRAMS += test-categ_P
-#test_categ_P_SOURCES = unictype/test-categ_P.c
-
-File: ./modules/unictype/category-Pc
-Hash: baec1ce567b94017943677ccd928abfbbfbe0fd8c3734619eb83fe5c97aeb88e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is of general category Pc.
-#
-#Files:
-#lib/unictype/categ_Pc.c
-#lib/unictype/categ_Pc.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/categ_Pc.c
-
-File: ./modules/unictype/category-Pc-tests
-Hash: 08ac7a0073c001eb0357900f764e29214a2e996a07da7b72cac05dd1a6695188
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_Pc.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#unictype/category-test
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_Pc
-#check_PROGRAMS += test-categ_Pc
-#test_categ_Pc_SOURCES = unictype/test-categ_Pc.c
-
-File: ./modules/unictype/category-Pd
-Hash: c69b1aa58dbacb75dd27403d35d2ab221f4f8d4275b9bbec105498b201dd447e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is of general category Pd.
-#
-#Files:
-#lib/unictype/categ_Pd.c
-#lib/unictype/categ_Pd.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/categ_Pd.c
-
-File: ./modules/unictype/category-Pd-tests
-Hash: 0b164d7f16c3ec72454fa87fe962e93e7548c0f60cbc54a25a94f28444e95dc9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_Pd.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#unictype/category-test
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_Pd
-#check_PROGRAMS += test-categ_Pd
-#test_categ_Pd_SOURCES = unictype/test-categ_Pd.c
-
-File: ./modules/unictype/category-Pe
-Hash: c930640ce04a7798a64dd30bbc66a35ac09088f561aec806d11ceae4cd3003c3
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is of general category Pe.
-#
-#Files:
-#lib/unictype/categ_Pe.c
-#lib/unictype/categ_Pe.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/categ_Pe.c
-
-File: ./modules/unictype/category-Pe-tests
-Hash: afae91619e0b047a38295ae48bc0fd18560f48d16b018bf24050eab24a4b41d8
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_Pe.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#unictype/category-test
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_Pe
-#check_PROGRAMS += test-categ_Pe
-#test_categ_Pe_SOURCES = unictype/test-categ_Pe.c
-
-File: ./modules/unictype/category-Pf
-Hash: 1733b390e82ece48e63ae4e7c1445ce652192926eaa57566eaf5c3623deafcbb
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is of general category Pf.
-#
-#Files:
-#lib/unictype/categ_Pf.c
-#lib/unictype/categ_Pf.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/categ_Pf.c
-
-File: ./modules/unictype/category-Pf-tests
-Hash: 01a4afab769af5dae8d7f1a13a2df2eb8108250e5876122560f46d13309ce3ed
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_Pf.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#unictype/category-test
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_Pf
-#check_PROGRAMS += test-categ_Pf
-#test_categ_Pf_SOURCES = unictype/test-categ_Pf.c
-
-File: ./modules/unictype/category-Pi
-Hash: 4cf8b1ef413c59c2ac665b277476526f48e614fb23e9b19b3481e86af728e62c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is of general category Pi.
-#
-#Files:
-#lib/unictype/categ_Pi.c
-#lib/unictype/categ_Pi.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/categ_Pi.c
-
-File: ./modules/unictype/category-Pi-tests
-Hash: f4a65dcf759d18b45032f2a6f2f45c6e8b132f9e2453532b581816a208fe392d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_Pi.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#unictype/category-test
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_Pi
-#check_PROGRAMS += test-categ_Pi
-#test_categ_Pi_SOURCES = unictype/test-categ_Pi.c
-
-File: ./modules/unictype/category-Po
-Hash: d52f4465d5fd2beb1e22120866a103b5482d3932bedae9c0898cd78da58dedcb
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is of general category Po.
-#
-#Files:
-#lib/unictype/categ_Po.c
-#lib/unictype/categ_Po.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/categ_Po.c
-
-File: ./modules/unictype/category-Po-tests
-Hash: 76a5d75e2d40dc3319f0fee99c21bfae46838612062409782f9033eab9f560a1
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_Po.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#unictype/category-test
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_Po
-#check_PROGRAMS += test-categ_Po
-#test_categ_Po_SOURCES = unictype/test-categ_Po.c
-
-File: ./modules/unictype/category-Ps
-Hash: b04f01af08d6326b4d8ef8fbf5bd9b199dbadbffc4234d2d7233dafa424c25cb
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is of general category Ps.
-#
-#Files:
-#lib/unictype/categ_Ps.c
-#lib/unictype/categ_Ps.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/categ_Ps.c
-
-File: ./modules/unictype/category-Ps-tests
-Hash: a1c9597abf14374fbdf86528dbfc850e867fd217d1c1b024139c6dee3a79aa04
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_Ps.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#unictype/category-test
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_Ps
-#check_PROGRAMS += test-categ_Ps
-#test_categ_Ps_SOURCES = unictype/test-categ_Ps.c
-
-File: ./modules/unictype/category-S
-Hash: 3b1f6fe997bd2a5b457bad45930b2f0347be0f6392cbf0ce864c0df37f6835a7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is of general category S.
-#
-#Files:
-#lib/unictype/categ_S.c
-#lib/unictype/categ_S.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/categ_S.c
-
-File: ./modules/unictype/category-S-tests
-Hash: 16bb3a0a6ab8c9af9d79ce7425b8b8d2ae3d6151249988b73d622c7c5b7a7de7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_S.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#unictype/category-test
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_S
-#check_PROGRAMS += test-categ_S
-#test_categ_S_SOURCES = unictype/test-categ_S.c
-
-File: ./modules/unictype/category-Sc
-Hash: 6eb49b9fa984148e7370fb7cf238b34303dc2713452f854d289d119beda4d0a6
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is of general category Sc.
-#
-#Files:
-#lib/unictype/categ_Sc.c
-#lib/unictype/categ_Sc.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/categ_Sc.c
-
-File: ./modules/unictype/category-Sc-tests
-Hash: a4ca01545a5c388f10de42be48b57b7bdf6c2025f297183c4e09138c64c3e9e7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_Sc.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#unictype/category-test
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_Sc
-#check_PROGRAMS += test-categ_Sc
-#test_categ_Sc_SOURCES = unictype/test-categ_Sc.c
-
-File: ./modules/unictype/category-Sk
-Hash: fc08600f54e46b801537fbb2282bf602d46c3eae8eef49fde48540d800f5ea45
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is of general category Sk.
-#
-#Files:
-#lib/unictype/categ_Sk.c
-#lib/unictype/categ_Sk.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/categ_Sk.c
-
-File: ./modules/unictype/category-Sk-tests
-Hash: 0af20842d317e64eaed4d4cac1d29f1057f07218e7bd54e0308882d5e245164b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_Sk.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#unictype/category-test
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_Sk
-#check_PROGRAMS += test-categ_Sk
-#test_categ_Sk_SOURCES = unictype/test-categ_Sk.c
-
-File: ./modules/unictype/category-Sm
-Hash: e61490e30f1edf81b4e66dc4d0c3527aa343e35173dc55dc5485c084f1ee0f4b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is of general category Sm.
-#
-#Files:
-#lib/unictype/categ_Sm.c
-#lib/unictype/categ_Sm.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/categ_Sm.c
-
-File: ./modules/unictype/category-Sm-tests
-Hash: c5e37d4c9c1393eda2c620a82f5b375566fb0f9995fc5441f2093f30ccc3166d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_Sm.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#unictype/category-test
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_Sm
-#check_PROGRAMS += test-categ_Sm
-#test_categ_Sm_SOURCES = unictype/test-categ_Sm.c
-
-File: ./modules/unictype/category-So
-Hash: a3dff7aa78b2315131bc3318189b8d9a8e6b06793fc849c3994be974b035a253
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is of general category So.
-#
-#Files:
-#lib/unictype/categ_So.c
-#lib/unictype/categ_So.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/categ_So.c
-
-File: ./modules/unictype/category-So-tests
-Hash: 49c2087f7b9afff2491ecf214c89e44009b358b14b5b9d869b54f0c0c92a361b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_So.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#unictype/category-test
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_So
-#check_PROGRAMS += test-categ_So
-#test_categ_So_SOURCES = unictype/test-categ_So.c
-
-File: ./modules/unictype/category-Z
-Hash: ca060713544186ac2208fbdc02c6dbae13dc78dcd0445d53d62d4e02ba9023ab
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is of general category Z.
-#
-#Files:
-#lib/unictype/categ_Z.c
-#lib/unictype/categ_Z.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/categ_Z.c
-
-File: ./modules/unictype/category-Z-tests
-Hash: 61ecd265cb17d3e856e153b5b091186a9ab9909a9a66788d066d277af58ceace
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_Z.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#unictype/category-test
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_Z
-#check_PROGRAMS += test-categ_Z
-#test_categ_Z_SOURCES = unictype/test-categ_Z.c
-
-File: ./modules/unictype/category-Zl
-Hash: e3d90459eb2e48d1e5c764da67c517e8e9ebd43793276d784020dcbae9ff7d0c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is of general category Zl.
-#
-#Files:
-#lib/unictype/categ_Zl.c
-#lib/unictype/categ_Zl.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/categ_Zl.c
-
-File: ./modules/unictype/category-Zl-tests
-Hash: 4c9ef314a9b6cab23d2d6f2d0444d4fe9b7f9954af49e0bd6e7030994aec127b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_Zl.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#unictype/category-test
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_Zl
-#check_PROGRAMS += test-categ_Zl
-#test_categ_Zl_SOURCES = unictype/test-categ_Zl.c
-
-File: ./modules/unictype/category-Zp
-Hash: 5864d79e3b057201ad88484f89888d7714eb13334438ec9cadb7240ad3663147
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is of general category Zp.
-#
-#Files:
-#lib/unictype/categ_Zp.c
-#lib/unictype/categ_Zp.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/categ_Zp.c
-
-File: ./modules/unictype/category-Zp-tests
-Hash: a0c6723ba2159e4987e988da7fb8913ac6b460b690267332a75fbf451c458216
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_Zp.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#unictype/category-test
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_Zp
-#check_PROGRAMS += test-categ_Zp
-#test_categ_Zp_SOURCES = unictype/test-categ_Zp.c
-
-File: ./modules/unictype/category-Zs
-Hash: 5981c5e91908b4fdf5033b2606eaa690522fc36d1bdbb6b60bf7ef9d8fdc8e43
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is of general category Zs.
-#
-#Files:
-#lib/unictype/categ_Zs.c
-#lib/unictype/categ_Zs.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/categ_Zs.c
-
-File: ./modules/unictype/category-Zs-tests
-Hash: 38745f1e1cd5b9242a9413a1e3d25ba47a20404f3cc3cb4b318a28f4ed9c931d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_Zs.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#unictype/category-test
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_Zs
-#check_PROGRAMS += test-categ_Zs
-#test_categ_Zs_SOURCES = unictype/test-categ_Zs.c
-
-File: ./modules/unictype/category-all
-Hash: 3d894bc3558f7fdf0760387f32b9627717dd24428a19a48cb411f113efeebace
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Complete API for Unicode character categories.
-#
-#Files:
-#
-#Depends-on:
-#unictype/category-C
-#unictype/category-Cc
-#unictype/category-Cf
-#unictype/category-Cn
-#unictype/category-Co
-#unictype/category-Cs
-#unictype/category-L
-#unictype/category-Ll
-#unictype/category-Lm
-
-File: ./modules/unictype/category-and
-Hash: 78d599519e1b4077a85a754c8a76b52e924d7df2d790839ae0ebf2bf50cdd7de
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Intersection of categories of Unicode characters.
-#
-#Files:
-#lib/unictype/categ_and.c
-#
-#Depends-on:
-#unictype/base
-#unictype/category-none
-#unictype/category-test-withtable
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/categ_and.c
-
-File: ./modules/unictype/category-and-not
-Hash: 35825dba1e5244e4c37a040a16cf1cd5f5a37e7e561855a07cba4c3776ace911
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Set-difference of categories of Unicode characters.
-#
-#Files:
-#lib/unictype/categ_and_not.c
-#
-#Depends-on:
-#unictype/base
-#unictype/category-none
-#unictype/category-test-withtable
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/categ_and_not.c
-
-File: ./modules/unictype/category-and-not-tests
-Hash: 5dfcd8920d40b91371b3d4fec6cb0452bcd2864024e1e5a4544b9e2097e2f425
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_and_not.c
-#
-#Depends-on:
-#unictype/category-or
-#unictype/category-test
-#unictype/category-L
-#unictype/category-N
-#unictype/category-Lu
-#unictype/category-Nd
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_and_not
-
-File: ./modules/unictype/category-and-tests
-Hash: c538067c2d779faefd644adddf042cab9032a40dfeb4b6b03c38378351d63311
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_and.c
-#
-#Depends-on:
-#unictype/category-or
-#unictype/category-test
-#unictype/category-L
-#unictype/category-Nd
-#unictype/category-Lu
-#unictype/category-N
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_and
-
-File: ./modules/unictype/category-byname
-Hash: d0a9fe6bb6d1837f702eb144212981a3a2eb06af802930b189f942340510b510
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Find a Unicode character category, given its name.
-#
-#Files:
-#lib/unictype/categ_byname.c
-#
-#Depends-on:
-#unictype/base
-#unictype/category-C
-#unictype/category-Cc
-#unictype/category-Cf
-#unictype/category-Cn
-#unictype/category-Co
-#unictype/category-Cs
-#unictype/category-L
-
-File: ./modules/unictype/category-byname-tests
-Hash: a57b1223530e502aa4f0bda361a12a55a0b0fcb599b6bf8754677488da057fdf
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_byname.c
-#
-#Depends-on:
-#unictype/category-test
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_byname
-#check_PROGRAMS += test-categ_byname
-#test_categ_byname_SOURCES = unictype/test-categ_byname.c
-
-File: ./modules/unictype/category-name
-Hash: c23bcf4c0d06378f9bcb6f131fcbc90b2e2448ca7f1bf4063a0c6295027d6357
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Name of Unicode character category.
-#
-#Files:
-#lib/unictype/categ_name.c
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/categ_name.c
-#
-#Include:
-
-File: ./modules/unictype/category-name-tests
-Hash: 7bc548fea282ac4604a59a95f585d192923453eebc02372e3e9c5fbfc5eaae15
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_name.c
-#
-#Depends-on:
-#unictype/category-or
-#unictype/category-Z
-#unictype/category-Nl
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_name
-#check_PROGRAMS += test-categ_name
-#test_categ_name_SOURCES = unictype/test-categ_name.c
-
-File: ./modules/unictype/category-none
-Hash: a9a1ca41387b91edd2cb62516ca9f94270303decde97b0347da52b92cfb3855d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Empty category of Unicode characters.
-#
-#Files:
-#lib/unictype/categ_none.c
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/categ_none.c
-#
-#Include:
-
-File: ./modules/unictype/category-none-tests
-Hash: 31f1e4a827d204cb2b470d75671dd835a8c32e7b3f833dc0401b99385640e8d7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_none.c
-#
-#Depends-on:
-#unictype/category-test
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_none
-#check_PROGRAMS += test-categ_none
-#test_categ_none_SOURCES = unictype/test-categ_none.c
-
-File: ./modules/unictype/category-of
-Hash: 974c856b996733c9d314f0be7d8691b914f945479c3c11e93f250c193f3d1c65
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Determine category of a Unicode character.
-#
-#Files:
-#lib/unictype/categ_of.c
-#lib/unictype/categ_of.h
-#
-#Depends-on:
-#unictype/base
-#unictype/category-none
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/category-of-tests
-Hash: 42839935bfd2e81a9d235055b7a3d0bb5562941eb78842488e058ed792556e54
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_of.c
-#
-#Depends-on:
-#unictype/category-test
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_of
-#check_PROGRAMS += test-categ_of
-#test_categ_of_SOURCES = unictype/test-categ_of.c
-
-File: ./modules/unictype/category-or
-Hash: 35a47dab7b419c5deeef431fdc78ccd7cd5baedff94a686cce22bd798a1b8597
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Union of categories of Unicode characters.
-#
-#Files:
-#lib/unictype/categ_or.c
-#
-#Depends-on:
-#unictype/base
-#unictype/category-test-withtable
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/categ_or.c
-
-File: ./modules/unictype/category-or-tests
-Hash: ac89764c8c50ee585d731aa7819be10f9ef249e7dd239257f5b84613465664aa
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_or.c
-#
-#Depends-on:
-#unictype/category-test
-#unictype/category-L
-#unictype/category-N
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_or
-#check_PROGRAMS += test-categ_or
-#test_categ_or_SOURCES = unictype/test-categ_or.c
-
-File: ./modules/unictype/category-test
-Hash: bdb12cdfdc6ca2d35807024262d2c16ba98f449bafcc711851696ba12d67a2c1
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character belongs to a given category.
-#
-#Files:
-#lib/unictype/categ_test.c
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/categ_test.c
-
-File: ./modules/unictype/category-test-withtable
-Hash: b98b240c52fcb6378a2e2183e87e231efcaf7d74e9d474946233426a26805950
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character belongs to a given bitmask of categories.
-#
-#Files:
-#
-#Depends-on:
-#unictype/base
-#unictype/category-of
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-#"unictype.h"
-
-File: ./modules/unictype/category-test-withtable-tests
-Hash: 522643348eaa5859383a5edca5d2db6080d726910779860e6050007c2478aa6c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-categ_test_withtable.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-categ_test_withtable
-#check_PROGRAMS += test-categ_test_withtable
-#test_categ_test_withtable_SOURCES = unictype/test-categ_test_withtable.c
-
-File: ./modules/unictype/combining-class
-Hash: ddc3c9d9a846292bc778c0a79e60224a20c590b26eff7bf2e6202e7a328fd171
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Determine combining class of a Unicode character.
-#
-#Files:
-#lib/unictype/combining.c
-#lib/unictype/combining.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/combining.c
-
-File: ./modules/unictype/combining-class-tests
-Hash: 721daeb2b85c77f8850103e61c3793bfbb07f6cbcabcd0430d30ea9cffb94772
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-combining.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-combining
-#check_PROGRAMS += test-combining
-#test_combining_SOURCES = unictype/test-combining.c
-
-File: ./modules/unictype/ctype-alnum
-Hash: 28a03adaf78b611fb05f9d5f78226e3a99a6ae085731ebe361b0aab7d8f94825
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Generalization of the <ctype.h> isalnum() function and the
-#<wctype.h> iswalnum() function.
-#
-#Files:
-#lib/unictype/ctype_alnum.c
-#lib/unictype/ctype_alnum.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-
-File: ./modules/unictype/ctype-alnum-tests
-Hash: c7fb14f6421f17a0720c0c34eb38f5f2d50786684ed1100d728dc1f124eefd89
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-ctype_alnum.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-ctype_alnum
-#check_PROGRAMS += test-ctype_alnum
-#test_ctype_alnum_SOURCES = unictype/test-ctype_alnum.c
-
-File: ./modules/unictype/ctype-alpha
-Hash: d2a481c195d984e352e58239b85d1ddaf9f50d109bfc6b85d907bd4bd8ff5c70
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Generalization of the <ctype.h> isalpha() function and the
-#<wctype.h> iswalpha() function.
-#
-#Files:
-#lib/unictype/ctype_alpha.c
-#lib/unictype/ctype_alpha.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-
-File: ./modules/unictype/ctype-alpha-tests
-Hash: 3a9e921bc71d352cd00edcb0989bf5af3a4d672d7240fc0393d961167dacdc69
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-ctype_alpha.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-ctype_alpha
-#check_PROGRAMS += test-ctype_alpha
-#test_ctype_alpha_SOURCES = unictype/test-ctype_alpha.c
-
-File: ./modules/unictype/ctype-blank
-Hash: 9e2f1712d6c03d450a89009a89e1750349abf6dd9163fd04937253d1c6b1eeeb
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Generalization of the <ctype.h> isblank() function and the
-#<wctype.h> iswblank() function.
-#
-#Files:
-#lib/unictype/ctype_blank.c
-#lib/unictype/ctype_blank.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-
-File: ./modules/unictype/ctype-blank-tests
-Hash: fe2889d3f3ad667d7f0e4aedc581223a1acf2cd8c8a9cff60885bc6bdf3c21aa
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-ctype_blank.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-ctype_blank
-#check_PROGRAMS += test-ctype_blank
-#test_ctype_blank_SOURCES = unictype/test-ctype_blank.c
-
-File: ./modules/unictype/ctype-cntrl
-Hash: b736a6527db0df045f1a2a16e1c51ef476a5ba707474329da33044a83dc2c327
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Generalization of the <ctype.h> iscntrl() function and the
-#<wctype.h> iswcntrl() function.
-#
-#Files:
-#lib/unictype/ctype_cntrl.c
-#lib/unictype/ctype_cntrl.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-
-File: ./modules/unictype/ctype-cntrl-tests
-Hash: 83b6d1d0acb5a7c3da3946f0b0cb03c5572989603ab445584f3fda5845a5ed02
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-ctype_cntrl.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-ctype_cntrl
-#check_PROGRAMS += test-ctype_cntrl
-#test_ctype_cntrl_SOURCES = unictype/test-ctype_cntrl.c
-
-File: ./modules/unictype/ctype-digit
-Hash: 879caa1322c752ed06df6f6afccdf849be9a45fae67ffcd886e4f62d1d1873af
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Generalization of the <ctype.h> isdigit() function and the
-#<wctype.h> iswdigit() function.
-#
-#Files:
-#lib/unictype/ctype_digit.c
-#lib/unictype/ctype_digit.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-
-File: ./modules/unictype/ctype-digit-tests
-Hash: 9bba9eeaa2f45a9f026e15777cc135139eb71442bb412b37fdb4e46fa500e9fa
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-ctype_digit.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-ctype_digit
-#check_PROGRAMS += test-ctype_digit
-#test_ctype_digit_SOURCES = unictype/test-ctype_digit.c
-
-File: ./modules/unictype/ctype-graph
-Hash: 2ef3938dac0ccae7cd506f4eefe1cea71cf7ea01d9f50167db24ab4fc82630bf
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Generalization of the <ctype.h> isgraph() function and the
-#<wctype.h> iswgraph() function.
-#
-#Files:
-#lib/unictype/ctype_graph.c
-#lib/unictype/ctype_graph.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-
-File: ./modules/unictype/ctype-graph-tests
-Hash: 9d9985cdaf34dbd1f8fccc53f50602ad560a24b52b609cd597d48edee014e5db
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-ctype_graph.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-ctype_graph
-#check_PROGRAMS += test-ctype_graph
-#test_ctype_graph_SOURCES = unictype/test-ctype_graph.c
-
-File: ./modules/unictype/ctype-lower
-Hash: cb1767e556918f8841464940f550a8733704f8c2391c3a33bde89aa075ed1595
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Generalization of the <ctype.h> islower() function and the
-#<wctype.h> iswlower() function.
-#
-#Files:
-#lib/unictype/ctype_lower.c
-#lib/unictype/ctype_lower.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-
-File: ./modules/unictype/ctype-lower-tests
-Hash: 7bd4bc7286c52bdba174f606bdd39e3c2a14425f04ad20ed8a60db863dd16860
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-ctype_lower.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-ctype_lower
-#check_PROGRAMS += test-ctype_lower
-#test_ctype_lower_SOURCES = unictype/test-ctype_lower.c
-
-File: ./modules/unictype/ctype-print
-Hash: 95c3ffb5695aef3e47bc444b773f9501046ee4e96ac74e84b09b4a12ae63925c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Generalization of the <ctype.h> isprint() function and the
-#<wctype.h> iswprint() function.
-#
-#Files:
-#lib/unictype/ctype_print.c
-#lib/unictype/ctype_print.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-
-File: ./modules/unictype/ctype-print-tests
-Hash: b5a5e2c93714cc8f44d2cc834cc4cab1965805b0a5a696f660c6d5425a10f1b4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-ctype_print.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-ctype_print
-#check_PROGRAMS += test-ctype_print
-#test_ctype_print_SOURCES = unictype/test-ctype_print.c
-
-File: ./modules/unictype/ctype-punct
-Hash: 30c5dc47e071bf7e13e768ec0f5631adff4a0644593e492309fa155a96f1e52b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Generalization of the <ctype.h> ispunct() function and the
-#<wctype.h> iswpunct() function.
-#
-#Files:
-#lib/unictype/ctype_punct.c
-#lib/unictype/ctype_punct.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-
-File: ./modules/unictype/ctype-punct-tests
-Hash: e24e81e32e48af4f3ad62568023d96b33656602f4fa1121388095c339e328410
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-ctype_punct.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-ctype_punct
-#check_PROGRAMS += test-ctype_punct
-#test_ctype_punct_SOURCES = unictype/test-ctype_punct.c
-
-File: ./modules/unictype/ctype-space
-Hash: 134adf6d350636dcc21ff680625983b7bfdebdb584d7c7aee7a61f29a0dd813d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Generalization of the <ctype.h> isspace() function and the
-#<wctype.h> iswspace() function.
-#
-#Files:
-#lib/unictype/ctype_space.c
-#lib/unictype/ctype_space.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-
-File: ./modules/unictype/ctype-space-tests
-Hash: befbdd7e9998b90e42ff81474eddde0d21e53a4662d9b050b0cbde1c5766ad06
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-ctype_space.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-ctype_space
-#check_PROGRAMS += test-ctype_space
-#test_ctype_space_SOURCES = unictype/test-ctype_space.c
-
-File: ./modules/unictype/ctype-upper
-Hash: adaaea05b0f82c25ef35b9fdc70271711a42ec215908956e8d1970599590c2a0
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Generalization of the <ctype.h> isupper() function and the
-#<wctype.h> iswupper() function.
-#
-#Files:
-#lib/unictype/ctype_upper.c
-#lib/unictype/ctype_upper.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-
-File: ./modules/unictype/ctype-upper-tests
-Hash: 9d3e9c8860829c6cf56788691f4307bfff11c649ee4d1ce07eebc78b5c63aa48
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-ctype_upper.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-ctype_upper
-#check_PROGRAMS += test-ctype_upper
-#test_ctype_upper_SOURCES = unictype/test-ctype_upper.c
-
-File: ./modules/unictype/ctype-xdigit
-Hash: 1fb0f1a57bfadfe1a05375fa49d9ad6029bc63ee4e098e4f19ecfe016569cfb8
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Generalization of the <ctype.h> isxdigit() function and the
-#<wctype.h> iswxdigit() function.
-#
-#Files:
-#lib/unictype/ctype_xdigit.c
-#lib/unictype/ctype_xdigit.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-
-File: ./modules/unictype/ctype-xdigit-tests
-Hash: 348d4f2ad199d3bcbde3a850acb6cb041407f5304217938e0faa94b4e077e245
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-ctype_xdigit.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-ctype_xdigit
-#check_PROGRAMS += test-ctype_xdigit
-#test_ctype_xdigit_SOURCES = unictype/test-ctype_xdigit.c
-
-File: ./modules/unictype/decimal-digit
-Hash: 27a248b33a996430ab76dd33f15d79fcdd448e1a4202bb7ed145a2b325b93214
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Value of a decimal digit Unicode character.
-#
-#Files:
-#lib/unictype/decdigit.c
-#lib/unictype/decdigit.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/decdigit.c
-
-File: ./modules/unictype/decimal-digit-tests
-Hash: fa2674a0a7049241f0054d7b9c4623acc719139c38030cd634da820051e5a94d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-decdigit.c
-#tests/unictype/test-decdigit.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-decdigit
-#check_PROGRAMS += test-decdigit
-#test_decdigit_SOURCES = unictype/test-decdigit.c
-
-File: ./modules/unictype/digit
-Hash: 37d63645cee12e3fc8e07940e3269b4aa6efd28a98514ff313d47dd94986cfab
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Value of a digit Unicode character.
-#
-#Files:
-#lib/unictype/digit.c
-#lib/unictype/digit.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/digit.c
-
-File: ./modules/unictype/digit-tests
-Hash: ba1b48a196743f9c600944082c7a409dbf866ac6bdbe6905542d9d31beb520f0
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-digit.c
-#tests/unictype/test-digit.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-digit
-#check_PROGRAMS += test-digit
-#test_digit_SOURCES = unictype/test-digit.c
-
-File: ./modules/unictype/mirror
-Hash: 737907a60001d13647093663b873a0144496be541a6a5bc1420eca09f460aff9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Mirrored Unicode characters.
-#
-#Files:
-#lib/unictype/mirror.c
-#lib/unictype/mirror.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/mirror.c
-
-File: ./modules/unictype/mirror-tests
-Hash: 43be5a05c0d2ad239dadc2f8b4e8d6499fa7cd8fa4b5b849978b2998033365c8
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-mirror.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-mirror
-#check_PROGRAMS += test-mirror
-#test_mirror_SOURCES = unictype/test-mirror.c
-
-File: ./modules/unictype/numeric
-Hash: c18f6cfbe3f5da5d1ea97acd5c9f5ee7c729f20bd4e351a779a2faa3890bcc21
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Value of a numeric Unicode character.
-#
-#Files:
-#lib/unictype/numeric.c
-#lib/unictype/numeric.h
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/numeric.c
-
-File: ./modules/unictype/numeric-tests
-Hash: c51267b606dcccb38fb491732dcca3c0b80f59046b789fa1ae525f3be85886d7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-numeric.c
-#tests/unictype/test-numeric.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-numeric
-#check_PROGRAMS += test-numeric
-#test_numeric_SOURCES = unictype/test-numeric.c
-
-File: ./modules/unictype/property-all
-Hash: e4780bf1987d881bf983458a649dfffaf5c7a9cc9ef41613c0befa7dbbdde0c6
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Complete API for Unicode character properties.
-#
-#Files:
-#
-#Depends-on:
-#unictype/property-alphabetic
-#unictype/property-ascii-hex-digit
-#unictype/property-bidi-arabic-digit
-#unictype/property-bidi-arabic-right-to-left
-#unictype/property-bidi-block-separator
-#unictype/property-bidi-boundary-neutral
-#unictype/property-bidi-common-separator
-#unictype/property-bidi-control
-#unictype/property-bidi-embedding-or-override
-
-File: ./modules/unictype/property-alphabetic
-Hash: a298ca9e2446afd6c699d1040bf10752950ce171a4606dd0534a21f11e852f19
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "alphabetic".
-#
-#Files:
-#lib/unictype/pr_alphabetic.c
-#lib/unictype/pr_alphabetic.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-alphabetic-tests
-Hash: f73ca732355c1fd5db309eb5d710b0333dd8ef095c1ed22c7445fda713c3e3d7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_alphabetic.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_alphabetic
-#check_PROGRAMS += test-pr_alphabetic
-#test_pr_alphabetic_SOURCES = unictype/test-pr_alphabetic.c
-
-File: ./modules/unictype/property-ascii-hex-digit
-Hash: d8ce7d0410e2ca14e80a434995b1525da57d8780f13ead5ed771427b103db01d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "ascii hex digit".
-#
-#Files:
-#lib/unictype/pr_ascii_hex_digit.c
-#lib/unictype/pr_ascii_hex_digit.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-ascii-hex-digit-tests
-Hash: 6e6fa210fc93fc3226b7ba0791b2399217a9bc54d5dc07ffa358d164e06ef704
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_ascii_hex_digit.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_ascii_hex_digit
-#check_PROGRAMS += test-pr_ascii_hex_digit
-#test_pr_ascii_hex_digit_SOURCES = unictype/test-pr_ascii_hex_digit.c
-
-File: ./modules/unictype/property-bidi-arabic-digit
-Hash: e7f84b609149feaab428e1216e31384be4d3bde3b55eb1ff233311b9b425b45a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "bidi arabic digit".
-#
-#Files:
-#lib/unictype/pr_bidi_arabic_digit.c
-#lib/unictype/pr_bidi_arabic_digit.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#unictype/bidicategory-of
-#inline
-#
-#configure.ac:
-
-File: ./modules/unictype/property-bidi-arabic-digit-tests
-Hash: 5098b091adb529cb5e8ebb5baa2888d60c483624df246cbfe7bb3994c8c43a97
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_bidi_arabic_digit.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_bidi_arabic_digit
-#check_PROGRAMS += test-pr_bidi_arabic_digit
-#test_pr_bidi_arabic_digit_SOURCES = unictype/test-pr_bidi_arabic_digit.c
-
-File: ./modules/unictype/property-bidi-arabic-right-to-left
-Hash: 277b27f8d4b98eab3ce66c0ed69393b5c0f705e4a316cf3fcbc2a1d9b8fe7c5e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "bidi arabic right to left".
-#
-#Files:
-#lib/unictype/pr_bidi_arabic_right_to_left.c
-#lib/unictype/pr_bidi_arabic_right_to_left.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#unictype/bidicategory-of
-#inline
-#
-#configure.ac:
-
-File: ./modules/unictype/property-bidi-arabic-right-to-left-tests
-Hash: b71fe2cac47b7cec5926e7882e03d0511a128fb8efe28dac77990f5faf4137f2
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_bidi_arabic_right_to_left.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_bidi_arabic_right_to_left
-#check_PROGRAMS += test-pr_bidi_arabic_right_to_left
-#test_pr_bidi_arabic_right_to_left_SOURCES = unictype/test-pr_bidi_arabic_right_to_left.c
-
-File: ./modules/unictype/property-bidi-block-separator
-Hash: 806a5338edaca16e3c85769e5ca9c55a9f59751e003522618d9cd22e71fc306b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "bidi block separator".
-#
-#Files:
-#lib/unictype/pr_bidi_block_separator.c
-#lib/unictype/pr_bidi_block_separator.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#unictype/bidicategory-of
-#inline
-#
-#configure.ac:
-
-File: ./modules/unictype/property-bidi-block-separator-tests
-Hash: c0f9dd1fb890f0d13e9d0448f1254afc9b34e9418f2190d84a88acadbc43e38c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_bidi_block_separator.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_bidi_block_separator
-#check_PROGRAMS += test-pr_bidi_block_separator
-#test_pr_bidi_block_separator_SOURCES = unictype/test-pr_bidi_block_separator.c
-
-File: ./modules/unictype/property-bidi-boundary-neutral
-Hash: 57ab23ca6c3bab8b58533e0ffafe73a089298424f051ec680ea90a49d0e1d578
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "bidi boundary neutral".
-#
-#Files:
-#lib/unictype/pr_bidi_boundary_neutral.c
-#lib/unictype/pr_bidi_boundary_neutral.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#unictype/bidicategory-of
-#inline
-#
-#configure.ac:
-
-File: ./modules/unictype/property-bidi-boundary-neutral-tests
-Hash: 3d319e764651ffe6cb938ede64871a856742dc39ed39eb52b29165913f1feb1d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_bidi_boundary_neutral.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_bidi_boundary_neutral
-#check_PROGRAMS += test-pr_bidi_boundary_neutral
-#test_pr_bidi_boundary_neutral_SOURCES = unictype/test-pr_bidi_boundary_neutral.c
-
-File: ./modules/unictype/property-bidi-common-separator
-Hash: 5c235403a70d881fc83dc8771a5dbb322ddf493a63331eb86b046677e4cdc9fa
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "bidi common separator".
-#
-#Files:
-#lib/unictype/pr_bidi_common_separator.c
-#lib/unictype/pr_bidi_common_separator.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#unictype/bidicategory-of
-#inline
-#
-#configure.ac:
-
-File: ./modules/unictype/property-bidi-common-separator-tests
-Hash: 06bdb846d4303255edcbddc8ef0c0c7effbd9c68d444a1d9dc5ea2c79bcdbd14
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_bidi_common_separator.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_bidi_common_separator
-#check_PROGRAMS += test-pr_bidi_common_separator
-#test_pr_bidi_common_separator_SOURCES = unictype/test-pr_bidi_common_separator.c
-
-File: ./modules/unictype/property-bidi-control
-Hash: 25479c28563fbb43d1f193d019ba1c5f71128afa993c2c2b49a20b8143ffd4b5
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "bidi control".
-#
-#Files:
-#lib/unictype/pr_bidi_control.c
-#lib/unictype/pr_bidi_control.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#unictype/bidicategory-of
-#inline
-#
-#configure.ac:
-
-File: ./modules/unictype/property-bidi-control-tests
-Hash: 43b1e9d79dd3aac72eaa92aefe58aab7af1a0e20ca2055ef5072a82c710b735d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_bidi_control.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_bidi_control
-#check_PROGRAMS += test-pr_bidi_control
-#test_pr_bidi_control_SOURCES = unictype/test-pr_bidi_control.c
-
-File: ./modules/unictype/property-bidi-embedding-or-override
-Hash: 6f2855dcc504a8ce337996180eb2848b1e4be4170430688a78623e6349327f5e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "bidi embedding or override".
-#
-#Files:
-#lib/unictype/pr_bidi_embedding_or_override.c
-#lib/unictype/pr_bidi_embedding_or_override.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#unictype/bidicategory-of
-#inline
-#
-#configure.ac:
-
-File: ./modules/unictype/property-bidi-embedding-or-override-tests
-Hash: 1680aa3f6106894819a3d8e10e42a62136d5ea3eac3f1e8abb0ead74536d4d55
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_bidi_embedding_or_override.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_bidi_embedding_or_override
-#check_PROGRAMS += test-pr_bidi_embedding_or_override
-#test_pr_bidi_embedding_or_override_SOURCES = unictype/test-pr_bidi_embedding_or_override.c
-
-File: ./modules/unictype/property-bidi-eur-num-separator
-Hash: 40119ffa48d01b225fca375c19697cb8f2e4c09bfce577028adf0a40e3805948
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "bidi eur num separator".
-#
-#Files:
-#lib/unictype/pr_bidi_eur_num_separator.c
-#lib/unictype/pr_bidi_eur_num_separator.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#unictype/bidicategory-of
-#inline
-#
-#configure.ac:
-
-File: ./modules/unictype/property-bidi-eur-num-separator-tests
-Hash: d4d8ee97cba337debbf435f4ceeb4a8648a6dcdf8c1479e0f9e89d4e9e43ca9e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_bidi_eur_num_separator.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_bidi_eur_num_separator
-#check_PROGRAMS += test-pr_bidi_eur_num_separator
-#test_pr_bidi_eur_num_separator_SOURCES = unictype/test-pr_bidi_eur_num_separator.c
-
-File: ./modules/unictype/property-bidi-eur-num-terminator
-Hash: b401d88fa970de38142b52d6d2fbdb846a163697e2aae4b08aa0334e9a38fd71
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "bidi eur num terminator".
-#
-#Files:
-#lib/unictype/pr_bidi_eur_num_terminator.c
-#lib/unictype/pr_bidi_eur_num_terminator.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#unictype/bidicategory-of
-#inline
-#
-#configure.ac:
-
-File: ./modules/unictype/property-bidi-eur-num-terminator-tests
-Hash: ed6b61b035bd4e75258d9d37eb7a3c4b033d26d40edad08a7c357789574f8afb
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_bidi_eur_num_terminator.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_bidi_eur_num_terminator
-#check_PROGRAMS += test-pr_bidi_eur_num_terminator
-#test_pr_bidi_eur_num_terminator_SOURCES = unictype/test-pr_bidi_eur_num_terminator.c
-
-File: ./modules/unictype/property-bidi-european-digit
-Hash: dc0d9e23ff24d6d243b27f45106ceb2a26b2b07c08e00df91e16127573573d72
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "bidi european digit".
-#
-#Files:
-#lib/unictype/pr_bidi_european_digit.c
-#lib/unictype/pr_bidi_european_digit.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#unictype/bidicategory-of
-#inline
-#
-#configure.ac:
-
-File: ./modules/unictype/property-bidi-european-digit-tests
-Hash: a6aaa82ed09527f584de05c6e458db39a317f7c9ec0f9344eca69c6ae1b50115
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_bidi_european_digit.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_bidi_european_digit
-#check_PROGRAMS += test-pr_bidi_european_digit
-#test_pr_bidi_european_digit_SOURCES = unictype/test-pr_bidi_european_digit.c
-
-File: ./modules/unictype/property-bidi-hebrew-right-to-left
-Hash: 0bb360f52483f1b4d2b163115b644efa0d7d99c98e1c39a59bcd5f83a2d8ae81
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "bidi hebrew right to left".
-#
-#Files:
-#lib/unictype/pr_bidi_hebrew_right_to_left.c
-#lib/unictype/pr_bidi_hebrew_right_to_left.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#unictype/bidicategory-of
-#inline
-#
-#configure.ac:
-
-File: ./modules/unictype/property-bidi-hebrew-right-to-left-tests
-Hash: 11b28b5a112f842b50ed00b6e4173737cf383152ebdec8535760e97bd5b9a619
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_bidi_hebrew_right_to_left.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_bidi_hebrew_right_to_left
-#check_PROGRAMS += test-pr_bidi_hebrew_right_to_left
-#test_pr_bidi_hebrew_right_to_left_SOURCES = unictype/test-pr_bidi_hebrew_right_to_left.c
-
-File: ./modules/unictype/property-bidi-left-to-right
-Hash: 37ae8d71a9fe73c594a62ef26ee7b85f33d94504bc0ca99cdcc449dbfac67997
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "bidi left to right".
-#
-#Files:
-#lib/unictype/pr_bidi_left_to_right.c
-#lib/unictype/pr_bidi_left_to_right.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#unictype/bidicategory-of
-#inline
-#
-#configure.ac:
-
-File: ./modules/unictype/property-bidi-left-to-right-tests
-Hash: 1ed6b97ac2ebdd21e07974056ff940413398f89230b2daf96ee74927df0e18aa
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_bidi_left_to_right.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_bidi_left_to_right
-#check_PROGRAMS += test-pr_bidi_left_to_right
-#test_pr_bidi_left_to_right_SOURCES = unictype/test-pr_bidi_left_to_right.c
-
-File: ./modules/unictype/property-bidi-non-spacing-mark
-Hash: 93eaae290050a750e17e01e2ea8d355a9e8817942873759bce494f496c851804
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "bidi non spacing mark".
-#
-#Files:
-#lib/unictype/pr_bidi_non_spacing_mark.c
-#lib/unictype/pr_bidi_non_spacing_mark.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#unictype/bidicategory-of
-#inline
-#
-#configure.ac:
-
-File: ./modules/unictype/property-bidi-non-spacing-mark-tests
-Hash: 517a1b466bcb931e1ecfdf5a37d1251013cd6eb3285346331e406d4758625f28
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_bidi_non_spacing_mark.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_bidi_non_spacing_mark
-#check_PROGRAMS += test-pr_bidi_non_spacing_mark
-#test_pr_bidi_non_spacing_mark_SOURCES = unictype/test-pr_bidi_non_spacing_mark.c
-
-File: ./modules/unictype/property-bidi-other-neutral
-Hash: bf693a39ab6b1b3ab51d87d4cb9e2dffac8020d2a66fa59b35e866d8f1eb2fd0
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "bidi other neutral".
-#
-#Files:
-#lib/unictype/pr_bidi_other_neutral.c
-#lib/unictype/pr_bidi_other_neutral.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#unictype/bidicategory-of
-#inline
-#
-#configure.ac:
-
-File: ./modules/unictype/property-bidi-other-neutral-tests
-Hash: 5f19810740bbf6714da1e1a18b496c5d10a1b64d65bbb1f8cb8958e119443e63
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_bidi_other_neutral.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_bidi_other_neutral
-#check_PROGRAMS += test-pr_bidi_other_neutral
-#test_pr_bidi_other_neutral_SOURCES = unictype/test-pr_bidi_other_neutral.c
-
-File: ./modules/unictype/property-bidi-pdf
-Hash: 648a08b6a38413f4e507b01c949970ffdc826987e75e9aeea243bb63268a64b1
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "bidi pdf".
-#
-#Files:
-#lib/unictype/pr_bidi_pdf.c
-#lib/unictype/pr_bidi_pdf.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#unictype/bidicategory-of
-#inline
-#
-#configure.ac:
-
-File: ./modules/unictype/property-bidi-pdf-tests
-Hash: fbf5ba569b5e4838bd7588f671714f6cfd9978e046415212afdc440a0c7a96a1
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_bidi_pdf.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_bidi_pdf
-#check_PROGRAMS += test-pr_bidi_pdf
-#test_pr_bidi_pdf_SOURCES = unictype/test-pr_bidi_pdf.c
-
-File: ./modules/unictype/property-bidi-segment-separator
-Hash: bc039a644f31ded1c641ecf81c35f885046ee253c9a4c0500aa3adfaf84a7143
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "bidi segment separator".
-#
-#Files:
-#lib/unictype/pr_bidi_segment_separator.c
-#lib/unictype/pr_bidi_segment_separator.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#unictype/bidicategory-of
-#inline
-#
-#configure.ac:
-
-File: ./modules/unictype/property-bidi-segment-separator-tests
-Hash: e1ff8030e1f0187fff8c6a57e0e318a53b79965a52d40a2a94c14b07f9a43e3e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_bidi_segment_separator.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_bidi_segment_separator
-#check_PROGRAMS += test-pr_bidi_segment_separator
-#test_pr_bidi_segment_separator_SOURCES = unictype/test-pr_bidi_segment_separator.c
-
-File: ./modules/unictype/property-bidi-whitespace
-Hash: 5cb15410d45e4d5e6123a2afbb3599f281e6a99c9cc9cecf956620eedd1cccec
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "bidi whitespace".
-#
-#Files:
-#lib/unictype/pr_bidi_whitespace.c
-#lib/unictype/pr_bidi_whitespace.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#unictype/bidicategory-of
-#inline
-#
-#configure.ac:
-
-File: ./modules/unictype/property-bidi-whitespace-tests
-Hash: fdbaeac606388cdab71cf252cf7462019f69a919e247fd0f1f6943e002d4f466
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_bidi_whitespace.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_bidi_whitespace
-#check_PROGRAMS += test-pr_bidi_whitespace
-#test_pr_bidi_whitespace_SOURCES = unictype/test-pr_bidi_whitespace.c
-
-File: ./modules/unictype/property-byname
-Hash: 289229dfb7a081dccb2b38c24ad305a79f652f6267d17c4b2bc1fe3ee0392a60
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Find a Unicode character property, given its name.
-#
-#Files:
-#lib/unictype/pr_byname.c
-#lib/unictype/pr_byname.gperf
-#
-#Depends-on:
-#unictype/base
-#unictype/property-alphabetic
-#unictype/property-ascii-hex-digit
-#unictype/property-bidi-arabic-digit
-#unictype/property-bidi-arabic-right-to-left
-#unictype/property-bidi-block-separator
-#unictype/property-bidi-boundary-neutral
-
-File: ./modules/unictype/property-byname-tests
-Hash: e061b6520b59a6c6f962c37c3f29912812835aa6976b99c3f967ec945e3267d5
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_byname.c
-#
-#Depends-on:
-#unictype/property-test
-#unictype/property-composite
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_byname
-#check_PROGRAMS += test-pr_byname
-#test_pr_byname_SOURCES = unictype/test-pr_byname.c
-
-File: ./modules/unictype/property-combining
-Hash: d1f5657f5cb55dbf80b7d9de4cc88f189c9902550979f52df45ed1ff581cda89
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "combining".
-#
-#Files:
-#lib/unictype/pr_combining.c
-#lib/unictype/pr_combining.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-combining-tests
-Hash: 26d850be0624a6da7b37f1284986abcc968a917cca02e5790aceed33c90c3e7f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_combining.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_combining
-#check_PROGRAMS += test-pr_combining
-#test_pr_combining_SOURCES = unictype/test-pr_combining.c
-
-File: ./modules/unictype/property-composite
-Hash: 0bc02b36c12afaa79ff289bc9ab054adb7ba7f101eb5d83d21bec08726bb8a30
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "composite".
-#
-#Files:
-#lib/unictype/pr_composite.c
-#lib/unictype/pr_composite.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-composite-tests
-Hash: de4e42b1b04b7b5d2a3f223bf57a7f963a6b044b975f3adfc5badfe9fe6c8a9d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_composite.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_composite
-#check_PROGRAMS += test-pr_composite
-#test_pr_composite_SOURCES = unictype/test-pr_composite.c
-
-File: ./modules/unictype/property-currency-symbol
-Hash: 38931af79b678c17b54d008d68d06da42565307882a5ed84c9e2fabf46adabd4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "currency symbol".
-#
-#Files:
-#lib/unictype/pr_currency_symbol.c
-#lib/unictype/pr_currency_symbol.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#unictype/category-test
-#unictype/category-Sc
-#inline
-#
-#configure.ac:
-
-File: ./modules/unictype/property-currency-symbol-tests
-Hash: c44cbb3841cb6ee1c200948d5358c808d2afa5ed066e05fe761a162e5425c3a6
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_currency_symbol.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_currency_symbol
-#check_PROGRAMS += test-pr_currency_symbol
-#test_pr_currency_symbol_SOURCES = unictype/test-pr_currency_symbol.c
-
-File: ./modules/unictype/property-dash
-Hash: 6f6715eb86fe5d3935c25c84f223e5dc897b7facba8292a563feaa48aefc3dcf
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "dash".
-#
-#Files:
-#lib/unictype/pr_dash.c
-#lib/unictype/pr_dash.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-dash-tests
-Hash: 336458f67010f6e373b025a1b95658b60a80b62fdc17fa653833d5632abae862
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_dash.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_dash
-#check_PROGRAMS += test-pr_dash
-#test_pr_dash_SOURCES = unictype/test-pr_dash.c
-
-File: ./modules/unictype/property-decimal-digit
-Hash: ab9d982292589986c136763105451afc4e550e1f766fb7cf7fd479554a7823fe
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "decimal digit".
-#
-#Files:
-#lib/unictype/pr_decimal_digit.c
-#lib/unictype/pr_decimal_digit.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#unictype/category-test
-#unictype/category-Nd
-#inline
-#
-#configure.ac:
-
-File: ./modules/unictype/property-decimal-digit-tests
-Hash: f9dab010accb22da62438d64ff3b1d89cadc983abe41c90e0d36d3f95dacab58
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_decimal_digit.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_decimal_digit
-#check_PROGRAMS += test-pr_decimal_digit
-#test_pr_decimal_digit_SOURCES = unictype/test-pr_decimal_digit.c
-
-File: ./modules/unictype/property-default-ignorable-code-point
-Hash: 39cb9b635c390bb3472f20af716f07a55e56999934b777da88215a81431f8beb
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "default ignorable code point".
-#
-#Files:
-#lib/unictype/pr_default_ignorable_code_point.c
-#lib/unictype/pr_default_ignorable_code_point.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-default-ignorable-code-point-tests
-Hash: 725afdd41612957003a16ea422cd23f09b93706d334893b8d8d811286b2c6d21
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_default_ignorable_code_point.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_default_ignorable_code_point
-#check_PROGRAMS += test-pr_default_ignorable_code_point
-#test_pr_default_ignorable_code_point_SOURCES = unictype/test-pr_default_ignorable_code_point.c
-
-File: ./modules/unictype/property-deprecated
-Hash: 79536b50ac0f32280a1c63019a08bdb55d7c4f230f56d646d5ad96cced3c538e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "deprecated".
-#
-#Files:
-#lib/unictype/pr_deprecated.c
-#lib/unictype/pr_deprecated.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-deprecated-tests
-Hash: 89dbf3c37054f64ee5800dc34339646d8b855c002cdc860420a8714ee401640b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_deprecated.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_deprecated
-#check_PROGRAMS += test-pr_deprecated
-#test_pr_deprecated_SOURCES = unictype/test-pr_deprecated.c
-
-File: ./modules/unictype/property-diacritic
-Hash: 2167518c89f96013d60de0d7bd69854028a5e3d6fdd2e71bbbfeb4cb9f3b1492
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "diacritic".
-#
-#Files:
-#lib/unictype/pr_diacritic.c
-#lib/unictype/pr_diacritic.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-diacritic-tests
-Hash: 0d5be7c918de05603a8c0268d27d0db62f2b1d38bc193fe63213bba985b63ece
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_diacritic.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_diacritic
-#check_PROGRAMS += test-pr_diacritic
-#test_pr_diacritic_SOURCES = unictype/test-pr_diacritic.c
-
-File: ./modules/unictype/property-extender
-Hash: b8df4a5a2fd274644f43d95fbfde098fdb4c5452c4a38c64d8fa877bf7e9429a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "extender".
-#
-#Files:
-#lib/unictype/pr_extender.c
-#lib/unictype/pr_extender.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-extender-tests
-Hash: 05501a0275aad607ab69634a3dcd09e345d5f061e94bfe945296ed1d8e0281fb
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_extender.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_extender
-#check_PROGRAMS += test-pr_extender
-#test_pr_extender_SOURCES = unictype/test-pr_extender.c
-
-File: ./modules/unictype/property-format-control
-Hash: e97eb042dbf91fbcb84628c0e9ef5e8743f4e16c20f3822c91af3af81260d442
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "format control".
-#
-#Files:
-#lib/unictype/pr_format_control.c
-#lib/unictype/pr_format_control.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-format-control-tests
-Hash: 300d3629279205e7d3aca2218dceb96dc4e8104c02b08bdf0ea499cec2b4345c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_format_control.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_format_control
-#check_PROGRAMS += test-pr_format_control
-#test_pr_format_control_SOURCES = unictype/test-pr_format_control.c
-
-File: ./modules/unictype/property-grapheme-base
-Hash: 1d406865136b5ad9914abcfbea83b6b26fc6ef93799878602b7ff8e531def3b9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "grapheme base".
-#
-#Files:
-#lib/unictype/pr_grapheme_base.c
-#lib/unictype/pr_grapheme_base.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-grapheme-base-tests
-Hash: d0d6ae70d2541c74b54f3077f958dc88fd339c17141ebed95d2098aa07764b51
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_grapheme_base.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_grapheme_base
-#check_PROGRAMS += test-pr_grapheme_base
-#test_pr_grapheme_base_SOURCES = unictype/test-pr_grapheme_base.c
-
-File: ./modules/unictype/property-grapheme-extend
-Hash: 4ca0ea448f826a8dcc99962e3512270fedf561cbf72cab04d963a3b8fe9f2cc9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "grapheme extend".
-#
-#Files:
-#lib/unictype/pr_grapheme_extend.c
-#lib/unictype/pr_grapheme_extend.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-grapheme-extend-tests
-Hash: 251f5705f6a5351b1688c582f72007829eabf599395bd587462cec7c1ef4c7ce
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_grapheme_extend.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_grapheme_extend
-#check_PROGRAMS += test-pr_grapheme_extend
-#test_pr_grapheme_extend_SOURCES = unictype/test-pr_grapheme_extend.c
-
-File: ./modules/unictype/property-grapheme-link
-Hash: 805c1470e3e0c3eccfe26fb3b1ac5f3cb9fa30b9cb4049116a50e551d2d2dadb
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "grapheme link".
-#
-#Files:
-#lib/unictype/pr_grapheme_link.c
-#lib/unictype/pr_grapheme_link.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-grapheme-link-tests
-Hash: 7e91764c19175d59c63329ebc8ba52dd5a1daedec9503307e7e445ec11baa949
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_grapheme_link.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_grapheme_link
-#check_PROGRAMS += test-pr_grapheme_link
-#test_pr_grapheme_link_SOURCES = unictype/test-pr_grapheme_link.c
-
-File: ./modules/unictype/property-hex-digit
-Hash: 0243a6070da96a337e17ba1eac120c0278e8365179fa37001eab65bc841dca16
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "hex digit".
-#
-#Files:
-#lib/unictype/pr_hex_digit.c
-#lib/unictype/pr_hex_digit.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-hex-digit-tests
-Hash: ef1f4f62b88d9527516e4c387908dd597fcfc30ff2ef577a1e4f152dadeb7da7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_hex_digit.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_hex_digit
-#check_PROGRAMS += test-pr_hex_digit
-#test_pr_hex_digit_SOURCES = unictype/test-pr_hex_digit.c
-
-File: ./modules/unictype/property-hyphen
-Hash: a0821e75c179f78649d812ddbed18c56b1ab27bc11bbc92e1bbf601ceffc7ff6
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "hyphen".
-#
-#Files:
-#lib/unictype/pr_hyphen.c
-#lib/unictype/pr_hyphen.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-hyphen-tests
-Hash: 765e3e90b923d1554a370caf1b6073e944952d55cc20decf5355706dd59c4a8b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_hyphen.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_hyphen
-#check_PROGRAMS += test-pr_hyphen
-#test_pr_hyphen_SOURCES = unictype/test-pr_hyphen.c
-
-File: ./modules/unictype/property-id-continue
-Hash: 88c348e9357bae50819c40887ad325d0cb4dff384527221bc06c948478786b8e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "id continue".
-#
-#Files:
-#lib/unictype/pr_id_continue.c
-#lib/unictype/pr_id_continue.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-id-continue-tests
-Hash: a1b963baf983a2e176537129d463352188b09a47bf5ab860665a23a90bf6e358
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_id_continue.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_id_continue
-#check_PROGRAMS += test-pr_id_continue
-#test_pr_id_continue_SOURCES = unictype/test-pr_id_continue.c
-
-File: ./modules/unictype/property-id-start
-Hash: 4eaaa206f01c7c53ec5c62c65bc68299c4fd87505eecc86dd9663c09993b4e9e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "id start".
-#
-#Files:
-#lib/unictype/pr_id_start.c
-#lib/unictype/pr_id_start.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-id-start-tests
-Hash: 4f8896c70d8c5c02d98b15396de19f3208b7bc17c16826cf6a36d9545f24b467
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_id_start.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_id_start
-#check_PROGRAMS += test-pr_id_start
-#test_pr_id_start_SOURCES = unictype/test-pr_id_start.c
-
-File: ./modules/unictype/property-ideographic
-Hash: 882c18da5775cd65733fe4342190c2a1351a309f720c550014802c9c55a8caa3
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "ideographic".
-#
-#Files:
-#lib/unictype/pr_ideographic.c
-#lib/unictype/pr_ideographic.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-ideographic-tests
-Hash: 34d8d3cedf758c4d81e744f4889e5bb1be1a5b27c5f329ca4b8f8a2b01e5419a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_ideographic.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_ideographic
-#check_PROGRAMS += test-pr_ideographic
-#test_pr_ideographic_SOURCES = unictype/test-pr_ideographic.c
-
-File: ./modules/unictype/property-ids-binary-operator
-Hash: f4d8afcbedaee7883f98bbef9d064da30080ca5c30bb69e4c121ff4a35c086c7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "ids binary operator".
-#
-#Files:
-#lib/unictype/pr_ids_binary_operator.c
-#lib/unictype/pr_ids_binary_operator.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-ids-binary-operator-tests
-Hash: 7d1df1ed242c102a7db0885fdc9cfdddc800be84a7aff9ffa6ab7110b1fb9919
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_ids_binary_operator.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_ids_binary_operator
-#check_PROGRAMS += test-pr_ids_binary_operator
-#test_pr_ids_binary_operator_SOURCES = unictype/test-pr_ids_binary_operator.c
-
-File: ./modules/unictype/property-ids-trinary-operator
-Hash: 85d2ab0e8ac73b2661f0d86991e3a6542e27785b206750a77f89f6e6180006c4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "ids trinary operator".
-#
-#Files:
-#lib/unictype/pr_ids_trinary_operator.c
-#lib/unictype/pr_ids_trinary_operator.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-ids-trinary-operator-tests
-Hash: 0db46545722b0074382db8f9778b93f2b2c999b373dd4e140c00038f5d457cde
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_ids_trinary_operator.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_ids_trinary_operator
-#check_PROGRAMS += test-pr_ids_trinary_operator
-#test_pr_ids_trinary_operator_SOURCES = unictype/test-pr_ids_trinary_operator.c
-
-File: ./modules/unictype/property-ignorable-control
-Hash: 0b4df36bc55d43efa688f71468710e03f31101e74735e77c0e82bbb40ea8cf83
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "ignorable control".
-#
-#Files:
-#lib/unictype/pr_ignorable_control.c
-#lib/unictype/pr_ignorable_control.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-ignorable-control-tests
-Hash: 361a567ee30e5c3d66e49c322fb943dcf379c416efd298b8e765a86df7b8d4a3
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_ignorable_control.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_ignorable_control
-#check_PROGRAMS += test-pr_ignorable_control
-#test_pr_ignorable_control_SOURCES = unictype/test-pr_ignorable_control.c
-
-File: ./modules/unictype/property-iso-control
-Hash: e691953d49f2f1fe84f5f6e2fad1186c4eb762f027e33299658e4c5eba30660b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "iso control".
-#
-#Files:
-#lib/unictype/pr_iso_control.c
-#lib/unictype/pr_iso_control.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#unictype/category-test
-#unictype/category-Cc
-#inline
-#
-#configure.ac:
-
-File: ./modules/unictype/property-iso-control-tests
-Hash: f57f712359bfefdae3dc796024f0624204633b914daddf063ba299e36beacab4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_iso_control.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_iso_control
-#check_PROGRAMS += test-pr_iso_control
-#test_pr_iso_control_SOURCES = unictype/test-pr_iso_control.c
-
-File: ./modules/unictype/property-join-control
-Hash: 2ed9d5ffc6571d30341e7b1b5ee17937ed6848102b257849a78a9acf2d261c19
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "join control".
-#
-#Files:
-#lib/unictype/pr_join_control.c
-#lib/unictype/pr_join_control.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-join-control-tests
-Hash: 20570eaa864f5eb7f27a5597716ec2f511096ed75bfb8903ea3e59a92e160a95
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_join_control.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_join_control
-#check_PROGRAMS += test-pr_join_control
-#test_pr_join_control_SOURCES = unictype/test-pr_join_control.c
-
-File: ./modules/unictype/property-left-of-pair
-Hash: de0c6b86d8d0ada6338276d41346fb709516ae12d09e310279a596a00e396ff0
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "left of pair".
-#
-#Files:
-#lib/unictype/pr_left_of_pair.c
-#lib/unictype/pr_left_of_pair.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-left-of-pair-tests
-Hash: 590a1e14f34adabb021272f1b8df2edc4b9d326e3d37ab5c6ad047e0fbb7fe48
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_left_of_pair.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_left_of_pair
-#check_PROGRAMS += test-pr_left_of_pair
-#test_pr_left_of_pair_SOURCES = unictype/test-pr_left_of_pair.c
-
-File: ./modules/unictype/property-line-separator
-Hash: 31ace60527e36197ca50741b94ede127b3d953900b68e432c978d9e363696245
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "line separator".
-#
-#Files:
-#lib/unictype/pr_line_separator.c
-#lib/unictype/pr_line_separator.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-line-separator-tests
-Hash: c0cb63221d49fa05a3cac59d948f26d1f1dbe145bac9ab3e52bce1c35dc324bb
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_line_separator.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_line_separator
-#check_PROGRAMS += test-pr_line_separator
-#test_pr_line_separator_SOURCES = unictype/test-pr_line_separator.c
-
-File: ./modules/unictype/property-logical-order-exception
-Hash: 5ce0b27c3dd8909d431c6e4fc485b095c37b9b7bf6a9cb5ddd863016ee4916e9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "logical order exception".
-#
-#Files:
-#lib/unictype/pr_logical_order_exception.c
-#lib/unictype/pr_logical_order_exception.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-logical-order-exception-tests
-Hash: 2a19434dd65dc663a0a31d11122a41add9e9b346f5bddf108681c4c97d027f49
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_logical_order_exception.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_logical_order_exception
-#check_PROGRAMS += test-pr_logical_order_exception
-#test_pr_logical_order_exception_SOURCES = unictype/test-pr_logical_order_exception.c
-
-File: ./modules/unictype/property-lowercase
-Hash: bb6f6bc847beef7154a8d672ab49526095d80c1685e6c049d1a17e06e97cb65e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "lowercase".
-#
-#Files:
-#lib/unictype/pr_lowercase.c
-#lib/unictype/pr_lowercase.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-lowercase-tests
-Hash: 93ab2f7aa19d1e31a2174820fc431dccae2ea8570e02c565302a9a8669e541f5
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_lowercase.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_lowercase
-#check_PROGRAMS += test-pr_lowercase
-#test_pr_lowercase_SOURCES = unictype/test-pr_lowercase.c
-
-File: ./modules/unictype/property-math
-Hash: d51d7a6043ebde3d28240ce9cf896dce5017ce282d5a60589f9a45df6f3eeacc
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "math".
-#
-#Files:
-#lib/unictype/pr_math.c
-#lib/unictype/pr_math.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-math-tests
-Hash: c0187d2319a48367927d734d8717a6f3475d9f592ec5f93fae146fb1aae36bfa
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_math.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_math
-#check_PROGRAMS += test-pr_math
-#test_pr_math_SOURCES = unictype/test-pr_math.c
-
-File: ./modules/unictype/property-non-break
-Hash: 9529ee336877c9f543b53e369cda856846cd228dc4328e6bd5700adba5a6917f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "non break".
-#
-#Files:
-#lib/unictype/pr_non_break.c
-#lib/unictype/pr_non_break.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-non-break-tests
-Hash: 0a031731584038381b6726f6c922ff9b6a410cdae8463459d058cc19d78c70cf
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_non_break.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_non_break
-#check_PROGRAMS += test-pr_non_break
-#test_pr_non_break_SOURCES = unictype/test-pr_non_break.c
-
-File: ./modules/unictype/property-not-a-character
-Hash: 032b1ced5ad9146c168553ed7664c4465377ba81ac24d6ca3399afb41fce68d1
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "not a character".
-#
-#Files:
-#lib/unictype/pr_not_a_character.c
-#lib/unictype/pr_not_a_character.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-not-a-character-tests
-Hash: 85e321f2da30ee77b0814267fdd770456081e20c7bf329f70ba2ba7f61aeee9c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_not_a_character.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_not_a_character
-#check_PROGRAMS += test-pr_not_a_character
-#test_pr_not_a_character_SOURCES = unictype/test-pr_not_a_character.c
-
-File: ./modules/unictype/property-numeric
-Hash: 2b392ef4aaee21cd825ff65ccf6ed2351218207039ba0912ddab67332c266819
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "numeric".
-#
-#Files:
-#lib/unictype/pr_numeric.c
-#lib/unictype/pr_numeric.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-numeric-tests
-Hash: 4d5a8bc0c7fe8c7a5ac0e41e3e4eca8d9d7368351b5eb0399354b2f007336946
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_numeric.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_numeric
-#check_PROGRAMS += test-pr_numeric
-#test_pr_numeric_SOURCES = unictype/test-pr_numeric.c
-
-File: ./modules/unictype/property-other-alphabetic
-Hash: c8920d7560743d923cb04f88984708ca0e40aad30ece7c522f58fefffccaa025
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "other alphabetic".
-#
-#Files:
-#lib/unictype/pr_other_alphabetic.c
-#lib/unictype/pr_other_alphabetic.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-other-alphabetic-tests
-Hash: e190d41fcc74a02992ba27d74b2ab5dead491cb30bd75bfa7ff4320276f290b9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_other_alphabetic.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_other_alphabetic
-#check_PROGRAMS += test-pr_other_alphabetic
-#test_pr_other_alphabetic_SOURCES = unictype/test-pr_other_alphabetic.c
-
-File: ./modules/unictype/property-other-default-ignorable-code-point
-Hash: cb0ce01f186191ae95f50c643dc0c04c1c6c986aee315d3ea1b370edc2a68a7c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "other default ignorable code point".
-#
-#Files:
-#lib/unictype/pr_other_default_ignorable_code_point.c
-#lib/unictype/pr_other_default_ignorable_code_point.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-other-default-ignorable-code-point-tests
-Hash: 0df1f3fbeb35eb0ab93cfc5adfdd023b7115f80225f7400f34d953ad6d6c37ea
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_other_default_ignorable_code_point.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_other_default_ignorable_code_point
-#check_PROGRAMS += test-pr_other_default_ignorable_code_point
-#test_pr_other_default_ignorable_code_point_SOURCES = unictype/test-pr_other_default_ignorable_code_point.c
-
-File: ./modules/unictype/property-other-grapheme-extend
-Hash: ee90750261ed1c1f4c584fc10986d17fdc4cddce44fa4f92d1e04fef8cf89b89
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "other grapheme extend".
-#
-#Files:
-#lib/unictype/pr_other_grapheme_extend.c
-#lib/unictype/pr_other_grapheme_extend.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-other-grapheme-extend-tests
-Hash: b026224a7126897dedcd0514c64f777a9dac1a5ae42a6b26123e159696235660
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_other_grapheme_extend.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_other_grapheme_extend
-#check_PROGRAMS += test-pr_other_grapheme_extend
-#test_pr_other_grapheme_extend_SOURCES = unictype/test-pr_other_grapheme_extend.c
-
-File: ./modules/unictype/property-other-id-continue
-Hash: 0d606c7ce244000d32f047c6859e7bed0de5ee72c5cb9139af200640d52a87b3
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "other id continue".
-#
-#Files:
-#lib/unictype/pr_other_id_continue.c
-#lib/unictype/pr_other_id_continue.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-other-id-continue-tests
-Hash: 1b855a92d302210152900e5826d662991b9ed9d0094ca122b35e365ebdc888a5
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_other_id_continue.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_other_id_continue
-#check_PROGRAMS += test-pr_other_id_continue
-#test_pr_other_id_continue_SOURCES = unictype/test-pr_other_id_continue.c
-
-File: ./modules/unictype/property-other-id-start
-Hash: 85e293b375f6400da29a181cd5df1c39df4fd8a41b712ded5aa67941cb73c911
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "other id start".
-#
-#Files:
-#lib/unictype/pr_other_id_start.c
-#lib/unictype/pr_other_id_start.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-other-id-start-tests
-Hash: 3787fadee72a0c5e9bbf920aa4d9e7cfb938e742afe3eadf696661aae3869d4a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_other_id_start.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_other_id_start
-#check_PROGRAMS += test-pr_other_id_start
-#test_pr_other_id_start_SOURCES = unictype/test-pr_other_id_start.c
-
-File: ./modules/unictype/property-other-lowercase
-Hash: dd9158fe00af3634fbf4894a7a7d39f49a096a56a5ddcf8de0269dae9917a9a2
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "other lowercase".
-#
-#Files:
-#lib/unictype/pr_other_lowercase.c
-#lib/unictype/pr_other_lowercase.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-other-lowercase-tests
-Hash: 22cefe2852788dd4e347abebb8fc057f6d419a7b5f2c2396ac04f76ab7b3a352
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_other_lowercase.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_other_lowercase
-#check_PROGRAMS += test-pr_other_lowercase
-#test_pr_other_lowercase_SOURCES = unictype/test-pr_other_lowercase.c
-
-File: ./modules/unictype/property-other-math
-Hash: 6f137bffdd881747e667c7e0223af5418369adbfb07e6a260213f598352a7aed
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "other math".
-#
-#Files:
-#lib/unictype/pr_other_math.c
-#lib/unictype/pr_other_math.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-other-math-tests
-Hash: a2a527587449bcf12ec99eea4279691d0e67841ba3dda949d1305c1c685f1d56
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_other_math.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_other_math
-#check_PROGRAMS += test-pr_other_math
-#test_pr_other_math_SOURCES = unictype/test-pr_other_math.c
-
-File: ./modules/unictype/property-other-uppercase
-Hash: b46091eca6344298f01cf3212389d8d4219cdcdc47f34c0717036423e955084d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "other uppercase".
-#
-#Files:
-#lib/unictype/pr_other_uppercase.c
-#lib/unictype/pr_other_uppercase.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-other-uppercase-tests
-Hash: 023d04db2180a4dea322146510e8eff99d5beb44e8128afa8f8e88d144050042
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_other_uppercase.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_other_uppercase
-#check_PROGRAMS += test-pr_other_uppercase
-#test_pr_other_uppercase_SOURCES = unictype/test-pr_other_uppercase.c
-
-File: ./modules/unictype/property-paired-punctuation
-Hash: 1d859b46eabc16a1e57b9b2954afc69340c3a79670e89e873a87410b9ba41c26
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "paired punctuation".
-#
-#Files:
-#lib/unictype/pr_paired_punctuation.c
-#lib/unictype/pr_paired_punctuation.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-paired-punctuation-tests
-Hash: 3dc6788141d18e07dd8dc0fb0053166f630315bc8215bbb3b4930e29cc5a654b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_paired_punctuation.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_paired_punctuation
-#check_PROGRAMS += test-pr_paired_punctuation
-#test_pr_paired_punctuation_SOURCES = unictype/test-pr_paired_punctuation.c
-
-File: ./modules/unictype/property-paragraph-separator
-Hash: 4bde987c281721186520942769b713f1fb72e6b89f0efdf22a801459ca6c1da5
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "paragraph separator".
-#
-#Files:
-#lib/unictype/pr_paragraph_separator.c
-#lib/unictype/pr_paragraph_separator.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-paragraph-separator-tests
-Hash: 8ea598596aa3c7f2196847f5d2b04d91118d8432591a7900bad55e59f21e0957
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_paragraph_separator.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_paragraph_separator
-#check_PROGRAMS += test-pr_paragraph_separator
-#test_pr_paragraph_separator_SOURCES = unictype/test-pr_paragraph_separator.c
-
-File: ./modules/unictype/property-pattern-syntax
-Hash: dd0e266d0cdbed6c8f67a2a71b31f1bcc921de800608bf487117fb9d579ad5b6
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "pattern syntax".
-#
-#Files:
-#lib/unictype/pr_pattern_syntax.c
-#lib/unictype/pr_pattern_syntax.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-pattern-syntax-tests
-Hash: 74b934ab1b9469ba24a85a4adfc447a0fe30b71205d0885c37e71ade8f4abe6b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_pattern_syntax.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_pattern_syntax
-#check_PROGRAMS += test-pr_pattern_syntax
-#test_pr_pattern_syntax_SOURCES = unictype/test-pr_pattern_syntax.c
-
-File: ./modules/unictype/property-pattern-white-space
-Hash: cd23f486d1e33e059c0653c4c339679e9c9401dbf04f14c3c3eb3261d51b26b1
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "pattern white space".
-#
-#Files:
-#lib/unictype/pr_pattern_white_space.c
-#lib/unictype/pr_pattern_white_space.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-pattern-white-space-tests
-Hash: 71c170c4866379e63f3bb731ab85f2675e40b871062cc884df1de5be1837761e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_pattern_white_space.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_pattern_white_space
-#check_PROGRAMS += test-pr_pattern_white_space
-#test_pr_pattern_white_space_SOURCES = unictype/test-pr_pattern_white_space.c
-
-File: ./modules/unictype/property-private-use
-Hash: cb7550618124824da04c13ec2bd6b80a6444e05bee1220dd98489e250e7a9240
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "private use".
-#
-#Files:
-#lib/unictype/pr_private_use.c
-#lib/unictype/pr_private_use.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-private-use-tests
-Hash: 3cd8463e98f9176d4dd6cc366180e41338763176fa4706ac27d183badd11aba8
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_private_use.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_private_use
-#check_PROGRAMS += test-pr_private_use
-#test_pr_private_use_SOURCES = unictype/test-pr_private_use.c
-
-File: ./modules/unictype/property-punctuation
-Hash: dc281e36df6d442fa0f68bbc7e04a254cbd5c115d2f043b734db537a7f59e49e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "punctuation".
-#
-#Files:
-#lib/unictype/pr_punctuation.c
-#lib/unictype/pr_punctuation.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#unictype/category-test
-#unictype/category-P
-#inline
-#
-#configure.ac:
-
-File: ./modules/unictype/property-punctuation-tests
-Hash: 73665fbcda85e14c9462050cf75e9afc536fd913bd1d5900cf97f412b497fca1
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_punctuation.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_punctuation
-#check_PROGRAMS += test-pr_punctuation
-#test_pr_punctuation_SOURCES = unictype/test-pr_punctuation.c
-
-File: ./modules/unictype/property-quotation-mark
-Hash: 802d39421d4852f167495adab8835f95bfb039d9cf3da4e96402513bfae74c86
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "quotation mark".
-#
-#Files:
-#lib/unictype/pr_quotation_mark.c
-#lib/unictype/pr_quotation_mark.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-quotation-mark-tests
-Hash: 249c1e649ef3751f101e913435432f9c49b0d0df5b01b3d473c00459170d717b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_quotation_mark.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_quotation_mark
-#check_PROGRAMS += test-pr_quotation_mark
-#test_pr_quotation_mark_SOURCES = unictype/test-pr_quotation_mark.c
-
-File: ./modules/unictype/property-radical
-Hash: 9dc8bbd17a314eae8e7fa2194634004a5b4119c7e3c80d455da08635995f3bcd
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "radical".
-#
-#Files:
-#lib/unictype/pr_radical.c
-#lib/unictype/pr_radical.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-radical-tests
-Hash: 8605e5c3719893234523ef1acb9b061be8ec1066d7fdd54e5ea53c38ec151877
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_radical.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_radical
-#check_PROGRAMS += test-pr_radical
-#test_pr_radical_SOURCES = unictype/test-pr_radical.c
-
-File: ./modules/unictype/property-sentence-terminal
-Hash: 8b91030220afed7743fb6e5e30128a21ca543fbc5780d8065aa1b31aeb1df6c7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "sentence terminal".
-#
-#Files:
-#lib/unictype/pr_sentence_terminal.c
-#lib/unictype/pr_sentence_terminal.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-sentence-terminal-tests
-Hash: 530a93e6d04220fd9172a9a905cdc32fe57e19be686fe220d871a07332f40572
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_sentence_terminal.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_sentence_terminal
-#check_PROGRAMS += test-pr_sentence_terminal
-#test_pr_sentence_terminal_SOURCES = unictype/test-pr_sentence_terminal.c
-
-File: ./modules/unictype/property-soft-dotted
-Hash: 4f18089a0aad15e3dfd60873a0c3834432563e1f3ef02fe9f6f04d1eac9793f2
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "soft dotted".
-#
-#Files:
-#lib/unictype/pr_soft_dotted.c
-#lib/unictype/pr_soft_dotted.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-soft-dotted-tests
-Hash: db01ce3d54221e1475114ddb8c40f65bb5474c7c62a31ec1b88b9e29fc4c6e64
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_soft_dotted.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_soft_dotted
-#check_PROGRAMS += test-pr_soft_dotted
-#test_pr_soft_dotted_SOURCES = unictype/test-pr_soft_dotted.c
-
-File: ./modules/unictype/property-space
-Hash: f315c7db18916c69554448fdd4e8475c871bffb1d8b24f0dfb61ca5d85b6c46f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "space".
-#
-#Files:
-#lib/unictype/pr_space.c
-#lib/unictype/pr_space.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#unictype/category-test
-#unictype/category-Zs
-#inline
-#
-#configure.ac:
-
-File: ./modules/unictype/property-space-tests
-Hash: 2d0b377aa6b8a819f06a0ddfa1efa005ed4f7f576f4ea7020452d6c4b17f32a9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_space.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_space
-#check_PROGRAMS += test-pr_space
-#test_pr_space_SOURCES = unictype/test-pr_space.c
-
-File: ./modules/unictype/property-terminal-punctuation
-Hash: e2e1592f8c1590e78277581cca7c7c445c368a77fb36b2d70a4b9dc3a34e6774
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "terminal punctuation".
-#
-#Files:
-#lib/unictype/pr_terminal_punctuation.c
-#lib/unictype/pr_terminal_punctuation.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-terminal-punctuation-tests
-Hash: 4f9997e3fe9d4ebed7a77eb0fd05d89815ae32ff9ff8031c812940c81a1efafb
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_terminal_punctuation.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_terminal_punctuation
-#check_PROGRAMS += test-pr_terminal_punctuation
-#test_pr_terminal_punctuation_SOURCES = unictype/test-pr_terminal_punctuation.c
-
-File: ./modules/unictype/property-test
-Hash: 2875a882df3810f71e1fa58cdbdc8ba8655cc5fb7f71bffd1b484291cc30d5bc
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character has a given property.
-#
-#Files:
-#lib/unictype/pr_test.c
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/pr_test.c
-#
-#Include:
-
-File: ./modules/unictype/property-test-tests
-Hash: 49c056d8f126c9d246e06fe986e974f68defb79f7f140ad3544b2c29df529bcf
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_test.c
-#
-#Depends-on:
-#unictype/property-composite
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_test
-#check_PROGRAMS += test-pr_test
-#test_pr_test_SOURCES = unictype/test-pr_test.c
-
-File: ./modules/unictype/property-titlecase
-Hash: 3424c3cad8bf8349bf8461d39d1a115224cfbb9158038a54cb40d2be6c5b2120
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "titlecase".
-#
-#Files:
-#lib/unictype/pr_titlecase.c
-#lib/unictype/pr_titlecase.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#unictype/category-test
-#unictype/category-Lt
-#inline
-#
-#configure.ac:
-
-File: ./modules/unictype/property-titlecase-tests
-Hash: 68aa95f02e391e2973eca93c11bb41b987c0c684de9d768e3396a58a7dd1bece
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_titlecase.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_titlecase
-#check_PROGRAMS += test-pr_titlecase
-#test_pr_titlecase_SOURCES = unictype/test-pr_titlecase.c
-
-File: ./modules/unictype/property-unassigned-code-value
-Hash: 7d90d0183c752ec332e42ff788c34355da36a0493e00c7760940fc7e20135428
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "unassigned code value".
-#
-#Files:
-#lib/unictype/pr_unassigned_code_value.c
-#lib/unictype/pr_unassigned_code_value.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-unassigned-code-value-tests
-Hash: cbfaaa154729897cb18d5d837c467f75104ddbc1cb4c7336df9abd0cfb1a81fd
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_unassigned_code_value.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_unassigned_code_value
-#check_PROGRAMS += test-pr_unassigned_code_value
-#test_pr_unassigned_code_value_SOURCES = unictype/test-pr_unassigned_code_value.c
-
-File: ./modules/unictype/property-unified-ideograph
-Hash: 5f82e9650128f62edabfa02bd2206d49f1d23ef1cfde0fdb4c0c073cf59c9264
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "unified ideograph".
-#
-#Files:
-#lib/unictype/pr_unified_ideograph.c
-#lib/unictype/pr_unified_ideograph.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-unified-ideograph-tests
-Hash: 507f4c45bf2809f3017279e85b2b365bda51244f4ea729fe03ba64a34038210a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_unified_ideograph.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_unified_ideograph
-#check_PROGRAMS += test-pr_unified_ideograph
-#test_pr_unified_ideograph_SOURCES = unictype/test-pr_unified_ideograph.c
-
-File: ./modules/unictype/property-uppercase
-Hash: 70abaed515023d6afc46706ad95faedb80654165fc422cd8373401302d52ca1f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "uppercase".
-#
-#Files:
-#lib/unictype/pr_uppercase.c
-#lib/unictype/pr_uppercase.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-uppercase-tests
-Hash: e193081d132ebc0d073d04c4a1f36482e8966efa2d71941c323638700fa18129
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_uppercase.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_uppercase
-#check_PROGRAMS += test-pr_uppercase
-#test_pr_uppercase_SOURCES = unictype/test-pr_uppercase.c
-
-File: ./modules/unictype/property-variation-selector
-Hash: 09f553c5824dc3d20487e71b22ed1c43c89e77956f5db9f769946e92cae72cca
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "variation selector".
-#
-#Files:
-#lib/unictype/pr_variation_selector.c
-#lib/unictype/pr_variation_selector.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-variation-selector-tests
-Hash: 11704488bd5afbd4917ed521aaccd46ac3b38f3aa83264e59db51015e4f48ff7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_variation_selector.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_variation_selector
-#check_PROGRAMS += test-pr_variation_selector
-#test_pr_variation_selector_SOURCES = unictype/test-pr_variation_selector.c
-
-File: ./modules/unictype/property-white-space
-Hash: e2f24576777878c97b0dfcbbb1df20226d1d41094831016337b91f77798b7405
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "white space".
-#
-#Files:
-#lib/unictype/pr_white_space.c
-#lib/unictype/pr_white_space.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-white-space-tests
-Hash: 36b16726463f04af8d26b36416ca251e30dd47fdb7ec970403e0374c579cab29
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_white_space.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_white_space
-#check_PROGRAMS += test-pr_white_space
-#test_pr_white_space_SOURCES = unictype/test-pr_white_space.c
-
-File: ./modules/unictype/property-xid-continue
-Hash: 987e6db719b50516e803a9244c23943e9d086183f863846550d21130150c82b0
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "xid continue".
-#
-#Files:
-#lib/unictype/pr_xid_continue.c
-#lib/unictype/pr_xid_continue.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-xid-continue-tests
-Hash: 492a0ada9d94175fe3770661d3f231e5b9d71a1a5013a6d7075319e0eece9504
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_xid_continue.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_xid_continue
-#check_PROGRAMS += test-pr_xid_continue
-#test_pr_xid_continue_SOURCES = unictype/test-pr_xid_continue.c
-
-File: ./modules/unictype/property-xid-start
-Hash: 174f854ffe740306b5020504fd505eb8b5952185d32ce77b1cab4745b5c49277
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "xid start".
-#
-#Files:
-#lib/unictype/pr_xid_start.c
-#lib/unictype/pr_xid_start.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-xid-start-tests
-Hash: 4796f6dadd2aead564c00995d88c9e6226cc3c128f72bd64f3ef82db90784f14
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_xid_start.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_xid_start
-#check_PROGRAMS += test-pr_xid_start
-#test_pr_xid_start_SOURCES = unictype/test-pr_xid_start.c
-
-File: ./modules/unictype/property-zero-width
-Hash: 038f0bd94d08940987f80a3d3e3e27de60d394d652fba7f22706c1621b21dc31
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is "zero width".
-#
-#Files:
-#lib/unictype/pr_zero_width.c
-#lib/unictype/pr_zero_width.h
-#lib/unictype/bitmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/property-zero-width-tests
-Hash: 0707ef51a9013ca150a7d623b2d1911acd92345e0baa0c7705276f85cc35d964
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-pr_zero_width.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-pr_zero_width
-#check_PROGRAMS += test-pr_zero_width
-#test_pr_zero_width_SOURCES = unictype/test-pr_zero_width.c
-
-File: ./modules/unictype/scripts
-Hash: fc0ee5870e8d757e967e0a9f128e9586560851ff7514e8bdf199eb876b442bdc
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Scripts of Unicode characters.
-#
-#Files:
-#lib/unictype/scripts.c
-#lib/unictype/scripts.h
-#lib/unictype/scripts_byname.gperf
-#
-#Depends-on:
-#unictype/base
-#gperf
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/scripts-all
-Hash: c00aaee85d9c7895fc040082fd619c1eb344047070f916e39b4b17c315aba6bd
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Complete API for scripts of Unicode characters.
-#
-#Files:
-#
-#Depends-on:
-#unictype/scripts
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-#"unictype.h"
-
-File: ./modules/unictype/scripts-tests
-Hash: bb3ba53f7c6b1f28677c2d12df775f79b9b353dc7dca8eaa1dbb502a0f9d5720
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-scripts.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-scripts
-#check_PROGRAMS += test-scripts
-#test_scripts_SOURCES = unictype/test-scripts.c
-
-File: ./modules/unictype/syntax-c-ident
-Hash: 1c8901c3c1d2b9e9bbd683173217f122327141ec2215681b693943cc55fdc06e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character can occur in identifiers in the C language.
-#
-#Files:
-#lib/unictype/sy_c_ident.c
-#lib/unictype/sy_c_ident.h
-#lib/unictype/identsyntaxmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/syntax-c-ident-tests
-Hash: 123c21cdbadb06d99e5b097714ad472c50e4ed364fad3d97d7f3003d77b33513
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-sy_c_ident.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-sy_c_ident
-#check_PROGRAMS += test-sy_c_ident
-#test_sy_c_ident_SOURCES = unictype/test-sy_c_ident.c
-
-File: ./modules/unictype/syntax-c-whitespace
-Hash: 75dd8a020ca18c0a26e3d4708fe09f2c32dcb4b9f4e34cd005f65e7d9c576dad
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is whitespace in the C language syntax.
-#
-#Files:
-#lib/unictype/sy_c_whitespace.c
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/sy_c_whitespace.c
-#
-#Include:
-
-File: ./modules/unictype/syntax-c-whitespace-tests
-Hash: aea812d7be9ef3e9722b0f0487cf7fc24ca0b0e51f547fc4695c42573e5e824a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-sy_c_whitespace.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-sy_c_whitespace
-#check_PROGRAMS += test-sy_c_whitespace
-#test_sy_c_whitespace_SOURCES = unictype/test-sy_c_whitespace.c
-
-File: ./modules/unictype/syntax-java-ident
-Hash: 648109158cd0ea8cae5103e40be04bd32626edcce12a516612d0586e9d6d6d9c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character can occur in identifiers in the Java language.
-#
-#Files:
-#lib/unictype/sy_java_ident.c
-#lib/unictype/sy_java_ident.h
-#lib/unictype/identsyntaxmap.h
-#
-#Depends-on:
-#unictype/base
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unictype/syntax-java-ident-tests
-Hash: ef0ebc71a20170d2bd658f3d21546f7bd96f6dfaa6c0bc762e0facbcb7471e7e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-sy_java_ident.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-sy_java_ident
-#check_PROGRAMS += test-sy_java_ident
-#test_sy_java_ident_SOURCES = unictype/test-sy_java_ident.c
-
-File: ./modules/unictype/syntax-java-whitespace
-Hash: f2a070894d55a1a11b3bc214ad6d007f9b24932a204311ceff15f22f6d026db9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a Unicode character is whitespace in the Java language syntax.
-#
-#Files:
-#lib/unictype/sy_java_whitespace.c
-#
-#Depends-on:
-#unictype/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unictype/sy_java_whitespace.c
-#
-#Include:
-
-File: ./modules/unictype/syntax-java-whitespace-tests
-Hash: 2c5288f2e01a728b760497bd94f4c460e0f462c6d025fa6d752a5f81b83208aa
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unictype/test-sy_java_whitespace.c
-#tests/unictype/test-predicate-part1.h
-#tests/unictype/test-predicate-part2.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-sy_java_whitespace
-#check_PROGRAMS += test-sy_java_whitespace
-#test_sy_java_whitespace_SOURCES = unictype/test-sy_java_whitespace.c
-
-File: ./modules/unilbrk/base
-Hash: 29d4ffad9a27050e59b897eb5485b88b77b0b36343526d8d97fa89ebc45675b9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Base layer for line breaking.
-#
-#Files:
-#lib/unilbrk.h
-#
-#Depends-on:
-#unitypes
-#localcharset
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-
-File: ./modules/unilbrk/tables
-Hash: d5b2dbbfbbacbfc56105ff4bc9acdcc81b78c7d8fc243e56f60556bc335af848
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Line breaking auxiliary tables.
-#
-#Files:
-#lib/unilbrk/lbrktables.h
-#lib/unilbrk/lbrktables.c
-#lib/unilbrk/lbrkprop1.h
-#lib/unilbrk/lbrkprop2.h
-#
-#Depends-on:
-#unilbrk/base
-#
-#configure.ac:
-#AC_REQUIRE([AC_C_INLINE])
-
-File: ./modules/unilbrk/u16-possible-linebreaks
-Hash: fb2b033ab8de0b38a406eb24d58ec648859c3a0daefae77a3696f50c1af32358
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Line breaking of UTF-16 strings.
-#
-#Files:
-#lib/unilbrk/u16-possible-linebreaks.c
-#lib/uniwidth/cjk.h
-#
-#Depends-on:
-#unilbrk/base
-#unilbrk/tables
-#unistr/u16-mbtouc-unsafe
-#streq
-#
-#configure.ac:
-
-File: ./modules/unilbrk/u16-possible-linebreaks-tests
-Hash: fbfe78f87743c86c8f7e03b624e7e33d3d7720493f3fe0b94c182b8979451e0d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unilbrk/test-u16-possible-linebreaks.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u16-possible-linebreaks
-#check_PROGRAMS += test-u16-possible-linebreaks
-#test_u16_possible_linebreaks_SOURCES = unilbrk/test-u16-possible-linebreaks.c
-
-File: ./modules/unilbrk/u16-width-linebreaks
-Hash: fad0c3b357ebd62c279df0e1df7131aa5d32dc21a6bcfc3492b28caa10322eb3
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Line breaking of UTF-16 strings.
-#
-#Files:
-#lib/unilbrk/u16-width-linebreaks.c
-#
-#Depends-on:
-#unilbrk/base
-#unilbrk/u16-possible-linebreaks
-#uniwidth/width
-#unistr/u16-mbtouc-unsafe
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unilbrk/u16-width-linebreaks-tests
-Hash: cc378551fc21c3e7697f37eaad7f1a7cb567ebd744da77caa3f5584eb5f4b209
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unilbrk/test-u16-width-linebreaks.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u16-width-linebreaks
-#check_PROGRAMS += test-u16-width-linebreaks
-#test_u16_width_linebreaks_SOURCES = unilbrk/test-u16-width-linebreaks.c
-
-File: ./modules/unilbrk/u32-possible-linebreaks
-Hash: e4e6fd32876d026ea4d6225b5882b1a0f874e8c4769cea4a29501a775f24624b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Line breaking of UTF-32 strings.
-#
-#Files:
-#lib/unilbrk/u32-possible-linebreaks.c
-#lib/uniwidth/cjk.h
-#
-#Depends-on:
-#unilbrk/base
-#unilbrk/tables
-#streq
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unilbrk/u32-possible-linebreaks-tests
-Hash: bc7097904f67f5422302f3c361fd2db5cec933083cb98dcb5dcc1b4f64a0f160
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unilbrk/test-u32-possible-linebreaks.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u32-possible-linebreaks
-#check_PROGRAMS += test-u32-possible-linebreaks
-#test_u32_possible_linebreaks_SOURCES = unilbrk/test-u32-possible-linebreaks.c
-
-File: ./modules/unilbrk/u32-width-linebreaks
-Hash: 5d80370161a248c9751945e228bcc0bcd8d1d8a502b880f1cbe6576e30cf55b8
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Line breaking of UTF-32 strings.
-#
-#Files:
-#lib/unilbrk/u32-width-linebreaks.c
-#
-#Depends-on:
-#unilbrk/base
-#unilbrk/u32-possible-linebreaks
-#uniwidth/width
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unilbrk/u32-width-linebreaks.c
-
-File: ./modules/unilbrk/u32-width-linebreaks-tests
-Hash: b8b0f5957fff79f41d13af8b0343a21b96e70fffc16fdcb57e1e3cc904a34fbf
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unilbrk/test-u32-width-linebreaks.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u32-width-linebreaks
-#check_PROGRAMS += test-u32-width-linebreaks
-#test_u32_width_linebreaks_SOURCES = unilbrk/test-u32-width-linebreaks.c
-
-File: ./modules/unilbrk/u8-possible-linebreaks
-Hash: aa74f0b3f28f7d3dc25556a32bb2fa75814a7ee31bee6f2893ad7b36c057f07e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Line breaking of UTF-8 strings.
-#
-#Files:
-#lib/unilbrk/u8-possible-linebreaks.c
-#lib/uniwidth/cjk.h
-#
-#Depends-on:
-#unilbrk/base
-#unilbrk/tables
-#unistr/u8-mbtouc-unsafe
-#streq
-#
-#configure.ac:
-
-File: ./modules/unilbrk/u8-possible-linebreaks-tests
-Hash: 53170e22e1f25e6953c13ea92e1bf95b90edb709828a99cecab8e1430d810337
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unilbrk/test-u8-possible-linebreaks.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u8-possible-linebreaks
-#check_PROGRAMS += test-u8-possible-linebreaks
-#test_u8_possible_linebreaks_SOURCES = unilbrk/test-u8-possible-linebreaks.c
-
-File: ./modules/unilbrk/u8-width-linebreaks
-Hash: 93e6b87973701eba658c8fa334b4c1073d826268ed30da0fcf575f09dac5a901
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Line breaking of UTF-8 strings.
-#
-#Files:
-#lib/unilbrk/u8-width-linebreaks.c
-#
-#Depends-on:
-#unilbrk/base
-#unilbrk/u8-possible-linebreaks
-#uniwidth/width
-#unistr/u8-mbtouc-unsafe
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unilbrk/u8-width-linebreaks-tests
-Hash: aed16d1c061f3f35fddc06ffe21674359c1f408eccf11b76128c66dcabde665a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unilbrk/test-u8-width-linebreaks.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u8-width-linebreaks
-#check_PROGRAMS += test-u8-width-linebreaks
-#test_u8_width_linebreaks_SOURCES = unilbrk/test-u8-width-linebreaks.c
-
-File: ./modules/unilbrk/ulc-common
-Hash: 9a542448cea2b4551dbe74db6db19d6a710a9852a22366389e4bde5720704dd5
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Line breaking auxiliary functions.
-#
-#Files:
-#lib/unilbrk/ulc-common.h
-#lib/unilbrk/ulc-common.c
-#
-#Depends-on:
-#c-ctype
-#c-strcaseeq
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unilbrk/ulc-common.c
-
-File: ./modules/unilbrk/ulc-possible-linebreaks
-Hash: a8ae35611c7f64d0f14765c7c432fd80dcb2d522898c2baafe870eab574f94c0
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Line breaking of strings.
-#
-#Files:
-#lib/unilbrk/ulc-possible-linebreaks.c
-#
-#Depends-on:
-#unilbrk/base
-#unilbrk/u8-possible-linebreaks
-#unilbrk/ulc-common
-#uniconv/u8-conv-from-enc
-#c-ctype
-#
-#configure.ac:
-
-File: ./modules/unilbrk/ulc-possible-linebreaks-tests
-Hash: 66540e1eacff19c056c6f522a61e19234bfb6e1ef88f8a1def60051272923714
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unilbrk/test-ulc-possible-linebreaks.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-ulc-possible-linebreaks
-#check_PROGRAMS += test-ulc-possible-linebreaks
-#test_ulc_possible_linebreaks_SOURCES = unilbrk/test-ulc-possible-linebreaks.c
-#test_ulc_possible_linebreaks_LDADD = $(LDADD) @LIBICONV@
-
-File: ./modules/unilbrk/ulc-width-linebreaks
-Hash: 4d8019fb733c5d022283c22399191899fe50ea419b772baf123fd6a2a9642f0f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Line breaking of strings.
-#
-#Files:
-#lib/unilbrk/ulc-width-linebreaks.c
-#
-#Depends-on:
-#unilbrk/base
-#unilbrk/u8-width-linebreaks
-#unilbrk/ulc-common
-#uniconv/u8-conv-from-enc
-#c-ctype
-#
-#configure.ac:
-
-File: ./modules/unilbrk/ulc-width-linebreaks-tests
-Hash: ab389d2a8210afd8fa6f14184c42bed9763f9bc35f300703515b0fde7d4023ca
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unilbrk/test-ulc-width-linebreaks.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-ulc-width-linebreaks
-#check_PROGRAMS += test-ulc-width-linebreaks
-#test_ulc_width_linebreaks_SOURCES = unilbrk/test-ulc-width-linebreaks.c
-#test_ulc_width_linebreaks_LDADD = $(LDADD) @LIBICONV@
-
-File: ./modules/uniname/base
-Hash: 14222ba2a3831447be1c5f3821c04fd881c40b0011a712c6ea4380b5e0d7627c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Base layer for Unicode character names.
-#
-#Files:
-#lib/uniname.h
-#
-#Depends-on:
-#unitypes
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-#"uniname.h"
-
-File: ./modules/uniname/uniname
-Hash: f8203167c7d48cbc145295b4987e3949bc4fcaefeb920a3bd869979a3751242b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Association between Unicode characters and their names.
-#
-#Files:
-#lib/uniname/gen-uninames.lisp
-#lib/uniname/uninames.h
-#lib/uniname/uniname.c
-#
-#Depends-on:
-#uniname/base
-#memcmp
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/uniname/uniname-tests
-Hash: e8ed561ff853cf6328b746f8a2f8b3c04609757e43e47c62cfde89bb927f6965
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/uniname/test-uninames.sh
-#tests/uniname/test-uninames.c
-#tests/uniname/UnicodeDataNames.txt
-#
-#Depends-on:
-#xalloc
-#progname
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += uniname/test-uninames.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
-#check_PROGRAMS += test-uninames
-
-File: ./modules/uninorm/base
-Hash: 55708fb81393394b4c7140b2a5317365173587180c3269f8fd500c04dc6ab541
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Base layer for normalization forms of Unicode strings.
-#
-#Files:
-#lib/uninorm.h
-#
-#Depends-on:
-#unitypes
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-#"uninorm.h"
-
-File: ./modules/uninorm/canonical-decomposition
-Hash: 0c842b02f4a51325fa53847ff43c6b266598ae61f3ebd376c6f04234d099a4b6
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Canonical decomposition of Unicode characters.
-#
-#Files:
-#lib/uninorm/canonical-decomposition.c
-#
-#Depends-on:
-#uninorm/base
-#uninorm/decomposition-table
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += uninorm/canonical-decomposition.c
-
-File: ./modules/uninorm/canonical-decomposition-tests
-Hash: f466cfc0bda31b447c9123811c53a3d07befc8b189a14a10e504ffada3c213e4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/uninorm/test-canonical-decomposition.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-canonical-decomposition
-#check_PROGRAMS += test-canonical-decomposition
-#test_canonical_decomposition_SOURCES = uninorm/test-canonical-decomposition.c
-
-File: ./modules/uninorm/compat-decomposition
-Hash: a8448f11d9af55dc734db18330636fc5597007bd38d015b0dce43653a4d95143
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Compatibility decomposition of Unicode characters.
-#
-#Files:
-#lib/uninorm/decompose-internal.h
-#lib/uninorm/compat-decomposition.c
-#
-#Depends-on:
-#uninorm/base
-#uninorm/decomposition
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += uninorm/compat-decomposition.c
-
-File: ./modules/uninorm/compat-decomposition-tests
-Hash: dfc9f69fa13843e2845a6d18df5748b8539cb64a93a69104b5cbda4c53c773cb
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/uninorm/test-compat-decomposition.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-compat-decomposition
-#check_PROGRAMS += test-compat-decomposition
-#test_compat_decomposition_SOURCES = uninorm/test-compat-decomposition.c
-
-File: ./modules/uninorm/composition
-Hash: ed68f5f00207cc044c32fc7e9803a2d8b3aacba259c755b39004cf2257dadcab
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Composition of Unicode characters.
-#
-#Files:
-#lib/uninorm/composition.c
-#lib/uninorm/composition-table.gperf
-#
-#Depends-on:
-#uninorm/base
-#gperf
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += uninorm/composition.c
-
-File: ./modules/uninorm/composition-tests
-Hash: 143cce642d1aa68831d8ddeab1ebc3e0146099c05ced2dffd438a9bb4d69d5ac
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/uninorm/test-composition.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-composition
-#check_PROGRAMS += test-composition
-#test_composition_SOURCES = uninorm/test-composition.c
-
-File: ./modules/uninorm/decompose-internal
-Hash: ddb12f59e41add6ed130a093f703313546e67c18717773a2666a4a7bf7a9bd9e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Decomposition of Unicode strings.
-#
-#Files:
-#lib/uninorm/decompose-internal.h
-#lib/uninorm/decompose-internal.c
-#
-#Depends-on:
-#unitypes
-#array-mergesort
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += uninorm/decompose-internal.c
-
-File: ./modules/uninorm/decomposing-form
-Hash: bf3de6d60b1205900b4c31b36b6e00febdb46344e9026a355f8491cd49b8b4f4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Decomposing variant of a normalization form.
-#
-#Files:
-#lib/uninorm/decomposing-form.c
-#lib/uninorm/normalize-internal.h
-#
-#Depends-on:
-#uninorm/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += uninorm/decomposing-form.c
-
-File: ./modules/uninorm/decomposing-form-tests
-Hash: a08e924c595e8eac1e915d262fbcb92e69b7115d8e3ee02fc857a00594202287
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/uninorm/test-decomposing-form.c
-#
-#Depends-on:
-#uninorm/nfc
-#uninorm/nfd
-#uninorm/nfkc
-#uninorm/nfkd
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-decomposing-form
-#check_PROGRAMS += test-decomposing-form
-#test_decomposing_form_SOURCES = uninorm/test-decomposing-form.c
-
-File: ./modules/uninorm/decomposition
-Hash: 278f4492a2ab7f569353ad541ea108f2d9983e3bac359d848d422628c99d1e8d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Decomposition of Unicode characters.
-#
-#Files:
-#lib/uninorm/decomposition.c
-#
-#Depends-on:
-#uninorm/base
-#uninorm/decomposition-table
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += uninorm/decomposition.c
-
-File: ./modules/uninorm/decomposition-table
-Hash: cd1abae2797adce6e27d5eeda1610f8ccffdfa17c6d774a67a90a9bb41d008ab
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Decomposition of Unicode characters.
-#
-#Files:
-#lib/uninorm/decomposition-table.h
-#lib/uninorm/decomposition-table.c
-#lib/uninorm/decomposition-table1.h
-#lib/uninorm/decomposition-table2.h
-#
-#Depends-on:
-#uninorm/base
-#
-#configure.ac:
-#AC_REQUIRE([AC_C_INLINE])
-
-File: ./modules/uninorm/decomposition-tests
-Hash: c9b2dfa9fe54b63937cfb0d5c629e850a6c22aa224c8190fe4917ea8e01fddbc
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/uninorm/test-decomposition.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-decomposition
-#check_PROGRAMS += test-decomposition
-#test_decomposition_SOURCES = uninorm/test-decomposition.c
-
-File: ./modules/uninorm/filter
-Hash: 633ce3bb5d3271ee9e2eb6c1c70ce097f50b84e47358a2f2b6fe6487daaa7c1f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Normalization of a stream of Unicode characters.
-#
-#Files:
-#lib/uninorm/uninorm-filter.c
-#lib/uninorm/normalize-internal.h
-#
-#Depends-on:
-#uninorm/base
-#unictype/combining-class
-#uninorm/decompose-internal
-#malloc-posix
-#
-#configure.ac:
-
-File: ./modules/uninorm/filter-tests
-Hash: f1dd9689e14716782d10b036b74ac51d552d5eb95815d98d73d9e05465f12f37
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/uninorm/test-uninorm-filter-nfc.c
-#
-#Depends-on:
-#unistr/u32-cmp
-#uninorm/nfc
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-uninorm-filter-nfc
-#check_PROGRAMS += test-uninorm-filter-nfc
-#test_uninorm_filter_nfc_SOURCES = uninorm/test-uninorm-filter-nfc.c
-
-File: ./modules/uninorm/nfc
-Hash: 60058c5f1110cd6e42a99597ecd15d0d6c31ad22df871e1950ab8437181ffc96
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Canonical normalization of Unicode strings.
-#
-#Files:
-#lib/uninorm/nfc.c
-#lib/uninorm/normalize-internal.h
-#
-#Depends-on:
-#uninorm/base
-#uninorm/canonical-decomposition
-#uninorm/composition
-#uninorm/nfd
-#
-#configure.ac:
-
-File: ./modules/uninorm/nfc-tests
-Hash: 6a0c689cd819d5e0a9885c65ae694a08e25eb08c50452e3fe23d5304e2ec46b7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/uninorm/test-nfc.c
-#tests/uninorm/test-u8-nfc.c
-#tests/uninorm/test-u16-nfc.c
-#tests/uninorm/test-u32-nfc.c
-#tests/uninorm/test-u32-nfc-big.sh
-#tests/uninorm/test-u32-nfc-big.c
-#tests/uninorm/test-u32-normalize-big.h
-#tests/uninorm/test-u32-normalize-big.c
-#tests/uninorm/NormalizationTest.txt
-#
-#Depends-on:
-#unistr/u8-cmp
-#unistr/u16-cmp
-#unistr/u32-cmp
-
-File: ./modules/uninorm/nfd
-Hash: ca777b00f508579277d7aaa803482277d4aede656f6cbe85ca7ca28430484344
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Canonical decomposition of Unicode strings.
-#
-#Files:
-#lib/uninorm/nfd.c
-#lib/uninorm/normalize-internal.h
-#
-#Depends-on:
-#uninorm/base
-#uninorm/canonical-decomposition
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += uninorm/nfd.c
-
-File: ./modules/uninorm/nfd-tests
-Hash: be9139e6cae2e3a1532af1e0b57b0c07057941b4ed2ddccd3db64a803bd82d07
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/uninorm/test-nfd.c
-#tests/uninorm/test-u8-nfd.c
-#tests/uninorm/test-u16-nfd.c
-#tests/uninorm/test-u32-nfd.c
-#tests/uninorm/test-u32-nfd-big.sh
-#tests/uninorm/test-u32-nfd-big.c
-#tests/uninorm/test-u32-normalize-big.h
-#tests/uninorm/test-u32-normalize-big.c
-#tests/uninorm/NormalizationTest.txt
-#
-#Depends-on:
-#unistr/u8-cmp
-#unistr/u16-cmp
-#unistr/u32-cmp
-
-File: ./modules/uninorm/nfkc
-Hash: e73c029c73f8ffbe7adc1aa3a17d84758a58fed8e3633fab4c7ca48f8f9ca01d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Compatibility normalization of Unicode strings.
-#
-#Files:
-#lib/uninorm/nfkc.c
-#lib/uninorm/normalize-internal.h
-#
-#Depends-on:
-#uninorm/base
-#uninorm/compat-decomposition
-#uninorm/composition
-#uninorm/nfkd
-#
-#configure.ac:
-
-File: ./modules/uninorm/nfkc-tests
-Hash: a324be7602d5247af463f546da060584d4922db40058f93e535ee94369624a15
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/uninorm/test-nfkc.c
-#tests/uninorm/test-u8-nfkc.c
-#tests/uninorm/test-u16-nfkc.c
-#tests/uninorm/test-u32-nfkc.c
-#tests/uninorm/test-u32-nfkc-big.sh
-#tests/uninorm/test-u32-nfkc-big.c
-#tests/uninorm/test-u32-normalize-big.h
-#tests/uninorm/test-u32-normalize-big.c
-#tests/uninorm/NormalizationTest.txt
-#
-#Depends-on:
-#unistr/u8-cmp
-#unistr/u16-cmp
-#unistr/u32-cmp
-
-File: ./modules/uninorm/nfkd
-Hash: 216c1ffcd9a03874199fccd2ea75e41a63e40e0c58c486c729a5ebd10e2baf27
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Compatibility decomposition of Unicode strings.
-#
-#Files:
-#lib/uninorm/nfkd.c
-#lib/uninorm/normalize-internal.h
-#
-#Depends-on:
-#uninorm/base
-#uninorm/compat-decomposition
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += uninorm/nfkd.c
-
-File: ./modules/uninorm/nfkd-tests
-Hash: 7d8600486ccfb54a1c4b0ae4cae9c529305055357cfa7698b37d3c6a8fdd4c3e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/uninorm/test-nfkd.c
-#tests/uninorm/test-u8-nfkd.c
-#tests/uninorm/test-u16-nfkd.c
-#tests/uninorm/test-u32-nfkd.c
-#tests/uninorm/test-u32-nfkd-big.sh
-#tests/uninorm/test-u32-nfkd-big.c
-#tests/uninorm/test-u32-normalize-big.h
-#tests/uninorm/test-u32-normalize-big.c
-#tests/uninorm/NormalizationTest.txt
-#
-#Depends-on:
-#unistr/u8-cmp
-#unistr/u16-cmp
-#unistr/u32-cmp
-
-File: ./modules/uninorm/u16-normalize
-Hash: 254ec15f4087c7b0e7d73adb91e09e1f00b8410b15cfced0389027f5f3d25a5f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Normalization of UTF-16 strings.
-#
-#Files:
-#lib/uninorm/u16-normalize.c
-#lib/uninorm/normalize-internal.h
-#lib/uninorm/u-normalize-internal.h
-#
-#Depends-on:
-#uninorm/base
-#unistr/u16-mbtouc-unsafe
-#unistr/u16-uctomb
-#unistr/u16-cpy
-#unictype/combining-class
-#uninorm/decompose-internal
-
-File: ./modules/uninorm/u16-normcmp
-Hash: 60b267a1ee14fc708de9a0bd87ca61e72e80825cad6bc6ff135729454537e3d6
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Normalization insensitive comparison of UTF-16 strings.
-#
-#Files:
-#lib/uninorm/u16-normcmp.c
-#lib/uninorm/u-normcmp.h
-#
-#Depends-on:
-#uninorm/base
-#uninorm/u16-normalize
-#unistr/u16-cmp2
-#minmax
-#
-#configure.ac:
-
-File: ./modules/uninorm/u16-normcmp-tests
-Hash: 2650b0af205c8cc429eed30048ac9a4dad0b894d7f90d702061ead69e32e8caf
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/uninorm/test-u16-normcmp.c
-#tests/uninorm/test-u16-normcmp.h
-#
-#Depends-on:
-#uninorm/nfd
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u16-normcmp
-#check_PROGRAMS += test-u16-normcmp
-#test_u16_normcmp_SOURCES = uninorm/test-u16-normcmp.c
-
-File: ./modules/uninorm/u16-normcoll
-Hash: fee77c1acd7117d103bf8735b316146e124e0a217e801751129718102d3980e9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Locale dependent, normalization insensitive comparison of UTF-16 strings.
-#
-#Files:
-#lib/uninorm/u16-normcoll.c
-#lib/uninorm/u-normcoll.h
-#
-#Depends-on:
-#uninorm/base
-#uninorm/u16-normxfrm
-#memcmp2
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/uninorm/u16-normcoll-tests
-Hash: 5f868bfe3fde2026592d72aa80de2d4323c477c55aa8eda9dac137b8dfbf3389
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/uninorm/test-u16-normcoll.c
-#tests/uninorm/test-u16-normcmp.h
-#
-#Depends-on:
-#uninorm/nfc
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u16-normcoll
-#check_PROGRAMS += test-u16-normcoll
-#test_u16_normcoll_SOURCES = uninorm/test-u16-normcoll.c
-#test_u16_normcoll_LDADD = $(LDADD) @LIBICONV@
-
-File: ./modules/uninorm/u16-normxfrm
-Hash: 6da763d8b900521a6e278440e419f025be68f1f90e61a082f347d292e2e3b48c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Locale dependent transformation for comparison of UTF-16 strings.
-#
-#Files:
-#lib/uninorm/u16-normxfrm.c
-#lib/uninorm/u-normxfrm.h
-#
-#Depends-on:
-#uninorm/base
-#uninorm/u16-normalize
-#uniconv/u16-conv-to-enc
-#localcharset
-#memxfrm
-#
-#configure.ac:
-
-File: ./modules/uninorm/u32-normalize
-Hash: 728b89052e03740cbfdeeee3cfeeb93c1856853fb07f3b04a52a7f4d0f3386ea
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Normalization of UTF-32 strings.
-#
-#Files:
-#lib/uninorm/u32-normalize.c
-#lib/uninorm/normalize-internal.h
-#lib/uninorm/u-normalize-internal.h
-#
-#Depends-on:
-#uninorm/base
-#unistr/u32-mbtouc-unsafe
-#unistr/u32-uctomb
-#unistr/u32-cpy
-#unictype/combining-class
-#uninorm/decompose-internal
-
-File: ./modules/uninorm/u32-normcmp
-Hash: ef451854caeca2c8ceaa38128fc3ecc46ac88e450438a45f49163a8d6459b0f5
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Normalization insensitive comparison of UTF-32 strings.
-#
-#Files:
-#lib/uninorm/u32-normcmp.c
-#lib/uninorm/u-normcmp.h
-#
-#Depends-on:
-#uninorm/base
-#uninorm/u32-normalize
-#unistr/u32-cmp2
-#minmax
-#
-#configure.ac:
-
-File: ./modules/uninorm/u32-normcmp-tests
-Hash: 7237480a01f8c518eedfc6749df570f5c2115c1d144d1cda8390caa84e01bea0
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/uninorm/test-u32-normcmp.c
-#tests/uninorm/test-u32-normcmp.h
-#
-#Depends-on:
-#uninorm/nfd
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u32-normcmp
-#check_PROGRAMS += test-u32-normcmp
-#test_u32_normcmp_SOURCES = uninorm/test-u32-normcmp.c
-
-File: ./modules/uninorm/u32-normcoll
-Hash: b7eb853b14b60ce750a977c0a753b00e7bae1e25a4dc49b7e1f3e577399f3b9c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Locale dependent, normalization insensitive comparison of UTF-32 strings.
-#
-#Files:
-#lib/uninorm/u32-normcoll.c
-#lib/uninorm/u-normcoll.h
-#
-#Depends-on:
-#uninorm/base
-#uninorm/u32-normxfrm
-#memcmp2
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/uninorm/u32-normcoll-tests
-Hash: 26c01f5e545110a25cd7c5e459320fbadcbc428a9e6d18294cd779d42b4fecab
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/uninorm/test-u32-normcoll.c
-#tests/uninorm/test-u32-normcmp.h
-#
-#Depends-on:
-#uninorm/nfc
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u32-normcoll
-#check_PROGRAMS += test-u32-normcoll
-#test_u32_normcoll_SOURCES = uninorm/test-u32-normcoll.c
-#test_u32_normcoll_LDADD = $(LDADD) @LIBICONV@
-
-File: ./modules/uninorm/u32-normxfrm
-Hash: b55dc62687502a41c881449b9bdc29f233d37e40e5e63df427030d99d02bef7b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Locale dependent transformation for comparison of UTF-32 strings.
-#
-#Files:
-#lib/uninorm/u32-normxfrm.c
-#lib/uninorm/u-normxfrm.h
-#
-#Depends-on:
-#uninorm/base
-#uninorm/u32-normalize
-#uniconv/u32-conv-to-enc
-#localcharset
-#memxfrm
-#
-#configure.ac:
-
-File: ./modules/uninorm/u8-normalize
-Hash: 67725ebcf8da9754aa7be1162f4ee96607ac824a6031afdd87a62ef3d17810e4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Normalization of UTF-8 strings.
-#
-#Files:
-#lib/uninorm/u8-normalize.c
-#lib/uninorm/normalize-internal.h
-#lib/uninorm/u-normalize-internal.h
-#
-#Depends-on:
-#uninorm/base
-#unistr/u8-mbtouc-unsafe
-#unistr/u8-uctomb
-#unistr/u8-cpy
-#unictype/combining-class
-#uninorm/decompose-internal
-
-File: ./modules/uninorm/u8-normcmp
-Hash: 3c986b68b5dd7426bb420158436b7298d3ecab8e151606e900e5ecaba89681d4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Normalization insensitive comparison of UTF-8 strings.
-#
-#Files:
-#lib/uninorm/u8-normcmp.c
-#lib/uninorm/u-normcmp.h
-#
-#Depends-on:
-#uninorm/base
-#uninorm/u8-normalize
-#unistr/u8-cmp2
-#minmax
-#
-#configure.ac:
-
-File: ./modules/uninorm/u8-normcmp-tests
-Hash: 53594b9d7b20e4f6767f43618ac2a4f9f9aaa8028da81dd773bd8f725d065aa3
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/uninorm/test-u8-normcmp.c
-#tests/uninorm/test-u8-normcmp.h
-#
-#Depends-on:
-#uninorm/nfd
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u8-normcmp
-#check_PROGRAMS += test-u8-normcmp
-#test_u8_normcmp_SOURCES = uninorm/test-u8-normcmp.c
-
-File: ./modules/uninorm/u8-normcoll
-Hash: 149b1a7f74ac5e6727721ce233443cfc06ed98033f9f0724d185a4e7ea669729
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Locale dependent, normalization insensitive comparison of UTF-8 strings.
-#
-#Files:
-#lib/uninorm/u8-normcoll.c
-#lib/uninorm/u-normcoll.h
-#
-#Depends-on:
-#uninorm/base
-#uninorm/u8-normxfrm
-#memcmp2
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/uninorm/u8-normcoll-tests
-Hash: 29bbf4e6bc068279d9f6ecb257f7c09203f568dae1362ea6343a86caef24573c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/uninorm/test-u8-normcoll.c
-#tests/uninorm/test-u8-normcmp.h
-#
-#Depends-on:
-#uninorm/nfc
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u8-normcoll
-#check_PROGRAMS += test-u8-normcoll
-#test_u8_normcoll_SOURCES = uninorm/test-u8-normcoll.c
-#test_u8_normcoll_LDADD = $(LDADD) @LIBICONV@
-
-File: ./modules/uninorm/u8-normxfrm
-Hash: 28e882bcc408f734dbe4a30c8907c4ab6c7803e7d1c4c828f3c830efbe198b91
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Locale dependent transformation for comparison of UTF-8 strings.
-#
-#Files:
-#lib/uninorm/u8-normxfrm.c
-#lib/uninorm/u-normxfrm.h
-#
-#Depends-on:
-#uninorm/base
-#uninorm/u8-normalize
-#uniconv/u8-conv-to-enc
-#localcharset
-#memxfrm
-#
-#configure.ac:
-
-File: ./modules/unistd
-Hash: dbd2f26b0321b56b0a24ae997cb7a3f1d20e4d054e578a2da4f5f35ec2e491d1
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#A GNU-like <unistd.h>.
-#
-#Files:
-#m4/unistd_h.m4
-#lib/unistd.in.h
-#
-#Depends-on:
-#include_next
-#link-warning
-#stddef
-#
-#configure.ac:
-#gl_UNISTD_H
-
-File: ./modules/unistd-safer
-Hash: e13cb7d10c4c353c4534a10e50f2add94102296c420d682bcfd7e46042860f5f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#File descriptor functions that avoid clobbering STD{IN,OUT,ERR}_FILENO.
-#
-#Files:
-#lib/unistd--.h
-#lib/dup-safer.c
-#lib/fd-safer.c
-#lib/pipe-safer.c
-#lib/unistd-safer.h
-#m4/unistd-safer.m4
-#
-#Depends-on:
-#unistd
-#
-#configure.ac:
-
-File: ./modules/unistd-tests
-Hash: c5a369a6a22a5c28685b41272e0c158001cf10f53b58bad411602fc4542476ef
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-unistd.c
-#
-#Depends-on:
-#verify
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-unistd
-#check_PROGRAMS += test-unistd
-#
-#License:
-#LGPL
-
-File: ./modules/unistdio/base
-Hash: cb84e6cd2695bb4f4172d2c8a0918b3d339c7ccc9003c5548a655c11ef038257
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Base layer for formatted output to strings.
-#
-#Files:
-#lib/unistdio.h
-#
-#Depends-on:
-#unitypes
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-#"unistdio.h"
-
-File: ./modules/unistdio/u-printf-args
-Hash: a0c39a7cd90d51f1067f83b90bb694c68e18eb7fb39702444070608e55c12e8e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Fetching a printf argument list.
-#
-#Files:
-#lib/unistdio/u-printf-args.h
-#lib/unistdio/u-printf-args.c
-#lib/printf-args.h
-#lib/printf-args.c
-#m4/vasnprintf.m4
-#m4/intmax_t.m4
-#m4/stdint_h.m4
-#m4/inttypes_h.m4
-#
-#Depends-on:
-#unitypes
-
-File: ./modules/unistdio/u16-asnprintf
-Hash: e5a1c81801f1b344c3821ebe2a309887e4af4254e6ae4f6200f382b66c35e446
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to an UTF-16 string, with automatic memory allocation and
-#bounded output size.
-#
-#Files:
-#lib/unistdio/u16-asnprintf.c
-#lib/unistdio/u-asnprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/u16-vasnprintf
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unistdio/u16-asnprintf-tests
-Hash: 32c4fd1e0b2cdfe673e68a3aab7cf3108e45729f79abdd5b98e8c0a804b9746c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unistdio/test-u16-asnprintf1.c
-#tests/unistdio/test-u16-asnprintf1.h
-#tests/unistdio/test-u16-printf1.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u16-asnprintf1
-#check_PROGRAMS += test-u16-asnprintf1
-#test_u16_asnprintf1_SOURCES = unistdio/test-u16-asnprintf1.c
-#test_u16_asnprintf1_LDADD = $(LDADD) @LIBICONV@
-
-File: ./modules/unistdio/u16-asprintf
-Hash: a3db1508f6b3c88bb92133f3ece2af5b665e6ac3f28096a3843cd72f4aca5927
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to an UTF-16 string, with automatic memory allocation.
-#
-#Files:
-#lib/unistdio/u16-asprintf.c
-#lib/unistdio/u-asprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/u16-vasprintf
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistdio/u16-asprintf.c
-
-File: ./modules/unistdio/u16-printf-parse
-Hash: ce2adac94e7b1b6ab6becda606586f2ce214e270fdf123b1f90475ec44978b82
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Parsing an UTF-16 format string.
-#
-#Files:
-#lib/unistdio/u-printf-parse.h
-#lib/unistdio/u16-printf-parse.c
-#lib/printf-parse.h
-#lib/printf-parse.c
-#m4/vasnprintf.m4
-#m4/intmax_t.m4
-#m4/stdint_h.m4
-#m4/inttypes_h.m4
-#
-#Depends-on:
-#unistdio/u-printf-args
-
-File: ./modules/unistdio/u16-snprintf
-Hash: 936f2aa7eb538828d32e402413cda30c439eee1c8c5fa3d50ca1e1e0791c9065
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to a fixed-length UTF-16 string.
-#
-#Files:
-#lib/unistdio/u16-snprintf.c
-#lib/unistdio/u-snprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/u16-vsnprintf
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistdio/u16-snprintf.c
-
-File: ./modules/unistdio/u16-sprintf
-Hash: 4f9d3bdc4ecaf39bbb4d5587d4c9980f2dcded7fce5c2ce68d46c10586f8b778
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to an UTF-16 string.
-#
-#Files:
-#lib/unistdio/u16-sprintf.c
-#lib/unistdio/u-sprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/u16-sprintf
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistdio/u16-sprintf.c
-
-File: ./modules/unistdio/u16-u16-asnprintf
-Hash: 8829c634236443e3fd488b05fd8c222627430c7ac48ee5256aad8709ad82d67d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to an UTF-16 string, with automatic memory allocation and
-#bounded output size.
-#
-#Files:
-#lib/unistdio/u16-u16-asnprintf.c
-#lib/unistdio/u-asnprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/u16-u16-vasnprintf
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unistdio/u16-u16-asprintf
-Hash: 8223e90b776e0f011ec0fcc8d5d86239db472e6fec9f4b59ef5f451b658336f1
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to an UTF-16 string, with automatic memory allocation.
-#
-#Files:
-#lib/unistdio/u16-u16-asprintf.c
-#lib/unistdio/u-asprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/u16-u16-vasprintf
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistdio/u16-u16-asprintf.c
-
-File: ./modules/unistdio/u16-u16-snprintf
-Hash: be3778392c62064afca5dbef4b4eddee43c8fff3f6e3f0cbb1f216382bff5a5c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to a fixed-length UTF-16 string.
-#
-#Files:
-#lib/unistdio/u16-u16-snprintf.c
-#lib/unistdio/u-snprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/u16-u16-vsnprintf
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistdio/u16-u16-snprintf.c
-
-File: ./modules/unistdio/u16-u16-sprintf
-Hash: d8fa0b52ad2772bc36ce74b51b05322f3c0e2ecc3797d5dc28c05e4fcb9af336
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to an UTF-16 string.
-#
-#Files:
-#lib/unistdio/u16-u16-sprintf.c
-#lib/unistdio/u-sprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/u16-u16-sprintf
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistdio/u16-u16-sprintf.c
-
-File: ./modules/unistdio/u16-u16-vasnprintf
-Hash: 39b53e2cf3419ccfeb2f825be2e6d255c750de08abfcc80f7769118e4c15d912
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to UTF-16 strings.
-#
-#Files:
-#lib/unistdio/u16-u16-vasnprintf.c
-#lib/vasnprintf.c
-#m4/vasnprintf.m4
-#m4/printf.m4
-#m4/wchar_t.m4
-#m4/wint_t.m4
-#m4/longlong.m4
-#m4/intmax_t.m4
-#m4/stdint_h.m4
-#m4/inttypes_h.m4
-
-File: ./modules/unistdio/u16-u16-vasprintf
-Hash: ad8b4e11e4f5a36c527d2e0a0023b74ca6e332791894d2057990b47314d3c490
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to an UTF-16 string, with automatic memory allocation.
-#
-#Files:
-#lib/unistdio/u16-u16-vasprintf.c
-#lib/unistdio/u-vasprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/u16-u16-vasnprintf
-#errno
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unistdio/u16-u16-vsnprintf
-Hash: 6d3ae7a9bd95ebc852c1bf5ec893e08ca0d1d395c0d2b3a80d427f98a166be37
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to a fixed-length UTF-16 string.
-#
-#Files:
-#lib/unistdio/u16-u16-vsnprintf.c
-#lib/unistdio/u-vsnprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/u16-u16-vasnprintf
-#unistr/u16-cpy
-#errno
-#
-#configure.ac:
-
-File: ./modules/unistdio/u16-u16-vsprintf
-Hash: 008c05b23a6db2628eb914823dbc1d1e1ffc00f6fcdf03be9b07ab4fcdf9e423
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to an UTF-16 string.
-#
-#Files:
-#lib/unistdio/u16-u16-vsprintf.c
-#lib/unistdio/u-vsprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/u16-u16-vasnprintf
-#stdint
-#errno
-#
-#configure.ac:
-
-File: ./modules/unistdio/u16-vasnprintf
-Hash: 79062a7a8a415fa52fc8ac9c12333f59d9d23497f740d7cb158c321c67f99d30
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to UTF-16 strings.
-#
-#Files:
-#lib/unistdio/u16-vasnprintf.c
-#lib/vasnprintf.c
-#m4/vasnprintf.m4
-#m4/printf.m4
-#m4/wchar_t.m4
-#m4/wint_t.m4
-#m4/longlong.m4
-#m4/intmax_t.m4
-#m4/stdint_h.m4
-#m4/inttypes_h.m4
-
-File: ./modules/unistdio/u16-vasnprintf-tests
-Hash: 6d2007f23f43d2b3e81692e0ae50880bcbb48177372edae183a19d48cb3f8f8f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unistdio/test-u16-vasnprintf1.c
-#tests/unistdio/test-u16-asnprintf1.h
-#tests/unistdio/test-u16-printf1.h
-#tests/unistdio/test-u16-vasnprintf2.sh
-#tests/unistdio/test-u16-vasnprintf2.c
-#tests/unistdio/test-u16-vasnprintf3.sh
-#tests/unistdio/test-u16-vasnprintf3.c
-#m4/locale-fr.m4
-#m4/codeset.m4
-#
-#Depends-on:
-#unistr/u16-cmp
-#unistr/u16-cpy
-#unistr/u16-strcmp
-
-File: ./modules/unistdio/u16-vasprintf
-Hash: 41a2ff271a2c3cfe20383034c9fb6435057adcadb678e34eb00362b9dcb2d24f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to an UTF-16 string, with automatic memory allocation.
-#
-#Files:
-#lib/unistdio/u16-vasprintf.c
-#lib/unistdio/u-vasprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/u16-vasnprintf
-#errno
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unistdio/u16-vasprintf-tests
-Hash: 7e555fc4132ab88db55c5acf19bf9b6fad003ab6a0386396959579a013327b64
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unistdio/test-u16-vasprintf1.c
-#tests/unistdio/test-u16-printf1.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u16-vasprintf1
-#check_PROGRAMS += test-u16-vasprintf1
-#test_u16_vasprintf1_SOURCES = unistdio/test-u16-vasprintf1.c
-#test_u16_vasprintf1_LDADD = $(LDADD) @LIBICONV@
-
-File: ./modules/unistdio/u16-vsnprintf
-Hash: b7f6994eb06dcae1f3e609d63f59edef32a47f7dee16172c5631b0a4ce241375
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to a fixed-length UTF-16 string.
-#
-#Files:
-#lib/unistdio/u16-vsnprintf.c
-#lib/unistdio/u-vsnprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/u16-vasnprintf
-#unistr/u16-cpy
-#errno
-#
-#configure.ac:
-
-File: ./modules/unistdio/u16-vsnprintf-tests
-Hash: b34bc4e356dde5443e4f217134e96ae90baebd5961b4b1e60a20ea4640fe39c3
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unistdio/test-u16-vsnprintf1.c
-#tests/unistdio/test-u16-printf1.h
-#
-#Depends-on:
-#xalloc
-#progname
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u16-vsnprintf1
-#check_PROGRAMS += test-u16-vsnprintf1
-#test_u16_vsnprintf1_SOURCES = unistdio/test-u16-vsnprintf1.c
-#test_u16_vsnprintf1_LDADD = $(LDADD) @LIBINTL@ @LIBICONV@
-
-File: ./modules/unistdio/u16-vsprintf
-Hash: d992d7cacc2843a1ee28dd7645010c6243f981342a2672247852edd3c758ce13
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to an UTF-16 string.
-#
-#Files:
-#lib/unistdio/u16-vsprintf.c
-#lib/unistdio/u-vsprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/u16-vasnprintf
-#stdint
-#errno
-#
-#configure.ac:
-
-File: ./modules/unistdio/u16-vsprintf-tests
-Hash: ad42ae89ce30aefca64040557c94850bb25b76a89e76037b65703cc566312ab4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unistdio/test-u16-vsprintf1.c
-#tests/unistdio/test-u16-printf1.h
-#
-#Depends-on:
-#xalloc
-#progname
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u16-vsprintf1
-#check_PROGRAMS += test-u16-vsprintf1
-#test_u16_vsprintf1_SOURCES = unistdio/test-u16-vsprintf1.c
-#test_u16_vsprintf1_LDADD = $(LDADD) @LIBINTL@ @LIBICONV@
-
-File: ./modules/unistdio/u32-asnprintf
-Hash: 420179fe1ab744c708eeee5a4c8d8f5dad764ccdefd530a40c9bfe0fcb7fbcc2
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to an UTF-32 string, with automatic memory allocation and
-#bounded output size.
-#
-#Files:
-#lib/unistdio/u32-asnprintf.c
-#lib/unistdio/u-asnprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/u32-vasnprintf
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unistdio/u32-asnprintf-tests
-Hash: 8181ceb0d445dc7158c18f6448eaf893d71f57b76962acdb30ba0c303221d2c8
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unistdio/test-u32-asnprintf1.c
-#tests/unistdio/test-u32-asnprintf1.h
-#tests/unistdio/test-u32-printf1.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u32-asnprintf1
-#check_PROGRAMS += test-u32-asnprintf1
-#test_u32_asnprintf1_SOURCES = unistdio/test-u32-asnprintf1.c
-#test_u32_asnprintf1_LDADD = $(LDADD) @LIBICONV@
-
-File: ./modules/unistdio/u32-asprintf
-Hash: 4b11f321da844ca6e09623c0f19929295e253a97937a01561fa4746fda7f4df6
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to an UTF-32 string, with automatic memory allocation.
-#
-#Files:
-#lib/unistdio/u32-asprintf.c
-#lib/unistdio/u-asprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/u32-vasprintf
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistdio/u32-asprintf.c
-
-File: ./modules/unistdio/u32-printf-parse
-Hash: 5e822828c5cc06a435f1ce53ee019565338480f5f360811cf3442c3b34c75e73
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Parsing an UTF-32 format string.
-#
-#Files:
-#lib/unistdio/u-printf-parse.h
-#lib/unistdio/u32-printf-parse.c
-#lib/printf-parse.h
-#lib/printf-parse.c
-#m4/vasnprintf.m4
-#m4/intmax_t.m4
-#m4/stdint_h.m4
-#m4/inttypes_h.m4
-#
-#Depends-on:
-#unistdio/u-printf-args
-
-File: ./modules/unistdio/u32-snprintf
-Hash: 9d3e3d30f71e91fdc5b5e03a0b6cd0c325987732aed11f760e460a78b3cc03be
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to a fixed-length UTF-32 string.
-#
-#Files:
-#lib/unistdio/u32-snprintf.c
-#lib/unistdio/u-snprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/u32-vsnprintf
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistdio/u32-snprintf.c
-
-File: ./modules/unistdio/u32-sprintf
-Hash: b2bf7b19524e9af5f873aa6746e0b9541a8674ed0c719cf785b34640ebc9bce7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to an UTF-32 string.
-#
-#Files:
-#lib/unistdio/u32-sprintf.c
-#lib/unistdio/u-sprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/u32-sprintf
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistdio/u32-sprintf.c
-
-File: ./modules/unistdio/u32-u32-asnprintf
-Hash: c6db48a7b18e3180257faf8806786872780482b6aae288432f27a13b94ae8461
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to an UTF-32 string, with automatic memory allocation and
-#bounded output size.
-#
-#Files:
-#lib/unistdio/u32-u32-asnprintf.c
-#lib/unistdio/u-asnprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/u32-u32-vasnprintf
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unistdio/u32-u32-asprintf
-Hash: 2579aec352a8fc8d5c74f20b1085688f9828b3759f08b10c11b22892c34871bf
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to an UTF-32 string, with automatic memory allocation.
-#
-#Files:
-#lib/unistdio/u32-u32-asprintf.c
-#lib/unistdio/u-asprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/u32-u32-vasprintf
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistdio/u32-u32-asprintf.c
-
-File: ./modules/unistdio/u32-u32-snprintf
-Hash: 94944d66a8c7f2fc8aee1a402dc12406ac66b367e28c2b1da44338e501a05ef5
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to a fixed-length UTF-32 string.
-#
-#Files:
-#lib/unistdio/u32-u32-snprintf.c
-#lib/unistdio/u-snprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/u32-u32-vsnprintf
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistdio/u32-u32-snprintf.c
-
-File: ./modules/unistdio/u32-u32-sprintf
-Hash: 9a7d4d5bcf8be7e7913c99a0dafd8cf2db3608475f1a412f8c50acdf2ad45e35
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to an UTF-32 string.
-#
-#Files:
-#lib/unistdio/u32-u32-sprintf.c
-#lib/unistdio/u-sprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/u32-u32-sprintf
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistdio/u32-u32-sprintf.c
-
-File: ./modules/unistdio/u32-u32-vasnprintf
-Hash: e8010b11eb33ce3e5f17d3d42583d655ee1da1b1876e4b190b224c891eecd4b9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to UTF-32 strings.
-#
-#Files:
-#lib/unistdio/u32-u32-vasnprintf.c
-#lib/vasnprintf.c
-#m4/vasnprintf.m4
-#m4/printf.m4
-#m4/wchar_t.m4
-#m4/wint_t.m4
-#m4/longlong.m4
-#m4/intmax_t.m4
-#m4/stdint_h.m4
-#m4/inttypes_h.m4
-
-File: ./modules/unistdio/u32-u32-vasprintf
-Hash: 3f8169aa39520c68945f195873e0eb3109147fef1f3ca8d1e4f586073feb0b23
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to an UTF-32 string, with automatic memory allocation.
-#
-#Files:
-#lib/unistdio/u32-u32-vasprintf.c
-#lib/unistdio/u-vasprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/u32-u32-vasnprintf
-#errno
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unistdio/u32-u32-vsnprintf
-Hash: 5c72f750e5e15748ef48465141a5c80060b8a0e5e24c7fc0bfc4af600ee43e43
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to a fixed-length UTF-32 string.
-#
-#Files:
-#lib/unistdio/u32-u32-vsnprintf.c
-#lib/unistdio/u-vsnprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/u32-u32-vasnprintf
-#unistr/u32-cpy
-#errno
-#
-#configure.ac:
-
-File: ./modules/unistdio/u32-u32-vsprintf
-Hash: b41115de72a702c2f6471a8efac119032669525cc835f48ea347c33026f48f3b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to an UTF-32 string.
-#
-#Files:
-#lib/unistdio/u32-u32-vsprintf.c
-#lib/unistdio/u-vsprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/u32-u32-vasnprintf
-#stdint
-#errno
-#
-#configure.ac:
-
-File: ./modules/unistdio/u32-vasnprintf
-Hash: a573d4003a595c0075c5337d0deb65198f6ab5a5dcb643a2b4af9b96d01debf6
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to UTF-32 strings.
-#
-#Files:
-#lib/unistdio/u32-vasnprintf.c
-#lib/vasnprintf.c
-#m4/vasnprintf.m4
-#m4/printf.m4
-#m4/wchar_t.m4
-#m4/wint_t.m4
-#m4/longlong.m4
-#m4/intmax_t.m4
-#m4/stdint_h.m4
-#m4/inttypes_h.m4
-
-File: ./modules/unistdio/u32-vasnprintf-tests
-Hash: 36037a8dc95c519a7e55a1b4f8c56e58a8e3a5a250ffff8bfda2758140ed3f65
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unistdio/test-u32-vasnprintf1.c
-#tests/unistdio/test-u32-asnprintf1.h
-#tests/unistdio/test-u32-printf1.h
-#tests/unistdio/test-u32-vasnprintf2.sh
-#tests/unistdio/test-u32-vasnprintf2.c
-#tests/unistdio/test-u32-vasnprintf3.sh
-#tests/unistdio/test-u32-vasnprintf3.c
-#m4/locale-fr.m4
-#m4/codeset.m4
-#
-#Depends-on:
-#unistr/u32-cmp
-#unistr/u32-cpy
-#unistr/u32-strcmp
-
-File: ./modules/unistdio/u32-vasprintf
-Hash: 882213d6b43cd083fcc15a1165057fdd63d9eb9d5b58a073c2ab1f2d69e3caf7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to an UTF-32 string, with automatic memory allocation.
-#
-#Files:
-#lib/unistdio/u32-vasprintf.c
-#lib/unistdio/u-vasprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/u32-vasnprintf
-#errno
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unistdio/u32-vasprintf-tests
-Hash: cd3da5fa9a934100c549d656d1d64487a57c72087b28137c2b42af09c5437b0f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unistdio/test-u32-vasprintf1.c
-#tests/unistdio/test-u32-printf1.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u32-vasprintf1
-#check_PROGRAMS += test-u32-vasprintf1
-#test_u32_vasprintf1_SOURCES = unistdio/test-u32-vasprintf1.c
-#test_u32_vasprintf1_LDADD = $(LDADD) @LIBICONV@
-
-File: ./modules/unistdio/u32-vsnprintf
-Hash: 2cdec23651eda4713ebf64ee4762c9721011b6bcff7570d2ba9dbb8fc1c261b6
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to a fixed-length UTF-32 string.
-#
-#Files:
-#lib/unistdio/u32-vsnprintf.c
-#lib/unistdio/u-vsnprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/u32-vasnprintf
-#unistr/u32-cpy
-#errno
-#
-#configure.ac:
-
-File: ./modules/unistdio/u32-vsnprintf-tests
-Hash: c68b4af23046464830afb456b98f78c099691d6468eb684aef2dc6808c188a65
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unistdio/test-u32-vsnprintf1.c
-#tests/unistdio/test-u32-printf1.h
-#
-#Depends-on:
-#xalloc
-#progname
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u32-vsnprintf1
-#check_PROGRAMS += test-u32-vsnprintf1
-#test_u32_vsnprintf1_SOURCES = unistdio/test-u32-vsnprintf1.c
-#test_u32_vsnprintf1_LDADD = $(LDADD) @LIBINTL@ @LIBICONV@
-
-File: ./modules/unistdio/u32-vsprintf
-Hash: ebd2451d6c2e41fc7c5271270f372213a92f03ef2daadd2182972b433e554896
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to an UTF-32 string.
-#
-#Files:
-#lib/unistdio/u32-vsprintf.c
-#lib/unistdio/u-vsprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/u32-vasnprintf
-#stdint
-#errno
-#
-#configure.ac:
-
-File: ./modules/unistdio/u32-vsprintf-tests
-Hash: 1acdac65177d0a64e2669c3b2210dd86bc1cbad6cf8204cebbd385657193ce92
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unistdio/test-u32-vsprintf1.c
-#tests/unistdio/test-u32-printf1.h
-#
-#Depends-on:
-#xalloc
-#progname
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u32-vsprintf1
-#check_PROGRAMS += test-u32-vsprintf1
-#test_u32_vsprintf1_SOURCES = unistdio/test-u32-vsprintf1.c
-#test_u32_vsprintf1_LDADD = $(LDADD) @LIBINTL@ @LIBICONV@
-
-File: ./modules/unistdio/u8-asnprintf
-Hash: 671e88d83c47cad90e09e8183d6415bcb4c18035322c98d07a863aeaf6fa0b54
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to an UTF-8 string, with automatic memory allocation and
-#bounded output size.
-#
-#Files:
-#lib/unistdio/u8-asnprintf.c
-#lib/unistdio/u-asnprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/u8-vasnprintf
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unistdio/u8-asnprintf-tests
-Hash: 10a61fe9519293ace37569fdc3cb3e030735c425f3253a7c97a9c4af28834a02
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unistdio/test-u8-asnprintf1.c
-#tests/unistdio/test-u8-asnprintf1.h
-#tests/unistdio/test-u8-printf1.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u8-asnprintf1
-#check_PROGRAMS += test-u8-asnprintf1
-#test_u8_asnprintf1_SOURCES = unistdio/test-u8-asnprintf1.c
-#test_u8_asnprintf1_LDADD = $(LDADD) @LIBICONV@
-
-File: ./modules/unistdio/u8-asprintf
-Hash: 9fe5db8cf1422dc97b9b723452837bf7eba50f2ce70f38744fed356cb67ba6c6
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to an UTF-8 string, with automatic memory allocation.
-#
-#Files:
-#lib/unistdio/u8-asprintf.c
-#lib/unistdio/u-asprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/u8-vasprintf
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistdio/u8-asprintf.c
-
-File: ./modules/unistdio/u8-printf-parse
-Hash: 44082b101deb9af1103053eb19fb0390cd5b28b367c5de92e84ba92d818ba40f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Parsing an UTF-8 format string.
-#
-#Files:
-#lib/unistdio/u-printf-parse.h
-#lib/unistdio/u8-printf-parse.c
-#lib/printf-parse.h
-#lib/printf-parse.c
-#m4/vasnprintf.m4
-#m4/intmax_t.m4
-#m4/stdint_h.m4
-#m4/inttypes_h.m4
-#
-#Depends-on:
-#unistdio/u-printf-args
-
-File: ./modules/unistdio/u8-snprintf
-Hash: 79b5f87048e482b8d4bbd8322eb3cd9ea61083ee9654688c21eba9924d05eb3c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to a fixed-length UTF-8 string.
-#
-#Files:
-#lib/unistdio/u8-snprintf.c
-#lib/unistdio/u-snprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/u8-vsnprintf
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistdio/u8-snprintf.c
-
-File: ./modules/unistdio/u8-sprintf
-Hash: 4477280d827c0700517e29715526f76cc614fde226c78f7dc367e1e78236703e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to an UTF-8 string.
-#
-#Files:
-#lib/unistdio/u8-sprintf.c
-#lib/unistdio/u-sprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/u8-sprintf
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistdio/u8-sprintf.c
-
-File: ./modules/unistdio/u8-u8-asnprintf
-Hash: aa014092e59d71b5f6ec447c5f47f7596fc5accddd217e9fc6032baff8e01142
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to an UTF-8 string, with automatic memory allocation and
-#bounded output size.
-#
-#Files:
-#lib/unistdio/u8-u8-asnprintf.c
-#lib/unistdio/u-asnprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/u8-u8-vasnprintf
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unistdio/u8-u8-asprintf
-Hash: b81a9f24da7506d62addb380cb0899892063ee4bcfa3c39b1782d056cc5e7b98
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to an UTF-8 string, with automatic memory allocation.
-#
-#Files:
-#lib/unistdio/u8-u8-asprintf.c
-#lib/unistdio/u-asprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/u8-u8-vasprintf
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistdio/u8-u8-asprintf.c
-
-File: ./modules/unistdio/u8-u8-snprintf
-Hash: eab1371efd0a40b90692743ed735eaba5eaf3870f968f88d07e30d8baa2a2272
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to a fixed-length UTF-8 string.
-#
-#Files:
-#lib/unistdio/u8-u8-snprintf.c
-#lib/unistdio/u-snprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/u8-u8-vsnprintf
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistdio/u8-u8-snprintf.c
-
-File: ./modules/unistdio/u8-u8-sprintf
-Hash: b06d07e2cc7e3afff9faadfa604c069ca8cf659693881606dc8627b7ec5a0e1c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to an UTF-8 string.
-#
-#Files:
-#lib/unistdio/u8-u8-sprintf.c
-#lib/unistdio/u-sprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/u8-u8-sprintf
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistdio/u8-u8-sprintf.c
-
-File: ./modules/unistdio/u8-u8-vasnprintf
-Hash: c67caefd2283651d78359cec0a2d90b0d5aeb97a3c5db710f666b690452d85ca
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to UTF-8 strings.
-#
-#Files:
-#lib/unistdio/u8-u8-vasnprintf.c
-#lib/vasnprintf.c
-#m4/vasnprintf.m4
-#m4/printf.m4
-#m4/wchar_t.m4
-#m4/wint_t.m4
-#m4/longlong.m4
-#m4/intmax_t.m4
-#m4/stdint_h.m4
-#m4/inttypes_h.m4
-
-File: ./modules/unistdio/u8-u8-vasprintf
-Hash: a08013161a7462b4b53e50b9264b664d384727fc249569c17a885e05e94af322
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to an UTF-8 string, with automatic memory allocation.
-#
-#Files:
-#lib/unistdio/u8-u8-vasprintf.c
-#lib/unistdio/u-vasprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/u8-u8-vasnprintf
-#errno
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unistdio/u8-u8-vsnprintf
-Hash: 61bae80d81e22834e041ca1deb3421979390ac879e971a01e5fcf1bc32cf7bee
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to a fixed-length UTF-8 string.
-#
-#Files:
-#lib/unistdio/u8-u8-vsnprintf.c
-#lib/unistdio/u-vsnprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/u8-u8-vasnprintf
-#unistr/u8-cpy
-#errno
-#
-#configure.ac:
-
-File: ./modules/unistdio/u8-u8-vsprintf
-Hash: 609118650b7ee936ae050628649117774d883713b8a6cb8c5e1c241c74ab81f2
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to an UTF-8 string.
-#
-#Files:
-#lib/unistdio/u8-u8-vsprintf.c
-#lib/unistdio/u-vsprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/u8-u8-vasnprintf
-#stdint
-#errno
-#
-#configure.ac:
-
-File: ./modules/unistdio/u8-vasnprintf
-Hash: 55dcb014930de61418a0dc35670e9d20a7ea72ce01aa0757cc87482bc11eec88
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to UTF-8 strings.
-#
-#Files:
-#lib/unistdio/u8-vasnprintf.c
-#lib/vasnprintf.c
-#m4/vasnprintf.m4
-#m4/printf.m4
-#m4/wchar_t.m4
-#m4/wint_t.m4
-#m4/longlong.m4
-#m4/intmax_t.m4
-#m4/stdint_h.m4
-#m4/inttypes_h.m4
-
-File: ./modules/unistdio/u8-vasnprintf-tests
-Hash: 116b70b260b697d44cddecc4170f10dfec7461493a99589aea489e9697dfaf1f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unistdio/test-u8-vasnprintf1.c
-#tests/unistdio/test-u8-asnprintf1.h
-#tests/unistdio/test-u8-printf1.h
-#tests/unistdio/test-u8-vasnprintf2.sh
-#tests/unistdio/test-u8-vasnprintf2.c
-#tests/unistdio/test-u8-vasnprintf3.sh
-#tests/unistdio/test-u8-vasnprintf3.c
-#m4/locale-fr.m4
-#m4/codeset.m4
-#
-#Depends-on:
-#unistr/u8-cmp
-#unistr/u8-cpy
-#unistr/u8-strcmp
-
-File: ./modules/unistdio/u8-vasprintf
-Hash: f831f573cfd6f1abe875d5fe09542645d419f50eb2bd0f86ae396b86d874c816
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to an UTF-8 string, with automatic memory allocation.
-#
-#Files:
-#lib/unistdio/u8-vasprintf.c
-#lib/unistdio/u-vasprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/u8-vasnprintf
-#errno
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unistdio/u8-vasprintf-tests
-Hash: 6e1fbf837a8c5423857ac068329f2bab9fbd674db7b813b2a13b224ccd13718c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unistdio/test-u8-vasprintf1.c
-#tests/unistdio/test-u8-printf1.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u8-vasprintf1
-#check_PROGRAMS += test-u8-vasprintf1
-#test_u8_vasprintf1_SOURCES = unistdio/test-u8-vasprintf1.c
-#test_u8_vasprintf1_LDADD = $(LDADD) @LIBICONV@
-
-File: ./modules/unistdio/u8-vsnprintf
-Hash: b9eb6dace1eee830b408454c93d614798f2832e95c9f976d964b2956454726a8
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to a fixed-length UTF-8 string.
-#
-#Files:
-#lib/unistdio/u8-vsnprintf.c
-#lib/unistdio/u-vsnprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/u8-vasnprintf
-#unistr/u8-cpy
-#errno
-#
-#configure.ac:
-
-File: ./modules/unistdio/u8-vsnprintf-tests
-Hash: 1be08e23a34822134bc7f1747b68357d4ce2a8f0690d5a06e3b16f0fb0b6c8f2
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unistdio/test-u8-vsnprintf1.c
-#tests/unistdio/test-u8-printf1.h
-#
-#Depends-on:
-#xalloc
-#progname
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u8-vsnprintf1
-#check_PROGRAMS += test-u8-vsnprintf1
-#test_u8_vsnprintf1_SOURCES = unistdio/test-u8-vsnprintf1.c
-#test_u8_vsnprintf1_LDADD = $(LDADD) @LIBINTL@ @LIBICONV@
-
-File: ./modules/unistdio/u8-vsprintf
-Hash: 36876a19f42af01cf95e1f627a66a3b4fb8774dbc13367d748b0eb2534612450
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to an UTF-8 string.
-#
-#Files:
-#lib/unistdio/u8-vsprintf.c
-#lib/unistdio/u-vsprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/u8-vasnprintf
-#stdint
-#errno
-#
-#configure.ac:
-
-File: ./modules/unistdio/u8-vsprintf-tests
-Hash: 84b3a8b35732e99760883086f7ea042ad872e4691b82cdc12004b433c6cd3898
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unistdio/test-u8-vsprintf1.c
-#tests/unistdio/test-u8-printf1.h
-#
-#Depends-on:
-#xalloc
-#progname
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u8-vsprintf1
-#check_PROGRAMS += test-u8-vsprintf1
-#test_u8_vsprintf1_SOURCES = unistdio/test-u8-vsprintf1.c
-#test_u8_vsprintf1_LDADD = $(LDADD) @LIBINTL@ @LIBICONV@
-
-File: ./modules/unistdio/ulc-asnprintf
-Hash: aef4b8ca6ca35a4e2b162dad823919bdefdf406831025f419dc5e8068d11ec1d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to a string, with automatic memory allocation and bounded
-#output size.
-#
-#Files:
-#lib/unistdio/ulc-asnprintf.c
-#lib/unistdio/u-asnprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/ulc-vasnprintf
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unistdio/ulc-asnprintf-tests
-Hash: 1e801a641f59b3b47c5685bef89c04f17748c884d1db640f8808bbfa2562b021
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unistdio/test-ulc-asnprintf1.c
-#tests/unistdio/test-ulc-asnprintf1.h
-#tests/unistdio/test-ulc-printf1.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-ulc-asnprintf1
-#check_PROGRAMS += test-ulc-asnprintf1
-#test_ulc_asnprintf1_SOURCES = unistdio/test-ulc-asnprintf1.c
-#test_ulc_asnprintf1_LDADD = $(LDADD) @LIBICONV@
-
-File: ./modules/unistdio/ulc-asprintf
-Hash: 03a7f927e5cada2a4c5828bc4b3a212b6a0be29cb146459d2cc6a355c7d6ed6b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to a string, with automatic memory allocation.
-#
-#Files:
-#lib/unistdio/ulc-asprintf.c
-#lib/unistdio/u-asprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/ulc-vasprintf
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistdio/ulc-asprintf.c
-
-File: ./modules/unistdio/ulc-fprintf
-Hash: 47e1a7a54213b0cb11c7d73c3ef899ab5947f84f5bd4aa4ee1473daf8ded4178
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Print formatted output to a stream.
-#
-#Files:
-#lib/unistdio/ulc-fprintf.c
-#
-#Depends-on:
-#unistdio/base
-#unistdio/ulc-vasnprintf
-#fseterr
-#errno
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unistdio/ulc-printf-parse
-Hash: e24404a5be2431850f0f1feb51f9fac37bdf6aab0b5bfc8ad170c9257abe81c7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Parsing an ASCII format string.
-#
-#Files:
-#lib/unistdio/u-printf-parse.h
-#lib/unistdio/ulc-printf-parse.c
-#lib/printf-parse.h
-#lib/printf-parse.c
-#m4/vasnprintf.m4
-#m4/intmax_t.m4
-#m4/stdint_h.m4
-#m4/inttypes_h.m4
-#
-#Depends-on:
-#unistdio/u-printf-args
-
-File: ./modules/unistdio/ulc-snprintf
-Hash: 8bcd8d35147496ef3250a46a6e5271502f8ff69cbfd483af5eb93a5d874c9be6
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to a fixed-length string.
-#
-#Files:
-#lib/unistdio/ulc-snprintf.c
-#lib/unistdio/u-snprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/ulc-vsnprintf
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistdio/ulc-snprintf.c
-
-File: ./modules/unistdio/ulc-sprintf
-Hash: 03de557028b609bc44f43a6c2dd375a744c55b482e028f6a0ac404ae45c38c5e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to a string.
-#
-#Files:
-#lib/unistdio/ulc-sprintf.c
-#lib/unistdio/u-sprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/ulc-sprintf
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistdio/ulc-sprintf.c
-
-File: ./modules/unistdio/ulc-vasnprintf
-Hash: 2d955b7e918bba4cf7dc36e075eb2b0d83d4e29fd648db3ed93d231daf7a1530
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to strings.
-#
-#Files:
-#lib/unistdio/ulc-vasnprintf.c
-#lib/vasnprintf.c
-#m4/vasnprintf.m4
-#m4/printf.m4
-#m4/wchar_t.m4
-#m4/wint_t.m4
-#m4/longlong.m4
-#m4/intmax_t.m4
-#m4/stdint_h.m4
-#m4/inttypes_h.m4
-
-File: ./modules/unistdio/ulc-vasnprintf-tests
-Hash: 1c8d7e070a14e0424fc140adc0e006bbb94e1e97a6ccf7f929b3f8b72616eb02
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unistdio/test-ulc-vasnprintf1.c
-#tests/unistdio/test-ulc-asnprintf1.h
-#tests/unistdio/test-ulc-printf1.h
-#tests/unistdio/test-ulc-vasnprintf2.sh
-#tests/unistdio/test-ulc-vasnprintf2.c
-#tests/unistdio/test-ulc-vasnprintf3.sh
-#tests/unistdio/test-ulc-vasnprintf3.c
-#m4/locale-fr.m4
-#m4/codeset.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gt_LOCALE_FR
-
-File: ./modules/unistdio/ulc-vasprintf
-Hash: 836850e1658f7235dff277c8c273b21c5c85d7eb024bb4cc979aea52e1aaff04
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to a string, with automatic memory allocation.
-#
-#Files:
-#lib/unistdio/ulc-vasprintf.c
-#lib/unistdio/u-vasprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/ulc-vasnprintf
-#errno
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unistdio/ulc-vasprintf-tests
-Hash: 30d398df554c29d695b98ab4bbd6d0e2ed3e38713a6455fcfecf6324b7b1935d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unistdio/test-ulc-vasprintf1.c
-#tests/unistdio/test-ulc-printf1.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-ulc-vasprintf1
-#check_PROGRAMS += test-ulc-vasprintf1
-#test_ulc_vasprintf1_SOURCES = unistdio/test-ulc-vasprintf1.c
-#test_ulc_vasprintf1_LDADD = $(LDADD) @LIBICONV@
-
-File: ./modules/unistdio/ulc-vfprintf
-Hash: a517b7505ee60d4a22c9632833a3e9a85edbac52a2882110025727efe7886b26
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Print formatted output to a stream.
-#
-#Files:
-#lib/unistdio/ulc-vfprintf.c
-#
-#Depends-on:
-#unistdio/base
-#unistdio/ulc-vasnprintf
-#fseterr
-#errno
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unistdio/ulc-vsnprintf
-Hash: 51bff1a79ad0658b32c869972f5c1fbcf51339da26f92e2de991e828ae0c59ce
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to a fixed-length string.
-#
-#Files:
-#lib/unistdio/ulc-vsnprintf.c
-#lib/unistdio/u-vsnprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/ulc-vasnprintf
-#errno
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unistdio/ulc-vsnprintf-tests
-Hash: 9b378029e95da2a44f7dc99b6b24d4148ba72916a20ee18228b335f49c9c13b7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unistdio/test-ulc-vsnprintf1.c
-#tests/unistdio/test-ulc-printf1.h
-#
-#Depends-on:
-#xalloc
-#progname
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-ulc-vsnprintf1
-#check_PROGRAMS += test-ulc-vsnprintf1
-#test_ulc_vsnprintf1_SOURCES = unistdio/test-ulc-vsnprintf1.c
-#test_ulc_vsnprintf1_LDADD = $(LDADD) @LIBINTL@ @LIBICONV@
-
-File: ./modules/unistdio/ulc-vsprintf
-Hash: eb869efc315f53bd130d3288515fad6772428e711947a3166d07dc0b686b006b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Formatted output to a string.
-#
-#Files:
-#lib/unistdio/ulc-vsprintf.c
-#lib/unistdio/u-vsprintf.h
-#
-#Depends-on:
-#unistdio/base
-#unistdio/ulc-vasnprintf
-#stdint
-#errno
-#
-#configure.ac:
-
-File: ./modules/unistdio/ulc-vsprintf-tests
-Hash: aebae0fdefdd4531b226beb5e736dfcf790a849d91eb8abee309b6d2def3d0cf
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/unistdio/test-ulc-vsprintf1.c
-#tests/unistdio/test-ulc-printf1.h
-#
-#Depends-on:
-#xalloc
-#progname
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-ulc-vsprintf1
-#check_PROGRAMS += test-ulc-vsprintf1
-#test_ulc_vsprintf1_SOURCES = unistdio/test-ulc-vsprintf1.c
-#test_ulc_vsprintf1_LDADD = $(LDADD) @LIBINTL@ @LIBICONV@
-
-File: ./modules/unistr/base
-Hash: db12f54bab99e17db66374a1cbe7b437ef0698fd82e152c408337de17b2f092b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Base layer for elementary Unicode string functions.
-#
-#Files:
-#lib/unistr.h
-#
-#Depends-on:
-#unitypes
-#stdbool
-#inline
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unistr/u16-check
-Hash: ad6c444a5a5599ada9d5af6c97f77bfeeaf93f462d31efcfeb022793738e2310
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Check UTF-16 string.
-#
-#Files:
-#lib/unistr/u16-check.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u16-check.c
-#
-#Include:
-
-File: ./modules/unistr/u16-chr
-Hash: 6c894150648cf9c4991eb5f1320e36878a0ad878b1973f9a7f53744ae092188f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Search character in piece of UTF-16 string.
-#
-#Files:
-#lib/unistr/u16-chr.c
-#
-#Depends-on:
-#unistr/base
-#unistr/u16-uctomb
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u16-chr.c
-
-File: ./modules/unistr/u16-cmp
-Hash: 6c1680cbdeffbfe7254af009a9b38e4fd7c2a8d04d6cbb827f5b8c79581de104
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Compare pieces of UTF-16 strings.
-#
-#Files:
-#lib/unistr/u16-cmp.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u16-cmp.c
-#
-#Include:
-
-File: ./modules/unistr/u16-cmp2
-Hash: 7d0f86845e9623a2a43cea7ac77f2033321dd70b9eb86b3cff8479eb8f8092ec
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Compare pieces of UTF-16 strings with possibly different lengths.
-#
-#Files:
-#lib/unistr/u16-cmp2.c
-#lib/unistr/u-cmp2.h
-#
-#Depends-on:
-#unistr/base
-#unistr/u16-cmp
-#minmax
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unistr/u16-cpy
-Hash: 4c2c3026a1bd49c91ccc758b866e7796578166a2aa65dafb4966719a13784ce1
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Copy piece of UTF-16 string.
-#
-#Files:
-#lib/unistr/u16-cpy.c
-#lib/unistr/u-cpy.h
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u16-cpy.c
-
-File: ./modules/unistr/u16-cpy-alloc
-Hash: c62421466f75814033d6587c3beae0f81ad0163be8d79ab76e96294d5be98fa1
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Copy piece of UTF-16 string.
-#
-#Files:
-#lib/unistr/u16-cpy-alloc.c
-#lib/unistr/u-cpy-alloc.h
-#
-#Depends-on:
-#unistr/base
-#malloc-posix
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u16-cpy-alloc.c
-
-File: ./modules/unistr/u16-endswith
-Hash: fd68d80d149e1f8b89805dc96f07f05f71d16744dbc36c88ff10277272d5827c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Substring test for UTF-16 strings.
-#
-#Files:
-#lib/unistr/u16-endswith.c
-#lib/unistr/u-endswith.h
-#
-#Depends-on:
-#unistr/base
-#unistr/u16-strlen
-#unistr/u16-cmp
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unistr/u16-mblen
-Hash: 26c0544bfdb15aa81c21e8cca721659799fc9eb4af9859124775f26f2a3a705a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Look at first character in UTF-16 string.
-#
-#Files:
-#lib/unistr/u16-mblen.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u16-mblen.c
-#
-#Include:
-
-File: ./modules/unistr/u16-mbsnlen
-Hash: 270ddf040b389f659a422772337a42fc0ec8dd948c8c10451154f6d844ee6b05
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Count characters in UTF-16 string.
-#
-#Files:
-#lib/unistr/u16-mbsnlen.c
-#
-#Depends-on:
-#unistr/base
-#unistr/u16-mblen
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u16-mbsnlen.c
-
-File: ./modules/unistr/u16-mbtouc
-Hash: 3e7eff841306b06d86124014854b26de8789fb0ce6f8712fa55b055f224dc01b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Look at first character in UTF-16 string.
-#
-#Files:
-#lib/unistr/u16-mbtouc.c
-#lib/unistr/u16-mbtouc-aux.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#gl_MODULE_INDICATOR([unistr/u16-mbtouc])
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u16-mbtouc.c unistr/u16-mbtouc-aux.c
-
-File: ./modules/unistr/u16-mbtouc-unsafe
-Hash: c0e51d9a7694fa751055b2101e4145eb3c274590735f9e3aaa7f2ba527181a2b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Look at first character in UTF-16 string.
-#
-#Files:
-#lib/unistr/u16-mbtouc-unsafe.c
-#lib/unistr/u16-mbtouc-unsafe-aux.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#gl_MODULE_INDICATOR([unistr/u16-mbtouc-unsafe])
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u16-mbtouc-unsafe.c unistr/u16-mbtouc-unsafe-aux.c
-
-File: ./modules/unistr/u16-mbtoucr
-Hash: b4d4a7d76a589c82835ed877110de2f60d8784b5967cbe25f0d76cbb1a2da887
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Look at first character in UTF-16 string, returning an error code upon failure.
-#
-#Files:
-#lib/unistr/u16-mbtoucr.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#gl_MODULE_INDICATOR([unistr/u16-mbtoucr])
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u16-mbtoucr.c
-
-File: ./modules/unistr/u16-move
-Hash: 9a0ecd1db4dcb2318df5febbce8fdda68bed7d0e159505d9d34f35b1c81620c1
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Copy piece of UTF-16 string.
-#
-#Files:
-#lib/unistr/u16-move.c
-#lib/unistr/u-move.h
-#
-#Depends-on:
-#unistr/base
-#memmove
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u16-move.c
-
-File: ./modules/unistr/u16-next
-Hash: e2886f5dc60d6da76a941b4ba981a844116081c6002290af2034b04bc33d24c9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Iterate over next character in UTF-16 string.
-#
-#Files:
-#lib/unistr/u16-next.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u16-next.c
-#
-#Include:
-
-File: ./modules/unistr/u16-prev
-Hash: b10276bd1b4800ac02a835a6a1304a196318ceb8ba7007cc39163874d6b2b414
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Iterate over previous character in UTF-16 string.
-#
-#Files:
-#lib/unistr/u16-prev.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u16-prev.c
-#
-#Include:
-
-File: ./modules/unistr/u16-set
-Hash: 114fbcd3a3fed8c29138b66ac993b9245c5defb057304fda3b051515c3875ff1
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Fill UTF-16 string.
-#
-#Files:
-#lib/unistr/u16-set.c
-#lib/unistr/u-set.h
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u16-set.c
-
-File: ./modules/unistr/u16-startswith
-Hash: 1c99a909517d107b4bc043ab2289b7c6e9bba9474e4dd7e84bc2926b38e9e279
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Substring test for UTF-16 strings.
-#
-#Files:
-#lib/unistr/u16-startswith.c
-#lib/unistr/u-startswith.h
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u16-startswith.c
-
-File: ./modules/unistr/u16-stpcpy
-Hash: 768b6daf4c471a2a53acef0cacdfe8e4149f46ceb14ab399c3b2ba7b83d4f5b3
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Copy UTF-16 string.
-#
-#Files:
-#lib/unistr/u16-stpcpy.c
-#lib/unistr/u-stpcpy.h
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u16-stpcpy.c
-
-File: ./modules/unistr/u16-stpncpy
-Hash: 0ddc4dc25205318206f6d5672095fab98b5db9c46a147fad733625ecd65123f8
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Copy UTF-16 string.
-#
-#Files:
-#lib/unistr/u16-stpncpy.c
-#lib/unistr/u-stpncpy.h
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u16-stpncpy.c
-
-File: ./modules/unistr/u16-strcat
-Hash: 88ee8f819e444554daf43fea856b453474a12bee6c17437accad02cf95ee6735
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Concatenate UTF-16 strings.
-#
-#Files:
-#lib/unistr/u16-strcat.c
-#lib/unistr/u-strcat.h
-#
-#Depends-on:
-#unistr/base
-#unistr/u16-strlen
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u16-strcat.c
-
-File: ./modules/unistr/u16-strchr
-Hash: dcea6f78f71dd2109e6110bd7a16fa2d0a22b874796525e0408a254480565d2a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Search character in UTF-16 string.
-#
-#Files:
-#lib/unistr/u16-strchr.c
-#
-#Depends-on:
-#unistr/base
-#unistr/u16-uctomb
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u16-strchr.c
-
-File: ./modules/unistr/u16-strcmp
-Hash: 9d508e0abbece1745811f8dae554e715a7d8810d5592374ef22a48a71bc83086
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Compare UTF-16 strings.
-#
-#Files:
-#lib/unistr/u16-strcmp.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u16-strcmp.c
-#
-#Include:
-
-File: ./modules/unistr/u16-strcoll
-Hash: 1fe6ba935b495dc3478561c04d876888a347fe69f38317c38428da74b126b0bd
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Compare UTF-16 strings using the collation rules of the current locale.
-#
-#Files:
-#lib/unistr/u16-strcoll.c
-#lib/unistr/u-strcoll.h
-#
-#Depends-on:
-#unistr/base
-#unistr/u16-strcmp
-#uniconv/u16-strconv-to-locale
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unistr/u16-strcpy
-Hash: af4022a6903937a21af7a08c5717154046fdd57e878c927d2edec273d2a926a6
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Copy UTF-16 string.
-#
-#Files:
-#lib/unistr/u16-strcpy.c
-#lib/unistr/u-strcpy.h
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u16-strcpy.c
-
-File: ./modules/unistr/u16-strcspn
-Hash: d81d7f1d978cd2385ef84886511f43055c67086231b11f06adca968444603ac2
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Search for some characters in UTF-16 string.
-#
-#Files:
-#lib/unistr/u16-strcspn.c
-#lib/unistr/u-strcspn.h
-#
-#Depends-on:
-#unistr/base
-#unistr/u16-strlen
-#unistr/u16-strmbtouc
-#unistr/u16-strchr
-#
-#configure.ac:
-
-File: ./modules/unistr/u16-strdup
-Hash: c589b243730f3ce78ba1ed578ed46050b66267618dca7ae20f79f7cb1275795f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Copy UTF-16 string.
-#
-#Files:
-#lib/unistr/u16-strdup.c
-#lib/unistr/u-strdup.h
-#
-#Depends-on:
-#unistr/base
-#unistr/u16-strlen
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u16-strdup.c
-
-File: ./modules/unistr/u16-strlen
-Hash: 85de6c72712b4e42a20ae5fd7aead9d06d1e78fa6fc9a479ab0a4d985ddb7f8e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Determine length of UTF-16 string.
-#
-#Files:
-#lib/unistr/u16-strlen.c
-#lib/unistr/u-strlen.h
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u16-strlen.c
-
-File: ./modules/unistr/u16-strmblen
-Hash: 757f17cdeeb24d993e1d0f25ee11241f4592f31df2ff9b8d714fa40f1a425bc7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Look at first character in UTF-16 string.
-#
-#Files:
-#lib/unistr/u16-strmblen.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u16-strmblen.c
-#
-#Include:
-
-File: ./modules/unistr/u16-strmbtouc
-Hash: 8b6dd01329ab9c2282e3cc33f1d47413579448ceb31527062d902bf4203e4d41
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Look at first character in UTF-16 string.
-#
-#Files:
-#lib/unistr/u16-strmbtouc.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u16-strmbtouc.c
-#
-#Include:
-
-File: ./modules/unistr/u16-strncat
-Hash: fe1e70a83c71ee2ec211d24de4c48d8b9811b03bd8db37317832f52292fc5a4a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Concatenate UTF-16 strings.
-#
-#Files:
-#lib/unistr/u16-strncat.c
-#lib/unistr/u-strncat.h
-#
-#Depends-on:
-#unistr/base
-#unistr/u16-strlen
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u16-strncat.c
-
-File: ./modules/unistr/u16-strncmp
-Hash: 25d145ad99710676d8aeada4370f22d6782b5b340ff43bcf914b24266d700cab
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Compare UTF-16 strings.
-#
-#Files:
-#lib/unistr/u16-strncmp.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u16-strncmp.c
-#
-#Include:
-
-File: ./modules/unistr/u16-strncpy
-Hash: 058c662917c80ac2a3b1e1265b2aef2942cb80af1fc7647692d735ea0e91429f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Copy UTF-16 string.
-#
-#Files:
-#lib/unistr/u16-strncpy.c
-#lib/unistr/u-strncpy.h
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u16-strncpy.c
-
-File: ./modules/unistr/u16-strnlen
-Hash: bc1f56a19f7521d6d6fd729687ebf5f1722a86bcad21e4222c85701fe89c9be3
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Determine bounded length of UTF-16 string.
-#
-#Files:
-#lib/unistr/u16-strnlen.c
-#lib/unistr/u-strnlen.h
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u16-strnlen.c
-
-File: ./modules/unistr/u16-strpbrk
-Hash: b18ea47f78d4c249674e38e7b0d10f07914a2f961ce737e9734a59ebeafd5e97
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Search for some characters in UTF-16 string.
-#
-#Files:
-#lib/unistr/u16-strpbrk.c
-#lib/unistr/u-strpbrk.h
-#
-#Depends-on:
-#unistr/base
-#unistr/u16-strmbtouc
-#unistr/u16-strchr
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unistr/u16-strrchr
-Hash: a6037543d1928cad924bb02facd245aef6c2419603ae2a837e7f314885d1d754
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Search character in UTF-16 string.
-#
-#Files:
-#lib/unistr/u16-strrchr.c
-#
-#Depends-on:
-#unistr/base
-#unistr/u16-uctomb
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u16-strrchr.c
-
-File: ./modules/unistr/u16-strspn
-Hash: b0c52081086d9124b0ccdf547c3d3a350928da09fffb4a14f309e574fc1bb6bf
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Search for some characters in UTF-16 string.
-#
-#Files:
-#lib/unistr/u16-strspn.c
-#lib/unistr/u-strspn.h
-#
-#Depends-on:
-#unistr/base
-#unistr/u16-strlen
-#unistr/u16-strmbtouc
-#unistr/u16-cmp
-#unistr/u16-strchr
-#
-#configure.ac:
-
-File: ./modules/unistr/u16-strstr
-Hash: a4d8fadace1392d4a8c2bf1d2d9001cf52051b7cecadf246c46980a1219661c2
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Substring test for UTF-16 strings.
-#
-#Files:
-#lib/unistr/u16-strstr.c
-#lib/unistr/u-strstr.h
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u16-strstr.c
-
-File: ./modules/unistr/u16-strtok
-Hash: 6ab1255e7878f7e66c14b305cd9c23c25767e21f0b902e92f75b2de2b133e85a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Tokenize UTF-16 string.
-#
-#Files:
-#lib/unistr/u16-strtok.c
-#lib/unistr/u-strtok.h
-#
-#Depends-on:
-#unistr/base
-#unistr/u16-strspn
-#unistr/u16-strpbrk
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unistr/u16-to-u32
-Hash: 1ed07813c21251360d34df1c66a3daccd46125db5a9fc2567c1496e997bb66cc
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Convert UTF-16 string to UTF-32 string.
-#
-#Files:
-#lib/unistr/u16-to-u32.c
-#
-#Depends-on:
-#unistr/base
-#unistr/u16-mbtouc
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u16-to-u32.c
-
-File: ./modules/unistr/u16-to-u8
-Hash: 4be6380172f47f003a1063b623d36f0a85c64ea132e0cb472f53461599799806
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Convert UTF-16 string to UTF-8 string.
-#
-#Files:
-#lib/unistr/u16-to-u8.c
-#
-#Depends-on:
-#unistr/base
-#unistr/u16-mbtouc
-#unistr/u8-uctomb
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u16-to-u8.c
-
-File: ./modules/unistr/u16-uctomb
-Hash: 96a71e89b7fa7eb1cfe1ebd8e41ceabf497aa60f4640968470ed47918aafb1e4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Store a character in UTF-16 string.
-#
-#Files:
-#lib/unistr/u16-uctomb.c
-#lib/unistr/u16-uctomb-aux.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#gl_MODULE_INDICATOR([unistr/u16-uctomb])
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u16-uctomb.c unistr/u16-uctomb-aux.c
-
-File: ./modules/unistr/u32-check
-Hash: d30089eb527ed45788420d61fb178c2d0b33a244eb675a679a9b6fd2fef42555
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Check UTF-32 string.
-#
-#Files:
-#lib/unistr/u32-check.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u32-check.c
-#
-#Include:
-
-File: ./modules/unistr/u32-chr
-Hash: 1ef545b51ec0c964f4a9476466a69e63f79c453c5d5263f0b24bfb9618acdcbe
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Search character in piece of UTF-32 string.
-#
-#Files:
-#lib/unistr/u32-chr.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u32-chr.c
-#
-#Include:
-
-File: ./modules/unistr/u32-cmp
-Hash: a89c5d8292e8294b4e754de419a6bacd5f1af4a6fa42dd0eb5c5833cd60cdff4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Compare pieces of UTF-32 strings.
-#
-#Files:
-#lib/unistr/u32-cmp.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u32-cmp.c
-#
-#Include:
-
-File: ./modules/unistr/u32-cmp2
-Hash: 59b45d7fd7ecfd2c32cd59c72eb001f51c33df3f1d790f91be50da090076f70e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Compare pieces of UTF-32 strings with possibly different lengths.
-#
-#Files:
-#lib/unistr/u32-cmp2.c
-#lib/unistr/u-cmp2.h
-#
-#Depends-on:
-#unistr/base
-#unistr/u32-cmp
-#minmax
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unistr/u32-cpy
-Hash: 19a8f09d63a3fc5788ed016282639b16e694ce41efef0b9c98cb998cd6cda60a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Copy piece of UTF-32 string.
-#
-#Files:
-#lib/unistr/u32-cpy.c
-#lib/unistr/u-cpy.h
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u32-cpy.c
-
-File: ./modules/unistr/u32-cpy-alloc
-Hash: bbe7c52e264a76ae6b197122f7ef7d5644bae478ae870e3877a6d275cf272437
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Copy piece of UTF-32 string.
-#
-#Files:
-#lib/unistr/u32-cpy-alloc.c
-#lib/unistr/u-cpy-alloc.h
-#
-#Depends-on:
-#unistr/base
-#malloc-posix
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u32-cpy-alloc.c
-
-File: ./modules/unistr/u32-endswith
-Hash: 12d65828740c811526f183278620b0767e19b7e189d698648b48fec0bcf641b1
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Substring test for UTF-32 strings.
-#
-#Files:
-#lib/unistr/u32-endswith.c
-#lib/unistr/u-endswith.h
-#
-#Depends-on:
-#unistr/base
-#unistr/u32-strlen
-#unistr/u32-cmp
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unistr/u32-mblen
-Hash: dfd5b7f9f5ddd7f8cda044e2ce8e4b9812b85498250cc94f9a1afc31e3ce9f7a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Look at first character in UTF-32 string.
-#
-#Files:
-#lib/unistr/u32-mblen.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u32-mblen.c
-#
-#Include:
-
-File: ./modules/unistr/u32-mbsnlen
-Hash: c31250e54523ca128b3ed988d971d7e11660e697418e817492b0bf560f6c4224
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Count characters in UTF-32 string.
-#
-#Files:
-#lib/unistr/u32-mbsnlen.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u32-mbsnlen.c
-#
-#Include:
-
-File: ./modules/unistr/u32-mbtouc
-Hash: 97fab0b684c47ef8efe41fb02737feafbf66aa909ed50d38a9f2b22b177eb150
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Look at first character in UTF-32 string.
-#
-#Files:
-#lib/unistr/u32-mbtouc.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#gl_MODULE_INDICATOR([unistr/u32-mbtouc])
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u32-mbtouc.c
-
-File: ./modules/unistr/u32-mbtouc-unsafe
-Hash: adf485282664d86d231c518cf90e384edff8e45d6856c08a74d01bdffe9c1b31
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Look at first character in UTF-32 string.
-#
-#Files:
-#lib/unistr/u32-mbtouc-unsafe.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#gl_MODULE_INDICATOR([unistr/u32-mbtouc-unsafe])
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u32-mbtouc-unsafe.c
-
-File: ./modules/unistr/u32-mbtoucr
-Hash: 43802ecda3d739f61ee96e307a9e89513827787a3fea19d6bc619e2fe75ce235
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Look at first character in UTF-32 string, returning an error code upon failure.
-#
-#Files:
-#lib/unistr/u32-mbtoucr.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#gl_MODULE_INDICATOR([unistr/u32-mbtoucr])
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u32-mbtoucr.c
-
-File: ./modules/unistr/u32-move
-Hash: 598e84fe64fcc32320d43558f207c4c2f650cca4176da169ebdb525e96870337
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Copy piece of UTF-32 string.
-#
-#Files:
-#lib/unistr/u32-move.c
-#lib/unistr/u-move.h
-#
-#Depends-on:
-#unistr/base
-#memmove
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u32-move.c
-
-File: ./modules/unistr/u32-next
-Hash: a1643b07f52eee7629ead82e69379068917e0731aceb00c5758875c59b7c8147
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Iterate over next character in UTF-32 string.
-#
-#Files:
-#lib/unistr/u32-next.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u32-next.c
-#
-#Include:
-
-File: ./modules/unistr/u32-prev
-Hash: 4d810016048f7288e2ed8abbe5aad802e978554e6bd59751bd32ef757a2a44bd
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Iterate over previous character in UTF-32 string.
-#
-#Files:
-#lib/unistr/u32-prev.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u32-prev.c
-#
-#Include:
-
-File: ./modules/unistr/u32-set
-Hash: e4c2e34d50001462cac8a78eeb9a2934842aa8fcd830c164b8c5c6a9b29e6989
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Fill UTF-32 string.
-#
-#Files:
-#lib/unistr/u32-set.c
-#lib/unistr/u-set.h
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u32-set.c
-
-File: ./modules/unistr/u32-startswith
-Hash: 3c5ca341b07d6b8cb9d89b7c9112d3800ceb600f646ffbcaf130f419ae525439
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Substring test for UTF-32 strings.
-#
-#Files:
-#lib/unistr/u32-startswith.c
-#lib/unistr/u-startswith.h
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u32-startswith.c
-
-File: ./modules/unistr/u32-stpcpy
-Hash: b446f2c8936a11f4cd5e1aeb26c2b5ee54e00895f295c64150bedbe7d7bf9aaf
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Copy UTF-32 string.
-#
-#Files:
-#lib/unistr/u32-stpcpy.c
-#lib/unistr/u-stpcpy.h
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u32-stpcpy.c
-
-File: ./modules/unistr/u32-stpncpy
-Hash: 1316df8fbcf81888ec6a060e7b50dc78bfa42fb1984fa53cf718c80904c3094f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Copy UTF-32 string.
-#
-#Files:
-#lib/unistr/u32-stpncpy.c
-#lib/unistr/u-stpncpy.h
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u32-stpncpy.c
-
-File: ./modules/unistr/u32-strcat
-Hash: 4c925e546f690a456f6e577a025389a0b3eb5b209801629047b2dde3b94f3509
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Concatenate UTF-32 strings.
-#
-#Files:
-#lib/unistr/u32-strcat.c
-#lib/unistr/u-strcat.h
-#
-#Depends-on:
-#unistr/base
-#unistr/u32-strlen
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u32-strcat.c
-
-File: ./modules/unistr/u32-strchr
-Hash: 56f174656fdf4adad996c9f8c5c24a5f740352e7628b1ba77506deb6a37f9cdc
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Search character in UTF-32 string.
-#
-#Files:
-#lib/unistr/u32-strchr.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u32-strchr.c
-#
-#Include:
-
-File: ./modules/unistr/u32-strcmp
-Hash: 7065d4bc58252885bb48ffd390e2598b13e53b629f99b1bb9ce9c64d6bc3ebfb
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Compare UTF-32 strings.
-#
-#Files:
-#lib/unistr/u32-strcmp.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u32-strcmp.c
-#
-#Include:
-
-File: ./modules/unistr/u32-strcoll
-Hash: 5613745c45e9990b47ddb6d591605f89411d5270bc593481cd5009218c2396a6
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Compare UTF-32 strings using the collation rules of the current locale.
-#
-#Files:
-#lib/unistr/u32-strcoll.c
-#lib/unistr/u-strcoll.h
-#
-#Depends-on:
-#unistr/base
-#unistr/u32-strcmp
-#uniconv/u32-strconv-to-locale
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unistr/u32-strcpy
-Hash: fcc34d80ea5d8c6e8f9b81a5f304c610e56a561c384184f7828b174b8030d889
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Copy UTF-32 string.
-#
-#Files:
-#lib/unistr/u32-strcpy.c
-#lib/unistr/u-strcpy.h
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u32-strcpy.c
-
-File: ./modules/unistr/u32-strcspn
-Hash: 2bc19f0ef48e258551cd82ccd6ae6acab80afd51324e942dbc96d2777e9e0e06
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Search for some characters in UTF-32 string.
-#
-#Files:
-#lib/unistr/u32-strcspn.c
-#
-#Depends-on:
-#unistr/base
-#unistr/u32-strlen
-#unistr/u32-strchr
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u32-strcspn.c
-
-File: ./modules/unistr/u32-strdup
-Hash: a86383941494d5eabe2c7c18986a45f1949520c0bb308324490f6c8c33bcad06
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Copy UTF-32 string.
-#
-#Files:
-#lib/unistr/u32-strdup.c
-#lib/unistr/u-strdup.h
-#
-#Depends-on:
-#unistr/base
-#unistr/u32-strlen
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u32-strdup.c
-
-File: ./modules/unistr/u32-strlen
-Hash: cac5e41b27597a0e6ea06e373da8c27d86c950ac67e32dead50003e539f7fe43
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Determine length of UTF-32 string.
-#
-#Files:
-#lib/unistr/u32-strlen.c
-#lib/unistr/u-strlen.h
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u32-strlen.c
-
-File: ./modules/unistr/u32-strmblen
-Hash: 0a39dd66f226db1655fa8adde6900e597ce8cb093af6419a0773394bf43e8bf2
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Look at first character in UTF-32 string.
-#
-#Files:
-#lib/unistr/u32-strmblen.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u32-strmblen.c
-#
-#Include:
-
-File: ./modules/unistr/u32-strmbtouc
-Hash: b549c1a44c55d0ab2c49f1adebb1920287cd23f3706b970f4597894c034d5e86
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Look at first character in UTF-32 string.
-#
-#Files:
-#lib/unistr/u32-strmbtouc.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u32-strmbtouc.c
-#
-#Include:
-
-File: ./modules/unistr/u32-strncat
-Hash: 57f9cd08214329a7a22ae525087199e02b869335a7d205fabf671f4980de6899
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Concatenate UTF-32 strings.
-#
-#Files:
-#lib/unistr/u32-strncat.c
-#lib/unistr/u-strncat.h
-#
-#Depends-on:
-#unistr/base
-#unistr/u32-strlen
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u32-strncat.c
-
-File: ./modules/unistr/u32-strncmp
-Hash: e96953d0ea23e21638cfb21463b1dc6a24727b137c96a1a3d55d2863f182f198
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Compare UTF-32 strings.
-#
-#Files:
-#lib/unistr/u32-strncmp.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u32-strncmp.c
-#
-#Include:
-
-File: ./modules/unistr/u32-strncpy
-Hash: 3c1ed4cd48c6daf7faca50c6ea9e58bad9306e1ec96b392ce6941db4e9ae4341
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Copy UTF-32 string.
-#
-#Files:
-#lib/unistr/u32-strncpy.c
-#lib/unistr/u-strncpy.h
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u32-strncpy.c
-
-File: ./modules/unistr/u32-strnlen
-Hash: 28f35912d4dd18d1efb1ec1b5ab7370f6c8d5ca60fa4672627d18b96fe6971ce
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Determine bounded length of UTF-32 string.
-#
-#Files:
-#lib/unistr/u32-strnlen.c
-#lib/unistr/u-strnlen.h
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u32-strnlen.c
-
-File: ./modules/unistr/u32-strpbrk
-Hash: 3d1e9ba187b678b79f07715d90f0fd805860a04670b5b4ec832db44a11c791e2
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Search for some characters in UTF-32 string.
-#
-#Files:
-#lib/unistr/u32-strpbrk.c
-#
-#Depends-on:
-#unistr/base
-#unistr/u32-strchr
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u32-strpbrk.c
-
-File: ./modules/unistr/u32-strrchr
-Hash: 354743e1655d52b8664156e34b7bbd99f6c10f09221923cfcd72a00f531cc34e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Search character in UTF-32 string.
-#
-#Files:
-#lib/unistr/u32-strrchr.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u32-strrchr.c
-#
-#Include:
-
-File: ./modules/unistr/u32-strspn
-Hash: 2c0deed50d3efbf74245bafc93dca86fd3cac1120db9190f93ad2ce047b0931b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Search for some characters in UTF-32 string.
-#
-#Files:
-#lib/unistr/u32-strspn.c
-#
-#Depends-on:
-#unistr/base
-#unistr/u32-strchr
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u32-strspn.c
-
-File: ./modules/unistr/u32-strstr
-Hash: 876a50ab36555d6512bff19b244be2ce5f7bdbda514aabc36e7b5ea80559572b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Substring test for UTF-32 strings.
-#
-#Files:
-#lib/unistr/u32-strstr.c
-#lib/unistr/u-strstr.h
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u32-strstr.c
-
-File: ./modules/unistr/u32-strtok
-Hash: 529d687fd41eb8bd1e8c79f8c17b630e83b4293186976cadb38afc021a6a2a0d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Tokenize UTF-32 string.
-#
-#Files:
-#lib/unistr/u32-strtok.c
-#lib/unistr/u-strtok.h
-#
-#Depends-on:
-#unistr/base
-#unistr/u32-strspn
-#unistr/u32-strpbrk
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unistr/u32-to-u16
-Hash: 022d4994ff8e18312f8980e63443531a9e85316a1fe116717032e2a79d294bb6
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Convert UTF-32 string to UTF-16 string.
-#
-#Files:
-#lib/unistr/u32-to-u16.c
-#
-#Depends-on:
-#unistr/base
-#unistr/u16-uctomb
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u32-to-u16.c
-
-File: ./modules/unistr/u32-to-u8
-Hash: fd3ab8952b1edc44a7b37328238e9a9d259c19ee9ac7d6931f0ebaef8776bc37
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Convert UTF-32 string to UTF-8 string.
-#
-#Files:
-#lib/unistr/u32-to-u8.c
-#
-#Depends-on:
-#unistr/base
-#unistr/u8-uctomb
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u32-to-u8.c
-
-File: ./modules/unistr/u32-uctomb
-Hash: 1af030b215d042441496451065fa2a829bef744bba02b1b9ab1e0b2c069f7b89
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Store a character in UTF-32 string.
-#
-#Files:
-#lib/unistr/u32-uctomb.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#gl_MODULE_INDICATOR([unistr/u32-uctomb])
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u32-uctomb.c
-
-File: ./modules/unistr/u8-check
-Hash: e762bd6549a1b7739cfdde71aa4fdc5bcb65de7297b68d3bf0253b675c66ec2c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Check UTF-8 string.
-#
-#Files:
-#lib/unistr/u8-check.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u8-check.c
-#
-#Include:
-
-File: ./modules/unistr/u8-chr
-Hash: 0f0f61a73f9c721fffacf395adf6390efc059183552a212b322f17396d8badfd
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Search character in piece of UTF-8 string.
-#
-#Files:
-#lib/unistr/u8-chr.c
-#
-#Depends-on:
-#unistr/base
-#unistr/u8-uctomb
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u8-chr.c
-
-File: ./modules/unistr/u8-cmp
-Hash: e53af4cf3c4bbdaf8b40dcfd3d2d9ba20534b044f44a92db805c3acc2ac558f4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Compare pieces of UTF-8 strings.
-#
-#Files:
-#lib/unistr/u8-cmp.c
-#
-#Depends-on:
-#unistr/base
-#memcmp
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u8-cmp.c
-
-File: ./modules/unistr/u8-cmp2
-Hash: 00fccbb392a1ea9e5a35b9e5b0e92734f0b03ef7c1bf58e88234e80be6d15034
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Compare pieces of UTF-8 strings with possibly different lengths.
-#
-#Files:
-#lib/unistr/u8-cmp2.c
-#lib/unistr/u-cmp2.h
-#
-#Depends-on:
-#unistr/base
-#unistr/u8-cmp
-#minmax
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unistr/u8-cpy
-Hash: a8d050dbe93417ef2632e1cd18f25c1ef0d1b02b74ef16a7968e9e3756afad40
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Copy piece of UTF-8 string.
-#
-#Files:
-#lib/unistr/u8-cpy.c
-#lib/unistr/u-cpy.h
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u8-cpy.c
-
-File: ./modules/unistr/u8-cpy-alloc
-Hash: 7b4a814d0a03e059042bee4ad27e13d8bc3d280393db8d95e0d4bef3466e0f60
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Copy piece of UTF-8 string.
-#
-#Files:
-#lib/unistr/u8-cpy-alloc.c
-#lib/unistr/u-cpy-alloc.h
-#
-#Depends-on:
-#unistr/base
-#malloc-posix
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u8-cpy-alloc.c
-
-File: ./modules/unistr/u8-endswith
-Hash: 39adcf4c5bd6e19f7600028d7625f6b4b0e7cbb6b2af481f6ecd787fdf9188ec
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Substring test for UTF-8 strings.
-#
-#Files:
-#lib/unistr/u8-endswith.c
-#lib/unistr/u-endswith.h
-#
-#Depends-on:
-#unistr/base
-#unistr/u8-strlen
-#unistr/u8-cmp
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unistr/u8-mblen
-Hash: 408faa587e56fbb1d478e61d61dd03cdc116d3dd92d9b54e6c0c9bfdff5b5276
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Look at first character in UTF-8 string.
-#
-#Files:
-#lib/unistr/u8-mblen.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u8-mblen.c
-#
-#Include:
-
-File: ./modules/unistr/u8-mbsnlen
-Hash: f0f2db825748512cee734ad6fa30b49a4609d6f0bd990758476030ab197d3a96
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Count characters in UTF-8 string.
-#
-#Files:
-#lib/unistr/u8-mbsnlen.c
-#
-#Depends-on:
-#unistr/base
-#unistr/u8-mblen
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u8-mbsnlen.c
-
-File: ./modules/unistr/u8-mbtouc
-Hash: 518c26f031f4bf33f4ada1641e839d4332c8e1ed7e5c6044b3d9042aff5d4ba0
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Look at first character in UTF-8 string.
-#
-#Files:
-#lib/unistr/u8-mbtouc.c
-#lib/unistr/u8-mbtouc-aux.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#gl_MODULE_INDICATOR([unistr/u8-mbtouc])
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u8-mbtouc.c unistr/u8-mbtouc-aux.c
-
-File: ./modules/unistr/u8-mbtouc-unsafe
-Hash: 3de70315efd5082b08b82696cb8607aed3a9ce70772847e7404961630d4565d1
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Look at first character in UTF-8 string.
-#
-#Files:
-#lib/unistr/u8-mbtouc-unsafe.c
-#lib/unistr/u8-mbtouc-unsafe-aux.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#gl_MODULE_INDICATOR([unistr/u8-mbtouc-unsafe])
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u8-mbtouc-unsafe.c unistr/u8-mbtouc-unsafe-aux.c
-
-File: ./modules/unistr/u8-mbtoucr
-Hash: fa50e84a06148660a72bf6793ab1ab735d876fc58d4af10d3da13089aebbba73
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Look at first character in UTF-8 string, returning an error code upon failure.
-#
-#Files:
-#lib/unistr/u8-mbtoucr.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#gl_MODULE_INDICATOR([unistr/u8-mbtoucr])
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u8-mbtoucr.c
-
-File: ./modules/unistr/u8-move
-Hash: 266f706359ff6fa14c20e575e16bc5485d3353b6f89c410ac93dcf41601669b8
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Copy piece of UTF-8 string.
-#
-#Files:
-#lib/unistr/u8-move.c
-#lib/unistr/u-move.h
-#
-#Depends-on:
-#unistr/base
-#memmove
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u8-move.c
-
-File: ./modules/unistr/u8-next
-Hash: 1b8d63ec73c8841e2de255038e733d06312add264d5a9d6493a37238415f3476
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Iterate over next character in UTF-8 string.
-#
-#Files:
-#lib/unistr/u8-next.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u8-next.c
-#
-#Include:
-
-File: ./modules/unistr/u8-prev
-Hash: 8d5b54525b1e206aceacc33ac18db8f242f680e4ff2108dc4f339cad3d3846bd
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Iterate over previous character in UTF-8 string.
-#
-#Files:
-#lib/unistr/u8-prev.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u8-prev.c
-#
-#Include:
-
-File: ./modules/unistr/u8-set
-Hash: 0758300e7315732a1bdd6e409ed9ae5a66e81f6af5196c56a13bea90e59ac0d0
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Fill UTF-8 string.
-#
-#Files:
-#lib/unistr/u8-set.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u8-set.c
-#
-#Include:
-
-File: ./modules/unistr/u8-startswith
-Hash: ce09cc33ab2257e14a2c13048216ca38145c2a027391108dcad6645cf38d134b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Substring test for UTF-8 strings.
-#
-#Files:
-#lib/unistr/u8-startswith.c
-#lib/unistr/u-startswith.h
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u8-startswith.c
-
-File: ./modules/unistr/u8-stpcpy
-Hash: f51e9e6b3a4e4d55ce408f8332ced953ef2701226945794ca9a736debd142f6a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Copy UTF-8 string.
-#
-#Files:
-#lib/unistr/u8-stpcpy.c
-#lib/unistr/u-stpcpy.h
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#AC_CHECK_FUNCS_ONCE([stpcpy])
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u8-stpcpy.c
-
-File: ./modules/unistr/u8-stpncpy
-Hash: 0509c5614f94701a66adc81cf069f2eceff65e00afe2e8af7e7ee372242fc0ec
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Copy UTF-8 string.
-#
-#Files:
-#lib/unistr/u8-stpncpy.c
-#lib/unistr/u-stpncpy.h
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u8-stpncpy.c
-
-File: ./modules/unistr/u8-strcat
-Hash: 3d7e5b83ffd692c82ae35edff74365fc2fef6c51d569eb72c701838ceb1ed064
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Concatenate UTF-8 strings.
-#
-#Files:
-#lib/unistr/u8-strcat.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u8-strcat.c
-#
-#Include:
-
-File: ./modules/unistr/u8-strchr
-Hash: 371da7bd92f6327fe7ed4e7adf4a92ac13860b0d5b70cbf74ce84dcc5734c189
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Search character in UTF-8 string.
-#
-#Files:
-#lib/unistr/u8-strchr.c
-#
-#Depends-on:
-#unistr/base
-#unistr/u8-uctomb
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u8-strchr.c
-
-File: ./modules/unistr/u8-strcmp
-Hash: 27ac4927a7266ecefb5276252d4ac2aa9fbac030608f00440a41862cc4c9e3ec
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Compare UTF-8 strings.
-#
-#Files:
-#lib/unistr/u8-strcmp.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u8-strcmp.c
-#
-#Include:
-
-File: ./modules/unistr/u8-strcoll
-Hash: eb8ef55b39888bc59996029734bc4765e587347fd6849c9eabeb537484ad0e47
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Compare UTF-8 strings using the collation rules of the current locale.
-#
-#Files:
-#lib/unistr/u8-strcoll.c
-#lib/unistr/u-strcoll.h
-#
-#Depends-on:
-#unistr/base
-#unistr/u8-strcmp
-#uniconv/u8-strconv-to-locale
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unistr/u8-strcpy
-Hash: 8acb4839e489dfc0b194d9845c1b8818b932ef8788ca3a59091e65274a17cf7a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Copy UTF-8 string.
-#
-#Files:
-#lib/unistr/u8-strcpy.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u8-strcpy.c
-#
-#Include:
-
-File: ./modules/unistr/u8-strcspn
-Hash: 901bde35d4a19fe0038605f60c0121c979df786313ef257d26f7a0cb6ddea390
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Search for some characters in UTF-8 string.
-#
-#Files:
-#lib/unistr/u8-strcspn.c
-#lib/unistr/u-strcspn.h
-#
-#Depends-on:
-#unistr/base
-#unistr/u8-strlen
-#unistr/u8-strmbtouc
-#unistr/u8-strchr
-#
-#configure.ac:
-
-File: ./modules/unistr/u8-strdup
-Hash: 72155a23384c8d68b0792478ea50cef86bf0dbbedede0fc0b21c9692bf679840
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Copy UTF-8 string.
-#
-#Files:
-#lib/unistr/u8-strdup.c
-#lib/unistr/u-strdup.h
-#
-#Depends-on:
-#unistr/base
-#unistr/u8-strlen
-#
-#configure.ac:
-#AC_CHECK_FUNCS_ONCE([strdup])
-#
-#Makefile.am:
-
-File: ./modules/unistr/u8-strlen
-Hash: 78e1bea871c30a4bb4a24717de55076cb9e9e44b7a82f92c0e29dcfa8c70b47f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Determine length of UTF-8 string.
-#
-#Files:
-#lib/unistr/u8-strlen.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u8-strlen.c
-#
-#Include:
-
-File: ./modules/unistr/u8-strmblen
-Hash: 39d415aa0c53cd0bb4390fc79b42f7fed602cb124da5c9fe08ca0f6ecf66dced
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Look at first character in UTF-8 string.
-#
-#Files:
-#lib/unistr/u8-strmblen.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u8-strmblen.c
-#
-#Include:
-
-File: ./modules/unistr/u8-strmbtouc
-Hash: a2eb24ffc4cd94e7a7c9f774f864b1e8c9ca8d8fb8ab56fc5bf6ec16c06792f8
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Look at first character in UTF-8 string.
-#
-#Files:
-#lib/unistr/u8-strmbtouc.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u8-strmbtouc.c
-#
-#Include:
-
-File: ./modules/unistr/u8-strncat
-Hash: 313fefe65e273b4a185b3cb48174e459e354a2aaf8323bf44a5ed65e84e703cc
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Concatenate UTF-8 strings.
-#
-#Files:
-#lib/unistr/u8-strncat.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u8-strncat.c
-#
-#Include:
-
-File: ./modules/unistr/u8-strncmp
-Hash: 8eddf5eb56c701e04fc346f2637657d112e6ffd19b9b5067cdc426c80d7ab648
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Compare UTF-8 strings.
-#
-#Files:
-#lib/unistr/u8-strncmp.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u8-strncmp.c
-#
-#Include:
-
-File: ./modules/unistr/u8-strncpy
-Hash: b8f595c135b53ac6810786b317c5f72b21daf539a08428a70a72d02b1cfafbd9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Copy UTF-8 string.
-#
-#Files:
-#lib/unistr/u8-strncpy.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u8-strncpy.c
-#
-#Include:
-
-File: ./modules/unistr/u8-strnlen
-Hash: df5a00a46fb2149c3bb563bbae6cd56749db185256df83503027242f7127e329
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Determine bounded length of UTF-8 string.
-#
-#Files:
-#lib/unistr/u8-strnlen.c
-#lib/unistr/u-strnlen.h
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u8-strnlen.c
-
-File: ./modules/unistr/u8-strpbrk
-Hash: cf46d198446f93fc02a87a29251104030023b02667c191c15d097d443a257882
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Search for some characters in UTF-8 string.
-#
-#Files:
-#lib/unistr/u8-strpbrk.c
-#lib/unistr/u-strpbrk.h
-#
-#Depends-on:
-#unistr/base
-#unistr/u8-strmbtouc
-#unistr/u8-strchr
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unistr/u8-strrchr
-Hash: 67af768301a77434ce2e829df7f6cc95d934376737252d5687fe2ed4f99d6058
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Search character in UTF-8 string.
-#
-#Files:
-#lib/unistr/u8-strrchr.c
-#
-#Depends-on:
-#unistr/base
-#unistr/u8-uctomb
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u8-strrchr.c
-
-File: ./modules/unistr/u8-strspn
-Hash: b254b4d4af0993182505511f6b69a9b43f2fd89167d945c4dec7381b4cd0d393
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Search for some characters in UTF-8 string.
-#
-#Files:
-#lib/unistr/u8-strspn.c
-#lib/unistr/u-strspn.h
-#
-#Depends-on:
-#unistr/base
-#unistr/u8-strlen
-#unistr/u8-strmbtouc
-#unistr/u8-cmp
-#unistr/u8-strchr
-#
-#configure.ac:
-
-File: ./modules/unistr/u8-strstr
-Hash: 6ae0bfddf7d25b1db21f7f2022846bd2b9bb1fda741de649f263f1bd422da1af
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Substring test for UTF-8 strings.
-#
-#Files:
-#lib/unistr/u8-strstr.c
-#lib/unistr/u-strstr.h
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u8-strstr.c
-
-File: ./modules/unistr/u8-strtok
-Hash: 6789a23f8b70334a2d70c3957f6e3794923c47f9366315d7ec20d169082ff0c9
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Tokenize UTF-8 string.
-#
-#Files:
-#lib/unistr/u8-strtok.c
-#lib/unistr/u-strtok.h
-#
-#Depends-on:
-#unistr/base
-#unistr/u8-strspn
-#unistr/u8-strpbrk
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/unistr/u8-to-u16
-Hash: 6b1b43f09949fb6925196b2be1a666c19623dffdeeb7412037f390acc3fa99d5
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Convert UTF-8 string to UTF-16 string.
-#
-#Files:
-#lib/unistr/u8-to-u16.c
-#
-#Depends-on:
-#unistr/base
-#unistr/u8-mbtouc
-#unistr/u16-uctomb
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u8-to-u16.c
-
-File: ./modules/unistr/u8-to-u32
-Hash: d12ae67b97c01738122febaaa36ed901a5cdb13adb9bff527d723b25cb2830b8
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Convert UTF-8 string to UTF-32 string.
-#
-#Files:
-#lib/unistr/u8-to-u32.c
-#
-#Depends-on:
-#unistr/base
-#unistr/u8-mbtouc
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u8-to-u32.c
-
-File: ./modules/unistr/u8-uctomb
-Hash: 91b24fa371c552ef8e0b7ade2830d19fff02c16a71c5cf7540a6df6d37df8786
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Store a character in UTF-8 string.
-#
-#Files:
-#lib/unistr/u8-uctomb.c
-#lib/unistr/u8-uctomb-aux.c
-#
-#Depends-on:
-#unistr/base
-#
-#configure.ac:
-#gl_MODULE_INDICATOR([unistr/u8-uctomb])
-#
-#Makefile.am:
-#lib_SOURCES += unistr/u8-uctomb.c unistr/u8-uctomb-aux.c
-
-File: ./modules/unitypes
-Hash: 3c84fbb1b5987bd3154848f1f8a9455771418452fd66b92cb4e246849d683ac0
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Base types for Unicode string functions.
-#
-#Files:
-#lib/unitypes.h
-#
-#Depends-on:
-#stdint
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-#"unitypes.h"
-
-File: ./modules/uniwbrk/base
-Hash: d482b7472bbc6482fd9e9f0dd92f23cc0ca9e68ea603067ecf03925aa83dfdde
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Base layer for word breaks.
-#
-#Files:
-#lib/uniwbrk.h
-#
-#Depends-on:
-#unitypes
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-#"uniwbrk.h"
-
-File: ./modules/uniwbrk/table
-Hash: 2799bba2f5960a06740d6d655215f499af718df4c8cc88d09787c6f95d16cc32
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#
-#Files:
-#lib/uniwbrk/wbrktable.h
-#lib/uniwbrk/wbrktable.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += uniwbrk/wbrktable.c
-#
-#Include:
-#"uniwbrk/wbrktable.h"
-
-File: ./modules/uniwbrk/u16-wordbreaks
-Hash: d7f70f6d8c5b458af47173ce7928ae07ba100b05546ee8ba67d1ff4f2a9339e4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Word breaks in UTF-16 strings.
-#
-#Files:
-#lib/uniwbrk/u16-wordbreaks.c
-#lib/uniwbrk/u-wordbreaks.h
-#
-#Depends-on:
-#uniwbrk/base
-#uniwbrk/wordbreak-property
-#uniwbrk/table
-#unistr/u16-mbtouc-unsafe
-#
-#configure.ac:
-
-File: ./modules/uniwbrk/u16-wordbreaks-tests
-Hash: c0ad0afa38eb38012d0efeb296d1e3c3552da44da4fe9c9edf7c4c49ad839c1a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/uniwbrk/test-u16-wordbreaks.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u16-wordbreaks
-#check_PROGRAMS += test-u16-wordbreaks
-#test_u16_wordbreaks_SOURCES = uniwbrk/test-u16-wordbreaks.c
-
-File: ./modules/uniwbrk/u32-wordbreaks
-Hash: 3078e02d1f069bff3f8954303d781186bd57696ce962b99fd6d463edcaa7886e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Word breaks in UTF-32 strings.
-#
-#Files:
-#lib/uniwbrk/u32-wordbreaks.c
-#lib/uniwbrk/u-wordbreaks.h
-#
-#Depends-on:
-#uniwbrk/base
-#uniwbrk/wordbreak-property
-#uniwbrk/table
-#unistr/u32-mbtouc-unsafe
-#
-#configure.ac:
-
-File: ./modules/uniwbrk/u32-wordbreaks-tests
-Hash: 63feee9699766ae3a2d981e1afce46021c4162eb71fe500dec6cb7425c8f051e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/uniwbrk/test-u32-wordbreaks.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u32-wordbreaks
-#check_PROGRAMS += test-u32-wordbreaks
-#test_u32_wordbreaks_SOURCES = uniwbrk/test-u32-wordbreaks.c
-
-File: ./modules/uniwbrk/u8-wordbreaks
-Hash: 8b9a2479ce00d2ea86f22bf74d08fd9e4144e6f802e825345a069a97544b64bf
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Word breaks in UTF-8 strings.
-#
-#Files:
-#lib/uniwbrk/u8-wordbreaks.c
-#lib/uniwbrk/u-wordbreaks.h
-#
-#Depends-on:
-#uniwbrk/base
-#uniwbrk/wordbreak-property
-#uniwbrk/table
-#unistr/u8-mbtouc-unsafe
-#
-#configure.ac:
-
-File: ./modules/uniwbrk/u8-wordbreaks-tests
-Hash: f449dca432c9d000b9dcf7156aebdacb6a5458a2aaa98b163031199f4d7a0a5c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/uniwbrk/test-u8-wordbreaks.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u8-wordbreaks
-#check_PROGRAMS += test-u8-wordbreaks
-#test_u8_wordbreaks_SOURCES = uniwbrk/test-u8-wordbreaks.c
-
-File: ./modules/uniwbrk/ulc-wordbreaks
-Hash: 1960fd867aafb45907b1a05155d61fd72f1298a693482083df733ad1f4ac5b22
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Word breaks in strings.
-#
-#Files:
-#lib/uniwbrk/ulc-wordbreaks.c
-#
-#Depends-on:
-#uniwbrk/base
-#uniwbrk/u8-wordbreaks
-#unilbrk/ulc-common
-#uniconv/u8-conv-from-enc
-#c-ctype
-#localcharset
-#
-#configure.ac:
-
-File: ./modules/uniwbrk/ulc-wordbreaks-tests
-Hash: cf79df0da1d74f9bc16ddfb86ae51b61a11053258ca11d95a60edad1a55975f1
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/uniwbrk/test-ulc-wordbreaks.sh
-#tests/uniwbrk/test-ulc-wordbreaks.c
-#m4/locale-fr.m4
-#m4/codeset.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gt_LOCALE_FR
-#
-#Makefile.am:
-#TESTS += uniwbrk/test-ulc-wordbreaks.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_FR='@LOCALE_FR@'
-#check_PROGRAMS += test-ulc-wordbreaks
-
-File: ./modules/uniwbrk/wordbreak-property
-Hash: 8d79911936415bdaa5a026169572855d941dd4c7e3a5b73929ee71014485e918
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Base layer for word breaks.
-#
-#Files:
-#lib/uniwbrk/wordbreak-property.c
-#lib/uniwbrk/wbrkprop.h
-#
-#Depends-on:
-#uniwbrk/base
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += uniwbrk/wordbreak-property.c
-
-File: ./modules/uniwidth/base
-Hash: 3586e1904006e2ff3b99c322d51a9d93d5ae389bb64cc98c42574fde384b9d96
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Base layer for Unicode string width.
-#
-#Files:
-#lib/uniwidth.h
-#lib/localcharset.h
-#
-#Depends-on:
-#unitypes
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-
-File: ./modules/uniwidth/u16-strwidth
-Hash: 647245c0f7f5245e452c16a7277d9fa55dce164e88828579f741cd7161453550
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Determine display width of UTF-16 string.
-#
-#Files:
-#lib/uniwidth/u16-strwidth.c
-#
-#Depends-on:
-#uniwidth/base
-#uniwidth/u16-width
-#unistr/u16-strlen
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += uniwidth/u16-strwidth.c
-
-File: ./modules/uniwidth/u16-strwidth-tests
-Hash: fc680b14fa92a63747604225594434c464e284f4ddd63cd26ca707b9218f204e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/uniwidth/test-u16-strwidth.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u16-strwidth
-#check_PROGRAMS += test-u16-strwidth
-#test_u16_strwidth_SOURCES = uniwidth/test-u16-strwidth.c
-
-File: ./modules/uniwidth/u16-width
-Hash: a6a6448321623e86774b6707c62650ff8a42e78980b5225ec46ffbf15cabd495
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Determine display width of UTF-16 string.
-#
-#Files:
-#lib/uniwidth/u16-width.c
-#
-#Depends-on:
-#uniwidth/base
-#uniwidth/width
-#unistr/u16-mbtouc-unsafe
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += uniwidth/u16-width.c
-
-File: ./modules/uniwidth/u16-width-tests
-Hash: ffc13ce1b559cb247a4eee44d1dee158808875bf29e78f5e5a71a6661e5a0194
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/uniwidth/test-u16-width.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u16-width
-#check_PROGRAMS += test-u16-width
-#test_u16_width_SOURCES = uniwidth/test-u16-width.c
-
-File: ./modules/uniwidth/u32-strwidth
-Hash: 4f122cf229d732419564e8ae27aba5c45041cc3af9a7df0cc8e4b077f19dab08
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Determine display width of UTF-32 string.
-#
-#Files:
-#lib/uniwidth/u32-strwidth.c
-#
-#Depends-on:
-#uniwidth/base
-#uniwidth/u32-width
-#unistr/u32-strlen
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += uniwidth/u32-strwidth.c
-
-File: ./modules/uniwidth/u32-strwidth-tests
-Hash: d68ce5199592ac78150411b271dd19a9bedb90e2da4a4e786fffd7a76f005a98
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/uniwidth/test-u32-strwidth.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u32-strwidth
-#check_PROGRAMS += test-u32-strwidth
-#test_u32_strwidth_SOURCES = uniwidth/test-u32-strwidth.c
-
-File: ./modules/uniwidth/u32-width
-Hash: e31da64c351f3a30e812efbec790479ca725fc6a73c6f9ab9097f83f6952b958
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Determine display width of UTF-32 string.
-#
-#Files:
-#lib/uniwidth/u32-width.c
-#
-#Depends-on:
-#uniwidth/base
-#uniwidth/width
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += uniwidth/u32-width.c
-
-File: ./modules/uniwidth/u32-width-tests
-Hash: 8966b816cbed7089ccb6d1958a94464d24ddc56835b9f2373c1883f63a1fbeab
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/uniwidth/test-u32-width.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u32-width
-#check_PROGRAMS += test-u32-width
-#test_u32_width_SOURCES = uniwidth/test-u32-width.c
-
-File: ./modules/uniwidth/u8-strwidth
-Hash: c4026a9176a0c66b80e93cf80a633682b9301a186a0f741dc9bda322e3520497
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Determine display width of UTF-8 string.
-#
-#Files:
-#lib/uniwidth/u8-strwidth.c
-#
-#Depends-on:
-#uniwidth/base
-#uniwidth/u8-width
-#unistr/u8-strlen
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += uniwidth/u8-strwidth.c
-
-File: ./modules/uniwidth/u8-strwidth-tests
-Hash: b51f991886abd37c01ac192f25153fee276acc957110eaa0d00d7dd878960193
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/uniwidth/test-u8-strwidth.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u8-strwidth
-#check_PROGRAMS += test-u8-strwidth
-#test_u8_strwidth_SOURCES = uniwidth/test-u8-strwidth.c
-
-File: ./modules/uniwidth/u8-width
-Hash: 13f689e5bdf202aa24b776a52e12d49e0e0f6787793d093ada614e8648b8c447
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Determine display width of UTF-8 string.
-#
-#Files:
-#lib/uniwidth/u8-width.c
-#
-#Depends-on:
-#uniwidth/base
-#uniwidth/width
-#unistr/u8-mbtouc-unsafe
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += uniwidth/u8-width.c
-
-File: ./modules/uniwidth/u8-width-tests
-Hash: 2bb505810e270e60abdcfef3b629aa17611580d374703e82bdbcffa25b6e7a07
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/uniwidth/test-u8-width.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-u8-width
-#check_PROGRAMS += test-u8-width
-#test_u8_width_SOURCES = uniwidth/test-u8-width.c
-
-File: ./modules/uniwidth/width
-Hash: 6c90cc51c79e162e44efaac12316c8c1bf904251dfc30ff95df903a60fddb7ac
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Determine display width of Unicode character.
-#
-#Files:
-#lib/uniwidth/width.c
-#lib/uniwidth/cjk.h
-#
-#Depends-on:
-#uniwidth/base
-#streq
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += uniwidth/width.c
-
-File: ./modules/uniwidth/width-tests
-Hash: d2a94933efed06c9b2c93e453c51e0bea1644b13025a45bb2e4d7f7a134f017d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/uniwidth/test-uc_width.c
-#tests/uniwidth/test-uc_width2.c
-#tests/uniwidth/test-uc_width2.sh
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-uc_width uniwidth/test-uc_width2.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
-#check_PROGRAMS += test-uc_width test-uc_width2
-#test_uc_width_SOURCES = uniwidth/test-uc_width.c
-#test_uc_width2_SOURCES = uniwidth/test-uc_width2.c
-
-File: ./modules/unlink-busy
-Hash: cf3b5582b7024760963d496c895961062b40655c4ccbfffa69c4203ee899b799
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether a running program can be unlinked.
-#
-#Files:
-#m4/unlink-busy.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_FUNC_UNLINK_BUSY_TEXT
-#
-#Makefile.am:
-#
-#Include:
-
-File: ./modules/unlinkdir
-Hash: 961f9dbc8abeddbe1de620774438544ed07d32a8d57b0d2608262dc90b4c2d40
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Determine whether we can unlink directories.
-#
-#Files:
-#lib/unlinkdir.h
-#lib/unlinkdir.c
-#m4/unlinkdir.m4
-#
-#Depends-on:
-#stdbool
-#priv-set
-#
-#configure.ac:
-#gl_UNLINKDIR
-
-File: ./modules/unlocked-io
-Hash: 10a29316112d376a40710e21f2374085247898d6f97d15efcbaa0c988a9db134
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Enable faster, non-thread-safe stdio functions if available.
-#
-#Files:
-#lib/unlocked-io.h
-#m4/unlocked-io.m4
-#
-#Depends-on:
-#extensions
-#
-#configure.ac:
-#gl_FUNC_GLIBC_UNLOCKED_IO
-#
-#Makefile.am:
-
-File: ./modules/unsetenv
-Hash: 0a83211b238e02290f061d8551bb8dcb6a28d255aec01b89844b3bfb0ba80574
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#unsetenv() function: remove an environment variable.
-#
-#Files:
-#lib/unsetenv.c
-#m4/setenv.m4
-#
-#Depends-on:
-#stdlib
-#unistd
-#environ
-#
-#configure.ac:
-#gl_FUNC_UNSETENV
-#gl_STDLIB_MODULE_INDICATOR([unsetenv])
-
-File: ./modules/update-copyright
-Hash: 2e4db6b5e36ca243b23f39ecc1ff04ee1fa625a292c7ff68a561922fce57955f
-Copyright: year list to include the current year
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Update an FSF copyright year list to include the current year.
-#
-#Files:
-#build-aux/update-copyright
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-#
-#License:
-
-File: ./modules/update-copyright-tests
-Hash: 6ae199954037613567109fe39c4c6783d33b89a42e800e808670137daeba71a0
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-update-copyright.sh
-#
-#Depends-on:
-#
-#configure.ac:
-#abs_aux_dir=`cd "$ac_aux_dir"; pwd`
-#AC_SUBST([abs_aux_dir])
-#
-#Makefile.am:
-#TESTS += test-update-copyright.sh
-#TESTS_ENVIRONMENT += PATH='$(abs_aux_dir)'$(PATH_SEPARATOR)"$$PATH"
-
-File: ./modules/uptime
-Hash: 8af60d16f2c9279ddb4a52fa629fdf58f78c8b7f48841926bf691e7cc2733f82
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether /proc/uptime might exist.
-#
-#Files:
-#m4/uptime.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_SYS_PROC_UPTIME
-#
-#Makefile.am:
-#
-#Include:
-
-File: ./modules/useless-if-before-free
-Hash: b4fbea16aa89a4f83a76bfc53ce22893a237dcba989f0fc80e539dca0fc8406f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Detect useless "if" tests before "free" calls.
-#
-#Files:
-#build-aux/useless-if-before-free
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-#
-#License:
-
-File: ./modules/userspec
-Hash: f7690daa1d2f1b753e9787040ee16f8dc4809bd04085a7c984a4e909e61320af
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Parse a `user:group' specifier (e.g. the first argument of chown utility).
-#
-#Files:
-#lib/inttostr.h
-#lib/userspec.c
-#lib/userspec.h
-#m4/userspec.m4
-#
-#Depends-on:
-#posixver
-#xalloc
-#xstrtol
-#strdup
-#gettext-h
-
-File: ./modules/utf16-ucs4
-Hash: da66714c26922eab20bebafafce8d764b26eff8bcb3d63150d0d80880d0b7971
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Conversion UTF-16 to UCS-4.
-#
-#Files:
-#
-#Depends-on:
-#unistr/u16-mbtouc
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-#"unistr.h"
-
-File: ./modules/utf16-ucs4-unsafe
-Hash: 5cf44d0d88cb9cbf183eb2d13627b2bb4b6241ec46624b43f75b21178d86bbc7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Conversion UTF-16 to UCS-4.
-#
-#Files:
-#
-#Depends-on:
-#unistr/u16-mbtouc-unsafe
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-#"unistr.h"
-
-File: ./modules/utf8-ucs4
-Hash: 7918cc934ad409a54d593def98245ee9ab76c5e4e0101659121492e86323714c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Conversion UTF-8 to UCS-4.
-#
-#Files:
-#
-#Depends-on:
-#unistr/u8-mbtouc
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-#"unistr.h"
-
-File: ./modules/utf8-ucs4-unsafe
-Hash: 3f8a718d34aec97dc029e79cd6d883b739bc502c9f56520b2b3932a0e4dbc7eb
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Conversion UTF-8 to UCS-4.
-#
-#Files:
-#
-#Depends-on:
-#unistr/u8-mbtouc-unsafe
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-#"unistr.h"
-
-File: ./modules/utime
-Hash: 0086e6436338f3bdcf0779814b2ac35c4f0c043fe03fcdd4c5445bd97544ab6d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#utime() function: change access and/or modification times of a file.
-#
-#Status:
-#obsolete
-#
-#Notice:
-#This module is obsolete. It can be removed on 2010-01-01.
-#
-#Files:
-#lib/utime.c
-#m4/utimbuf.m4
-#m4/utime.m4
-#m4/utimes.m4
-#m4/utimes-null.m4
-
-File: ./modules/utimecmp
-Hash: 32fe4db3bb7f813c99e96b80a7ae085537894b2879ee5dcf1b693363ee3e2867
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#compare file time stamps
-#
-#Files:
-#lib/utimecmp.h
-#lib/utimecmp.c
-#m4/utimecmp.m4
-#
-#Depends-on:
-#hash
-#stat-time
-#time
-#utimens
-#xalloc
-#intprops
-
-File: ./modules/utimens
-Hash: 1a3764888caba4228270901f1c6865fcd6f1fc997f9671616e63032837541d15
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Set file access and modification times.
-#
-#Files:
-#lib/utimens.c
-#lib/utimens.h
-#m4/utimbuf.m4
-#m4/utimens.m4
-#m4/utimes.m4
-#
-#Depends-on:
-#errno
-#sys_time
-#time
-
-File: ./modules/vararrays
-Hash: 11b57911d704f4e91720bc43fd37031fb2572f5f0c87207182343c00279f7924
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Variable-length arrays
-#
-#Files:
-#m4/vararrays.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#AC_C_VARARRAYS
-#
-#Makefile.am:
-#
-#Include:
-
-File: ./modules/vasnprintf
-Hash: 0ca1ad02eaa6ba3485e86ae626ef721e9c68bad2f7eed1b0b44dbdfa04c31f7c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#vsprintf with automatic memory allocation and bounded output size.
-#
-#Files:
-#lib/float+.h
-#lib/printf-args.h
-#lib/printf-args.c
-#lib/printf-parse.h
-#lib/printf-parse.c
-#lib/vasnprintf.h
-#lib/vasnprintf.c
-#lib/asnprintf.c
-#m4/wchar_t.m4
-#m4/wint_t.m4
-#m4/longlong.m4
-
-File: ./modules/vasnprintf-posix
-Hash: 6c49ae496f80e7370811c077c14e8a248c1321bc096d0370be6ef63da30b58a7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#POSIX compatible vsprintf with automatic memory allocation and bounded output
-#size.
-#
-#Files:
-#m4/vasnprintf-posix.m4
-#m4/printf.m4
-#
-#Depends-on:
-#vasnprintf
-#isnand-nolibm
-#isnanl-nolibm
-#frexp-nolibm
-#frexpl-nolibm
-#printf-frexp
-
-File: ./modules/vasnprintf-posix-tests
-Hash: a745a55e48911374b99312c61633baba5b40028ffb4a5d4eae397f71d7a09223
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-vasnprintf-posix.c
-#tests/test-vasnprintf-posix2.sh
-#tests/test-vasnprintf-posix2.c
-#tests/nan.h
-#m4/locale-fr.m4
-#m4/codeset.m4
-#
-#Depends-on:
-#stdint
-#float
-#
-#configure.ac:
-#gt_LOCALE_FR
-#gt_LOCALE_FR_UTF8
-
-File: ./modules/vasnprintf-tests
-Hash: c9038b619e31e485f0f5f1772bcb765d4e4fe573fb052364bd9d87e718e4d7f7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-vasnprintf.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-vasnprintf
-#check_PROGRAMS += test-vasnprintf
-
-File: ./modules/vasprintf
-Hash: 2a5bf142e7b62113b71434bdb41f540a22fa3e2f4988d2cdb1a49889c0ae1b6a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#vsprintf with automatic memory allocation.
-#
-#Notice:
-#If you are using GNU gettext version 0.16.1 or older, add the following options
-#to XGETTEXT_OPTIONS in your po/Makevars:
-#  --flag=asprintf:2:c-format --flag=vasprintf:2:c-format
-#
-#Files:
-#lib/vasprintf.c
-#lib/asprintf.c
-#m4/vasprintf.m4
-#
-#Depends-on:
-#extensions
-
-File: ./modules/vasprintf-posix
-Hash: 87d9366296e00893359df81249d4af46b24987917cdbcb9ddd9917a6384e0e01
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#POSIX compatible vsprintf with automatic memory allocation.
-#
-#Files:
-#m4/vasprintf-posix.m4
-#m4/printf.m4
-#
-#Depends-on:
-#vasprintf
-#vasnprintf
-#isnand-nolibm
-#isnanl-nolibm
-#frexp-nolibm
-#frexpl-nolibm
-#printf-frexp
-
-File: ./modules/vasprintf-posix-tests
-Hash: 0e4e5d206d990fae9f7f9e583594e056290c7ca384fd5f3b2b25846cc4954472
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-vasprintf-posix.c
-#tests/nan.h
-#
-#Depends-on:
-#stdint
-#float
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-vasprintf-posix
-#check_PROGRAMS += test-vasprintf-posix
-
-File: ./modules/vasprintf-tests
-Hash: 93d7f8b56d3b48d585accaeec8a52e9d82fb0c3bd5be43f87b58ce1d5c0d684d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-vasprintf.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-vasprintf
-#check_PROGRAMS += test-vasprintf
-
-File: ./modules/vc-list-files
-Hash: 4060528cc071faf648d4863fa61da87a9d56296ba1dedf4d26a394ac10e20b75
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#list version-controlled files (vc-agnostic)
-#
-#Files:
-#build-aux/vc-list-files
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-#
-#License:
-
-File: ./modules/vc-list-files-tests
-Hash: 672846856b1ad2139f324d719545476ad87078aca3ac134ac448c3378a251b45
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-vc-list-files-git.sh
-#tests/test-vc-list-files-cvs.sh
-#
-#Depends-on:
-#
-#configure.ac:
-#abs_aux_dir=`cd "$ac_aux_dir"; pwd`
-#AC_SUBST([abs_aux_dir])
-#
-#Makefile.am:
-#TESTS += test-vc-list-files-git.sh
-#TESTS += test-vc-list-files-cvs.sh
-#TESTS_ENVIRONMENT += PATH='$(abs_aux_dir)'$(PATH_SEPARATOR)"$$PATH"
-
-File: ./modules/vdprintf
-Hash: d90bc5e200dd487a23da97197e9d41b5c7914746b77c99e0c4541ebc7cfe9a0b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#vdprintf() function: print formatted output to a file descriptor
-#
-#Files:
-#lib/vdprintf.c
-#m4/vdprintf.m4
-#
-#Depends-on:
-#stdio
-#vasnprintf
-#full-write
-#errno
-#
-#configure.ac:
-#gl_FUNC_VDPRINTF
-
-File: ./modules/vdprintf-posix
-Hash: 52c74541d4c3fe58758a1b96a6f3492d64f9512c13452020ab184ca8276c1d23
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#POSIX compatible vdprintf() function: print formatted output to a file
-#descriptor
-#
-#Files:
-#m4/vdprintf-posix.m4
-#m4/printf.m4
-#
-#Depends-on:
-#vdprintf
-#vasnprintf
-#isnand-nolibm
-#isnanl-nolibm
-#frexp-nolibm
-#frexpl-nolibm
-
-File: ./modules/vdprintf-posix-tests
-Hash: 4d157c167b21f081760beceb2bf3cd1d8d2ed7ca3e85d70f261c10544a14fd57
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-vdprintf-posix.sh
-#tests/test-vdprintf-posix.c
-#tests/test-fprintf-posix.h
-#tests/test-printf-posix.output
-#
-#Depends-on:
-#stdint
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-vdprintf-posix.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
-#check_PROGRAMS += test-vdprintf-posix
-
-File: ./modules/verify
-Hash: 7b7a55bf8b12b6b043c75e5b36238844c0d81146a20dc6cc4e10615da92bde26
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Compile-time assert-like macros.
-#
-#Files:
-#lib/verify.h
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += verify.h
-#
-#Include:
-#"verify.h"
-
-File: ./modules/verror
-Hash: 31ffe5f9045730d63c11a0e4f2c6099ed5b6add722f8a850c7d15a599939160e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#verror and verror_at_line functions: Error reporting with va_list.
-#
-#Notice:
-#If you are using GNU gettext version 0.16.1 or older, add the following options
-#to XGETTEXT_OPTIONS in your po/Makevars:
-#  --flag=verror:3:c-format --flag=verror_at_line:5:c-format
-#
-#Files:
-#lib/verror.h
-#lib/verror.c
-#
-#Depends-on:
-#error
-#xvasprintf
-
-File: ./modules/version-etc
-Hash: 076ea07214d3703eead804ba12f0102d732b07f8b26b85a033e982959cd64289
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Print --version and bug-reporting information in a consistent format.
-#
-#Files:
-#lib/version-etc.h
-#lib/version-etc.c
-#m4/version-etc.m4
-#
-#Depends-on:
-#gettext-h
-#stdarg
-#
-#configure.ac:
-#gl_VERSION_ETC
-
-File: ./modules/version-etc-fsf
-Hash: 3a09b4e87ffd6f7781b9f472c86691351c56cbdf817a6616c015c7501a22abf5
-Copyright: variable for FSF projects
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Copyright variable for FSF projects
-#
-#Files:
-#lib/version-etc-fsf.c
-#
-#Depends-on:
-#version-etc
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += version-etc-fsf.c
-#
-#Include:
-
-File: ./modules/version-etc-tests
-Hash: 1327777f181a8daca2a09ff369d10d2152cd63509e9adf5947ed0f223be007cc
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-version-etc.c
-#tests/test-version-etc.sh
-#
-#Depends-on:
-#progname
-#version-etc-fsf
-#
-#Makefile.am:
-#TESTS += test-version-etc.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
-#check_PROGRAMS += test-version-etc
-#test_version_etc_LDADD = $(LDADD) @LIBINTL@
-
-File: ./modules/vfprintf-posix
-Hash: d64c2cba406b12fcf7403bec84b3248b8aec004325b88a397c41745482edff33
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#POSIX compatible vfprintf() function: print formatted output to a stream
-#
-#Files:
-#lib/vfprintf.c
-#m4/vfprintf-posix.m4
-#m4/printf.m4
-#
-#Depends-on:
-#stdio
-#fseterr
-#vasnprintf
-#isnand-nolibm
-#isnanl-nolibm
-#frexp-nolibm
-
-File: ./modules/vfprintf-posix-tests
-Hash: ef6a0dd485a1a8fa70f5f69cf73e58d5212671dbe76ea475035af6aa8ca211fa
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-vfprintf-posix.sh
-#tests/test-vfprintf-posix.c
-#tests/test-fprintf-posix.h
-#tests/test-printf-posix.output
-#
-#Depends-on:
-#stdint
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-vfprintf-posix.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
-#check_PROGRAMS += test-vfprintf-posix
-
-File: ./modules/vprintf-posix
-Hash: 6413862a090be5b48381c212df58e7ff0125aec71cc08741bee814809663f79a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#POSIX compatible vprintf() function: print formatted output to standard output
-#
-#Files:
-#lib/vprintf.c
-#m4/vprintf-posix.m4
-#m4/printf.m4
-#
-#Depends-on:
-#stdio
-#vfprintf-posix
-#printf-safe
-#
-#configure.ac:
-#gl_FUNC_VPRINTF_POSIX
-
-File: ./modules/vprintf-posix-tests
-Hash: 71e75a75b9e1323affcb2af3b37aa0f9c82187679520918b0ce50e63dc83a229
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-vprintf-posix.sh
-#tests/test-vprintf-posix.c
-#tests/test-printf-posix.h
-#tests/test-printf-posix.output
-#
-#Depends-on:
-#stdint
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-vprintf-posix.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
-#check_PROGRAMS += test-vprintf-posix
-
-File: ./modules/vsnprintf
-Hash: 2b8244a8bc283b9b7fba2aa42f4b195f8fe366ded5a28f34a26afa42fa342922
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#vsnprintf() function: print formatted output from an stdarg argument list
-#to a fixed length string
-#
-#Files:
-#lib/vsnprintf.c
-#m4/vsnprintf.m4
-#m4/printf.m4
-#
-#Depends-on:
-#stdio
-#vasnprintf
-#errno
-#
-#configure.ac:
-
-File: ./modules/vsnprintf-posix
-Hash: 7afbc43f411ec81ee764b7423797914265905513ffa6fabcfa4852806a276167
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#POSIX compatible vsnprintf() function: print formatted output to a fixed length
-#string
-#
-#Files:
-#m4/vsnprintf-posix.m4
-#m4/printf.m4
-#
-#Depends-on:
-#vsnprintf
-#vasnprintf
-#isnand-nolibm
-#isnanl-nolibm
-#frexp-nolibm
-#frexpl-nolibm
-
-File: ./modules/vsnprintf-posix-tests
-Hash: c538b182d94e371856cf95289d1df542721db6100735e0afdd794c77cf6507ec
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-vsnprintf-posix.c
-#tests/test-snprintf-posix.h
-#tests/test-vsnprintf.c
-#tests/nan.h
-#
-#Depends-on:
-#stdint
-#float
-#
-#configure.ac:
-#AC_DEFINE([CHECK_VSNPRINTF_POSIX], 1,
-#  [Define to 1 for strict checking in test-vsnprintf.c.])
-#
-#Makefile.am:
-
-File: ./modules/vsnprintf-tests
-Hash: 517e24da52633b20a362061b8d5e2d4a75312ef2da2ed5327bc740f9094a6638
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-vsnprintf.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-vsnprintf
-#check_PROGRAMS += test-vsnprintf
-
-File: ./modules/vsprintf-posix
-Hash: 7502f2e441ffbf13ecaaec0b1f6b068fc924286e387c3dadf15e722fdbe435d5
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#POSIX compatible vsprintf() function: print formatted output to a string
-#
-#Files:
-#lib/vsprintf.c
-#m4/vsprintf-posix.m4
-#m4/printf.m4
-#
-#Depends-on:
-#stdio
-#vasnprintf
-#isnand-nolibm
-#isnanl-nolibm
-#frexp-nolibm
-#frexpl-nolibm
-
-File: ./modules/vsprintf-posix-tests
-Hash: ef57fa5c23966009d7847ddbc32559229f2c378ab7769efb6009ab98230bd0c4
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-vsprintf-posix.c
-#tests/test-sprintf-posix.h
-#tests/nan.h
-#
-#Depends-on:
-#stdint
-#float
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-vsprintf-posix
-#check_PROGRAMS += test-vsprintf-posix
-
-File: ./modules/wait-process
-Hash: b7a74c9e6cd90602d200af87be99f780df780c45a2fee29eadaf2ca03f84339e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Waiting for a subprocess to finish.
-#
-#Files:
-#lib/wait-process.h
-#lib/wait-process.c
-#m4/wait-process.m4
-#m4/sig_atomic_t.m4
-#
-#Depends-on:
-#fatal-signal
-#error
-#exit
-#xalloc
-#gettext-h
-
-File: ./modules/warnings
-Hash: e81b2d723d4d214468c22e2397796f0c4b9fc0f2828bc4ca5f4568a2e96cddd5
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Helper M4 functions for safely adding compiler warning parameters.
-#
-#Files:
-#m4/warnings.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#AC_SUBST([WARN_CFLAGS])
-#
-#License:
-#unlimited
-#
-#Maintainer:
-
-File: ./modules/wchar
-Hash: 7bea4b53cc8e946a5f0639f58ad45143022b056c62d1e7510dbf24d27a83f2bc
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#A <wchar.h> that works around platform issues.
-#
-#Files:
-#lib/wchar.in.h
-#m4/wchar.m4
-#m4/wint_t.m4
-#
-#Depends-on:
-#include_next
-#link-warning
-#stddef
-#
-#configure.ac:
-#gl_WCHAR_H
-
-File: ./modules/wchar-tests
-Hash: 2577576be9eddcb707d89988c439d01cbd84985f87119bc5dcc4712579bbc58e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-wchar.c
-#
-#Depends-on:
-#verify
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-wchar
-#check_PROGRAMS += test-wchar
-#
-#License:
-#LGPL
-
-File: ./modules/wcrtomb
-Hash: 3ce48f52a57c00a01fc38354c9d389e2180b97a960003f6de07b667b4972b24b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#wcrtomb() function: convert wide character to multibyte character.
-#
-#Files:
-#lib/wcrtomb.c
-#m4/wcrtomb.m4
-#m4/mbrtowc.m4
-#m4/mbstate_t.m4
-#m4/locale-fr.m4
-#m4/locale-ja.m4
-#m4/locale-zh.m4
-#m4/codeset.m4
-#
-#Depends-on:
-#wchar
-
-File: ./modules/wcrtomb-tests
-Hash: 40dfd7d5da9bca4d0b61cdaea8cbee2bebbb0dda4e9aee53236eef6d5ba59585
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-wcrtomb.sh
-#tests/test-wcrtomb.c
-#m4/locale-fr.m4
-#m4/locale-ja.m4
-#m4/locale-zh.m4
-#m4/codeset.m4
-#
-#Depends-on:
-#btowc
-#
-#configure.ac:
-#gt_LOCALE_FR
-#gt_LOCALE_FR_UTF8
-#gt_LOCALE_JA
-
-File: ./modules/wcsnrtombs
-Hash: 3f6c8e9f0e197e5311863cffb9acbb2139c632022ad052e6c9daa48a46b3baed
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#wcsnrtombs() function: convert wide string to string.
-#
-#Files:
-#lib/wcsnrtombs.c
-#lib/wcsrtombs-state.c
-#m4/wcsnrtombs.m4
-#m4/mbrtowc.m4
-#m4/mbstate_t.m4
-#m4/locale-ja.m4
-#m4/locale-zh.m4
-#m4/codeset.m4
-#
-#Depends-on:
-#wchar
-
-File: ./modules/wcsnrtombs-tests
-Hash: d827f4771c76ced1482bb8c9c9804b1dbbb17f8b6aa78e2707e3c23f6eeaaf51
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-wcsnrtombs1.sh
-#tests/test-wcsnrtombs2.sh
-#tests/test-wcsnrtombs3.sh
-#tests/test-wcsnrtombs4.sh
-#tests/test-wcsnrtombs.c
-#m4/locale-fr.m4
-#m4/locale-ja.m4
-#m4/locale-zh.m4
-#m4/codeset.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gt_LOCALE_FR
-
-File: ./modules/wcsrtombs
-Hash: fe05078bfac5d8e0cec4b9ca0737209213b5836fab881ad5f531fc80aeac555d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#wcsrtombs() function: convert wide string to string.
-#
-#Files:
-#lib/wcsrtombs.c
-#lib/wcsrtombs-state.c
-#m4/wcsrtombs.m4
-#m4/mbrtowc.m4
-#m4/mbstate_t.m4
-#m4/locale-fr.m4
-#m4/locale-ja.m4
-#m4/locale-zh.m4
-#m4/codeset.m4
-#
-#Depends-on:
-
-File: ./modules/wcsrtombs-tests
-Hash: f76281c8192c2e2c685def38b47ce5224f53ceacc652ee10c7cb1f5a59b3d0b1
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-wcsrtombs1.sh
-#tests/test-wcsrtombs2.sh
-#tests/test-wcsrtombs3.sh
-#tests/test-wcsrtombs4.sh
-#tests/test-wcsrtombs.c
-#m4/locale-fr.m4
-#m4/locale-ja.m4
-#m4/locale-zh.m4
-#m4/codeset.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gt_LOCALE_FR
-
-File: ./modules/wctob
-Hash: 841e8708f6cd2c554c2a193f9a81d57f65649c8d2b1f7ec92fd75cb65e33ae58
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#wctob() function: convert wide character to unibyte character.
-#
-#Files:
-#lib/wctob.c
-#m4/wctob.m4
-#m4/locale-fr.m4
-#m4/codeset.m4
-#
-#Depends-on:
-#wchar
-#
-#configure.ac:
-#gl_FUNC_WCTOB
-#gl_WCHAR_MODULE_INDICATOR([wctob])
-
-File: ./modules/wctype
-Hash: 18d8213d39c0529c7c20e76f90d3ab686509c23b402a2028018fb36685488102
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#A <wctype.h> that conforms better to C99.
-#
-#Files:
-#lib/wctype.in.h
-#m4/wctype.m4
-#m4/wint_t.m4
-#
-#Depends-on:
-#include_next
-#
-#configure.ac:
-#gl_WCTYPE_H
-#
-#Makefile.am:
-
-File: ./modules/wctype-tests
-Hash: be49f6d3db8c36ed9d867050a33ba9826edd677df187bc17e2624a5b11ada570
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-wctype.c
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-wctype
-#check_PROGRAMS += test-wctype
-#
-#License:
-#LGPL
-
-File: ./modules/wcwidth
-Hash: 1b1ac1d7efd6291414a3a3f489f1268fc9112d32461579c05c975be64b29c020
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Determine the number of screen columns needed for a character.
-#
-#Files:
-#lib/wcwidth.c
-#m4/wcwidth.m4
-#m4/wchar_t.m4
-#m4/wint_t.m4
-#
-#Depends-on:
-#extensions
-#wchar
-#wctype
-#localcharset
-#streq
-
-File: ./modules/wcwidth-tests
-Hash: 05a5f992e1791afad928046facae2139a90fde83646d3f8b05fd584e7faeffc2
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-wcwidth.c
-#
-#Depends-on:
-#localcharset
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-wcwidth
-#check_PROGRAMS += test-wcwidth
-
-File: ./modules/winsz-ioctl
-Hash: c183aec307c705feb0625eb00b95f57e9713dda4959e9b277134f7b54af6a0ec
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether use of TIOCGWINSZ requires sys/ioctl.h.
-#
-#Files:
-#m4/jm-winsz2.m4
-#
-#Depends-on:
-#winsz-termios
-#
-#configure.ac:
-#gl_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL
-#
-#Makefile.am:
-#
-#Include:
-
-File: ./modules/winsz-termios
-Hash: 00bc2319cc9a43155ebfcaa9e11de69606dc9ca6b1e4f24365b2d599b378e442
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Test whether use of TIOCGWINSZ requires termios.h.
-#
-#Files:
-#m4/jm-winsz1.m4
-#
-#Depends-on:
-#
-#configure.ac:
-#gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H
-#gl_WINSIZE_IN_PTEM
-#
-#Makefile.am:
-#
-#Include:
-
-File: ./modules/write
-Hash: 65f0f043199edd0909f48c2fe00dcbdac4b987b3055131bc1fecb779928057a7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#POSIX compatible write() function: write data to a file descriptor
-#
-#Files:
-#lib/write.c
-#m4/write.m4
-#
-#Depends-on:
-#unistd
-#raise
-#
-#configure.ac:
-#gl_FUNC_WRITE
-#gl_UNISTD_MODULE_INDICATOR([write])
-
-File: ./modules/write-any-file
-Hash: 0b2868daa83fb7b0fc6971227f8890ebe1b0a16077fb3574d936cbd33cd4ab6d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Determine whether we can write any file.
-#
-#Files:
-#lib/write-any-file.h
-#lib/write-any-file.c
-#m4/write-any-file.m4
-#
-#Depends-on:
-#stdbool
-#priv-set
-#
-#configure.ac:
-#gl_WRITE_ANY_FILE
-
-File: ./modules/xalloc
-Hash: a75de21c7c6ac9d05414cf8ca65d2f1f28ec4e09bfa78549f2c24916f9a779ba
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Memory allocation with out-of-memory checking.  Also see xalloc-die.
-#
-#Files:
-#lib/xalloc.h
-#lib/xmalloc.c
-#m4/xalloc.m4
-#
-#Depends-on:
-#inline
-#xalloc-die
-#
-#configure.ac:
-#gl_XALLOC
-
-File: ./modules/xalloc-die
-Hash: c1f26355f82c42d68e2e87babfdd932bcc4ac0bc4ced0df5cc539ca91ce47d93
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Report a memory allocation failure and exit.
-#
-#Files:
-#lib/xalloc-die.c
-#
-#Depends-on:
-#xalloc
-#error
-#gettext-h
-#exitfail
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/xconcat-filename
-Hash: 132e60d6315cb64826b2bbf055e133c55e5a1676982b1fc84c06258c05fff824
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Construct a full filename by concatenating a directory name, a relative
-#filename, and a suffix, with out-of-memory checking.
-#
-#Files:
-#lib/concat-filename.h
-#lib/xconcat-filename.c
-#
-#Depends-on:
-#concat-filename
-#xalloc-die
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/xgetcwd
-Hash: a7e09cd1f414ba952c6567940e45b0b546f60a736da453f52e8c86011386e77d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Return the current working directory, without size limitations.
-#
-#Files:
-#lib/xgetcwd.h
-#lib/xgetcwd.c
-#m4/xgetcwd.m4
-#
-#Depends-on:
-#getcwd
-#xalloc
-#stdbool
-#
-#configure.ac:
-#gl_XGETCWD
-
-File: ./modules/xgetdomainname
-Hash: 9b5f18896883e9d6b7b85dc9dafcec3a4caf07cbec4870f37c5922d4d10d84e6
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Return machine's domainname, without size limitations.
-#
-#Files:
-#lib/xgetdomainname.h
-#lib/xgetdomainname.c
-#
-#Depends-on:
-#getdomainname
-#xalloc
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += xgetdomainname.h xgetdomainname.c
-
-File: ./modules/xgethostname
-Hash: 069989cc88c61eb54c68862011d9cd7ed14ba4ce66c77a5459368e7618ea4d6c
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Return machine's hostname, without size limitations.
-#
-#Files:
-#lib/xgethostname.h
-#lib/xgethostname.c
-#
-#Depends-on:
-#gethostname
-#xalloc
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += xgethostname.h xgethostname.c
-
-File: ./modules/xmalloca
-Hash: 1db0db3c1ceba00f88e5deafe38523a85a4161ed736a582c367c7e4b5b5b60b6
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Safe automatic memory allocation with out of memory checking.
-#
-#Files:
-#lib/xmalloca.h
-#lib/xmalloca.c
-#
-#Depends-on:
-#malloca
-#xalloc
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += xmalloca.c
-
-File: ./modules/xmemcoll
-Hash: 39fc9b14d693e26ef8d1d17e75b9baaaf7ab622e5214aaff03687a8c0afc29a6
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Locale dependent memory area comparison, with error checking.
-#
-#Files:
-#lib/xmemcoll.h
-#lib/xmemcoll.c
-#
-#Depends-on:
-#memcoll
-#gettext-h
-#error
-#quotearg
-#exitfail
-#
-#configure.ac:
-
-File: ./modules/xmemdup0
-Hash: 67a8b2bd891aa98a97f64fd443cecf85ccfa37f19b3a0efc1f085c95debf3471
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Copy a block of arbitrary bytes, and append a trailing NUL.
-#
-#Files:
-#lib/xmemdup0.h
-#lib/xmemdup0.c
-#
-#Depends-on:
-#xalloc
-#
-#configure.ac:
-#AC_LIBOBJ([xmemdup0])
-#
-#Makefile.am:
-
-File: ./modules/xmemdup0-tests
-Hash: f736c0573ad3d34f23a78072056d2122ff924e78e7ce98793455cd9f4436948f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-xmemdup0.c
-#
-#Depends-on:
-#progname
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-xmemdup0
-#check_PROGRAMS += test-xmemdup0
-#test_xmemdup0_LDADD = $(LDADD) @LIBINTL@
-
-File: ./modules/xnanosleep
-Hash: 9140638a34c9d2e4b145028fb8693d47fcb704ac35b46e473674c9ed7fea8434
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#a more convenient interface to nanosleep
-#
-#Files:
-#lib/xnanosleep.h
-#lib/xnanosleep.c
-#m4/xnanosleep.m4
-#
-#Depends-on:
-#nanosleep
-#time
-#intprops
-#stdbool
-#
-#configure.ac:
-
-File: ./modules/xprintf
-Hash: 9c52d5d2c0ec5381b883d458857e5eb9fd2050a86b96958b3d94d967b687721a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#a wrapper around printf that calls error upon ENOMEM or EILSEQ errors
-#
-#Notice:
-#If you are using GNU gettext version 0.16.1 or older, add the following options
-#to XGETTEXT_OPTIONS in your po/Makevars:
-#  --flag=xprintf:1:c-format --flag=xvprintf:1:c-format
-#  --flag=xfprintf:2:c-format --flag=xvfprintf:2:c-format
-#
-#Files:
-#lib/xprintf.h
-#lib/xprintf.c
-#
-#Depends-on:
-#error
-
-File: ./modules/xprintf-posix
-Hash: 04d54e931a50cfc4cd35870f39dcfff7ff21fc089013aa07b3b3f6bd148b820d
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#A wrapper around printf with POSIX compatible format string interpretation,
-#that calls error upon ENOMEM or EILSEQ errors.
-#
-#Files:
-#
-#Depends-on:
-#xprintf
-#vprintf-posix
-#vfprintf-posix
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/xprintf-posix-tests
-Hash: 2f816dd982317210b6b67aea3640c552e241359673bef69e1d8eafa0f238ba62
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-xprintf-posix.sh
-#tests/test-xfprintf-posix.c
-#tests/test-xprintf-posix.c
-#tests/test-fprintf-posix.h
-#tests/test-printf-posix.h
-#tests/test-printf-posix.output
-#
-#Depends-on:
-#stdint
-#progname
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/xreadlink
-Hash: 95a60a683231c9a0f5320b1e632c3054686a043fdebabed3e896a49f499c8e01
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Reading symbolic links without size limitation.
-#
-#Files:
-#lib/xreadlink.h
-#lib/xreadlink.c
-#
-#Depends-on:
-#areadlink
-#xalloc
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += xreadlink.c
-
-File: ./modules/xsetenv
-Hash: 337217e257fc903155c3a171aa46257094e0d9912711837ce03805e93e47755f
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#xsetenv() function: set an environment variable, with out-of-memory checking.
-#unsetenv() function: remove an environment variable.
-#
-#Files:
-#lib/xsetenv.h
-#lib/xsetenv.c
-#
-#Depends-on:
-#setenv
-#unsetenv
-#error
-#exit
-#gettext-h
-
-File: ./modules/xsize
-Hash: 95dc1d636c6c00acd3ed20e5ce784c788f897935eb4f3655264213de86dae482
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Checked size_t computations.
-#
-#Files:
-#lib/xsize.h
-#m4/xsize.m4
-#
-#Depends-on:
-#size_max
-#
-#configure.ac:
-#gl_XSIZE
-#
-#Makefile.am:
-#lib_SOURCES += xsize.h
-
-File: ./modules/xstriconv
-Hash: 942bc357d4e8965fd14b1c754c058955bc6c0cd1b795350453d172625d279047
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Character set conversion of strings made easy, uses iconv, with out-of-memory
-#checking.
-#
-#Files:
-#lib/xstriconv.h
-#lib/xstriconv.c
-#
-#Depends-on:
-#striconv
-#xalloc
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/xstriconveh
-Hash: 4943c4561755ac0e324ebf8e5f238ff15eefe650675186fb5b1793e988dd5559
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Character set conversion of strings made easy, uses iconv, with out-of-memory
-#checking.
-#
-#Files:
-#lib/xstriconveh.h
-#lib/xstriconveh.c
-#
-#Depends-on:
-#striconveh
-#xalloc
-#
-#configure.ac:
-#
-#Makefile.am:
-
-File: ./modules/xstrndup
-Hash: 7ba0a68faaec8f490d934f91875d49013c87b87520d685467174869110eabcbe
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Duplicate a bounded initial segment of a string, with out-of-memory checking.
-#
-#Files:
-#lib/xstrndup.h
-#lib/xstrndup.c
-#m4/xstrndup.m4
-#
-#Depends-on:
-#strndup
-#xalloc
-#
-#configure.ac:
-#gl_XSTRNDUP
-
-File: ./modules/xstrtod
-Hash: 128b4ee0746da30fc9f29a1b5f6f95c1401cce18c4242713b24c93f1bf6e8918
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Convert string to 'double', with error checking.
-#
-#Files:
-#lib/xstrtod.h
-#lib/xstrtod.c
-#m4/xstrtod.m4
-#
-#Depends-on:
-#stdbool
-#
-#configure.ac:
-#gl_XSTRTOD
-#
-#Makefile.am:
-
-File: ./modules/xstrtoimax
-Hash: d8abe54149e8816b18398bfde53b3e3e804f43ffc85f35e79717798cf5f88915
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Convert string to 'intmax_t', with error checking.
-#
-#Files:
-#lib/xstrtoimax.c
-#
-#Depends-on:
-#xstrtol
-#strtoimax
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += xstrtoimax.c
-
-File: ./modules/xstrtoimax-tests
-Hash: ed0c5056e3fe1f25e1e8a01656c9be74ae5d5e45506319d4e5bd21703e1a5422
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-xstrtoimax.c
-#tests/test-xstrtoimax.sh
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-xstrtoimax.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
-#check_PROGRAMS += test-xstrtoimax
-#test_xstrtoimax_LDADD = $(LDADD) @LIBINTL@
-
-File: ./modules/xstrtol
-Hash: 5cb690ca8bad394d9dc7d2ad5680a49b852c3440914d33562a358485a9ca202a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Convert string to 'long' or 'unsigned long', with error checking.
-#
-#Files:
-#lib/xstrtol.h
-#lib/xstrtol.c
-#lib/xstrtoul.c
-#lib/xstrtol-error.c
-#m4/xstrtol.m4
-#
-#Depends-on:
-#exitfail
-#error
-#getopt-gnu
-#gettext-h
-
-File: ./modules/xstrtol-tests
-Hash: 50cd2e95398b90848b7d08a47ae7e303a749118f10ce1c6c960c7fe230d22c55
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-xstrtol.c
-#tests/test-xstrtoul.c
-#tests/test-xstrtol.sh
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-xstrtol.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
-#check_PROGRAMS += test-xstrtol test-xstrtoul
-#test_xstrtol_LDADD = $(LDADD) @LIBINTL@
-#test_xstrtoul_LDADD = $(LDADD) @LIBINTL@
-
-File: ./modules/xstrtold
-Hash: d29ee03b049e8dafc8f9899418c0b422b9e45283103d405408e6d4d8ed9697f6
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Convert string to 'long double', with error checking.
-#
-#Files:
-#lib/xstrtod.h
-#lib/xstrtod.c
-#lib/xstrtold.c
-#m4/xstrtod.m4
-#
-#Depends-on:
-#stdbool
-#
-#configure.ac:
-#gl_XSTRTOLD
-
-File: ./modules/xstrtoumax
-Hash: 42a9aee1373bf0049f1683212a889da6e6e16873e8a637cc64d1903d7a76f2dd
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Convert string to 'uintmax_t', with error checking.
-#
-#Files:
-#lib/xstrtoumax.c
-#
-#Depends-on:
-#xstrtol
-#strtoumax
-#
-#configure.ac:
-#
-#Makefile.am:
-#lib_SOURCES += xstrtoumax.c
-
-File: ./modules/xstrtoumax-tests
-Hash: 27cbe25f094974926313b006fdf804274814be11ea6a0812164eae08ec470449
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-xstrtoumax.c
-#tests/test-xstrtoumax.sh
-#
-#Depends-on:
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-xstrtoumax.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
-#check_PROGRAMS += test-xstrtoumax
-#test_xstrtoumax_LDADD = $(LDADD) @LIBINTL@
-
-File: ./modules/xvasprintf
-Hash: a6af5f93a0c236af2d1b802283c3bdce0ea1f2c4dd55454e7e277fc06f94247e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#vasprintf and asprintf with out-of-memory checking.  Also see xalloc-die.
-#
-#Notice:
-#If you are using GNU gettext version 0.16.1 or older, add the following options
-#to XGETTEXT_OPTIONS in your po/Makevars: --flag=xasprintf:1:c-format
-#
-#Files:
-#lib/xvasprintf.h
-#lib/xvasprintf.c
-#lib/xasprintf.c
-#lib/xalloc.h
-#m4/xvasprintf.m4
-#
-#Depends-on:
-
-File: ./modules/xvasprintf-posix
-Hash: 4bc8e2e9c2de1645326347861bed0bfa82dd17c40147bf9ef30d3c0c395b3c4e
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#vasprintf and asprintf with POSIX compatible format string interpretation and
-#with out-of-memory checking.  Also see xalloc-die.
-#
-#Files:
-#
-#Depends-on:
-#xvasprintf
-#vasprintf-posix
-#
-#configure.ac:
-#
-#Makefile.am:
-#
-#Include:
-
-File: ./modules/xvasprintf-tests
-Hash: 96c4599e808fbaee60ca768b38fe00a99c224201f3bfa8c359e10bb5887dba9a
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-xvasprintf.c
-#
-#Depends-on:
-#progname
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-xvasprintf
-#check_PROGRAMS += test-xvasprintf
-#test_xvasprintf_LDADD = $(LDADD) @LIBINTL@
-
-File: ./modules/yesno
-Hash: 8b1282449041c482e56df4a5f090b6e7547efd0f06069cc96a430c198de978e6
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Read a response from the user, and its classification as matching "yes" or
-#"no".
-#
-#Files:
-#lib/yesno.c
-#lib/yesno.h
-#m4/yesno.m4
-#
-#Depends-on:
-#getline
-#rpmatch
-#stdbool
-#
-#configure.ac:
-
-File: ./modules/yesno-tests
-Hash: 3a33d863e2dfedfb3896bf992c73a1a454a66db29d80b309a77766db787e118b
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Files:
-#tests/test-yesno.c
-#tests/test-yesno.sh
-#
-#Depends-on:
-#closein
-#binary-io
-#
-#configure.ac:
-#
-#Makefile.am:
-#TESTS += test-yesno.sh
-#TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
-#check_PROGRAMS += test-yesno
-#test_yesno_LDADD = $(LDADD) @LIBINTL@
-
-File: ./modules/yield
-Hash: e86a78bb30ab1dd3068ebdc30c9f5cbc3f61f5fc8c33c26f63bda382c8900ba7
-Copyright: 
-License: 
-Licence_Text: 
-#Header: 
-#Description:
-#Yielding the processor to other threads.
-#
-#Files:
-#lib/glthread/yield.h
-#m4/yield.m4
-#
-#Depends-on:
-#threadlib
-#
-#configure.ac:
-#gl_YIELD
-#
-#Makefile.am:
-#lib_SOURCES += glthread/yield.h
+######################################################################
+## UPTOHERE
+######################################################################
 
 File: ./posix-modules
 Hash: a5ccaf8a1eb82ecf46eb6b2aa5c191573ba82514eb2a06faae04e262348940c7