glib2 3.0.7-x86-mingw32 → 3.0.8-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +24 -12
- data/ext/glib2/extconf.rb +1 -0
- data/ext/glib2/glib2.def +4 -0
- data/ext/glib2/rbglib-variant.c +163 -12
- data/ext/glib2/rbglib.c +31 -8
- data/ext/glib2/rbglib.h +15 -1
- data/ext/glib2/rbglib2conversions.h +3 -0
- data/ext/glib2/rbglib_iochannel.c +0 -3
- data/ext/glib2/rbglib_iochannel_win32_socket.c +0 -1
- data/ext/glib2/rbglib_matchinfo.c +179 -0
- data/ext/glib2/rbglib_regex.c +484 -0
- data/ext/glib2/rbgobj_value.c +7 -1
- data/ext/glib2/rbgprivate.h +2 -0
- data/ext/glib2/rbgutil.c +7 -0
- data/ext/glib2/rbgutil.h +2 -0
- data/lib/2.2/glib2.so +0 -0
- data/lib/2.3/glib2.so +0 -0
- data/lib/glib2/regex.rb +29 -0
- data/lib/glib2.rb +2 -1
- data/lib/gnome2/rake/external-package.rb +6 -1
- data/lib/gnome2/rake/package-task.rb +1 -1
- data/lib/gnome2/rake/package.rb +9 -0
- data/lib/gnome2/rake/windows-binary-build-task.rb +35 -11
- data/lib/mkmf-gnome2.rb +3 -1
- data/test/test-match-info.rb +113 -0
- data/test/test-regex.rb +320 -0
- data/vendor/local/bin/asn1Coding.exe +0 -0
- data/vendor/local/bin/asn1Decoding.exe +0 -0
- data/vendor/local/bin/asn1Parser.exe +0 -0
- data/vendor/local/bin/envsubst.exe +0 -0
- data/vendor/local/bin/gdbus.exe +0 -0
- data/vendor/local/bin/gettext.exe +0 -0
- data/vendor/local/bin/gettext.sh +1 -1
- data/vendor/local/bin/gio-querymodules.exe +0 -0
- data/vendor/local/bin/glib-compile-resources.exe +0 -0
- data/vendor/local/bin/glib-compile-schemas.exe +0 -0
- data/vendor/local/bin/glib-genmarshal.exe +0 -0
- data/vendor/local/bin/glib-gettextize +1 -1
- data/vendor/local/bin/glib-mkenums +2 -2
- data/vendor/local/bin/gobject-query.exe +0 -0
- data/vendor/local/bin/gresource.exe +0 -0
- data/vendor/local/bin/gsettings.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
- data/vendor/local/bin/iconv.exe +0 -0
- data/vendor/local/bin/idn.exe +0 -0
- data/vendor/local/bin/libasprintf-0.dll +0 -0
- data/vendor/local/bin/libcharset-1.dll +0 -0
- data/vendor/local/bin/libffi-6.dll +0 -0
- data/vendor/local/bin/libgio-2.0-0.dll +0 -0
- data/vendor/local/bin/libglib-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmp-10.dll +0 -0
- data/vendor/local/bin/libgnutls-30.def +993 -984
- data/vendor/local/bin/libgnutls-30.dll +0 -0
- data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
- data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
- data/vendor/local/bin/libhogweed-4-2.dll +0 -0
- data/vendor/local/bin/libiconv-2.dll +0 -0
- data/vendor/local/bin/libidn-11.dll +0 -0
- data/vendor/local/bin/libintl-8.dll +0 -0
- data/vendor/local/bin/{libnettle-6-1.dll → libnettle-6-2.dll} +0 -0
- data/vendor/local/bin/libp11-kit-0.dll +0 -0
- data/vendor/local/bin/libpcre-1.dll +0 -0
- data/vendor/local/bin/libpcrecpp-0.dll +0 -0
- data/vendor/local/bin/libpcreposix-0.dll +0 -0
- data/vendor/local/bin/libtasn1-6.dll +0 -0
- data/vendor/local/bin/nettle-hash.exe +0 -0
- data/vendor/local/bin/nettle-lfib-stream.exe +0 -0
- data/vendor/local/bin/nettle-pbkdf2.exe +0 -0
- data/vendor/local/bin/ngettext.exe +0 -0
- data/vendor/local/bin/p11-kit.exe +0 -0
- data/vendor/local/bin/pcre-config +133 -0
- data/vendor/local/bin/pcregrep.exe +0 -0
- data/vendor/local/bin/pcretest.exe +0 -0
- data/vendor/local/bin/pkcs1-conv.exe +0 -0
- data/vendor/local/bin/sexp-conv.exe +0 -0
- data/vendor/local/bin/trust.exe +0 -0
- data/vendor/local/include/glib-2.0/gio/gdatagrambased.h +144 -0
- data/vendor/local/include/glib-2.0/gio/gdbusconnection.h +9 -1
- data/vendor/local/include/glib-2.0/gio/gdtlsclientconnection.h +75 -0
- data/vendor/local/include/glib-2.0/gio/gdtlsconnection.h +191 -0
- data/vendor/local/include/glib-2.0/gio/gdtlsserverconnection.h +69 -0
- data/vendor/local/include/glib-2.0/gio/gfileinfo.h +14 -0
- data/vendor/local/include/glib-2.0/gio/gio-autocleanups.h +1 -0
- data/vendor/local/include/glib-2.0/gio/gio.h +4 -0
- data/vendor/local/include/glib-2.0/gio/gioenums.h +69 -13
- data/vendor/local/include/glib-2.0/gio/gioenumtypes.h +2 -0
- data/vendor/local/include/glib-2.0/gio/giotypes.h +77 -0
- data/vendor/local/include/glib-2.0/gio/gliststore.h +5 -0
- data/vendor/local/include/glib-2.0/gio/gnetworkmonitor.h +3 -0
- data/vendor/local/include/glib-2.0/gio/gsettings.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gsettingsschema.h +3 -0
- data/vendor/local/include/glib-2.0/gio/gsimpleasyncresult.h +25 -25
- data/vendor/local/include/glib-2.0/gio/gsocket.h +7 -0
- data/vendor/local/include/glib-2.0/gio/gsocketconnectable.h +6 -0
- data/vendor/local/include/glib-2.0/gio/gsocketlistener.h +4 -1
- data/vendor/local/include/glib-2.0/gio/gtlsbackend.h +14 -0
- data/vendor/local/include/glib-2.0/gio/gtlsclientconnection.h +7 -0
- data/vendor/local/include/glib-2.0/glib/gasyncqueue.h +13 -0
- data/vendor/local/include/glib-2.0/glib/gbacktrace.h +2 -0
- data/vendor/local/include/glib-2.0/glib/glib-autocleanups.h +12 -4
- data/vendor/local/include/glib-2.0/glib/gmacros.h +46 -10
- data/vendor/local/include/glib-2.0/glib/gmain.h +3 -1
- data/vendor/local/include/glib-2.0/glib/gmem.h +7 -5
- data/vendor/local/include/glib-2.0/glib/gmessages.h +8 -8
- data/vendor/local/include/glib-2.0/glib/gnode.h +2 -2
- data/vendor/local/include/glib-2.0/glib/gpoll.h +2 -9
- data/vendor/local/include/glib-2.0/glib/gsequence.h +2 -0
- data/vendor/local/include/glib-2.0/glib/gstdio.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gstrfuncs.h +1 -0
- data/vendor/local/include/glib-2.0/glib/gtestutils.h +15 -2
- data/vendor/local/include/glib-2.0/glib/gthreadpool.h +4 -0
- data/vendor/local/include/glib-2.0/glib/gtrashstack.h +10 -57
- data/vendor/local/include/glib-2.0/glib/gtypes.h +61 -6
- data/vendor/local/include/glib-2.0/glib/gunicode.h +15 -1
- data/vendor/local/include/glib-2.0/glib/gutils.h +36 -57
- data/vendor/local/include/glib-2.0/glib/gversionmacros.h +59 -10
- data/vendor/local/include/glib-2.0/gobject/gboxed.h +3 -3
- data/vendor/local/include/glib-2.0/gobject/gclosure.h +2 -1
- data/vendor/local/include/glib-2.0/gobject/glib-types.h +0 -7
- data/vendor/local/include/glib-2.0/gobject/gobject-autocleanups.h +0 -1
- data/vendor/local/include/glib-2.0/gobject/gobject.h +8 -4
- data/vendor/local/include/glib-2.0/gobject/gparam.h +5 -2
- data/vendor/local/include/glib-2.0/gobject/gsignal.h +3 -0
- data/vendor/local/include/glib-2.0/gobject/gtype.h +47 -26
- data/vendor/local/include/glib-2.0/gobject/gtypemodule.h +1 -0
- data/vendor/local/include/gmp.h +56 -24
- data/vendor/local/include/gnutls/gnutls.h +79 -39
- data/vendor/local/include/gnutls/pkcs11.h +6 -0
- data/vendor/local/include/gnutls/pkcs7.h +17 -4
- data/vendor/local/include/gnutls/x509.h +8 -0
- data/vendor/local/include/libintl.h +1 -1
- data/vendor/local/include/libtasn1.h +1 -1
- data/vendor/local/include/nettle/rsa.h +72 -0
- data/vendor/local/include/nettle/sha3.h +4 -0
- data/vendor/local/include/nettle/version.h +8 -1
- data/vendor/local/include/p11-kit-1/p11-kit/p11-kit.h +1 -0
- data/vendor/local/include/pcre.h +677 -0
- data/vendor/local/include/pcre_scanner.h +172 -0
- data/vendor/local/include/pcre_stringpiece.h +180 -0
- data/vendor/local/include/pcrecpp.h +710 -0
- data/vendor/local/include/pcrecpparg.h +174 -0
- data/vendor/local/include/pcreposix.h +146 -0
- data/vendor/local/lib/gio/modules/libgiognutls.a +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.dll +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.dll.a +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.la +3 -3
- data/vendor/local/lib/glib-2.0/include/glibconfig.h +4 -16
- data/vendor/local/lib/libasprintf.a +0 -0
- data/vendor/local/lib/libasprintf.dll.a +0 -0
- data/vendor/local/lib/libcharset.a +0 -0
- data/vendor/local/lib/libcharset.dll.a +0 -0
- data/vendor/local/lib/libffi.a +0 -0
- data/vendor/local/lib/libffi.dll.a +0 -0
- data/vendor/local/lib/libgio-2.0.dll.a +0 -0
- data/vendor/local/lib/libgio-2.0.la +5 -5
- data/vendor/local/lib/libglib-2.0.dll.a +0 -0
- data/vendor/local/lib/libglib-2.0.la +5 -5
- data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
- data/vendor/local/lib/libgmodule-2.0.la +5 -5
- data/vendor/local/lib/libgmp.dll.a +0 -0
- data/vendor/local/lib/libgmp.la +4 -4
- data/vendor/local/lib/libgnutls.dll.a +0 -0
- data/vendor/local/lib/libgnutls.la +3 -3
- data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
- data/vendor/local/lib/libgobject-2.0.la +5 -5
- data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
- data/vendor/local/lib/libgthread-2.0.la +5 -5
- data/vendor/local/lib/libhogweed.a +0 -0
- data/vendor/local/lib/libhogweed.dll.a +0 -0
- data/vendor/local/lib/libiconv.dll.a +0 -0
- data/vendor/local/lib/libidn.a +0 -0
- data/vendor/local/lib/libidn.dll.a +0 -0
- data/vendor/local/lib/libintl.a +0 -0
- data/vendor/local/lib/libintl.dll.a +0 -0
- data/vendor/local/lib/libintl.la +1 -1
- data/vendor/local/lib/libnettle.a +0 -0
- data/vendor/local/lib/libnettle.dll.a +0 -0
- data/vendor/local/lib/libp11-kit.dll.a +0 -0
- data/vendor/local/lib/libpcre.a +0 -0
- data/vendor/local/lib/libpcre.dll.a +0 -0
- data/vendor/local/lib/libpcre.la +41 -0
- data/vendor/local/lib/libpcrecpp.a +0 -0
- data/vendor/local/lib/libpcrecpp.dll.a +0 -0
- data/vendor/local/lib/libpcrecpp.la +41 -0
- data/vendor/local/lib/libpcreposix.a +0 -0
- data/vendor/local/lib/libpcreposix.dll.a +0 -0
- data/vendor/local/lib/libpcreposix.la +41 -0
- data/vendor/local/lib/libtasn1.a +0 -0
- data/vendor/local/lib/libtasn1.dll.a +0 -0
- data/vendor/local/lib/libtasn1.la +1 -1
- data/vendor/local/lib/p11-kit/p11-kit-remote.exe +0 -0
- data/vendor/local/lib/pkcs11/p11-kit-trust.dll +0 -0
- data/vendor/local/lib/pkcs11/p11-kit-trust.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gio-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/glib-2.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-export-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gnutls.pc +2 -2
- data/vendor/local/lib/pkgconfig/gobject-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/hogweed.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpcre.pc +13 -0
- data/vendor/local/lib/pkgconfig/libpcrecpp.pc +12 -0
- data/vendor/local/lib/pkgconfig/libpcreposix.pc +13 -0
- data/vendor/local/lib/pkgconfig/libtasn1.pc +1 -1
- data/vendor/local/lib/pkgconfig/nettle.pc +1 -1
- data/vendor/local/lib/pkgconfig/p11-kit-1.pc +1 -1
- data/vendor/local/share/aclocal/glib-gettext.m4 +3 -2
- data/vendor/local/share/doc/pcre/AUTHORS +45 -0
- data/vendor/local/share/doc/pcre/COPYING +5 -0
- data/vendor/local/share/doc/pcre/ChangeLog +5918 -0
- data/vendor/local/share/doc/pcre/LICENCE +93 -0
- data/vendor/local/share/doc/pcre/NEWS +716 -0
- data/vendor/local/share/doc/pcre/README +1002 -0
- data/vendor/local/share/doc/pcre/html/NON-AUTOTOOLS-BUILD.txt +772 -0
- data/vendor/local/share/doc/pcre/html/README.txt +1002 -0
- data/vendor/local/share/doc/pcre/html/index.html +185 -0
- data/vendor/local/share/doc/pcre/html/pcre-config.html +109 -0
- data/vendor/local/share/doc/pcre/html/pcre.html +224 -0
- data/vendor/local/share/doc/pcre/html/pcre16.html +384 -0
- data/vendor/local/share/doc/pcre/html/pcre32.html +382 -0
- data/vendor/local/share/doc/pcre/html/pcre_assign_jit_stack.html +76 -0
- data/vendor/local/share/doc/pcre/html/pcre_compile.html +111 -0
- data/vendor/local/share/doc/pcre/html/pcre_compile2.html +115 -0
- data/vendor/local/share/doc/pcre/html/pcre_config.html +94 -0
- data/vendor/local/share/doc/pcre/html/pcre_copy_named_substring.html +65 -0
- data/vendor/local/share/doc/pcre/html/pcre_copy_substring.html +61 -0
- data/vendor/local/share/doc/pcre/html/pcre_dfa_exec.html +129 -0
- data/vendor/local/share/doc/pcre/html/pcre_exec.html +111 -0
- data/vendor/local/share/doc/pcre/html/pcre_free_study.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcre_free_substring.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcre_free_substring_list.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcre_fullinfo.html +118 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_named_substring.html +68 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_stringnumber.html +57 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_stringtable_entries.html +60 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_substring.html +64 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_substring_list.html +61 -0
- data/vendor/local/share/doc/pcre/html/pcre_jit_exec.html +108 -0
- data/vendor/local/share/doc/pcre/html/pcre_jit_stack_alloc.html +55 -0
- data/vendor/local/share/doc/pcre/html/pcre_jit_stack_free.html +48 -0
- data/vendor/local/share/doc/pcre/html/pcre_maketables.html +48 -0
- data/vendor/local/share/doc/pcre/html/pcre_pattern_to_host_byte_order.html +58 -0
- data/vendor/local/share/doc/pcre/html/pcre_refcount.html +51 -0
- data/vendor/local/share/doc/pcre/html/pcre_study.html +68 -0
- data/vendor/local/share/doc/pcre/html/pcre_utf16_to_host_byte_order.html +57 -0
- data/vendor/local/share/doc/pcre/html/pcre_utf32_to_host_byte_order.html +57 -0
- data/vendor/local/share/doc/pcre/html/pcre_version.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcreapi.html +2922 -0
- data/vendor/local/share/doc/pcre/html/pcrebuild.html +534 -0
- data/vendor/local/share/doc/pcre/html/pcrecallout.html +286 -0
- data/vendor/local/share/doc/pcre/html/pcrecompat.html +235 -0
- data/vendor/local/share/doc/pcre/html/pcrecpp.html +368 -0
- data/vendor/local/share/doc/pcre/html/pcredemo.html +426 -0
- data/vendor/local/share/doc/pcre/html/pcregrep.html +759 -0
- data/vendor/local/share/doc/pcre/html/pcrejit.html +452 -0
- data/vendor/local/share/doc/pcre/html/pcrelimits.html +90 -0
- data/vendor/local/share/doc/pcre/html/pcrematching.html +242 -0
- data/vendor/local/share/doc/pcre/html/pcrepartial.html +509 -0
- data/vendor/local/share/doc/pcre/html/pcrepattern.html +3273 -0
- data/vendor/local/share/doc/pcre/html/pcreperform.html +195 -0
- data/vendor/local/share/doc/pcre/html/pcreposix.html +290 -0
- data/vendor/local/share/doc/pcre/html/pcreprecompile.html +163 -0
- data/vendor/local/share/doc/pcre/html/pcresample.html +110 -0
- data/vendor/local/share/doc/pcre/html/pcrestack.html +225 -0
- data/vendor/local/share/doc/pcre/html/pcresyntax.html +561 -0
- data/vendor/local/share/doc/pcre/html/pcretest.html +1158 -0
- data/vendor/local/share/doc/pcre/html/pcreunicode.html +262 -0
- data/vendor/local/share/doc/pcre/pcre-config.txt +86 -0
- data/vendor/local/share/doc/pcre/pcre.txt +10455 -0
- data/vendor/local/share/doc/pcre/pcregrep.txt +741 -0
- data/vendor/local/share/doc/pcre/pcretest.txt +1087 -0
- data/vendor/local/share/gdb/auto-load/{libglib-2.0.so.0.4400.1-gdb.py → home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libglib-2.0.so.0.4800.0-gdb.py} +0 -0
- data/vendor/local/share/gdb/auto-load/{libgobject-2.0.so.0.4400.1-gdb.py → home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgobject-2.0.so.0.4800.0-gdb.py} +0 -0
- data/vendor/local/share/gettext/ABOUT-NLS +382 -413
- data/vendor/local/share/gettext/its/gschema.its +25 -0
- data/vendor/local/share/gettext/its/gschema.loc +10 -0
- data/vendor/local/share/glib-2.0/codegen/__init__.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/__init__.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.py +22 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_main.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_main.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/config.py +1 -1
- data/vendor/local/share/glib-2.0/codegen/config.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/config.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/dbustypes.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/dbustypes.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/parser.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/parser.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/utils.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/utils.pyo +0 -0
- data/vendor/local/share/glib-2.0/gdb/glib.py +4 -0
- data/vendor/local/share/glib-2.0/schemas/gschemas.compiled +0 -0
- data/vendor/local/share/gtk-doc/html/gio/GAction.html +58 -64
- data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +75 -80
- data/vendor/local/share/gtk-doc/html/gio/GActionMap.html +50 -51
- data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +72 -97
- data/vendor/local/share/gtk-doc/html/gio/GAppInfoMonitor.html +7 -8
- data/vendor/local/share/gtk-doc/html/gio/GApplication.html +174 -160
- data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +127 -132
- data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +90 -92
- data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +43 -46
- data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +17 -26
- data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +12 -17
- data/vendor/local/share/gtk-doc/html/gio/GBytesIcon.html +10 -11
- data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +45 -52
- data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +14 -18
- data/vendor/local/share/gtk-doc/html/gio/GConverter.html +20 -21
- data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +41 -48
- data/vendor/local/share/gtk-doc/html/gio/GDBusActionGroup.html +9 -10
- data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +34 -40
- data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +337 -258
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterface.html +23 -22
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterfaceSkeleton.html +44 -50
- data/vendor/local/share/gtk-doc/html/gio/GDBusMenuModel.html +9 -10
- data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +143 -158
- data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +59 -54
- data/vendor/local/share/gtk-doc/html/gio/GDBusObject.html +19 -22
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManager.html +25 -27
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerClient.html +48 -52
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerServer.html +34 -31
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectProxy.html +15 -17
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectSkeleton.html +25 -28
- data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +105 -122
- data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +32 -39
- data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +40 -51
- data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +17 -28
- data/vendor/local/share/gtk-doc/html/gio/GDatagramBased.html +766 -0
- data/vendor/local/share/gtk-doc/html/gio/GDrive.html +56 -75
- data/vendor/local/share/gtk-doc/html/gio/GDtlsClientConnection.html +468 -0
- data/vendor/local/share/gtk-doc/html/gio/GDtlsConnection.html +1521 -0
- data/vendor/local/share/gtk-doc/html/gio/GDtlsServerConnection.html +208 -0
- data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +16 -19
- data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +16 -17
- data/vendor/local/share/gtk-doc/html/gio/GFile.html +204 -240
- data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +36 -41
- data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +13 -15
- data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +8 -9
- data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +128 -145
- data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +8 -9
- data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +75 -36
- data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +10 -13
- data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +41 -43
- data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +56 -44
- data/vendor/local/share/gtk-doc/html/gio/GIcon.html +20 -23
- data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +103 -118
- data/vendor/local/share/gtk-doc/html/gio/GInetAddressMask.html +39 -47
- data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +31 -37
- data/vendor/local/share/gtk-doc/html/gio/GInitable.html +17 -19
- data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +32 -44
- data/vendor/local/share/gtk-doc/html/gio/GListModel.html +28 -29
- data/vendor/local/share/gtk-doc/html/gio/GListStore.html +80 -35
- data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +10 -11
- data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +11 -15
- data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +38 -38
- data/vendor/local/share/gtk-doc/html/gio/GMenu.html +138 -145
- data/vendor/local/share/gtk-doc/html/gio/GMenuModel.html +84 -94
- data/vendor/local/share/gtk-doc/html/gio/GMount.html +54 -66
- data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +34 -42
- data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +26 -28
- data/vendor/local/share/gtk-doc/html/gio/GNetworkMonitor.html +97 -39
- data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +18 -23
- data/vendor/local/share/gtk-doc/html/gio/GNotification.html +49 -47
- data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +39 -56
- data/vendor/local/share/gtk-doc/html/gio/GPermission.html +26 -34
- data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +16 -20
- data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +16 -20
- data/vendor/local/share/gtk-doc/html/gio/GPropertyAction.html +33 -20
- data/vendor/local/share/gtk-doc/html/gio/GProxy.html +30 -32
- data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +42 -51
- data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +17 -19
- data/vendor/local/share/gtk-doc/html/gio/GRemoteActionGroup.html +15 -16
- data/vendor/local/share/gtk-doc/html/gio/GResolver.html +46 -47
- data/vendor/local/share/gtk-doc/html/gio/GResource.html +79 -74
- data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +12 -18
- data/vendor/local/share/gtk-doc/html/gio/GSettings.html +325 -200
- data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +28 -29
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +46 -49
- data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +21 -23
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +258 -162
- data/vendor/local/share/gtk-doc/html/gio/GSimpleIOStream.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +7 -9
- data/vendor/local/share/gtk-doc/html/gio/GSimpleProxyResolver.html +16 -18
- data/vendor/local/share/gtk-doc/html/gio/GSocket.html +470 -281
- data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +27 -32
- data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +76 -85
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +118 -72
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +28 -33
- data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +26 -30
- data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +180 -62
- data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +51 -28
- data/vendor/local/share/gtk-doc/html/gio/GSrvTarget.html +25 -31
- data/vendor/local/share/gtk-doc/html/gio/GSubprocess.html +63 -75
- data/vendor/local/share/gtk-doc/html/gio/GSubprocessLauncher.html +49 -54
- data/vendor/local/share/gtk-doc/html/gio/GTask.html +406 -404
- data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GTestDBus.html +36 -38
- data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +30 -31
- data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +11 -14
- data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +172 -46
- data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +26 -32
- data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +96 -37
- data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +64 -66
- data/vendor/local/share/gtk-doc/html/gio/GTlsDatabase.html +256 -63
- data/vendor/local/share/gtk-doc/html/gio/GTlsFileDatabase.html +15 -16
- data/vendor/local/share/gtk-doc/html/gio/GTlsInteraction.html +150 -49
- data/vendor/local/share/gtk-doc/html/gio/GTlsPassword.html +46 -51
- data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +21 -18
- data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +21 -26
- data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +21 -25
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +31 -37
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +24 -28
- data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +15 -19
- data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +15 -19
- data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +43 -47
- data/vendor/local/share/gtk-doc/html/gio/GVfs.html +22 -24
- data/vendor/local/share/gtk-doc/html/gio/GVolume.html +43 -54
- data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +26 -27
- data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +15 -17
- data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +21 -6
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-28.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-30.html +11 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-32.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-34.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-36.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-38.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-40.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-42.html +11 -5
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-44.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-46.html +211 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-48.html +283 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +107 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +459 -8
- data/vendor/local/share/gtk-doc/html/gio/application.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/async.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch02.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch03.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch32.html +29 -172
- data/vendor/local/share/gtk-doc/html/gio/ch33.html +187 -27
- data/vendor/local/share/gtk-doc/html/gio/ch33s02.html +15 -34
- data/vendor/local/share/gtk-doc/html/gio/ch33s03.html +16 -137
- data/vendor/local/share/gtk-doc/html/gio/ch34.html +26 -87
- data/vendor/local/share/gtk-doc/html/gio/ch34s02.html +37 -121
- data/vendor/local/share/gtk-doc/html/gio/ch34s03.html +132 -176
- data/vendor/local/share/gtk-doc/html/gio/ch34s04.html +19 -71
- data/vendor/local/share/gtk-doc/html/gio/ch34s05.html +24 -908
- data/vendor/local/share/gtk-doc/html/gio/{ch33s06.html → ch34s06.html} +9 -10
- data/vendor/local/share/gtk-doc/html/gio/{ch33s07.html → ch34s07.html} +9 -10
- data/vendor/local/share/gtk-doc/html/gio/ch35.html +94 -0
- data/vendor/local/share/gtk-doc/html/gio/ch35s02.html +141 -0
- data/vendor/local/share/gtk-doc/html/gio/ch35s03.html +201 -0
- data/vendor/local/share/gtk-doc/html/gio/ch35s04.html +96 -0
- data/vendor/local/share/gtk-doc/html/gio/conversion.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/data-models.html +4 -5
- data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/extending.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/file_mon.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/file_ops.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/gapplication-tool.html +11 -12
- data/vendor/local/share/gtk-doc/html/gio/gdbus-codegen.html +199 -200
- data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/gdbus-example-gdbus-codegen.html +89 -0
- data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/gdbus.html +9 -10
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +24 -28
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +77 -87
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +19 -27
- data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +43 -57
- data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +47 -52
- data/vendor/local/share/gtk-doc/html/gio/gio-GActionGroup-exporter.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +20 -27
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +59 -67
- data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +16 -21
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +21 -17
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +9 -12
- data/vendor/local/share/gtk-doc/html/gio/gio-GMenuModel-exporter.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-GSettingsSchema-GSettingsSchemaSource.html +147 -114
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32InputStream.html +12 -16
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32OutputStream.html +13 -17
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32RegistryKey.html +2066 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +29 -32
- data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +16 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +54 -75
- data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +27 -30
- data/vendor/local/share/gtk-doc/html/gio/gio-gnetworking.h.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/gio-gpollableutils.html +16 -21
- data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +11 -8
- data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +4 -5
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +194 -140
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-resources.html +6 -7
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +12 -6
- data/vendor/local/share/gtk-doc/html/gio/gresource-tool.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/icons.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/index.html +41 -45
- data/vendor/local/share/gtk-doc/html/gio/index.sgml +204 -137
- data/vendor/local/share/gtk-doc/html/gio/migrating.html +22 -44
- data/vendor/local/share/gtk-doc/html/gio/networking.html +6 -4
- data/vendor/local/share/gtk-doc/html/gio/permissions.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/pt01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/pt02.html +20 -5
- data/vendor/local/share/gtk-doc/html/gio/registry.html +32 -0
- data/vendor/local/share/gtk-doc/html/gio/resolver.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/resources.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/running-gio-apps.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/settings.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/streaming.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gio/subprocesses.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/testing.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/tls.html +12 -4
- data/vendor/local/share/gtk-doc/html/gio/tools.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/types.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/utils.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +16 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-28.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-30.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-32.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-34.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-36.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-38.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-40.html +7 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-42.html +12 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-44.html +5 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-46.html +68 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-48.html +68 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +46 -8
- data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +80 -9
- data/vendor/local/share/gtk-doc/html/glib/deprecated.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +68 -85
- data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +254 -84
- data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +130 -144
- data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +19 -23
- data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +33 -46
- data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +22 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +89 -82
- data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +87 -112
- data/vendor/local/share/gtk-doc/html/glib/glib-Bounds-checked-integer-arithmetic.html +384 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +100 -114
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +83 -143
- data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +14 -19
- data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +49 -64
- data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +141 -156
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +32 -38
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-HMACs.html +24 -31
- data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +28 -32
- data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +108 -141
- data/vendor/local/share/gtk-doc/html/glib/glib-Deprecated-Thread-APIs.html +98 -113
- data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +89 -112
- data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +93 -125
- data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +50 -58
- data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +189 -171
- data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +99 -134
- data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +172 -217
- data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +32 -42
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +430 -451
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +53 -66
- data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +12 -18
- data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +167 -192
- data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +58 -78
- data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +14 -20
- data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +70 -79
- data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +68 -102
- data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +166 -183
- data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +33 -41
- data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +80 -92
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +101 -119
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +102 -75
- data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +133 -60
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +192 -162
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +107 -155
- data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +69 -103
- data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +12 -16
- data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +199 -230
- data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +54 -67
- data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +15 -22
- data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +24 -39
- data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +29 -36
- data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +187 -173
- data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +13 -17
- data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +104 -117
- data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +62 -89
- data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +26 -38
- data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +15 -23
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +13 -18
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +210 -261
- data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +95 -101
- data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +306 -268
- data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +373 -369
- data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +79 -45
- data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +316 -319
- data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +12 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +44 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +20 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-UNIX-specific-utilities-and-integration.html +44 -53
- data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +21 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +200 -220
- data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +51 -28
- data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +38 -41
- data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +25 -34
- data/vendor/local/share/gtk-doc/html/glib/glib-building.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-core.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +6 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-programming.html +4 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +14 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-running.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +44 -59
- data/vendor/local/share/gtk-doc/html/glib/glib.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/gtester.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +149 -149
- data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +11 -12
- data/vendor/local/share/gtk-doc/html/glib/index.html +9 -5
- data/vendor/local/share/gtk-doc/html/glib/index.sgml +36 -2
- data/vendor/local/share/gtk-doc/html/glib/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/glib/tools.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +53 -57
- data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +72 -77
- data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +19 -20
- data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +14 -6
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-28.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-30.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-32.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-34.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-36.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-38.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-40.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-42.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-44.html +5 -6
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-46.html +34 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +7 -8
- data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +22 -17
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +85 -135
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +80 -144
- data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +7 -8
- data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +59 -75
- data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +20 -21
- data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +19 -20
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +68 -89
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +227 -218
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +48 -57
- data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +125 -96
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +78 -90
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +143 -138
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +226 -285
- data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +306 -289
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +450 -448
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +22 -23
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +11 -12
- data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +32 -91
- data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +134 -133
- data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +4 -8
- data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +89 -98
- data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +119 -112
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +199 -183
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +30 -30
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +32 -33
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +80 -32
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +73 -53
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +52 -50
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +255 -133
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +147 -111
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +65 -122
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-override.html +93 -79
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-prerequisite.html +80 -54
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +82 -87
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +126 -62
- data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +61 -54
- data/vendor/local/share/gtk-doc/html/gobject/index.html +10 -10
- data/vendor/local/share/gtk-doc/html/gobject/index.sgml +4 -2
- data/vendor/local/share/gtk-doc/html/gobject/pr01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/pt01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/pt02.html +10 -11
- data/vendor/local/share/gtk-doc/html/gobject/pt03.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/rn01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/rn02.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/signal.html +98 -198
- data/vendor/local/share/gtk-doc/html/gobject/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +10 -11
- data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/config-example.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/config-files.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/config.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-building-style.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-building.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-commands.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-debugging.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-paths.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-testing.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/gtk-doc.css +9 -6
- data/vendor/local/share/gtk-doc/html/p11-kit/index.html +2 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/index.sgml +22 -0
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Deprecated.html +3 -13
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Future.html +3 -14
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Modules.html +3 -15
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-PIN-Callbacks.html +3 -14
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-URIs.html +3 -18
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Utilities.html +3 -8
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit.devhelp2 +22 -1
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit.html +2 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/pkcs11-conf.html +7 -8
- data/vendor/local/share/gtk-doc/html/p11-kit/reference.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/sharing-managed.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/sharing.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/tools.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-disable.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-glib-networking.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-module.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-nss.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust.html +3 -4
- data/vendor/local/share/info/gmp.info +153 -158
- data/vendor/local/share/info/gmp.info-1 +131 -178
- data/vendor/local/share/info/gmp.info-2 +250 -193
- data/vendor/local/share/info/libtasn1.info +2 -2
- data/vendor/local/share/license/gmp/AUTHORS +1 -1
- data/vendor/local/share/license/pcre/AUTHORS +45 -0
- data/vendor/local/share/license/pcre/COPYING +5 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en@boldquot/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/en@boldquot/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/en@quot/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/en@quot/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/man/man1/asn1Coding.1 +1 -1
- data/vendor/local/share/man/man1/asn1Decoding.1 +1 -1
- data/vendor/local/share/man/man1/asn1Parser.1 +1 -1
- data/vendor/local/share/man/man1/envsubst.1 +1 -1
- data/vendor/local/share/man/man1/gapplication.1 +2 -2
- data/vendor/local/share/man/man1/gdbus-codegen.1 +23 -22
- data/vendor/local/share/man/man1/gdbus.1 +2 -2
- data/vendor/local/share/man/man1/gettext.1 +1 -1
- data/vendor/local/share/man/man1/gio-querymodules.1 +2 -2
- data/vendor/local/share/man/man1/glib-compile-resources.1 +2 -2
- data/vendor/local/share/man/man1/glib-compile-schemas.1 +7 -2
- data/vendor/local/share/man/man1/glib-genmarshal.1 +2 -2
- data/vendor/local/share/man/man1/glib-gettextize.1 +2 -2
- data/vendor/local/share/man/man1/glib-mkenums.1 +2 -2
- data/vendor/local/share/man/man1/gobject-query.1 +2 -2
- data/vendor/local/share/man/man1/gresource.1 +2 -2
- data/vendor/local/share/man/man1/gsettings.1 +2 -2
- data/vendor/local/share/man/man1/gtester-report.1 +2 -2
- data/vendor/local/share/man/man1/gtester.1 +2 -2
- data/vendor/local/share/man/man1/ngettext.1 +1 -1
- data/vendor/local/share/man/man1/pcre-config.1 +92 -0
- data/vendor/local/share/man/man1/pcregrep.1 +683 -0
- data/vendor/local/share/man/man1/pcretest.1 +1156 -0
- data/vendor/local/share/man/man3/asn1_array2tree.3 +1 -1
- data/vendor/local/share/man/man3/asn1_bit_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_check_version.3 +1 -1
- data/vendor/local/share/man/man3/asn1_copy_node.3 +1 -1
- data/vendor/local/share/man/man3/asn1_create_element.3 +1 -1
- data/vendor/local/share/man/man3/asn1_decode_simple_ber.3 +1 -1
- data/vendor/local/share/man/man3/asn1_decode_simple_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_delete_element.3 +1 -1
- data/vendor/local/share/man/man3/asn1_delete_structure.3 +1 -1
- data/vendor/local/share/man/man3/asn1_delete_structure2.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_coding.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding2.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding_element.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding_startEnd.3 +1 -1
- data/vendor/local/share/man/man3/asn1_dup_node.3 +1 -1
- data/vendor/local/share/man/man3/asn1_encode_simple_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_expand_any_defined_by.3 +1 -1
- data/vendor/local/share/man/man3/asn1_expand_octet_string.3 +1 -1
- data/vendor/local/share/man/man3/asn1_find_node.3 +1 -1
- data/vendor/local/share/man/man3/asn1_find_structure_from_oid.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_bit_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_length_ber.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_length_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_object_id_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_octet_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_tag_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_length_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_number_of_elements.3 +1 -1
- data/vendor/local/share/man/man3/asn1_octet_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_parser2array.3 +1 -1
- data/vendor/local/share/man/man3/asn1_parser2tree.3 +1 -1
- data/vendor/local/share/man/man3/asn1_perror.3 +1 -1
- data/vendor/local/share/man/man3/asn1_print_structure.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_node_value.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_tag.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_value.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_value_type.3 +1 -1
- data/vendor/local/share/man/man3/asn1_strerror.3 +1 -1
- data/vendor/local/share/man/man3/asn1_write_value.3 +1 -1
- data/vendor/local/share/man/man3/bind_textdomain_codeset.3 +1 -1
- data/vendor/local/share/man/man3/bindtextdomain.3 +1 -1
- data/vendor/local/share/man/man3/gettext.3 +1 -1
- data/vendor/local/share/man/man3/ngettext.3 +1 -1
- data/vendor/local/share/man/man3/pcre.3 +230 -0
- data/vendor/local/share/man/man3/pcre16.3 +371 -0
- data/vendor/local/share/man/man3/pcre16_assign_jit_stack.3 +59 -0
- data/vendor/local/share/man/man3/pcre16_compile.3 +96 -0
- data/vendor/local/share/man/man3/pcre16_compile2.3 +101 -0
- data/vendor/local/share/man/man3/pcre16_config.3 +79 -0
- data/vendor/local/share/man/man3/pcre16_copy_named_substring.3 +51 -0
- data/vendor/local/share/man/man3/pcre16_copy_substring.3 +47 -0
- data/vendor/local/share/man/man3/pcre16_dfa_exec.3 +118 -0
- data/vendor/local/share/man/man3/pcre16_exec.3 +99 -0
- data/vendor/local/share/man/man3/pcre16_free_study.3 +31 -0
- data/vendor/local/share/man/man3/pcre16_free_substring.3 +31 -0
- data/vendor/local/share/man/man3/pcre16_free_substring_list.3 +31 -0
- data/vendor/local/share/man/man3/pcre16_fullinfo.3 +103 -0
- data/vendor/local/share/man/man3/pcre16_get_named_substring.3 +54 -0
- data/vendor/local/share/man/man3/pcre16_get_stringnumber.3 +43 -0
- data/vendor/local/share/man/man3/pcre16_get_stringtable_entries.3 +46 -0
- data/vendor/local/share/man/man3/pcre16_get_substring.3 +50 -0
- data/vendor/local/share/man/man3/pcre16_get_substring_list.3 +47 -0
- data/vendor/local/share/man/man3/pcre16_jit_exec.3 +96 -0
- data/vendor/local/share/man/man3/pcre16_jit_stack_alloc.3 +43 -0
- data/vendor/local/share/man/man3/pcre16_jit_stack_free.3 +35 -0
- data/vendor/local/share/man/man3/pcre16_maketables.3 +33 -0
- data/vendor/local/share/man/man3/pcre16_pattern_to_host_byte_order.3 +44 -0
- data/vendor/local/share/man/man3/pcre16_refcount.3 +36 -0
- data/vendor/local/share/man/man3/pcre16_study.3 +54 -0
- data/vendor/local/share/man/man3/pcre16_utf16_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre16_version.3 +31 -0
- data/vendor/local/share/man/man3/pcre32.3 +369 -0
- data/vendor/local/share/man/man3/pcre32_assign_jit_stack.3 +59 -0
- data/vendor/local/share/man/man3/pcre32_compile.3 +96 -0
- data/vendor/local/share/man/man3/pcre32_compile2.3 +101 -0
- data/vendor/local/share/man/man3/pcre32_config.3 +79 -0
- data/vendor/local/share/man/man3/pcre32_copy_named_substring.3 +51 -0
- data/vendor/local/share/man/man3/pcre32_copy_substring.3 +47 -0
- data/vendor/local/share/man/man3/pcre32_dfa_exec.3 +118 -0
- data/vendor/local/share/man/man3/pcre32_exec.3 +99 -0
- data/vendor/local/share/man/man3/pcre32_free_study.3 +31 -0
- data/vendor/local/share/man/man3/pcre32_free_substring.3 +31 -0
- data/vendor/local/share/man/man3/pcre32_free_substring_list.3 +31 -0
- data/vendor/local/share/man/man3/pcre32_fullinfo.3 +103 -0
- data/vendor/local/share/man/man3/pcre32_get_named_substring.3 +54 -0
- data/vendor/local/share/man/man3/pcre32_get_stringnumber.3 +43 -0
- data/vendor/local/share/man/man3/pcre32_get_stringtable_entries.3 +46 -0
- data/vendor/local/share/man/man3/pcre32_get_substring.3 +50 -0
- data/vendor/local/share/man/man3/pcre32_get_substring_list.3 +47 -0
- data/vendor/local/share/man/man3/pcre32_jit_exec.3 +96 -0
- data/vendor/local/share/man/man3/pcre32_jit_stack_alloc.3 +43 -0
- data/vendor/local/share/man/man3/pcre32_jit_stack_free.3 +35 -0
- data/vendor/local/share/man/man3/pcre32_maketables.3 +33 -0
- data/vendor/local/share/man/man3/pcre32_pattern_to_host_byte_order.3 +44 -0
- data/vendor/local/share/man/man3/pcre32_refcount.3 +36 -0
- data/vendor/local/share/man/man3/pcre32_study.3 +54 -0
- data/vendor/local/share/man/man3/pcre32_utf32_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre32_version.3 +31 -0
- data/vendor/local/share/man/man3/pcre_assign_jit_stack.3 +59 -0
- data/vendor/local/share/man/man3/pcre_compile.3 +96 -0
- data/vendor/local/share/man/man3/pcre_compile2.3 +101 -0
- data/vendor/local/share/man/man3/pcre_config.3 +79 -0
- data/vendor/local/share/man/man3/pcre_copy_named_substring.3 +51 -0
- data/vendor/local/share/man/man3/pcre_copy_substring.3 +47 -0
- data/vendor/local/share/man/man3/pcre_dfa_exec.3 +118 -0
- data/vendor/local/share/man/man3/pcre_exec.3 +99 -0
- data/vendor/local/share/man/man3/pcre_free_study.3 +31 -0
- data/vendor/local/share/man/man3/pcre_free_substring.3 +31 -0
- data/vendor/local/share/man/man3/pcre_free_substring_list.3 +31 -0
- data/vendor/local/share/man/man3/pcre_fullinfo.3 +103 -0
- data/vendor/local/share/man/man3/pcre_get_named_substring.3 +54 -0
- data/vendor/local/share/man/man3/pcre_get_stringnumber.3 +43 -0
- data/vendor/local/share/man/man3/pcre_get_stringtable_entries.3 +46 -0
- data/vendor/local/share/man/man3/pcre_get_substring.3 +50 -0
- data/vendor/local/share/man/man3/pcre_get_substring_list.3 +47 -0
- data/vendor/local/share/man/man3/pcre_jit_exec.3 +96 -0
- data/vendor/local/share/man/man3/pcre_jit_stack_alloc.3 +43 -0
- data/vendor/local/share/man/man3/pcre_jit_stack_free.3 +35 -0
- data/vendor/local/share/man/man3/pcre_maketables.3 +33 -0
- data/vendor/local/share/man/man3/pcre_pattern_to_host_byte_order.3 +44 -0
- data/vendor/local/share/man/man3/pcre_refcount.3 +36 -0
- data/vendor/local/share/man/man3/pcre_study.3 +54 -0
- data/vendor/local/share/man/man3/pcre_utf16_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre_utf32_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre_version.3 +31 -0
- data/vendor/local/share/man/man3/pcreapi.3 +2919 -0
- data/vendor/local/share/man/man3/pcrebuild.3 +550 -0
- data/vendor/local/share/man/man3/pcrecallout.3 +255 -0
- data/vendor/local/share/man/man3/pcrecompat.3 +200 -0
- data/vendor/local/share/man/man3/pcrecpp.3 +348 -0
- data/vendor/local/share/man/man3/pcredemo.3 +424 -0
- data/vendor/local/share/man/man3/pcrejit.3 +431 -0
- data/vendor/local/share/man/man3/pcrelimits.3 +71 -0
- data/vendor/local/share/man/man3/pcrematching.3 +214 -0
- data/vendor/local/share/man/man3/pcrepartial.3 +476 -0
- data/vendor/local/share/man/man3/pcrepattern.3 +3301 -0
- data/vendor/local/share/man/man3/pcreperform.3 +177 -0
- data/vendor/local/share/man/man3/pcreposix.3 +267 -0
- data/vendor/local/share/man/man3/pcreprecompile.3 +155 -0
- data/vendor/local/share/man/man3/pcresample.3 +99 -0
- data/vendor/local/share/man/man3/pcrestack.3 +215 -0
- data/vendor/local/share/man/man3/pcresyntax.3 +540 -0
- data/vendor/local/share/man/man3/pcreunicode.3 +249 -0
- data/vendor/local/share/man/man3/textdomain.3 +1 -1
- metadata +233 -22
- data/lib/2.0/glib2.so +0 -0
- data/lib/2.1/glib2.so +0 -0
- data/vendor/local/bin/libhogweed-4-1.dll +0 -0
- data/vendor/local/share/gtk-doc/html/gio/ExampleAnimal.html +0 -1537
- data/vendor/local/share/gtk-doc/html/gio/ExampleCat.html +0 -679
- data/vendor/local/share/gtk-doc/html/gio/ExampleObject.html +0 -572
- data/vendor/local/share/gtk-doc/html/gio/ExampleObjectManagerClient.html +0 -561
- data/vendor/local/share/gtk-doc/html/gio/ch31.html +0 -75
- data/vendor/local/share/gtk-doc/html/gio/ch32s02.html +0 -41
- data/vendor/local/share/gtk-doc/html/gio/ch32s03.html +0 -39
- data/vendor/local/share/gtk-doc/html/gio/ch33s04.html +0 -46
- data/vendor/local/share/gtk-doc/html/gio/ch33s05.html +0 -48
- data/vendor/local/share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html +0 -161
- data/vendor/local/share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Cat.html +0 -51
@@ -1,10 +1,10 @@
|
|
1
|
-
This is ../../gmp/doc/gmp.info, produced by makeinfo version 4.
|
1
|
+
This is ../../gmp/doc/gmp.info, produced by makeinfo version 4.8 from
|
2
2
|
../../gmp/doc/gmp.texi.
|
3
3
|
|
4
|
-
This manual describes how to install and use the GNU multiple
|
5
|
-
arithmetic library, version 6.
|
4
|
+
This manual describes how to install and use the GNU multiple
|
5
|
+
precision arithmetic library, version 6.1.0.
|
6
6
|
|
7
|
-
Copyright 1991, 1993-
|
7
|
+
Copyright 1991, 1993-2015 Free Software Foundation, Inc.
|
8
8
|
|
9
9
|
Permission is granted to copy, distribute and/or modify this
|
10
10
|
document under the terms of the GNU Free Documentation License, Version
|
@@ -12,7 +12,7 @@ document under the terms of the GNU Free Documentation License, Version
|
|
12
12
|
with no Invariant Sections, with the Front-Cover Texts being "A GNU
|
13
13
|
Manual", and with the Back-Cover Texts being "You have freedom to copy
|
14
14
|
and modify this GNU Manual, like GNU software". A copy of the license
|
15
|
-
is included in *
|
15
|
+
is included in *Note GNU Free Documentation License::.
|
16
16
|
|
17
17
|
INFO-DIR-SECTION GNU libraries
|
18
18
|
START-INFO-DIR-ENTRY
|
@@ -26,9 +26,9 @@ GNU MP
|
|
26
26
|
******
|
27
27
|
|
28
28
|
This manual describes how to install and use the GNU multiple
|
29
|
-
precision arithmetic library, version 6.
|
29
|
+
precision arithmetic library, version 6.1.0.
|
30
30
|
|
31
|
-
Copyright 1991, 1993-
|
31
|
+
Copyright 1991, 1993-2015 Free Software Foundation, Inc.
|
32
32
|
|
33
33
|
Permission is granted to copy, distribute and/or modify this
|
34
34
|
document under the terms of the GNU Free Documentation License, Version
|
@@ -36,7 +36,7 @@ document under the terms of the GNU Free Documentation License, Version
|
|
36
36
|
with no Invariant Sections, with the Front-Cover Texts being "A GNU
|
37
37
|
Manual", and with the Back-Cover Texts being "You have freedom to copy
|
38
38
|
and modify this GNU Manual, like GNU software". A copy of the license
|
39
|
-
is included in *
|
39
|
+
is included in *Note GNU Free Documentation License::.
|
40
40
|
|
41
41
|
|
42
42
|
* Menu:
|
@@ -162,15 +162,15 @@ the GMP library and one for bug reports. For more information, see
|
|
162
162
|
`https://gmplib.org/mailman/listinfo/'.
|
163
163
|
|
164
164
|
The proper place for bug reports is <gmp-bugs@gmplib.org>. See
|
165
|
-
*
|
165
|
+
*Note Reporting Bugs:: for information about reporting bugs.
|
166
166
|
|
167
167
|
|
168
168
|
1.1 How to use this Manual
|
169
169
|
==========================
|
170
170
|
|
171
|
-
Everyone should read *
|
172
|
-
library yourself, then read *
|
173
|
-
system with multiple ABIs, then read *
|
171
|
+
Everyone should read *Note GMP Basics::. If you need to install the
|
172
|
+
library yourself, then read *Note Installing GMP::. If you have a
|
173
|
+
system with multiple ABIs, then read *Note ABI and ISA::, for the
|
174
174
|
compiler options that must be used on applications.
|
175
175
|
|
176
176
|
The rest of the manual can be used for later reference, although it
|
@@ -197,7 +197,7 @@ And you can install (under `/usr/local' by default) with
|
|
197
197
|
make install
|
198
198
|
|
199
199
|
If you experience problems, please report them to
|
200
|
-
<gmp-bugs@gmplib.org>. See *
|
200
|
+
<gmp-bugs@gmplib.org>. See *Note Reporting Bugs::, for information on
|
201
201
|
what to include in useful bug reports.
|
202
202
|
|
203
203
|
* Menu:
|
@@ -220,7 +220,7 @@ All the usual autoconf configure options are available, run `./configure
|
|
220
220
|
installation information too.
|
221
221
|
|
222
222
|
Tools
|
223
|
-
`configure' requires various Unix-like tools. See *
|
223
|
+
`configure' requires various Unix-like tools. See *Note Notes for
|
224
224
|
Particular Systems::, for some options on non-Unix systems.
|
225
225
|
|
226
226
|
It might be possible to build without the help of `configure',
|
@@ -233,7 +233,7 @@ Build Directory
|
|
233
233
|
directory. For example
|
234
234
|
|
235
235
|
cd /my/build/dir
|
236
|
-
/my/sources/gmp-6.
|
236
|
+
/my/sources/gmp-6.1.0/configure
|
237
237
|
|
238
238
|
Not all `make' programs have the necessary features (`VPATH') to
|
239
239
|
support this. In particular, SunOS and Slowaris `make' have bugs
|
@@ -384,7 +384,7 @@ Fat binary, `--enable-fat'
|
|
384
384
|
|
385
385
|
./configure --host=mips64-sgi-irix6 ABI=n32
|
386
386
|
|
387
|
-
See *
|
387
|
+
See *Note ABI and ISA::, for the available choices on relevant
|
388
388
|
CPUs, and what applications need to do.
|
389
389
|
|
390
390
|
`CC', `CFLAGS'
|
@@ -549,14 +549,14 @@ Execution Profiling, `--enable-profiling=prof/gprof/instrument'
|
|
549
549
|
|
550
550
|
Documentation
|
551
551
|
The source for the document you're now reading is `doc/gmp.texi',
|
552
|
-
in Texinfo format, see *
|
552
|
+
in Texinfo format, see *Note Texinfo: (texinfo)Top.
|
553
553
|
|
554
554
|
Info format `doc/gmp.info' is included in the distribution. The
|
555
555
|
usual automake targets are available to make PostScript, DVI, PDF
|
556
556
|
and HTML (these will require various TeX and Texinfo tools).
|
557
557
|
|
558
558
|
DocBook and XML can be generated by the Texinfo `makeinfo' program
|
559
|
-
too, see *
|
559
|
+
too, see *Note Options for `makeinfo': (texinfo)makeinfo options.
|
560
560
|
|
561
561
|
Some supplementary notes can also be found in the `doc'
|
562
562
|
subdirectory.
|
@@ -866,7 +866,7 @@ as making it possible for a user to omit `--build' (and `--host') so
|
|
866
866
|
`--build' will be wanted for systems where `./config.guess' is inexact.
|
867
867
|
|
868
868
|
On systems with multiple ABIs, a packaged build will need to decide
|
869
|
-
which among the choices is to be provided, see *
|
869
|
+
which among the choices is to be provided, see *Note ABI and ISA::. A
|
870
870
|
given run of `./configure' etc will only build one ABI. If a second
|
871
871
|
ABI is also required then a second run of `./configure' etc must be
|
872
872
|
made, starting from a clean directory tree (`make distclean').
|
@@ -936,7 +936,7 @@ FreeBSD 7.x, 8.x, 9.0, 9.1, 9.2
|
|
936
936
|
`gm4', which GMP cannot guess.
|
937
937
|
|
938
938
|
FreeBSD 7.x, 8.x, 9.x
|
939
|
-
GMP releases starting with
|
939
|
+
GMP releases starting with 6.0 do not support `ABI=32' on
|
940
940
|
FreeBSD/amd64 prior to release 10.0 of the system. The cause is a
|
941
941
|
broken `limits.h', which GMP no longer works around.
|
942
942
|
|
@@ -1145,7 +1145,7 @@ File: gmp.info, Node: Performance optimization, Prev: Known Build Problems, U
|
|
1145
1145
|
============================
|
1146
1146
|
|
1147
1147
|
For optimal performance, build GMP for the exact CPU type of the target
|
1148
|
-
computer, see *
|
1148
|
+
computer, see *Note Build Options::.
|
1149
1149
|
|
1150
1150
|
Unlike what is the case for most other programs, the compiler
|
1151
1151
|
typically doesn't matter much, since GMP uses assembly language for the
|
@@ -1304,20 +1304,20 @@ There are six classes of functions in the GMP library:
|
|
1304
1304
|
functions in this class. (*note Integer Functions::)
|
1305
1305
|
|
1306
1306
|
2. Functions for rational number arithmetic, with names beginning with
|
1307
|
-
`mpq_'. The associated type is `mpq_t'. There are about
|
1307
|
+
`mpq_'. The associated type is `mpq_t'. There are about 35
|
1308
1308
|
functions in this class, but the integer functions can be used for
|
1309
1309
|
arithmetic on the numerator and denominator separately. (*note
|
1310
1310
|
Rational Number Functions::)
|
1311
1311
|
|
1312
1312
|
3. Functions for floating-point arithmetic, with names beginning with
|
1313
|
-
`mpf_'. The associated type is `mpf_t'. There are about
|
1313
|
+
`mpf_'. The associated type is `mpf_t'. There are about 70
|
1314
1314
|
functions is this class. (*note Floating-point Functions::)
|
1315
1315
|
|
1316
1316
|
4. Fast low-level functions that operate on natural numbers. These
|
1317
1317
|
are used by the functions in the preceding groups, and you can
|
1318
1318
|
also call them directly from very time-critical user programs.
|
1319
1319
|
These functions' names begin with `mpn_'. The associated type is
|
1320
|
-
array of `mp_limb_t'. There are about
|
1320
|
+
array of `mp_limb_t'. There are about 60 (hard-to-use) functions
|
1321
1321
|
in this class. (*note Low-level Functions::)
|
1322
1322
|
|
1323
1323
|
5. Miscellaneous functions. Functions for setting up custom
|
@@ -1447,9 +1447,9 @@ of space, determined by the chosen precision and allocated at
|
|
1447
1447
|
initialization, so their size doesn't change.
|
1448
1448
|
|
1449
1449
|
All memory is allocated using `malloc' and friends by default, but
|
1450
|
-
this can be changed, see *
|
1450
|
+
this can be changed, see *Note Custom Allocation::. Temporary memory
|
1451
1451
|
on the stack is also used (via `alloca'), but this can be changed at
|
1452
|
-
build-time if desired, see *
|
1452
|
+
build-time if desired, see *Note Build Options::.
|
1453
1453
|
|
1454
1454
|
|
1455
1455
|
File: gmp.info, Node: Reentrancy, Next: Useful Macros and Constants, Prev: Memory Management, Up: GMP Basics
|
@@ -1513,7 +1513,7 @@ File: gmp.info, Node: Useful Macros and Constants, Next: Compatibility with ol
|
|
1513
1513
|
|
1514
1514
|
-- Global Constant: const char * const gmp_version
|
1515
1515
|
The GMP version number, as a null-terminated string, in the form
|
1516
|
-
"i.j.k". This release is "6.
|
1516
|
+
"i.j.k". This release is "6.1.0". Note that the format "i.j" was
|
1517
1517
|
used, before version 4.3.0, when k was zero.
|
1518
1518
|
|
1519
1519
|
-- Macro: __GMP_CC
|
@@ -1765,7 +1765,7 @@ File: gmp.info, Node: Debugging, Next: Profiling, Prev: Efficiency, Up: GMP
|
|
1765
1765
|
Stack Overflow
|
1766
1766
|
Depending on the system, a segmentation violation or bus error
|
1767
1767
|
might be the only indication of stack overflow. See
|
1768
|
-
`--enable-alloca' choices in *
|
1768
|
+
`--enable-alloca' choices in *Note Build Options::, for how to
|
1769
1769
|
address this.
|
1770
1770
|
|
1771
1771
|
In new enough versions of GCC, `-fstack-check' may be able to
|
@@ -1788,7 +1788,7 @@ Heap Problems
|
|
1788
1788
|
|
1789
1789
|
In all such cases a `malloc' debugger is recommended. On a GNU or
|
1790
1790
|
BSD system the standard C library `malloc' has some diagnostic
|
1791
|
-
facilities, see *
|
1791
|
+
facilities, see *Note Allocation Debugging: (libc)Allocation
|
1792
1792
|
Debugging, or `man 3 malloc'. Other possibilities, in no
|
1793
1793
|
particular order, include
|
1794
1794
|
|
@@ -1829,14 +1829,14 @@ Source File Paths
|
|
1829
1829
|
path to the source directory.
|
1830
1830
|
|
1831
1831
|
cd /my/build/dir
|
1832
|
-
/my/source/dir/gmp-6.
|
1832
|
+
/my/source/dir/gmp-6.1.0/configure
|
1833
1833
|
|
1834
1834
|
This works via `VPATH', and might require GNU `make'. Alternately
|
1835
1835
|
it might be possible to change the `.c.lo' rules appropriately.
|
1836
1836
|
|
1837
1837
|
Assertion Checking
|
1838
1838
|
The build option `--enable-assert' is available to add some
|
1839
|
-
consistency checks to the library (see *
|
1839
|
+
consistency checks to the library (see *Note Build Options::).
|
1840
1840
|
These are likely to be of limited value to most applications.
|
1841
1841
|
Assertion failures are just as likely to indicate memory
|
1842
1842
|
corruption as a library or compiler bug.
|
@@ -1906,7 +1906,7 @@ Valgrind
|
|
1906
1906
|
|
1907
1907
|
Other Problems
|
1908
1908
|
Any suspected bug in GMP itself should be isolated to make sure
|
1909
|
-
it's not an application problem, see *
|
1909
|
+
it's not an application problem, see *Note Reporting Bugs::.
|
1910
1910
|
|
1911
1911
|
|
1912
1912
|
File: gmp.info, Node: Profiling, Next: Autoconf, Prev: Debugging, Up: GMP Basics
|
@@ -2076,8 +2076,8 @@ If you think you have found a bug in the GMP library, please
|
|
2076
2076
|
investigate it and report it. We have made this library available to
|
2077
2077
|
you, and it is not too much to ask you to report the bugs you find.
|
2078
2078
|
|
2079
|
-
Before you report a bug, check it's not already addressed in *
|
2080
|
-
Known Build Problems::, or perhaps *
|
2079
|
+
Before you report a bug, check it's not already addressed in *Note
|
2080
|
+
Known Build Problems::, or perhaps *Note Notes for Particular
|
2081
2081
|
Systems::. You may also want to check `https://gmplib.org/' for
|
2082
2082
|
patches for this release.
|
2083
2083
|
|
@@ -2321,7 +2321,7 @@ File: gmp.info, Node: Converting Integers, Next: Integer Arithmetic, Prev: Si
|
|
2321
2321
|
|
2322
2322
|
This section describes functions for converting GMP integers to
|
2323
2323
|
standard C types. Functions for converting _to_ GMP integers are
|
2324
|
-
described in *
|
2324
|
+
described in *Note Assigning Integers:: and *Note I/O of Integers::.
|
2325
2325
|
|
2326
2326
|
-- Function: unsigned long int mpz_get_ui (const mpz_t OP)
|
2327
2327
|
Return the value of OP as an `unsigned long'.
|
@@ -2586,7 +2586,7 @@ File: gmp.info, Node: Integer Exponentiation, Next: Integer Roots, Prev: Inte
|
|
2586
2586
|
Set ROP to (BASE raised to EXP) modulo MOD.
|
2587
2587
|
|
2588
2588
|
Negative EXP is supported if an inverse BASE^-1 mod MOD exists
|
2589
|
-
(see `mpz_invert' in *
|
2589
|
+
(see `mpz_invert' in *Note Number Theoretic Functions::). If an
|
2590
2590
|
inverse doesn't exist then a divide by zero is raised.
|
2591
2591
|
|
2592
2592
|
-- Function: void mpz_powm_sec (mpz_t ROP, const mpz_t BASE, const
|
@@ -2658,20 +2658,14 @@ File: gmp.info, Node: Number Theoretic Functions, Next: Integer Comparisons,
|
|
2658
2658
|
-- Function: int mpz_probab_prime_p (const mpz_t N, int REPS)
|
2659
2659
|
Determine whether N is prime. Return 2 if N is definitely prime,
|
2660
2660
|
return 1 if N is probably prime (without being certain), or return
|
2661
|
-
0 if N is definitely
|
2662
|
-
|
2663
|
-
This function does some trial divisions, then some Miller-Rabin
|
2664
|
-
probabilistic primality tests. The argument REPS controls how
|
2665
|
-
many such tests are done; a higher value will reduce the chances
|
2666
|
-
of a composite being returned as "probably prime". 25 is a
|
2667
|
-
reasonable number; a composite number will then be identified as a
|
2668
|
-
prime with a probability of less than 2^(-50).
|
2661
|
+
0 if N is definitely non-prime.
|
2669
2662
|
|
2670
|
-
|
2671
|
-
|
2672
|
-
|
2673
|
-
|
2674
|
-
|
2663
|
+
This function performs some trial divisions, then REPS Miller-Rabin
|
2664
|
+
probabilistic primality tests. A higher REPS value will reduce the
|
2665
|
+
chances of a non-prime being identified as "probably prime". A
|
2666
|
+
composite number will be identified as a prime with a probability
|
2667
|
+
of less than 4^(-REPS). Reasonable values of REPS are between 15
|
2668
|
+
and 50.
|
2675
2669
|
|
2676
2670
|
-- Function: void mpz_nextprime (mpz_t ROP, const mpz_t OP)
|
2677
2671
|
Set ROP to the next prime greater than OP.
|
@@ -2727,9 +2721,11 @@ File: gmp.info, Node: Number Theoretic Functions, Next: Integer Comparisons,
|
|
2727
2721
|
OP2)
|
2728
2722
|
Compute the inverse of OP1 modulo OP2 and put the result in ROP.
|
2729
2723
|
If the inverse exists, the return value is non-zero and ROP will
|
2730
|
-
satisfy 0
|
2731
|
-
|
2732
|
-
|
2724
|
+
satisfy 0 <= ROP < abs(OP2) (with ROP = 0 possible only when
|
2725
|
+
abs(OP2) = 1, i.e., in the somewhat degenerate zero ring). If an
|
2726
|
+
inverse doesn't exist the return value is zero and ROP is
|
2727
|
+
undefined. The behaviour of this function is undefined when OP2
|
2728
|
+
is zero.
|
2733
2729
|
|
2734
2730
|
-- Function: int mpz_jacobi (const mpz_t A, const mpz_t B)
|
2735
2731
|
Calculate the Jacobi symbol (A/B). This is defined only for B odd.
|
@@ -2807,7 +2803,7 @@ File: gmp.info, Node: Number Theoretic Functions, Next: Integer Comparisons,
|
|
2807
2803
|
The Fibonacci numbers and Lucas numbers are related sequences, so
|
2808
2804
|
it's never necessary to call both `mpz_fib2_ui' and
|
2809
2805
|
`mpz_lucnum2_ui'. The formulas for going from Fibonacci to Lucas
|
2810
|
-
can be found in *
|
2806
|
+
can be found in *Note Lucas Numbers Algorithm::, the reverse is
|
2811
2807
|
straightforward too.
|
2812
2808
|
|
2813
2809
|
|
@@ -2922,7 +2918,7 @@ for a STREAM argument to any of these functions will make them read from
|
|
2922
2918
|
`stdio.h' before `gmp.h', since that will allow `gmp.h' to define
|
2923
2919
|
prototypes for these functions.
|
2924
2920
|
|
2925
|
-
See also *
|
2921
|
+
See also *Note Formatted Output:: and *Note Formatted Input::.
|
2926
2922
|
|
2927
2923
|
-- Function: size_t mpz_out_str (FILE *STREAM, int BASE, const mpz_t
|
2928
2924
|
OP)
|
@@ -2985,7 +2981,7 @@ File: gmp.info, Node: Integer Random Numbers, Next: Integer Import and Export,
|
|
2985
2981
|
|
2986
2982
|
The random number functions of GMP come in two groups; older function
|
2987
2983
|
that rely on a global state, and newer functions that accept a state
|
2988
|
-
parameter that is read and modified. Please see the *
|
2984
|
+
parameter that is read and modified. Please see the *Note Random
|
2989
2985
|
Number Functions:: for more information on how to use and not to use
|
2990
2986
|
random number functions.
|
2991
2987
|
|
@@ -2995,7 +2991,7 @@ random number functions.
|
|
2995
2991
|
2^N-1, inclusive.
|
2996
2992
|
|
2997
2993
|
The variable STATE must be initialized by calling one of the
|
2998
|
-
`gmp_randinit' functions (*
|
2994
|
+
`gmp_randinit' functions (*Note Random State Initialization::)
|
2999
2995
|
before invoking this function.
|
3000
2996
|
|
3001
2997
|
-- Function: void mpz_urandomm (mpz_t ROP, gmp_randstate_t STATE,
|
@@ -3003,7 +2999,7 @@ random number functions.
|
|
3003
2999
|
Generate a uniform random integer in the range 0 to N-1, inclusive.
|
3004
3000
|
|
3005
3001
|
The variable STATE must be initialized by calling one of the
|
3006
|
-
`gmp_randinit' functions (*
|
3002
|
+
`gmp_randinit' functions (*Note Random State Initialization::)
|
3007
3003
|
before invoking this function.
|
3008
3004
|
|
3009
3005
|
-- Function: void mpz_rrandomb (mpz_t ROP, gmp_randstate_t STATE,
|
@@ -3015,7 +3011,7 @@ random number functions.
|
|
3015
3011
|
be in the range 0 to 2^N-1, inclusive.
|
3016
3012
|
|
3017
3013
|
The variable STATE must be initialized by calling one of the
|
3018
|
-
`gmp_randinit' functions (*
|
3014
|
+
`gmp_randinit' functions (*Note Random State Initialization::)
|
3019
3015
|
before invoking this function.
|
3020
3016
|
|
3021
3017
|
-- Function: void mpz_random (mpz_t ROP, mp_size_t MAX_SIZE)
|
@@ -3054,8 +3050,8 @@ data with the following functions.
|
|
3054
3050
|
word first or -1 for least significant first. Within each word
|
3055
3051
|
ENDIAN can be 1 for most significant byte first, -1 for least
|
3056
3052
|
significant first, or 0 for the native endianness of the host CPU.
|
3057
|
-
The most significant NAILS bits of each word are skipped, this
|
3058
|
-
be 0 to use the full words.
|
3053
|
+
The most significant NAILS bits of each word are skipped, this
|
3054
|
+
can be 0 to use the full words.
|
3059
3055
|
|
3060
3056
|
There is no sign taken from the data, ROP will simply be a positive
|
3061
3057
|
integer. An application can handle any sign itself, and apply it
|
@@ -3221,7 +3217,7 @@ applications will not need them.
|
|
3221
3217
|
mp_limb_t *xp;
|
3222
3218
|
|
3223
3219
|
n = mpz_size (x);
|
3224
|
-
xp = mpz_limbs_modify(x, 2*n);
|
3220
|
+
xp = mpz_limbs_modify (x, 2*n);
|
3225
3221
|
for (i = 0; i < n; i++)
|
3226
3222
|
xp[n+i] = xp[n-1-i];
|
3227
3223
|
mpz_limbs_finish (x, mpz_sgn (x) < 0 ? - 2*n : 2*n);
|
@@ -3441,6 +3437,7 @@ File: gmp.info, Node: Comparing Rationals, Next: Applying Integer Functions,
|
|
3441
3437
|
========================
|
3442
3438
|
|
3443
3439
|
-- Function: int mpq_cmp (const mpq_t OP1, const mpq_t OP2)
|
3440
|
+
-- Function: int mpq_cmp_z (const mpq_t OP1, const mpz_t OP2)
|
3444
3441
|
Compare OP1 and OP2. Return a positive value if OP1 > OP2, zero
|
3445
3442
|
if OP1 = OP2, and a negative value if OP1 < OP2.
|
3446
3443
|
|
@@ -3517,7 +3514,7 @@ for a STREAM argument to any of these functions will make them read from
|
|
3517
3514
|
`stdio.h' before `gmp.h', since that will allow `gmp.h' to define
|
3518
3515
|
prototypes for these functions.
|
3519
3516
|
|
3520
|
-
See also *
|
3517
|
+
See also *Note Formatted Output:: and *Note Formatted Input::.
|
3521
3518
|
|
3522
3519
|
-- Function: size_t mpq_out_str (FILE *STREAM, int BASE, const mpq_t
|
3523
3520
|
OP)
|
@@ -3556,34 +3553,35 @@ File: gmp.info, Node: Floating-point Functions, Next: Low-level Functions, Pr
|
|
3556
3553
|
GMP floating point numbers are stored in objects of type `mpf_t' and
|
3557
3554
|
functions operating on them have an `mpf_' prefix.
|
3558
3555
|
|
3559
|
-
The mantissa of each float has a user-selectable precision,
|
3560
|
-
only by available memory. Each variable has its own
|
3561
|
-
that can be increased or decreased at any time.
|
3556
|
+
The mantissa of each float has a user-selectable precision, in
|
3557
|
+
practice only limited by available memory. Each variable has its own
|
3558
|
+
precision, and that can be increased or decreased at any time. This
|
3559
|
+
selectable precision is a minimum value, GMP rounds it up to a whole
|
3560
|
+
limb.
|
3562
3561
|
|
3563
|
-
The
|
3562
|
+
The accuracy of a calculation is determined by the priorly set
|
3563
|
+
precision of the destination variable and the numeric values of the
|
3564
|
+
input variables. Input variables' set precisions do not affect
|
3565
|
+
calculations (except indirectly as their values might have been
|
3566
|
+
affected when they were assigned).
|
3567
|
+
|
3568
|
+
The exponent of each float has fixed precision, one machine word on
|
3564
3569
|
most systems. In the current implementation the exponent is a count of
|
3565
3570
|
limbs, so for example on a 32-bit system this means a range of roughly
|
3566
3571
|
2^-68719476768 to 2^68719476736, or on a 64-bit system this will be
|
3567
|
-
greater. Note however that `mpf_get_str' can only return an
|
3568
|
-
which fits an `mp_exp_t' and currently `mpf_set_str' doesn't
|
3569
|
-
exponents bigger than a `long'.
|
3572
|
+
much greater. Note however that `mpf_get_str' can only return an
|
3573
|
+
exponent which fits an `mp_exp_t' and currently `mpf_set_str' doesn't
|
3574
|
+
accept exponents bigger than a `long'.
|
3570
3575
|
|
3571
|
-
Each variable keeps
|
3576
|
+
Each variable keeps track of the mantissa data actually in use.
|
3572
3577
|
This means that if a float is exactly represented in only a few bits
|
3573
3578
|
then only those bits will be used in a calculation, even if the
|
3574
|
-
selected precision is high.
|
3575
|
-
|
3576
|
-
All calculations are performed to the precision of the destination
|
3577
|
-
variable. Each function is defined to calculate with "infinite
|
3578
|
-
precision" followed by a truncation to the destination precision, but
|
3579
|
-
of course the work done is only what's needed to determine a result
|
3580
|
-
under that definition.
|
3579
|
+
variable's selected precision is high. This is a performance
|
3580
|
+
optimization; it does not affect the numeric results.
|
3581
3581
|
|
3582
|
-
|
3583
|
-
|
3584
|
-
|
3585
|
-
having a further partial limb, depending on the high limb of the
|
3586
|
-
mantissa.
|
3582
|
+
Internally, GMP sometimes calculates with higher precision than that
|
3583
|
+
of the destination variable in order to limit errors. Final results
|
3584
|
+
are always truncated to the destination variable's precision.
|
3587
3585
|
|
3588
3586
|
The mantissa is stored in binary. One consequence of this is that
|
3589
3587
|
decimal fractions like 0.1 cannot be represented exactly. The same is
|
@@ -3594,16 +3592,15 @@ are better choices.)
|
|
3594
3592
|
|
3595
3593
|
The `mpf' functions and variables have no special notion of infinity
|
3596
3594
|
or not-a-number, and applications must take care not to overflow the
|
3597
|
-
exponent or results will be unpredictable.
|
3598
|
-
future release.
|
3595
|
+
exponent or results will be unpredictable.
|
3599
3596
|
|
3600
3597
|
Note that the `mpf' functions are _not_ intended as a smooth
|
3601
3598
|
extension to IEEE P754 arithmetic. In particular results obtained on
|
3602
3599
|
one computer often differ from the results on a computer with a
|
3603
3600
|
different word size.
|
3604
3601
|
|
3605
|
-
|
3606
|
-
|
3602
|
+
New projects should consider using the GMP extension library MPFR
|
3603
|
+
(`http://mpfr.org') instead. MPFR provides well-defined precision and
|
3607
3604
|
accurate rounding, and thereby naturally extends IEEE P754.
|
3608
3605
|
|
3609
3606
|
* Menu:
|
@@ -3940,6 +3937,7 @@ File: gmp.info, Node: Float Comparison, Next: I/O of Floats, Prev: Float Arit
|
|
3940
3937
|
========================
|
3941
3938
|
|
3942
3939
|
-- Function: int mpf_cmp (const mpf_t OP1, const mpf_t OP2)
|
3940
|
+
-- Function: int mpf_cmp_z (const mpf_t OP1, const mpz_t OP2)
|
3943
3941
|
-- Function: int mpf_cmp_d (const mpf_t OP1, double OP2)
|
3944
3942
|
-- Function: int mpf_cmp_ui (const mpf_t OP1, unsigned long int OP2)
|
3945
3943
|
-- Function: int mpf_cmp_si (const mpf_t OP1, signed long int OP2)
|
@@ -3951,16 +3949,14 @@ File: gmp.info, Node: Float Comparison, Next: I/O of Floats, Prev: Float Arit
|
|
3951
3949
|
|
3952
3950
|
-- Function: int mpf_eq (const mpf_t OP1, const mpf_t OP2, mp_bitcnt_t
|
3953
3951
|
op3)
|
3954
|
-
|
3955
|
-
|
3956
|
-
|
3957
|
-
Caution 1: All version of GMP up to version 4.2.4 compared just
|
3958
|
-
whole limbs, meaning sometimes more than OP3 bits, sometimes fewer.
|
3952
|
+
*This function is mathematically ill-defined and should not be
|
3953
|
+
used.*
|
3959
3954
|
|
3960
|
-
|
3961
|
-
|
3962
|
-
|
3963
|
-
|
3955
|
+
Return non-zero if the first OP3 bits of OP1 and OP2 are equal,
|
3956
|
+
zero otherwise. Note that numbers like e.g., 256 (binary
|
3957
|
+
100000000) and 255 (binary 11111111) will never be equal by this
|
3958
|
+
function's measure, and furthermore that 0 will only be equal to
|
3959
|
+
itself.
|
3964
3960
|
|
3965
3961
|
-- Function: void mpf_reldiff (mpf_t ROP, const mpf_t OP1, const mpf_t
|
3966
3962
|
OP2)
|
@@ -3988,7 +3984,7 @@ for a STREAM argument to any of these functions will make them read from
|
|
3988
3984
|
`stdio.h' before `gmp.h', since that will allow `gmp.h' to define
|
3989
3985
|
prototypes for these functions.
|
3990
3986
|
|
3991
|
-
See also *
|
3987
|
+
See also *Note Formatted Output:: and *Note Formatted Input::.
|
3992
3988
|
|
3993
3989
|
-- Function: size_t mpf_out_str (FILE *STREAM, int BASE, size_t
|
3994
3990
|
N_DIGITS, const mpf_t OP)
|
@@ -4062,7 +4058,7 @@ File: gmp.info, Node: Miscellaneous Float Functions, Prev: I/O of Floats, Up:
|
|
4062
4058
|
the precision of ROP is smaller.
|
4063
4059
|
|
4064
4060
|
The variable STATE must be initialized by calling one of the
|
4065
|
-
`gmp_randinit' functions (*
|
4061
|
+
`gmp_randinit' functions (*Note Random State Initialization::)
|
4066
4062
|
before invoking this function.
|
4067
4063
|
|
4068
4064
|
-- Function: void mpf_random2 (mpf_t ROP, mp_size_t MAX_SIZE, mp_exp_t
|
@@ -4228,7 +4224,8 @@ For example, {S1P, S1N}.
|
|
4228
4224
|
Multiply {S1P, N} and S2LIMB, and add the N least significant
|
4229
4225
|
limbs of the product to {RP, N} and write the result to RP.
|
4230
4226
|
Return the most significant limb of the product, plus carry-out
|
4231
|
-
from the addition.
|
4227
|
+
from the addition. {S1P, N} and {RP, N} are allowed to overlap
|
4228
|
+
provided RP <= S1P.
|
4232
4229
|
|
4233
4230
|
This is a low-level function that is a building block for general
|
4234
4231
|
multiplication as well as other operations in GMP. It is written
|
@@ -4239,7 +4236,8 @@ For example, {S1P, S1N}.
|
|
4239
4236
|
Multiply {S1P, N} and S2LIMB, and subtract the N least significant
|
4240
4237
|
limbs of the product from {RP, N} and write the result to RP.
|
4241
4238
|
Return the most significant limb of the product, plus borrow-out
|
4242
|
-
from the subtraction.
|
4239
|
+
from the subtraction. {S1P, N} and {RP, N} are allowed to overlap
|
4240
|
+
provided RP <= S1P.
|
4243
4241
|
|
4244
4242
|
This is a low-level function that is a building block for general
|
4245
4243
|
multiplication and division as well as other operations in GMP.
|
@@ -4304,6 +4302,13 @@ For example, {S1P, S1N}.
|
|
4304
4302
|
[This function is obsolete. Please call `mpn_tdiv_qr' instead for
|
4305
4303
|
best performance.]
|
4306
4304
|
|
4305
|
+
-- Function: void mpn_divexact_1 (mp_limb_t * RP, const mp_limb_t *
|
4306
|
+
SP, mp_size_t N, mp_limb_t D)
|
4307
|
+
Divide {SP, N} by D, expecting it to divide exactly, and writing
|
4308
|
+
the result to {RP, N}. If D doesn't divide exactly, the value
|
4309
|
+
written to {RP, N} is undefined. The areas at RP and SP have to be
|
4310
|
+
identical or completely separate, not partially overlapping.
|
4311
|
+
|
4307
4312
|
-- Macro: mp_limb_t mpn_divexact_by3 (mp_limb_t *RP, mp_limb_t *SP,
|
4308
4313
|
mp_size_t N)
|
4309
4314
|
-- Function: mp_limb_t mpn_divexact_by3c (mp_limb_t *RP, mp_limb_t
|
@@ -4326,8 +4331,8 @@ For example, {S1P, S1N}.
|
|
4326
4331
|
c satisfy c*b^n + a-i = 3*q, where b=2^GMP_NUMB_BITS. The return
|
4327
4332
|
c is always 0, 1 or 2, and the initial carry i must also be 0, 1
|
4328
4333
|
or 2 (these are both borrows really). When c=0 clearly q=(a-i)/3.
|
4329
|
-
When c!=0, the remainder (a-i) mod 3 is given by 3-c, because b
|
4330
|
-
1 mod 3 (when `mp_bits_per_limb' is even, which is always so
|
4334
|
+
When c!=0, the remainder (a-i) mod 3 is given by 3-c, because b
|
4335
|
+
== 1 mod 3 (when `mp_bits_per_limb' is even, which is always so
|
4331
4336
|
currently).
|
4332
4337
|
|
4333
4338
|
-- Function: mp_limb_t mpn_mod_1 (const mp_limb_t *S1P, mp_size_t S1N,
|
@@ -4364,6 +4369,9 @@ For example, {S1P, S1N}.
|
|
4364
4369
|
Compare {S1P, N} and {S2P, N} and return a positive value if S1 >
|
4365
4370
|
S2, 0 if they are equal, or a negative value if S1 < S2.
|
4366
4371
|
|
4372
|
+
-- Function: int mpn_zero_p (const mp_limb_t *SP, mp_size_t N)
|
4373
|
+
Test {SP, N} and return 1 if the operand is zero, 0 otherwise.
|
4374
|
+
|
4367
4375
|
-- Function: mp_size_t mpn_gcd (mp_limb_t *RP, mp_limb_t *XP,
|
4368
4376
|
mp_size_t XN, mp_limb_t *YP, mp_size_t YN)
|
4369
4377
|
Set {RP, RETVAL} to the greatest common divisor of {XP, XN} and
|
@@ -4627,8 +4635,15 @@ leaky `mpn_add_n' and `mpn_sub_n'. (3) Alpha ev6 has a leaky
|
|
4627
4635
|
`mpn_add_1' which are O(1) on average. They require scratch space
|
4628
4636
|
of `mpn_sec_add_1_itch(N)' and `mpn_sec_sub_1_itch(N)' limbs,
|
4629
4637
|
respectively, to be passed in the TP parameter. The scratch space
|
4630
|
-
requirements are guaranteed to
|
4631
|
-
operand size.
|
4638
|
+
requirements are guaranteed to be at most N limbs, and increase
|
4639
|
+
monotonously in the operand size.
|
4640
|
+
|
4641
|
+
-- Function: void mpn_cnd_swap (mp_limb_t CND, volatile mp_limb_t *AP,
|
4642
|
+
volatile mp_limb_t *BP, mp_size_t N)
|
4643
|
+
If CND is non-zero, swaps the contents of the areas {AP,N} and
|
4644
|
+
{BP,N}. Otherwise, the areas are left unmodified. Implemented
|
4645
|
+
using logical operations on the limbs, with the same memory
|
4646
|
+
accesses independent of the value of CND.
|
4632
4647
|
|
4633
4648
|
-- Function: void mpn_sec_mul (mp_limb_t *RP, const mp_limb_t *AP,
|
4634
4649
|
mp_size_t AN, const mp_limb_t *BP, mp_size_t BN, mp_limb_t
|
@@ -4813,7 +4828,7 @@ one of the `gmp_randinit' functions, and can be seeded with one of the
|
|
4813
4828
|
`gmp_randseed' functions.
|
4814
4829
|
|
4815
4830
|
The functions actually generating random numbers are described in
|
4816
|
-
*
|
4831
|
+
*Note Integer Random Numbers::, and *Note Miscellaneous Float
|
4817
4832
|
Functions::.
|
4818
4833
|
|
4819
4834
|
The older style random number functions don't accept a
|
@@ -5097,7 +5112,7 @@ File: gmp.info, Node: Formatted Output Functions, Next: C++ Formatted Output,
|
|
5097
5112
|
|
5098
5113
|
Each of the following functions is similar to the corresponding C
|
5099
5114
|
library function. The basic `printf' forms take a variable argument
|
5100
|
-
list. The `vprintf' forms take an argument pointer, see *
|
5115
|
+
list. The `vprintf' forms take an argument pointer, see *Note Variadic
|
5101
5116
|
Functions: (libc)Variadic Functions, or `man 3 va_start'.
|
5102
5117
|
|
5103
5118
|
It should be emphasised that if a format string is invalid, or the
|
@@ -5178,7 +5193,7 @@ shouldn't normally occur.
|
|
5178
5193
|
|
5179
5194
|
These functions are available only when the C library provides the
|
5180
5195
|
obstack feature, which probably means only on GNU systems, see
|
5181
|
-
*
|
5196
|
+
*Note Obstacks: (libc)Obstacks.
|
5182
5197
|
|
5183
5198
|
|
5184
5199
|
File: gmp.info, Node: C++ Formatted Output, Prev: Formatted Output Functions, Up: Formatted Output
|
@@ -5241,7 +5256,7 @@ way, for example,
|
|
5241
5256
|
But note that `ostream' output (and `istream' input, *note C++
|
5242
5257
|
Formatted Input::) is the only overloading available for the GMP types
|
5243
5258
|
and that for instance using `+' with an `mpz_t' will have unpredictable
|
5244
|
-
results. For classes with overloading, see *
|
5259
|
+
results. For classes with overloading, see *Note C++ Class Interface::.
|
5245
5260
|
|
5246
5261
|
|
5247
5262
|
File: gmp.info, Node: Formatted Input, Next: C++ Class Interface, Prev: Formatted Output, Up: Top
|
@@ -5389,7 +5404,7 @@ File: gmp.info, Node: Formatted Input Functions, Next: C++ Formatted Input, P
|
|
5389
5404
|
|
5390
5405
|
Each of the following functions is similar to the corresponding C
|
5391
5406
|
library function. The plain `scanf' forms take a variable argument
|
5392
|
-
list. The `vscanf' forms take an argument pointer, see *
|
5407
|
+
list. The `vscanf' forms take an argument pointer, see *Note Variadic
|
5393
5408
|
Functions: (libc)Variadic Functions, or `man 3 va_start'.
|
5394
5409
|
|
5395
5410
|
It should be emphasised that if a format string is invalid, or the
|
@@ -5489,7 +5504,7 @@ way, for example,
|
|
5489
5504
|
But note that `istream' input (and `ostream' output, *note C++
|
5490
5505
|
Formatted Output::) is the only overloading available for the GMP types
|
5491
5506
|
and that for instance using `+' with an `mpz_t' will have unpredictable
|
5492
|
-
results. For classes with overloading, see *
|
5507
|
+
results. For classes with overloading, see *Note C++ Class Interface::.
|
5493
5508
|
|
5494
5509
|
|
5495
5510
|
File: gmp.info, Node: C++ Class Interface, Next: Custom Allocation, Prev: Formatted Input, Up: Top
|
@@ -5674,6 +5689,8 @@ File: gmp.info, Node: C++ Interface Integers, Next: C++ Interface Rationals,
|
|
5674
5689
|
-- Function: int mpz_class::set_str (const string& STR, int BASE)
|
5675
5690
|
-- Function: int sgn (mpz_class OP)
|
5676
5691
|
-- Function: mpz_class sqrt (mpz_class OP)
|
5692
|
+
-- Function: mpz_class gcd (mpz_class OP1, mpz_class OP2)
|
5693
|
+
-- Function: mpz_class lcm (mpz_class OP1, mpz_class OP2)
|
5677
5694
|
-- Function: void mpz_class::swap (mpz_class& OP)
|
5678
5695
|
-- Function: void swap (mpz_class& OP1, mpz_class& OP2)
|
5679
5696
|
These functions provide a C++ class interface to the corresponding
|
@@ -5737,7 +5754,7 @@ called.
|
|
5737
5754
|
Other rationals can be built as `-1_mpq/2' or `0xb_mpq/123456_mpz'.
|
5738
5755
|
|
5739
5756
|
-- Function: void mpq_class::canonicalize ()
|
5740
|
-
Put an `mpq_class' into canonical form, as per *
|
5757
|
+
Put an `mpq_class' into canonical form, as per *Note Rational
|
5741
5758
|
Number Functions::. All arithmetic operators require their
|
5742
5759
|
operands in canonical form, and will return results in canonical
|
5743
5760
|
form.
|
@@ -6695,8 +6712,8 @@ File: gmp.info, Node: FFT Multiplication, Next: Other Multiplication, Prev: H
|
|
6695
6712
|
-------------------------
|
6696
6713
|
|
6697
6714
|
At large to very large sizes a Fermat style FFT multiplication is used,
|
6698
|
-
following
|
6699
|
-
FFTs in various forms can be found in many textbooks, for instance
|
6715
|
+
following Scho"nhage and Strassen (*note References::). Descriptions
|
6716
|
+
of FFTs in various forms can be found in many textbooks, for instance
|
6700
6717
|
Knuth section 4.3.3 part C or Lipson chapter IX. A brief description
|
6701
6718
|
of the form used in GMP is given here.
|
6702
6719
|
|
@@ -6883,7 +6900,7 @@ low, either with a hardware divide instruction or a multiplication by
|
|
6883
6900
|
inverse, whichever is best on a given CPU.
|
6884
6901
|
|
6885
6902
|
The multiply by inverse follows "Improved division by invariant
|
6886
|
-
integers" by
|
6903
|
+
integers" by Mo"ller and Granlund (*note References::) and is
|
6887
6904
|
implemented as `udiv_qrnnd_preinv' in `gmp-impl.h'. The idea is to
|
6888
6905
|
have a fixed-point approximation to 1/d (see `invert_limb') and then
|
6889
6906
|
multiply by the high limb (plus one bit) of the dividend to get a
|
@@ -6942,7 +6959,7 @@ the top end of the dividend. With a normalized divisor (most
|
|
6942
6959
|
significant bit set), each quotient limb can be formed with a 2x1
|
6943
6960
|
division and a 1x1 multiplication plus some subtractions. The 2x1
|
6944
6961
|
division is by the high limb of the divisor and is done either with a
|
6945
|
-
hardware divide or a multiply by inverse (the same as in *
|
6962
|
+
hardware divide or a multiply by inverse (the same as in *Note Single
|
6946
6963
|
Limb Division::) whichever is faster. Such a quotient is sometimes one
|
6947
6964
|
too big, requiring an addback of the divisor, but that happens rarely.
|
6948
6965
|
|
@@ -7007,67 +7024,3 @@ inverse.
|
|
7007
7024
|
plain Barrett algorithm. For a 2n/n division, the inverse will be just
|
7008
7025
|
ceil(n/2) limbs.
|
7009
7026
|
|
7010
|
-
|
7011
|
-
File: gmp.info, Node: Exact Division, Next: Exact Remainder, Prev: Block-Wise Barrett Division, Up: Division Algorithms
|
7012
|
-
|
7013
|
-
15.2.5 Exact Division
|
7014
|
-
---------------------
|
7015
|
-
|
7016
|
-
A so-called exact division is when the dividend is known to be an exact
|
7017
|
-
multiple of the divisor. Jebelean's exact division algorithm uses this
|
7018
|
-
knowledge to make some significant optimizations (*note References::).
|
7019
|
-
|
7020
|
-
The idea can be illustrated in decimal for example with 368154
|
7021
|
-
divided by 543. Because the low digit of the dividend is 4, the low
|
7022
|
-
digit of the quotient must be 8. This is arrived at from 4*7 mod 10,
|
7023
|
-
using the fact 7 is the modular inverse of 3 (the low digit of the
|
7024
|
-
divisor), since 3*7 == 1 mod 10. So 8*543=4344 can be subtracted from
|
7025
|
-
the dividend leaving 363810. Notice the low digit has become zero.
|
7026
|
-
|
7027
|
-
The procedure is repeated at the second digit, with the next
|
7028
|
-
quotient digit 7 (7 == 1*7 mod 10), subtracting 7*543=3801, leaving
|
7029
|
-
325800. And finally at the third digit with quotient digit 6 (8*7 mod
|
7030
|
-
10), subtracting 6*543=3258 leaving 0. So the quotient is 678.
|
7031
|
-
|
7032
|
-
Notice however that the multiplies and subtractions don't need to
|
7033
|
-
extend past the low three digits of the dividend, since that's enough
|
7034
|
-
to determine the three quotient digits. For the last quotient digit no
|
7035
|
-
subtraction is needed at all. On a 2NxN division like this one, only
|
7036
|
-
about half the work of a normal basecase division is necessary.
|
7037
|
-
|
7038
|
-
For an NxM exact division producing Q=N-M quotient limbs, the saving
|
7039
|
-
over a normal basecase division is in two parts. Firstly, each of the
|
7040
|
-
Q quotient limbs needs only one multiply, not a 2x1 divide and
|
7041
|
-
multiply. Secondly, the crossproducts are reduced when Q>M to
|
7042
|
-
Q*M-M*(M+1)/2, or when Q<=M to Q*(Q-1)/2. Notice the savings are
|
7043
|
-
complementary. If Q is big then many divisions are saved, or if Q is
|
7044
|
-
small then the crossproducts reduce to a small number.
|
7045
|
-
|
7046
|
-
The modular inverse used is calculated efficiently by `binvert_limb'
|
7047
|
-
in `gmp-impl.h'. This does four multiplies for a 32-bit limb, or six
|
7048
|
-
for a 64-bit limb. `tune/modlinv.c' has some alternate implementations
|
7049
|
-
that might suit processors better at bit twiddling than multiplying.
|
7050
|
-
|
7051
|
-
The sub-quadratic exact division described by Jebelean in "Exact
|
7052
|
-
Division with Karatsuba Complexity" is not currently implemented. It
|
7053
|
-
uses a rearrangement similar to the divide and conquer for normal
|
7054
|
-
division (*note Divide and Conquer Division::), but operating from low
|
7055
|
-
to high. A further possibility not currently implemented is
|
7056
|
-
"Bidirectional Exact Integer Division" by Krandick and Jebelean which
|
7057
|
-
forms quotient limbs from both the high and low ends of the dividend,
|
7058
|
-
and can halve once more the number of crossproducts needed in a 2NxN
|
7059
|
-
division.
|
7060
|
-
|
7061
|
-
A special case exact division by 3 exists in `mpn_divexact_by3',
|
7062
|
-
supporting Toom-3 multiplication and `mpq' canonicalizations. It forms
|
7063
|
-
quotient digits with a multiply by the modular inverse of 3 (which is
|
7064
|
-
`0xAA..AAB') and uses two comparisons to determine a borrow for the next
|
7065
|
-
limb. The multiplications don't need to be on the dependent chain, as
|
7066
|
-
long as the effect of the borrows is applied, which can help chips with
|
7067
|
-
pipelined multipliers.
|
7068
|
-
|
7069
|
-
|
7070
|
-
|
7071
|
-
Local Variables:
|
7072
|
-
coding: iso-8859-1
|
7073
|
-
End:
|