glib2 2.0.2-x86-mingw32 → 2.0.3-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/README +4 -4
- data/Rakefile +31 -10
- data/ext/glib2/extconf.rb +2 -1
- data/ext/glib2/glib2.def +1 -0
- data/ext/glib2/rbglib.c +6 -5
- data/ext/glib2/rbglib.h +3 -3
- data/ext/glib2/rbglib_bookmarkfile.c +0 -5
- data/ext/glib2/rbglib_error.c +8 -11
- data/ext/glib2/rbglib_gettext.c +48 -0
- data/ext/glib2/rbglib_i18n.c +0 -4
- data/ext/glib2/rbglib_keyfile.c +0 -20
- data/ext/glib2/rbglib_maincontext.c +0 -14
- data/ext/glib2/rbglib_source.c +0 -4
- data/ext/glib2/rbglib_timer.c +0 -4
- data/ext/glib2/rbglib_unichar.c +0 -8
- data/ext/glib2/rbglib_utf8.c +0 -2
- data/ext/glib2/rbglib_utils.c +0 -16
- data/ext/glib2/rbglib_win32.c +0 -7
- data/ext/glib2/rbgobj_object.c +8 -12
- data/ext/glib2/rbgobj_strv.c +0 -4
- data/ext/glib2/rbgobj_typeinterface.c +0 -6
- data/ext/glib2/rbgobj_value.c +12 -0
- data/ext/glib2/rbgobject.c +20 -18
- data/ext/glib2/rbgobject.h +1 -0
- data/ext/glib2/rbgprivate.h +5 -2
- data/lib/1.9/glib2.so +0 -0
- data/lib/2.0/glib2.so +0 -0
- data/lib/glib2.rb +4 -0
- data/lib/gnome2/rake/external-package.rb +20 -3
- data/lib/gnome2/rake/native-binary-build-task.rb +47 -30
- data/lib/gnome2/rake/package-task.rb +13 -4
- data/lib/gnome2/rake/source-download-task.rb +2 -1
- data/lib/gnome2/rake/win32-binary-build-task.rb +28 -3
- data/lib/mkmf-gnome2.rb +2 -8
- data/vendor/local/bin/certtool.exe +0 -0
- data/vendor/local/bin/danetool.exe +0 -0
- data/vendor/local/bin/gdbus.exe +0 -0
- 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 +1 -1
- data/vendor/local/bin/gnutls-cli-debug.exe +0 -0
- data/vendor/local/bin/gnutls-cli.exe +0 -0
- data/vendor/local/bin/gnutls-serv.exe +0 -0
- 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/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-28.def +839 -827
- data/vendor/local/bin/libgnutls-28.dll +0 -0
- data/vendor/local/bin/libgnutls-openssl-27.dll +0 -0
- data/vendor/local/bin/libgnutls-openssl-28.def +148 -229
- data/vendor/local/bin/libgnutls-xssl-0.dll +0 -0
- data/vendor/local/bin/libgnutls-xssl-28.def +96 -175
- 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-2-5.dll +0 -0
- data/vendor/local/bin/libnettle-4-7.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/ocsptool.exe +0 -0
- data/vendor/local/bin/pkcs1-conv.exe +0 -0
- data/vendor/local/bin/psktool.exe +0 -0
- data/vendor/local/bin/sexp-conv.exe +0 -0
- data/vendor/local/bin/srptool.exe +0 -0
- data/vendor/local/include/glib-2.0/gio/gaction.h +14 -0
- data/vendor/local/include/glib-2.0/gio/gapplication.h +5 -0
- data/vendor/local/include/glib-2.0/gio/gbytesicon.h +54 -0
- data/vendor/local/include/glib-2.0/gio/gdbusconnection.h +32 -3
- data/vendor/local/include/glib-2.0/gio/gdbusmethodinvocation.h +2 -0
- data/vendor/local/include/glib-2.0/gio/gfile.h +97 -8
- data/vendor/local/include/glib-2.0/gio/gicon.h +7 -0
- data/vendor/local/include/glib-2.0/gio/gio.h +2 -0
- data/vendor/local/include/glib-2.0/gio/gioenums.h +31 -1
- data/vendor/local/include/glib-2.0/gio/gioenumtypes.h +2 -0
- data/vendor/local/include/glib-2.0/gio/giotypes.h +45 -0
- data/vendor/local/include/glib-2.0/gio/gmenu.h +7 -0
- data/vendor/local/include/glib-2.0/gio/gmenumodel.h +31 -0
- data/vendor/local/include/glib-2.0/gio/gnetworking.h +1 -0
- data/vendor/local/include/glib-2.0/gio/gpropertyaction.h +49 -0
- data/vendor/local/include/glib-2.0/gio/gsettings.h +2 -2
- data/vendor/local/include/glib-2.0/gio/gsettingsschema.h +4 -0
- data/vendor/local/include/glib-2.0/gio/gsimpleactiongroup.h +4 -4
- data/vendor/local/include/glib-2.0/gio/gvfs.h +2 -1
- data/vendor/local/include/glib-2.0/glib/galloca.h +3 -1
- data/vendor/local/include/glib-2.0/glib/gdir.h +4 -0
- data/vendor/local/include/glib-2.0/glib/giochannel.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gkeyfile.h +2 -0
- data/vendor/local/include/glib-2.0/glib/gmacros.h +22 -3
- data/vendor/local/include/glib-2.0/glib/gmain.h +12 -7
- data/vendor/local/include/glib-2.0/glib/gmessages.h +10 -6
- data/vendor/local/include/glib-2.0/glib/gnode.h +4 -4
- data/vendor/local/include/glib-2.0/glib/gregex.h +3 -1
- data/vendor/local/include/glib-2.0/glib/gscanner.h +2 -2
- data/vendor/local/include/glib-2.0/glib/gspawn.h +2 -0
- data/vendor/local/include/glib-2.0/glib/gtestutils.h +64 -9
- data/vendor/local/include/glib-2.0/glib/gunicode.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gutils.h +2 -2
- data/vendor/local/include/glib-2.0/glib/gvariant.h +5 -0
- data/vendor/local/include/glib-2.0/glib/gversionmacros.h +24 -0
- data/vendor/local/include/glib-2.0/gmodule.h +4 -4
- data/vendor/local/include/glib-2.0/gobject/gbinding.h +12 -7
- data/vendor/local/include/glib-2.0/gobject/gobject.h +1 -1
- data/vendor/local/include/glib-2.0/gobject/gparam.h +3 -2
- data/vendor/local/include/glib-2.0/gobject/gtype.h +192 -5
- data/vendor/local/include/glib-2.0/gobject/gtypemodule.h +12 -3
- data/vendor/local/include/gmp.h +1 -1
- data/vendor/local/include/gnutls/abstract.h +317 -296
- data/vendor/local/include/gnutls/compat.h +264 -202
- data/vendor/local/include/gnutls/crypto.h +69 -60
- data/vendor/local/include/gnutls/dtls.h +34 -30
- data/vendor/local/include/gnutls/gnutls.h +1310 -1211
- data/vendor/local/include/gnutls/ocsp.h +140 -142
- data/vendor/local/include/gnutls/openpgp.h +262 -270
- data/vendor/local/include/gnutls/openssl.h +153 -157
- data/vendor/local/include/gnutls/pkcs11.h +199 -176
- data/vendor/local/include/gnutls/pkcs12.h +87 -86
- data/vendor/local/include/gnutls/tpm.h +24 -21
- data/vendor/local/include/gnutls/x509.h +929 -857
- data/vendor/local/include/gnutls/xssl.h +66 -62
- data/vendor/local/include/nettle/nettle-stdint.h +1 -1
- 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 +1 -1
- data/vendor/local/lib/glib-2.0/include/glibconfig.h +4 -2
- data/vendor/local/lib/libgio-2.0.dll.a +0 -0
- data/vendor/local/lib/libgio-2.0.la +3 -3
- data/vendor/local/lib/libglib-2.0.dll.a +0 -0
- data/vendor/local/lib/libglib-2.0.la +2 -2
- data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
- data/vendor/local/lib/libgmodule-2.0.la +2 -2
- data/vendor/local/lib/libgmp.dll.a +0 -0
- data/vendor/local/lib/libgmp.la +1 -1
- data/vendor/local/lib/libgnutls-openssl.a +0 -0
- data/vendor/local/lib/libgnutls-openssl.dll.a +0 -0
- data/vendor/local/lib/libgnutls-openssl.la +2 -2
- data/vendor/local/lib/libgnutls-xssl.a +0 -0
- data/vendor/local/lib/libgnutls-xssl.dll.a +0 -0
- data/vendor/local/lib/libgnutls-xssl.la +2 -2
- data/vendor/local/lib/libgnutls.a +0 -0
- data/vendor/local/lib/libgnutls.dll.a +0 -0
- data/vendor/local/lib/libgnutls.la +4 -4
- data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
- data/vendor/local/lib/libgobject-2.0.la +2 -2
- data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
- data/vendor/local/lib/libgthread-2.0.la +2 -2
- data/vendor/local/lib/libhogweed.a +0 -0
- data/vendor/local/lib/libhogweed.dll.a +0 -0
- data/vendor/local/lib/libnettle.a +0 -0
- data/vendor/local/lib/libnettle.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 +1 -1
- 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 +3 -3
- 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/nettle.pc +1 -1
- data/vendor/local/share/aclocal/glib-gettext.m4 +0 -1
- data/vendor/local/share/bash-completion/completions/gsettings +1 -1
- data/vendor/local/share/gdb/auto-load/{libglib-2.0.so.0.3600.0-gdb.py → libglib-2.0.so.0.3800.2-gdb.py} +0 -0
- data/vendor/local/share/gdb/auto-load/{libgobject-2.0.so.0.3600.0-gdb.py → libgobject-2.0.so.0.3800.2-gdb.py} +0 -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 +42 -45
- 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.py +1 -1
- 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/schemas/gschemas.compiled +0 -0
- data/vendor/local/share/gtk-doc/html/gio/ExampleAnimal.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ExampleCat.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ExampleObject.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ExampleObjectManagerClient.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GAction.html +162 -2
- data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GActionMap.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GApplication.html +73 -2
- data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GConverter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDBusActionGroup.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +63 -9
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterface.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterfaceSkeleton.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDBusMenuModel.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +57 -2
- data/vendor/local/share/gtk-doc/html/gio/GDBusObject.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManager.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerClient.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerServer.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectProxy.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectSkeleton.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDrive.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GFile.html +642 -10
- data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +23 -2
- data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GIcon.html +83 -6
- data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GInitable.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +7 -5
- data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GMenu.html +69 -11
- data/vendor/local/share/gtk-doc/html/gio/GMenuModel.html +28 -9
- data/vendor/local/share/gtk-doc/html/gio/GMount.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GNetworkMonitor.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GPermission.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GProxy.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GRemoteActionGroup.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/GResolver.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSettings.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +7 -4
- data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +18 -2
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSimpleProxyResolver.html +29 -2
- data/vendor/local/share/gtk-doc/html/gio/GSocket.html +37 -17
- data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +16 -3
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSrvTarget.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GTask.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GTestDBus.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GTlsDatabase.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GTlsFileDatabase.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GTlsInteraction.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GTlsPassword.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GVfs.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GVolume.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +37 -31
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-28.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-30.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-32.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-34.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-36.html +8 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-38.html +166 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +18 -2
- data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +118 -2
- data/vendor/local/share/gtk-doc/html/gio/application.html +6 -3
- data/vendor/local/share/gtk-doc/html/gio/async.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch01.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch03.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch29.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch30.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch30s02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch30s03.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch31.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch31s02.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/ch31s03.html +22 -22
- data/vendor/local/share/gtk-doc/html/gio/ch31s04.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/ch31s05.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/ch31s06.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch31s07.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch32.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch32s02.html +20 -20
- data/vendor/local/share/gtk-doc/html/gio/ch32s03.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/ch32s04.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/ch32s05.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/conversion.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/extending.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/file_mon.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/file_ops.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gdbus-codegen.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Cat.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gdbus.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +140 -10
- data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-GActionGroup-exporter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-GBytesIcon.html +127 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-GInetAddressMask.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-GMenuModel-exporter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-GPropertyAction.html +177 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-GResource.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-GSettingsSchema-GSettingsSchemaSource.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32InputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32OutputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-gnetworking.h.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-gpollableutils.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +44 -6
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-resources.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gresource-tool.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +6 -2
- data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/icons.html +5 -2
- data/vendor/local/share/gtk-doc/html/gio/index.html +15 -8
- data/vendor/local/share/gtk-doc/html/gio/index.sgml +53 -9
- data/vendor/local/share/gtk-doc/html/gio/migrating.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/networking.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/permissions.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/pt01.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/pt02.html +13 -7
- data/vendor/local/share/gtk-doc/html/gio/resolver.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/resources.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/running-gio-apps.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/settings.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/streaming.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/testing.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/tls.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/tools.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/types.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/utils.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +31 -34
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-28.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-30.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-32.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-34.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-36.html +13 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-38.html +78 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +10 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +56 -16
- data/vendor/local/share/gtk-doc/html/glib/deprecated.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +17 -14
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-HMACs.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Deprecated-Thread-APIs.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +6 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +5 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +28 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +87 -7
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +4 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +19 -9
- data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +36 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +11 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +520 -90
- data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +116 -19
- data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +8 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-UNIX-specific-utilities-and-integration.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +8 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-building.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-core.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-programming.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-running.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +20 -3
- data/vendor/local/share/gtk-doc/html/glib/glib.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/gtester.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/index.html +4 -3
- data/vendor/local/share/gtk-doc/html/glib/index.sgml +24 -8
- data/vendor/local/share/gtk-doc/html/glib/tools.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +58 -13
- data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +38 -32
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-28.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-30.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-32.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-34.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-36.html +8 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-38.html +73 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +73 -34
- data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +9 -3
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +37 -20
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +332 -8
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +4 -33
- data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +10 -0
- data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +18 -20
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +6 -4
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +40 -29
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +21 -26
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +21 -28
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +45 -60
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-override.html +3 -5
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-prerequisite.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +5 -7
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/index.html +4 -3
- data/vendor/local/share/gtk-doc/html/gobject/index.sgml +17 -8
- data/vendor/local/share/gtk-doc/html/gobject/pr01.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/pt01.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/pt02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/pt03.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/rn01.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/rn02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/signal.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +2 -2
- data/vendor/local/share/info/dir +2 -2
- data/vendor/local/share/info/gmp.info +125 -125
- data/vendor/local/share/info/gmp.info-1 +282 -265
- data/vendor/local/share/info/gmp.info-2 +159 -134
- data/vendor/local/share/info/gnutls-guile.info +720 -226
- data/vendor/local/share/info/gnutls.info +1327 -1278
- data/vendor/local/share/info/gnutls.info-1 +635 -561
- data/vendor/local/share/info/gnutls.info-2 +3411 -2824
- data/vendor/local/share/info/gnutls.info-3 +315 -30
- data/vendor/local/share/info/gnutls.info-4 +375 -2088
- data/vendor/local/share/info/gnutls.info-5 +0 -0
- data/vendor/local/share/locale/an/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/glib20.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/glib20.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/glib20.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/gnutls.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/glib20.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/glib20.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hy/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/glib20.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/glib20.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/glib20.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/ml/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mr/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/glib20.mo +0 -0
- data/vendor/local/share/locale/ne/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/glib20.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/glib20.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.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/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gnutls.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/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/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/man/man1/certtool.1 +91 -79
- data/vendor/local/share/man/man1/gdbus-codegen.1 +1 -1
- data/vendor/local/share/man/man1/gdbus.1 +1 -1
- data/vendor/local/share/man/man1/gio-querymodules.1 +1 -1
- data/vendor/local/share/man/man1/glib-compile-resources.1 +1 -1
- data/vendor/local/share/man/man1/glib-compile-schemas.1 +1 -1
- data/vendor/local/share/man/man1/glib-genmarshal.1 +1 -1
- data/vendor/local/share/man/man1/glib-gettextize.1 +1 -1
- data/vendor/local/share/man/man1/glib-mkenums.1 +1 -1
- data/vendor/local/share/man/man1/gnutls-cli-debug.1 +14 -10
- data/vendor/local/share/man/man1/gnutls-cli.1 +135 -77
- data/vendor/local/share/man/man1/gnutls-serv.1 +47 -42
- data/vendor/local/share/man/man1/gobject-query.1 +1 -1
- data/vendor/local/share/man/man1/gresource.1 +3 -3
- data/vendor/local/share/man/man1/gsettings.1 +3 -1
- data/vendor/local/share/man/man1/gtester-report.1 +1 -1
- data/vendor/local/share/man/man1/gtester.1 +1 -1
- data/vendor/local/share/man/man1/ocsptool.1 +29 -24
- data/vendor/local/share/man/man1/p11tool.1 +69 -39
- data/vendor/local/share/man/man1/psktool.1 +16 -12
- data/vendor/local/share/man/man1/srptool.1 +27 -18
- data/vendor/local/share/man/man1/tpmtool.1 +27 -23
- data/vendor/local/share/man/man3/gnutls_alert_get.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_alert_get_name.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_alert_get_strname.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_alert_send.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_alert_send_appropriate.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_alpn_get_selected_protocol.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_alpn_set_protocols.3 +57 -0
- data/vendor/local/share/man/man3/gnutls_anon_allocate_client_credentials.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_anon_allocate_server_credentials.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_anon_free_client_credentials.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_anon_free_server_credentials.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_anon_set_params_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_anon_set_server_dh_params.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_anon_set_server_params_function.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_auth_client_get_type.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_auth_get_type.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_auth_server_get_type.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_bye.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_activation_time_peers.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_allocate_credentials.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_certificate_client_get_request_status.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_client_set_retrieve_function.3 +71 -0
- data/vendor/local/share/man/man3/gnutls_certificate_expiration_time_peers.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_free_ca_names.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_free_cas.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_free_credentials.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_free_crls.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_free_keys.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_get_crt_raw.3 +57 -0
- data/vendor/local/share/man/man3/gnutls_certificate_get_issuer.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_certificate_get_ours.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_get_peers.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_certificate_get_peers_subkey_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_send_x509_rdn_sequence.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_server_set_request.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_server_set_retrieve_function.3 +59 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_dh_params.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_set_key.3 +9 -7
- data/vendor/local/share/man/man3/gnutls_certificate_set_ocsp_status_request_file.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_certificate_set_ocsp_status_request_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key_file.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key_file2.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key_mem.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key_mem2.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_keyring_file.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_keyring_mem.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_certificate_set_params_function.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_certificate_set_pin_function.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_certificate_set_retrieve_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_set_retrieve_function2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_set_rsa_export_params.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_certificate_set_trust_list.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_verify_flags.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_certificate_set_verify_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_set_verify_limits.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_crl.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_crl_file.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_crl_mem.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_key.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_key_file.3 +9 -2
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_key_file2.3 +11 -4
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_key_mem.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_key_mem2.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_simple_pkcs12_file.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_simple_pkcs12_mem.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_system_trust.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_trust.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_trust_file.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_trust_mem.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_type_get.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_type_get_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_type_get_name.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_certificate_type_list.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_type_set_priority.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_verification_status_print.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_certificate_verify_peers2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_verify_peers3.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_check_version.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_cipher_add_auth.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_cipher_decrypt.3 +5 -2
- data/vendor/local/share/man/man3/gnutls_cipher_decrypt2.3 +5 -2
- data/vendor/local/share/man/man3/gnutls_cipher_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_cipher_encrypt.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_cipher_encrypt2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_cipher_get.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_cipher_get_block_size.3 +3 -5
- data/vendor/local/share/man/man3/gnutls_cipher_get_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_cipher_get_iv_size.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_cipher_get_key_size.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_cipher_get_name.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_cipher_get_tag_size.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_cipher_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_cipher_list.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_cipher_set_iv.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_cipher_set_priority.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_cipher_suite_get_name.3 +6 -6
- data/vendor/local/share/man/man3/gnutls_cipher_suite_info.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_cipher_tag.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_compression_get.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_compression_get_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_compression_get_name.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_compression_list.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_compression_set_priority.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_credentials_clear.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_credentials_set.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_db_check_entry.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_db_check_entry_time.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_db_get_ptr.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_db_remove_session.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_db_set_cache_expiration.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_db_set_ptr.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_db_set_remove_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_db_set_retrieve_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_db_set_store_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_dh_get_group.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_dh_get_peers_public_bits.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_dh_get_prime_bits.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_dh_get_pubkey.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_dh_get_secret_bits.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_dh_params_cpy.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_dh_params_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_dh_params_export2_pkcs3.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_dh_params_export_pkcs3.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_dh_params_export_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_dh_params_generate2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_dh_params_import_pkcs3.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_dh_params_import_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_dh_params_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_dh_set_prime_bits.3 +3 -3
- data/vendor/local/share/man/man3/gnutls_digest_get_id.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_digest_get_name.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_digest_list.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_dtls_cookie_send.3 +10 -6
- data/vendor/local/share/man/man3/gnutls_dtls_cookie_verify.3 +10 -8
- data/vendor/local/share/man/man3/gnutls_dtls_get_data_mtu.3 +3 -3
- data/vendor/local/share/man/man3/gnutls_dtls_get_mtu.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_dtls_get_timeout.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_dtls_prestate_set.3 +7 -4
- data/vendor/local/share/man/man3/gnutls_dtls_set_data_mtu.3 +5 -2
- data/vendor/local/share/man/man3/gnutls_dtls_set_mtu.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_dtls_set_timeouts.3 +4 -2
- data/vendor/local/share/man/man3/gnutls_ecc_curve_get.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ecc_curve_get_name.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ecc_curve_get_size.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ecc_curve_list.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_error_is_fatal.3 +9 -6
- data/vendor/local/share/man/man3/gnutls_error_to_alert.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_est_record_overhead_size.3 +58 -0
- data/vendor/local/share/man/man3/gnutls_fingerprint.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_global_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_global_init.3 +9 -11
- data/vendor/local/share/man/man3/gnutls_global_set_audit_log_function.3 +7 -6
- data/vendor/local/share/man/man3/gnutls_global_set_log_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_global_set_log_level.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_global_set_mem_functions.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_global_set_mutex.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_global_set_time_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_handshake.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_handshake_description_get_name.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_handshake_get_last_in.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_handshake_get_last_out.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_handshake_set_hook_function.3 +66 -0
- data/vendor/local/share/man/man3/gnutls_handshake_set_max_packet_length.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_handshake_set_post_client_hello_function.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_handshake_set_private_extensions.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_handshake_set_random.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_handshake_set_timeout.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_hash.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_hash_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_hash_fast.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_hash_get_len.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_hash_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_hash_output.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_heartbeat_allowed.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_heartbeat_enable.3 +8 -4
- data/vendor/local/share/man/man3/gnutls_heartbeat_get_timeout.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_heartbeat_ping.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_heartbeat_pong.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_heartbeat_set_timeouts.3 +4 -7
- data/vendor/local/share/man/man3/gnutls_hex2bin.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_hex_decode.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_hex_encode.3 +4 -2
- data/vendor/local/share/man/man3/gnutls_hmac.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_hmac_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_hmac_fast.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_hmac_get_len.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_hmac_init.3 +5 -2
- data/vendor/local/share/man/man3/gnutls_hmac_output.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_hmac_set_nonce.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_init.3 +6 -2
- data/vendor/local/share/man/man3/gnutls_key_generate.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_kx_get.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_kx_get_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_kx_get_name.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_kx_list.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_kx_set_priority.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_load_file.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_mac_get.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_mac_get_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_mac_get_key_size.3 +3 -3
- data/vendor/local/share/man/man3/gnutls_mac_get_name.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_mac_get_nonce_size.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_mac_list.3 +3 -6
- data/vendor/local/share/man/man3/gnutls_mac_set_priority.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_req_add_cert.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_req_add_cert_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_req_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_req_export.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_req_get_cert_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_req_get_extension.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_req_get_nonce.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_req_get_version.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_req_import.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_req_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_req_print.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_req_randomize_nonce.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_req_set_extension.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_req_set_nonce.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_check_crt.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_export.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_certs.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_extension.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_nonce.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_produced.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_responder.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_response.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_signature.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_signature_algorithm.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_single.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_status.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_version.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_import.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_print.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_verify.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_verify_direct.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_status_request_enable_client.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_status_request_get.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_status_request_is_checked.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_check_hostname.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_export.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_export2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_auth_subkey.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_creation_time.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_expiration_time.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_fingerprint.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_key_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_key_usage.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_name.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_pk_algorithm.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_pk_dsa_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_pk_rsa_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_preferred_key_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_revoked_status.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_count.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_creation_time.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_expiration_time.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_fingerprint.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_idx.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_pk_algorithm.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_pk_dsa_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_pk_rsa_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_revoked_status.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_usage.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_version.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_import.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_print.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_set_preferred_key_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_verify_ring.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_verify_self.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_keyring_check_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_keyring_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_keyring_get_crt.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_keyring_get_crt_count.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_keyring_import.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_keyring_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export_dsa_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export_rsa_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export_subkey_dsa_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export_subkey_rsa_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_fingerprint.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_key_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_pk_algorithm.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_preferred_key_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_revoked_status.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_count.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_creation_time.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_expiration_time.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_fingerprint.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_idx.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_pk_algorithm.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_revoked_status.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_import.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_sec_param.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_set_preferred_key_id.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_sign_hash.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_send_cert.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_set_recv_key_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pcert_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pcert_import_openpgp.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_pcert_import_openpgp_raw.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_pcert_import_x509.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_pcert_import_x509_raw.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_pcert_list_import_x509_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pem_base64_decode.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pem_base64_decode_alloc.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pem_base64_encode.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pem_base64_encode_alloc.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_perror.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pk_algorithm_get_name.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pk_bits_to_sec_param.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pk_get_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pk_get_name.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pk_list.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pk_to_sign.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_add_provider.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_copy_secret_key.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_copy_x509_crt.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_copy_x509_privkey.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_delete_url.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_get_pin_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_get_raw_issuer.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_export.3 +3 -6
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_export2.3 +3 -6
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_export3.3 +55 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_export_url.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_get_info.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_get_type.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_import_url.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_list_import_url.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_list_import_url2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_set_pin_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_export_url.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_generate.3 +5 -5
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_generate2.3 +5 -5
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_get_info.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_get_pk_algorithm.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_import_url.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_set_pin_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_status.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_reinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_set_pin_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_set_token_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_token_get_flags.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_token_get_info.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_token_get_mechanism.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_token_get_random.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_token_get_url.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_token_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_token_set_pin.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_type_get_name.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_decrypt.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_encrypt.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_count.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_data.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_friendly_name.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_key_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_type.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_crl.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_crt.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_data.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_friendly_name.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_key_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_export.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_export2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_generate_mac.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_get_bag.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_import.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_set_bag.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_simple_parse.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_verify_mac.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs7_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs7_delete_crl.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs7_delete_crt.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs7_export.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs7_export2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs7_get_crl_count.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs7_get_crl_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs7_get_crt_count.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs7_get_crt_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs7_import.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs7_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs7_set_crl.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs7_set_crl_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs7_set_crt.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs7_set_crt_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_prf.3 +5 -4
- data/vendor/local/share/man/man3/gnutls_prf_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_priority_certificate_type_list.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_priority_cipher_list.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_priority_compression_list.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_priority_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_priority_ecc_curve_list.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_priority_get_cipher_suite_index.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_priority_init.3 +10 -3
- data/vendor/local/share/man/man3/gnutls_priority_kx_list.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_priority_mac_list.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_priority_protocol_list.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_priority_set.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_priority_set_direct.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_priority_sign_list.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_privkey_decrypt_data.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_privkey_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_privkey_get_pk_algorithm.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_privkey_get_type.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_privkey_import_ext.3 +5 -6
- data/vendor/local/share/man/man3/gnutls_privkey_import_ext2.3 +7 -5
- data/vendor/local/share/man/man3/gnutls_privkey_import_openpgp.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_privkey_import_openpgp_raw.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_privkey_import_pkcs11.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_privkey_import_pkcs11_url.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_privkey_import_tpm_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_privkey_import_tpm_url.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_privkey_import_url.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_privkey_import_x509.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_privkey_import_x509_raw.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_privkey_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_privkey_set_pin_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_privkey_sign_data.3 +3 -3
- data/vendor/local/share/man/man3/gnutls_privkey_sign_hash.3 +6 -3
- data/vendor/local/share/man/man3/gnutls_privkey_sign_raw_data.3 +3 -3
- data/vendor/local/share/man/man3/gnutls_privkey_status.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_protocol_get_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_protocol_get_name.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_protocol_get_version.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_protocol_list.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_protocol_set_priority.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_psk_allocate_client_credentials.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_psk_allocate_server_credentials.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_psk_client_get_hint.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_psk_free_client_credentials.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_psk_free_server_credentials.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_psk_server_get_username.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_psk_set_client_credentials.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_psk_set_client_credentials_function.3 +5 -5
- data/vendor/local/share/man/man3/gnutls_psk_set_params_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_psk_set_server_credentials_file.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_psk_set_server_credentials_function.3 +5 -5
- data/vendor/local/share/man/man3/gnutls_psk_set_server_credentials_hint.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_psk_set_server_dh_params.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_psk_set_server_params_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_encrypt_data.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_export.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_export2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_get_key_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_get_key_usage.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_get_openpgp_key_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_get_pk_algorithm.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_get_pk_dsa_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_get_pk_ecc_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_get_pk_ecc_x962.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_pubkey_get_pk_rsa_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_get_preferred_hash_algorithm.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_pubkey_get_verify_algorithm.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_import.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_import_dsa_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_import_ecc_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_import_ecc_x962.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_import_openpgp.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_import_openpgp_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_import_pkcs11.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_import_pkcs11_url.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_import_privkey.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_import_rsa_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_import_tpm_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_import_tpm_url.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_pubkey_import_url.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_import_x509.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_import_x509_crq.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_import_x509_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_print.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_set_key_usage.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_set_pin_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_verify_data.3 +3 -3
- data/vendor/local/share/man/man3/gnutls_pubkey_verify_data2.3 +3 -3
- data/vendor/local/share/man/man3/gnutls_pubkey_verify_hash.3 +3 -3
- data/vendor/local/share/man/man3/gnutls_pubkey_verify_hash2.3 +3 -3
- data/vendor/local/share/man/man3/gnutls_random_art.3 +5 -5
- data/vendor/local/share/man/man3/gnutls_range_split.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_record_can_use_length_hiding.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_record_check_pending.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_record_cork.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_record_disable_padding.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_record_get_direction.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_record_get_discarded.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_record_get_max_size.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_record_overhead_size.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_record_recv.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_record_recv_seq.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_record_send.3 +8 -4
- data/vendor/local/share/man/man3/gnutls_record_send_range.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_record_set_max_empty_records.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_record_set_max_size.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_record_set_timeout.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_record_uncork.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_rehandshake.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_rnd.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_rnd_refresh.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_rsa_export_get_modulus_bits.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_rsa_export_get_pubkey.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_rsa_params_cpy.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_rsa_params_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_rsa_params_export_pkcs1.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_rsa_params_export_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_rsa_params_generate2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_rsa_params_import_pkcs1.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_rsa_params_import_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_rsa_params_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_safe_renegotiation_status.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_sec_param_get_name.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_sec_param_to_pk_bits.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_server_name_get.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_server_name_set.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_session_channel_binding.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_session_enable_compatibility_mode.3 +5 -2
- data/vendor/local/share/man/man3/gnutls_session_force_valid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_session_get_data.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_session_get_data2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_session_get_desc.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_session_get_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_session_get_id2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_session_get_ptr.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_session_get_random.3 +5 -5
- data/vendor/local/share/man/man3/gnutls_session_is_resumed.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_session_resumption_requested.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_session_set_data.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_session_set_id.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_session_set_premaster.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_session_set_ptr.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_session_ticket_enable_client.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_session_ticket_enable_server.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_session_ticket_key_generate.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_set_default_export_priority.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_set_default_priority.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_sign_algorithm_get.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_sign_algorithm_get_client.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_sign_algorithm_get_requested.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_sign_callback_get.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_sign_callback_set.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_sign_get_hash_algorithm.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_sign_get_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_sign_get_name.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_sign_get_pk_algorithm.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_sign_is_secure.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_sign_list.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_srp_allocate_client_credentials.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_srp_allocate_server_credentials.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_srp_base64_decode.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_srp_base64_decode_alloc.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_srp_base64_encode.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_srp_base64_encode_alloc.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_srp_free_client_credentials.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_srp_free_server_credentials.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_srp_server_get_username.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_srp_set_client_credentials.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_srp_set_client_credentials_function.3 +5 -5
- data/vendor/local/share/man/man3/gnutls_srp_set_prime_bits.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_srp_set_server_credentials_file.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_srp_set_server_credentials_function.3 +7 -7
- data/vendor/local/share/man/man3/gnutls_srp_verifier.3 +3 -3
- data/vendor/local/share/man/man3/gnutls_srtp_get_keys.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_srtp_get_mki.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_srtp_get_profile_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_srtp_get_profile_name.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_srtp_get_selected_profile.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_srtp_set_mki.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_srtp_set_profile.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_srtp_set_profile_direct.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_store_commitment.3 +7 -7
- data/vendor/local/share/man/man3/gnutls_store_pubkey.3 +6 -6
- data/vendor/local/share/man/man3/gnutls_strerror.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_strerror_name.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_supplemental_get_name.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_tdb_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_tdb_init.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_tdb_set_store_commitment_func.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_tdb_set_store_func.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_tdb_set_verify_func.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_tpm_get_registered.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_tpm_key_list_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_tpm_key_list_get_url.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_tpm_privkey_delete.3 +5 -5
- data/vendor/local/share/man/man3/gnutls_tpm_privkey_generate.3 +7 -7
- data/vendor/local/share/man/man3/gnutls_transport_get_int.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_transport_get_int2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_transport_get_ptr.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_transport_get_ptr2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_transport_set_errno.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_transport_set_errno_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_transport_set_int.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_transport_set_int2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_transport_set_ptr.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_transport_set_ptr2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_transport_set_pull_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_transport_set_pull_timeout_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_transport_set_push_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_transport_set_vec_push_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_url_is_supported.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_verify_stored_pubkey.3 +6 -6
- data/vendor/local/share/man/man3/gnutls_x509_crl_check_issuer.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_export.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_export2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_authority_key_gn_serial.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_authority_key_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_crt_count.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_crt_serial.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_dn_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_extension_data.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_extension_info.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_extension_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_issuer_dn.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_issuer_dn2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_issuer_dn_by_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_next_update.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_number.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_raw_issuer_dn.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_signature.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_signature_algorithm.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_this_update.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_version.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_import.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_list_import.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_list_import2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_print.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_privkey_sign.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_authority_key_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_crt.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_crt_serial.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_next_update.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_number.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_this_update.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_version.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_sign.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_sign2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_verify.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_export.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_export2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_attribute_by_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_attribute_data.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_attribute_info.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_basic_constraints.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_challenge_password.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_dn.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_dn2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_dn_by_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_dn_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_extension_by_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_extension_data.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_extension_info.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_key_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_key_purpose_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_key_rsa_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_key_usage.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_pk_algorithm.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_private_key_usage_period.3 +5 -5
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_subject_alt_name.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_subject_alt_othername_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_version.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_import.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_print.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_privkey_sign.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_attribute_by_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_basic_constraints.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_challenge_password.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_dn.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_dn_by_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_key.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_key_purpose_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_key_rsa_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_key_usage.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_private_key_usage_period.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_pubkey.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_subject_alt_name.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_version.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_sign.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_sign2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_verify.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_check_hostname.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_check_issuer.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_check_revocation.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_cpy_crl_dist_points.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_export.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_export2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_activation_time.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_authority_info_access.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_authority_key_gn_serial.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_authority_key_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_basic_constraints.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_ca_status.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_crl_dist_points.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_dn.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_dn2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_dn_by_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_dn_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_expiration_time.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_extension_by_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_extension_data.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_extension_info.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_extension_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_fingerprint.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_alt_name.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_alt_name2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_alt_othername_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_dn.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_dn2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_dn_by_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_dn_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_unique_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_key_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_key_purpose_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_key_usage.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_pk_algorithm.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_pk_dsa_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_pk_rsa_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_policy.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_preferred_hash_algorithm.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_private_key_usage_period.3 +5 -5
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_proxy.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_raw_dn.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_raw_issuer_dn.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_serial.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_signature.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_signature_algorithm.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_alt_name.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_alt_name2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_alt_othername_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_key_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_unique_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_verify_algorithm.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_version.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_import.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_import_pkcs11.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_import_pkcs11_url.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_list_import.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_list_import2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_list_import_pkcs11.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_list_verify.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_print.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_privkey_sign.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_activation_time.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_authority_info_access.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_authority_key_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_basic_constraints.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_ca_status.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_crl_dist_points.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_crl_dist_points2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_crq.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_crq_extensions.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_dn.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_dn_by_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_expiration_time.3 +4 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_extension_by_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_issuer_dn.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_issuer_dn_by_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_key.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_key_purpose_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_key_usage.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_pin_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_policy.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_private_key_usage_period.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_proxy.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_proxy_dn.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_pubkey.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_serial.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_subject_alt_name.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_subject_alternative_name.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_subject_key_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_version.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_sign.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_sign2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_verify.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_verify_data.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_verify_hash.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_dn_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_dn_export.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_dn_export2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_dn_get_rdn_ava.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_dn_import.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_dn_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_dn_oid_known.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_dn_oid_name.3 +3 -3
- data/vendor/local/share/man/man3/gnutls_x509_policy_release.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_x509_privkey_cpy.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export2_pkcs8.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export_dsa_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export_ecc_raw.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export_pkcs8.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export_rsa_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export_rsa_raw2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_fix.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_generate.3 +6 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_get_key_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_get_pk_algorithm.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_get_pk_algorithm2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import2.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import_dsa_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import_ecc_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import_openssl.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import_pkcs8.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import_rsa_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import_rsa_raw2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_sec_param.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_sign_data.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_sign_hash.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_verify_params.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_rdn_get.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_rdn_get_by_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_rdn_get_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_cas.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_crls.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_named_crt.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_system_trust.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_trust_file.3 +5 -5
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_trust_mem.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_get_issuer.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_remove_cas.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_remove_trust_file.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_remove_trust_mem.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_verify_crt.3 +2 -4
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_verify_named_crt.3 +2 -2
- data/vendor/local/share/man/man3/xssl_client_init.3 +65 -0
- data/vendor/local/share/man/man3/xssl_cred_deinit.3 +46 -0
- data/vendor/local/share/man/man3/xssl_cred_init.3 +57 -0
- data/vendor/local/share/man/man3/xssl_deinit.3 +45 -0
- data/vendor/local/share/man/man3/xssl_flush.3 +48 -0
- data/vendor/local/share/man/man3/xssl_get_session.3 +44 -0
- data/vendor/local/share/man/man3/xssl_getdelim.3 +58 -0
- data/vendor/local/share/man/man3/xssl_printf.3 +54 -0
- data/vendor/local/share/man/man3/xssl_read.3 +52 -0
- data/vendor/local/share/man/man3/xssl_server_init.3 +59 -0
- data/vendor/local/share/man/man3/xssl_sinit.3 +53 -0
- data/vendor/local/share/man/man3/xssl_write.3 +56 -0
- metadata +77 -43
- data/vendor/local/bin/libgnutlsxx-28.dll +0 -0
- data/vendor/local/bin/libhogweed-2-2.dll +0 -0
- data/vendor/local/bin/libhogweed-2-4.dll +0 -0
- data/vendor/local/bin/libnettle-4-4.dll +0 -0
- data/vendor/local/bin/libnettle-4-6.dll +0 -0
- data/vendor/local/bin/zlib1.dll +0 -0
- data/vendor/local/include/gnutls/gnutlsxx.h +0 -426
- data/vendor/local/include/zconf.h +0 -461
- data/vendor/local/include/zlib.h +0 -1589
- data/vendor/local/lib/libgnutlsxx.a +0 -0
- data/vendor/local/lib/libgnutlsxx.dll.a +0 -0
- data/vendor/local/lib/libgnutlsxx.la +0 -41
- data/vendor/local/lib/libz.dll.a +0 -0
- data/vendor/local/lib/zdll.lib +0 -0
- data/vendor/local/lib/zlib.def +0 -67
- data/vendor/local/manifest/zlib-dev_1.2.5-2_win32.mft +0 -8
- data/vendor/local/manifest/zlib_1.2.5-2_win32.mft +0 -2
- data/vendor/local/share/gdb/auto-load/libglib-2.0.so.0.3600.1-gdb.py +0 -10
- data/vendor/local/share/gdb/auto-load/libglib-2.0.so.0.3600.2-gdb.py +0 -10
- data/vendor/local/share/gdb/auto-load/libgobject-2.0.so.0.3600.1-gdb.py +0 -10
- data/vendor/local/share/gdb/auto-load/libgobject-2.0.so.0.3600.2-gdb.py +0 -10
- data/vendor/local/src/tml/packaging/zlib_1.2.5-2_win32.log +0 -42
- data/vendor/local/src/tml/packaging/zlib_1.2.5-2_win32.sh +0 -189
@@ -2,7 +2,7 @@ This is ../../gmp/doc/gmp.info, produced by makeinfo version 4.13 from
|
|
2
2
|
../../gmp/doc/gmp.texi.
|
3
3
|
|
4
4
|
This manual describes how to install and use the GNU multiple precision
|
5
|
-
arithmetic library, version 5.1.
|
5
|
+
arithmetic library, version 5.1.3.
|
6
6
|
|
7
7
|
Copyright 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
|
8
8
|
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012,
|
@@ -28,7 +28,7 @@ GNU MP
|
|
28
28
|
******
|
29
29
|
|
30
30
|
This manual describes how to install and use the GNU multiple
|
31
|
-
precision arithmetic library, version 5.1.
|
31
|
+
precision arithmetic library, version 5.1.3.
|
32
32
|
|
33
33
|
Copyright 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
|
34
34
|
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012,
|
@@ -229,7 +229,7 @@ Build Directory
|
|
229
229
|
directory. For example
|
230
230
|
|
231
231
|
cd /my/build/dir
|
232
|
-
/my/sources/gmp-5.1.
|
232
|
+
/my/sources/gmp-5.1.3/configure
|
233
233
|
|
234
234
|
Not all `make' programs have the necessary features (`VPATH') to
|
235
235
|
support this. In particular, SunOS and Slowaris `make' have bugs
|
@@ -320,7 +320,7 @@ CPU types
|
|
320
320
|
The best idea is always to build GMP for the exact machine type
|
321
321
|
you intend to run it on.
|
322
322
|
|
323
|
-
The following CPUs have specific support. See `configure.
|
323
|
+
The following CPUs have specific support. See `configure.ac' for
|
324
324
|
details of what code and compiler options they select.
|
325
325
|
|
326
326
|
* Alpha: alpha, alphaev5, alphaev56, alphapca56, alphapca57,
|
@@ -1478,7 +1478,7 @@ File: gmp.info, Node: Useful Macros and Constants, Next: Compatibility with ol
|
|
1478
1478
|
|
1479
1479
|
-- Global Constant: const char * const gmp_version
|
1480
1480
|
The GMP version number, as a null-terminated string, in the form
|
1481
|
-
"i.j.k". This release is "5.1.
|
1481
|
+
"i.j.k". This release is "5.1.3". Note that the format "i.j" was
|
1482
1482
|
used, before version 4.3.0, when k was zero.
|
1483
1483
|
|
1484
1484
|
-- Macro: __GMP_CC
|
@@ -1794,7 +1794,7 @@ Source File Paths
|
|
1794
1794
|
path to the source directory.
|
1795
1795
|
|
1796
1796
|
cd /my/build/dir
|
1797
|
-
/my/source/dir/gmp-5.1.
|
1797
|
+
/my/source/dir/gmp-5.1.3/configure
|
1798
1798
|
|
1799
1799
|
This works via `VPATH', and might require GNU `make'. Alternately
|
1800
1800
|
it might be possible to change the `.c.lo' rules appropriately.
|
@@ -1851,21 +1851,23 @@ Checker
|
|
1851
1851
|
support the standard C++ library.
|
1852
1852
|
|
1853
1853
|
Valgrind
|
1854
|
-
|
1855
|
-
|
1856
|
-
strong checks for uninitialized data (at the
|
1857
|
-
bits), memory accesses through bad pointers,
|
1854
|
+
Valgrind (`http://valgrind.org/') is a memory checker for x86,
|
1855
|
+
ARM, MIPS, PowerPC, and S/390. It translates and emulates machine
|
1856
|
+
instructions to do strong checks for uninitialized data (at the
|
1857
|
+
level of individual bits), memory accesses through bad pointers,
|
1858
|
+
and memory leaks.
|
1858
1859
|
|
1859
|
-
|
1860
|
-
|
1861
|
-
|
1862
|
-
|
1860
|
+
Valgrind does not always support every possible instruction, in
|
1861
|
+
particular ones recently added to an ISA. Valgrind might
|
1862
|
+
therefore be incompatible with a recent GMP or even a less recent
|
1863
|
+
GMP which is compiled using a recent GCC.
|
1863
1864
|
|
1864
1865
|
GMP's assembly code sometimes promotes a read of the limbs to some
|
1865
1866
|
larger size, for efficiency. GMP will do this even at the start
|
1866
|
-
and end of a multilimb operand, using
|
1867
|
+
and end of a multilimb operand, using naturally aligned operations
|
1867
1868
|
on the larger type. This may lead to benign reads outside of
|
1868
|
-
allocated areas, triggering
|
1869
|
+
allocated areas, triggering complaints from Valgrind. Valgrind's
|
1870
|
+
option `--partial-loads-ok=yes' should help.
|
1869
1871
|
|
1870
1872
|
Other Problems
|
1871
1873
|
Any suspected bug in GMP itself should be isolated to make sure
|
@@ -2059,7 +2061,10 @@ for this release.
|
|
2059
2061
|
|
2060
2062
|
* Please do not send core dumps, executables or `strace's.
|
2061
2063
|
|
2062
|
-
* The
|
2064
|
+
* The `configure' options you used when building GMP, if any.
|
2065
|
+
|
2066
|
+
* The output from `configure', as printed to stdout, with any
|
2067
|
+
options used.
|
2063
2068
|
|
2064
2069
|
* The name of the compiler and its version. For `gcc', get the
|
2065
2070
|
version with `gcc -v', otherwise perhaps `what `which cc`', or
|
@@ -2201,18 +2206,18 @@ File: gmp.info, Node: Assigning Integers, Next: Simultaneous Integer Init & As
|
|
2201
2206
|
These functions assign new values to already initialized integers
|
2202
2207
|
(*note Initializing Integers::).
|
2203
2208
|
|
2204
|
-
-- Function: void mpz_set (mpz_t ROP, mpz_t OP)
|
2209
|
+
-- Function: void mpz_set (mpz_t ROP, const mpz_t OP)
|
2205
2210
|
-- Function: void mpz_set_ui (mpz_t ROP, unsigned long int OP)
|
2206
2211
|
-- Function: void mpz_set_si (mpz_t ROP, signed long int OP)
|
2207
2212
|
-- Function: void mpz_set_d (mpz_t ROP, double OP)
|
2208
|
-
-- Function: void mpz_set_q (mpz_t ROP, mpq_t OP)
|
2209
|
-
-- Function: void mpz_set_f (mpz_t ROP, mpf_t OP)
|
2213
|
+
-- Function: void mpz_set_q (mpz_t ROP, const mpq_t OP)
|
2214
|
+
-- Function: void mpz_set_f (mpz_t ROP, const mpf_t OP)
|
2210
2215
|
Set the value of ROP from OP.
|
2211
2216
|
|
2212
2217
|
`mpz_set_d', `mpz_set_q' and `mpz_set_f' truncate OP to make it an
|
2213
2218
|
integer.
|
2214
2219
|
|
2215
|
-
-- Function: int mpz_set_str (mpz_t ROP, char *STR, int BASE)
|
2220
|
+
-- Function: int mpz_set_str (mpz_t ROP, const char *STR, int BASE)
|
2216
2221
|
Set the value of ROP from STR, a null-terminated C string in base
|
2217
2222
|
BASE. White space is allowed in the string, and is simply ignored.
|
2218
2223
|
|
@@ -2257,14 +2262,15 @@ functions, it can be used as the source or destination operand for the
|
|
2257
2262
|
ordinary integer functions. Don't use an initialize-and-set function
|
2258
2263
|
on a variable already initialized!
|
2259
2264
|
|
2260
|
-
-- Function: void mpz_init_set (mpz_t ROP, mpz_t OP)
|
2265
|
+
-- Function: void mpz_init_set (mpz_t ROP, const mpz_t OP)
|
2261
2266
|
-- Function: void mpz_init_set_ui (mpz_t ROP, unsigned long int OP)
|
2262
2267
|
-- Function: void mpz_init_set_si (mpz_t ROP, signed long int OP)
|
2263
2268
|
-- Function: void mpz_init_set_d (mpz_t ROP, double OP)
|
2264
2269
|
Initialize ROP with limb space and set the initial numeric value
|
2265
2270
|
from OP.
|
2266
2271
|
|
2267
|
-
-- Function: int mpz_init_set_str (mpz_t ROP, char *STR, int
|
2272
|
+
-- Function: int mpz_init_set_str (mpz_t ROP, const char *STR, int
|
2273
|
+
BASE)
|
2268
2274
|
Initialize ROP and set its value like `mpz_set_str' (see its
|
2269
2275
|
documentation above for details).
|
2270
2276
|
|
@@ -2282,14 +2288,14 @@ This section describes functions for converting GMP integers to
|
|
2282
2288
|
standard C types. Functions for converting _to_ GMP integers are
|
2283
2289
|
described in *note Assigning Integers:: and *note I/O of Integers::.
|
2284
2290
|
|
2285
|
-
-- Function: unsigned long int mpz_get_ui (mpz_t OP)
|
2291
|
+
-- Function: unsigned long int mpz_get_ui (const mpz_t OP)
|
2286
2292
|
Return the value of OP as an `unsigned long'.
|
2287
2293
|
|
2288
2294
|
If OP is too big to fit an `unsigned long' then just the least
|
2289
2295
|
significant bits that do fit are returned. The sign of OP is
|
2290
2296
|
ignored, only the absolute value is used.
|
2291
2297
|
|
2292
|
-
-- Function: signed long int mpz_get_si (mpz_t OP)
|
2298
|
+
-- Function: signed long int mpz_get_si (const mpz_t OP)
|
2293
2299
|
If OP fits into a `signed long int' return the value of OP.
|
2294
2300
|
Otherwise return the least significant part of OP, with the same
|
2295
2301
|
sign as OP.
|
@@ -2298,7 +2304,7 @@ described in *note Assigning Integers:: and *note I/O of Integers::.
|
|
2298
2304
|
result is probably not very useful. To find out if the value will
|
2299
2305
|
fit, use the function `mpz_fits_slong_p'.
|
2300
2306
|
|
2301
|
-
-- Function: double mpz_get_d (mpz_t OP)
|
2307
|
+
-- Function: double mpz_get_d (const mpz_t OP)
|
2302
2308
|
Convert OP to a `double', truncating if necessary (i.e. rounding
|
2303
2309
|
towards zero).
|
2304
2310
|
|
@@ -2306,7 +2312,8 @@ described in *note Assigning Integers:: and *note I/O of Integers::.
|
|
2306
2312
|
system dependent. An infinity is returned where available. A
|
2307
2313
|
hardware overflow trap may or may not occur.
|
2308
2314
|
|
2309
|
-
-- Function: double mpz_get_d_2exp (signed long int *EXP, mpz_t
|
2315
|
+
-- Function: double mpz_get_d_2exp (signed long int *EXP, const mpz_t
|
2316
|
+
OP)
|
2310
2317
|
Convert OP to a `double', truncating if necessary (i.e. rounding
|
2311
2318
|
towards zero), and returning the exponent separately.
|
2312
2319
|
|
@@ -2317,7 +2324,7 @@ described in *note Assigning Integers:: and *note I/O of Integers::.
|
|
2317
2324
|
This is similar to the standard C `frexp' function (*note
|
2318
2325
|
Normalization Functions: (libc)Normalization Functions.).
|
2319
2326
|
|
2320
|
-
-- Function: char * mpz_get_str (char *STR, int BASE, mpz_t OP)
|
2327
|
+
-- Function: char * mpz_get_str (char *STR, int BASE, const mpz_t OP)
|
2321
2328
|
Convert OP to a string of digits in base BASE. The base argument
|
2322
2329
|
may vary from 2 to 62 or from -2 to -36.
|
2323
2330
|
|
@@ -2345,42 +2352,45 @@ File: gmp.info, Node: Integer Arithmetic, Next: Integer Division, Prev: Conve
|
|
2345
2352
|
5.5 Arithmetic Functions
|
2346
2353
|
========================
|
2347
2354
|
|
2348
|
-
-- Function: void mpz_add (mpz_t ROP, mpz_t OP1, mpz_t OP2)
|
2349
|
-
-- Function: void mpz_add_ui (mpz_t ROP, mpz_t OP1, unsigned
|
2350
|
-
OP2)
|
2355
|
+
-- Function: void mpz_add (mpz_t ROP, const mpz_t OP1, const mpz_t OP2)
|
2356
|
+
-- Function: void mpz_add_ui (mpz_t ROP, const mpz_t OP1, unsigned
|
2357
|
+
long int OP2)
|
2351
2358
|
Set ROP to OP1 + OP2.
|
2352
2359
|
|
2353
|
-
-- Function: void mpz_sub (mpz_t ROP, mpz_t OP1, mpz_t OP2)
|
2354
|
-
-- Function: void mpz_sub_ui (mpz_t ROP, mpz_t OP1, unsigned
|
2355
|
-
OP2)
|
2356
|
-
-- Function: void mpz_ui_sub (mpz_t ROP, unsigned long int OP1,
|
2357
|
-
OP2)
|
2360
|
+
-- Function: void mpz_sub (mpz_t ROP, const mpz_t OP1, const mpz_t OP2)
|
2361
|
+
-- Function: void mpz_sub_ui (mpz_t ROP, const mpz_t OP1, unsigned
|
2362
|
+
long int OP2)
|
2363
|
+
-- Function: void mpz_ui_sub (mpz_t ROP, unsigned long int OP1, const
|
2364
|
+
mpz_t OP2)
|
2358
2365
|
Set ROP to OP1 - OP2.
|
2359
2366
|
|
2360
|
-
-- Function: void mpz_mul (mpz_t ROP, mpz_t OP1, mpz_t OP2)
|
2361
|
-
-- Function: void mpz_mul_si (mpz_t ROP, mpz_t OP1, long int OP2)
|
2362
|
-
-- Function: void mpz_mul_ui (mpz_t ROP, mpz_t OP1, unsigned
|
2363
|
-
OP2)
|
2367
|
+
-- Function: void mpz_mul (mpz_t ROP, const mpz_t OP1, const mpz_t OP2)
|
2368
|
+
-- Function: void mpz_mul_si (mpz_t ROP, const mpz_t OP1, long int OP2)
|
2369
|
+
-- Function: void mpz_mul_ui (mpz_t ROP, const mpz_t OP1, unsigned
|
2370
|
+
long int OP2)
|
2364
2371
|
Set ROP to OP1 times OP2.
|
2365
2372
|
|
2366
|
-
-- Function: void mpz_addmul (mpz_t ROP, mpz_t OP1, mpz_t
|
2367
|
-
|
2368
|
-
|
2373
|
+
-- Function: void mpz_addmul (mpz_t ROP, const mpz_t OP1, const mpz_t
|
2374
|
+
OP2)
|
2375
|
+
-- Function: void mpz_addmul_ui (mpz_t ROP, const mpz_t OP1, unsigned
|
2376
|
+
long int OP2)
|
2369
2377
|
Set ROP to ROP + OP1 times OP2.
|
2370
2378
|
|
2371
|
-
-- Function: void mpz_submul (mpz_t ROP, mpz_t OP1, mpz_t
|
2372
|
-
|
2373
|
-
|
2379
|
+
-- Function: void mpz_submul (mpz_t ROP, const mpz_t OP1, const mpz_t
|
2380
|
+
OP2)
|
2381
|
+
-- Function: void mpz_submul_ui (mpz_t ROP, const mpz_t OP1, unsigned
|
2382
|
+
long int OP2)
|
2374
2383
|
Set ROP to ROP - OP1 times OP2.
|
2375
2384
|
|
2376
|
-
-- Function: void mpz_mul_2exp (mpz_t ROP, mpz_t OP1,
|
2385
|
+
-- Function: void mpz_mul_2exp (mpz_t ROP, const mpz_t OP1,
|
2386
|
+
mp_bitcnt_t OP2)
|
2377
2387
|
Set ROP to OP1 times 2 raised to OP2. This operation can also be
|
2378
2388
|
defined as a left shift by OP2 bits.
|
2379
2389
|
|
2380
|
-
-- Function: void mpz_neg (mpz_t ROP, mpz_t OP)
|
2390
|
+
-- Function: void mpz_neg (mpz_t ROP, const mpz_t OP)
|
2381
2391
|
Set ROP to -OP.
|
2382
2392
|
|
2383
|
-
-- Function: void mpz_abs (mpz_t ROP, mpz_t OP)
|
2393
|
+
-- Function: void mpz_abs (mpz_t ROP, const mpz_t OP)
|
2384
2394
|
Set ROP to the absolute value of OP.
|
2385
2395
|
|
2386
2396
|
|
@@ -2395,47 +2405,56 @@ functions `mpz_powm' and `mpz_powm_ui'), will cause an intentional
|
|
2395
2405
|
division by zero. This lets a program handle arithmetic exceptions in
|
2396
2406
|
these functions the same way as for normal C `int' arithmetic.
|
2397
2407
|
|
2398
|
-
-- Function: void mpz_cdiv_q (mpz_t Q, mpz_t N, mpz_t D)
|
2399
|
-
-- Function: void mpz_cdiv_r (mpz_t R, mpz_t N, mpz_t D)
|
2400
|
-
-- Function: void mpz_cdiv_qr (mpz_t Q, mpz_t R, mpz_t N,
|
2401
|
-
|
2408
|
+
-- Function: void mpz_cdiv_q (mpz_t Q, const mpz_t N, const mpz_t D)
|
2409
|
+
-- Function: void mpz_cdiv_r (mpz_t R, const mpz_t N, const mpz_t D)
|
2410
|
+
-- Function: void mpz_cdiv_qr (mpz_t Q, mpz_t R, const mpz_t N, const
|
2411
|
+
mpz_t D)
|
2412
|
+
-- Function: unsigned long int mpz_cdiv_q_ui (mpz_t Q, const mpz_t N,
|
2402
2413
|
unsigned long int D)
|
2403
|
-
-- Function: unsigned long int mpz_cdiv_r_ui (mpz_t R, mpz_t N,
|
2414
|
+
-- Function: unsigned long int mpz_cdiv_r_ui (mpz_t R, const mpz_t N,
|
2404
2415
|
unsigned long int D)
|
2405
2416
|
-- Function: unsigned long int mpz_cdiv_qr_ui (mpz_t Q, mpz_t R,
|
2406
|
-
mpz_t N, unsigned long int D)
|
2407
|
-
-- Function: unsigned long int mpz_cdiv_ui (mpz_t N,
|
2417
|
+
const mpz_t N, unsigned long int D)
|
2418
|
+
-- Function: unsigned long int mpz_cdiv_ui (const mpz_t N,
|
2408
2419
|
unsigned long int D)
|
2409
|
-
-- Function: void mpz_cdiv_q_2exp (mpz_t Q, mpz_t N,
|
2410
|
-
|
2411
|
-
|
2412
|
-
|
2413
|
-
|
2414
|
-
-- Function: void
|
2415
|
-
-- Function:
|
2420
|
+
-- Function: void mpz_cdiv_q_2exp (mpz_t Q, const mpz_t N,
|
2421
|
+
mp_bitcnt_t B)
|
2422
|
+
-- Function: void mpz_cdiv_r_2exp (mpz_t R, const mpz_t N,
|
2423
|
+
mp_bitcnt_t B)
|
2424
|
+
|
2425
|
+
-- Function: void mpz_fdiv_q (mpz_t Q, const mpz_t N, const mpz_t D)
|
2426
|
+
-- Function: void mpz_fdiv_r (mpz_t R, const mpz_t N, const mpz_t D)
|
2427
|
+
-- Function: void mpz_fdiv_qr (mpz_t Q, mpz_t R, const mpz_t N, const
|
2428
|
+
mpz_t D)
|
2429
|
+
-- Function: unsigned long int mpz_fdiv_q_ui (mpz_t Q, const mpz_t N,
|
2416
2430
|
unsigned long int D)
|
2417
|
-
-- Function: unsigned long int mpz_fdiv_r_ui (mpz_t R, mpz_t N,
|
2431
|
+
-- Function: unsigned long int mpz_fdiv_r_ui (mpz_t R, const mpz_t N,
|
2418
2432
|
unsigned long int D)
|
2419
2433
|
-- Function: unsigned long int mpz_fdiv_qr_ui (mpz_t Q, mpz_t R,
|
2420
|
-
mpz_t N, unsigned long int D)
|
2421
|
-
-- Function: unsigned long int mpz_fdiv_ui (mpz_t N,
|
2434
|
+
const mpz_t N, unsigned long int D)
|
2435
|
+
-- Function: unsigned long int mpz_fdiv_ui (const mpz_t N,
|
2422
2436
|
unsigned long int D)
|
2423
|
-
-- Function: void mpz_fdiv_q_2exp (mpz_t Q, mpz_t N,
|
2424
|
-
|
2425
|
-
|
2426
|
-
|
2427
|
-
|
2428
|
-
-- Function: void
|
2429
|
-
-- Function:
|
2437
|
+
-- Function: void mpz_fdiv_q_2exp (mpz_t Q, const mpz_t N,
|
2438
|
+
mp_bitcnt_t B)
|
2439
|
+
-- Function: void mpz_fdiv_r_2exp (mpz_t R, const mpz_t N,
|
2440
|
+
mp_bitcnt_t B)
|
2441
|
+
|
2442
|
+
-- Function: void mpz_tdiv_q (mpz_t Q, const mpz_t N, const mpz_t D)
|
2443
|
+
-- Function: void mpz_tdiv_r (mpz_t R, const mpz_t N, const mpz_t D)
|
2444
|
+
-- Function: void mpz_tdiv_qr (mpz_t Q, mpz_t R, const mpz_t N, const
|
2445
|
+
mpz_t D)
|
2446
|
+
-- Function: unsigned long int mpz_tdiv_q_ui (mpz_t Q, const mpz_t N,
|
2430
2447
|
unsigned long int D)
|
2431
|
-
-- Function: unsigned long int mpz_tdiv_r_ui (mpz_t R, mpz_t N,
|
2448
|
+
-- Function: unsigned long int mpz_tdiv_r_ui (mpz_t R, const mpz_t N,
|
2432
2449
|
unsigned long int D)
|
2433
2450
|
-- Function: unsigned long int mpz_tdiv_qr_ui (mpz_t Q, mpz_t R,
|
2434
|
-
mpz_t N, unsigned long int D)
|
2435
|
-
-- Function: unsigned long int mpz_tdiv_ui (mpz_t N,
|
2451
|
+
const mpz_t N, unsigned long int D)
|
2452
|
+
-- Function: unsigned long int mpz_tdiv_ui (const mpz_t N,
|
2436
2453
|
unsigned long int D)
|
2437
|
-
-- Function: void mpz_tdiv_q_2exp (mpz_t Q, mpz_t N,
|
2438
|
-
|
2454
|
+
-- Function: void mpz_tdiv_q_2exp (mpz_t Q, const mpz_t N,
|
2455
|
+
mp_bitcnt_t B)
|
2456
|
+
-- Function: void mpz_tdiv_r_2exp (mpz_t R, const mpz_t N,
|
2457
|
+
mp_bitcnt_t B)
|
2439
2458
|
|
2440
2459
|
Divide N by D, forming a quotient Q and/or remainder R. For the
|
2441
2460
|
`2exp' functions, D=2^B. The rounding is in three styles, each
|
@@ -2473,8 +2492,8 @@ these functions the same way as for normal C `int' arithmetic.
|
|
2473
2492
|
the same as the bitwise logical functions do, whereas
|
2474
2493
|
`mpz_tdiv_q_2exp' effectively treats N as sign and magnitude.
|
2475
2494
|
|
2476
|
-
-- Function: void mpz_mod (mpz_t R, mpz_t N, mpz_t D)
|
2477
|
-
-- Function: unsigned long int mpz_mod_ui (mpz_t R, mpz_t N,
|
2495
|
+
-- Function: void mpz_mod (mpz_t R, const mpz_t N, const mpz_t D)
|
2496
|
+
-- Function: unsigned long int mpz_mod_ui (mpz_t R, const mpz_t N,
|
2478
2497
|
unsigned long int D)
|
2479
2498
|
Set R to N `mod' D. The sign of the divisor is ignored; the
|
2480
2499
|
result is always non-negative.
|
@@ -2483,8 +2502,9 @@ these functions the same way as for normal C `int' arithmetic.
|
|
2483
2502
|
remainder as well as setting R. See `mpz_fdiv_ui' above if only
|
2484
2503
|
the return value is wanted.
|
2485
2504
|
|
2486
|
-
-- Function: void mpz_divexact (mpz_t Q, mpz_t N, mpz_t D)
|
2487
|
-
-- Function: void mpz_divexact_ui (mpz_t Q, mpz_t N, unsigned
|
2505
|
+
-- Function: void mpz_divexact (mpz_t Q, const mpz_t N, const mpz_t D)
|
2506
|
+
-- Function: void mpz_divexact_ui (mpz_t Q, const mpz_t N, unsigned
|
2507
|
+
long D)
|
2488
2508
|
Set Q to N/D. These functions produce correct results only when
|
2489
2509
|
it is known in advance that D divides N.
|
2490
2510
|
|
@@ -2492,9 +2512,10 @@ these functions the same way as for normal C `int' arithmetic.
|
|
2492
2512
|
and are the best choice when exact division is known to occur, for
|
2493
2513
|
example reducing a rational to lowest terms.
|
2494
2514
|
|
2495
|
-
-- Function: int mpz_divisible_p (mpz_t N, mpz_t D)
|
2496
|
-
-- Function: int mpz_divisible_ui_p (mpz_t N, unsigned long int
|
2497
|
-
|
2515
|
+
-- Function: int mpz_divisible_p (const mpz_t N, const mpz_t D)
|
2516
|
+
-- Function: int mpz_divisible_ui_p (const mpz_t N, unsigned long int
|
2517
|
+
D)
|
2518
|
+
-- Function: int mpz_divisible_2exp_p (const mpz_t N, mp_bitcnt_t B)
|
2498
2519
|
Return non-zero if N is exactly divisible by D, or in the case of
|
2499
2520
|
`mpz_divisible_2exp_p' by 2^B.
|
2500
2521
|
|
@@ -2503,10 +2524,12 @@ these functions the same way as for normal C `int' arithmetic.
|
|
2503
2524
|
following the rule it can be seen that only 0 is considered
|
2504
2525
|
divisible by 0.
|
2505
2526
|
|
2506
|
-
-- Function: int mpz_congruent_p (mpz_t N, mpz_t C,
|
2507
|
-
|
2508
|
-
|
2509
|
-
|
2527
|
+
-- Function: int mpz_congruent_p (const mpz_t N, const mpz_t C, const
|
2528
|
+
mpz_t D)
|
2529
|
+
-- Function: int mpz_congruent_ui_p (const mpz_t N, unsigned long int
|
2530
|
+
C, unsigned long int D)
|
2531
|
+
-- Function: int mpz_congruent_2exp_p (const mpz_t N, const mpz_t C,
|
2532
|
+
mp_bitcnt_t B)
|
2510
2533
|
Return non-zero if N is congruent to C modulo D, or in the case of
|
2511
2534
|
`mpz_congruent_2exp_p' modulo 2^B.
|
2512
2535
|
|
@@ -2521,18 +2544,18 @@ File: gmp.info, Node: Integer Exponentiation, Next: Integer Roots, Prev: Inte
|
|
2521
2544
|
5.7 Exponentiation Functions
|
2522
2545
|
============================
|
2523
2546
|
|
2524
|
-
-- Function: void mpz_powm (mpz_t ROP, mpz_t BASE,
|
2525
|
-
MOD)
|
2526
|
-
-- Function: void mpz_powm_ui (mpz_t ROP, mpz_t BASE, unsigned
|
2527
|
-
int EXP, mpz_t MOD)
|
2547
|
+
-- Function: void mpz_powm (mpz_t ROP, const mpz_t BASE, const mpz_t
|
2548
|
+
EXP, const mpz_t MOD)
|
2549
|
+
-- Function: void mpz_powm_ui (mpz_t ROP, const mpz_t BASE, unsigned
|
2550
|
+
long int EXP, const mpz_t MOD)
|
2528
2551
|
Set ROP to (BASE raised to EXP) modulo MOD.
|
2529
2552
|
|
2530
2553
|
Negative EXP is supported if an inverse BASE^-1 mod MOD exists
|
2531
2554
|
(see `mpz_invert' in *note Number Theoretic Functions::). If an
|
2532
2555
|
inverse doesn't exist then a divide by zero is raised.
|
2533
2556
|
|
2534
|
-
-- Function: void mpz_powm_sec (mpz_t ROP, mpz_t BASE,
|
2535
|
-
mpz_t MOD)
|
2557
|
+
-- Function: void mpz_powm_sec (mpz_t ROP, const mpz_t BASE, const
|
2558
|
+
mpz_t EXP, const mpz_t MOD)
|
2536
2559
|
Set ROP to (BASE raised to EXP) modulo MOD.
|
2537
2560
|
|
2538
2561
|
It is required that EXP > 0 and that MOD is odd.
|
@@ -2544,8 +2567,8 @@ File: gmp.info, Node: Integer Exponentiation, Next: Integer Roots, Prev: Inte
|
|
2544
2567
|
is intended for cryptographic purposes, where resilience to
|
2545
2568
|
side-channel attacks is desired.
|
2546
2569
|
|
2547
|
-
-- Function: void mpz_pow_ui (mpz_t ROP, mpz_t BASE, unsigned
|
2548
|
-
EXP)
|
2570
|
+
-- Function: void mpz_pow_ui (mpz_t ROP, const mpz_t BASE, unsigned
|
2571
|
+
long int EXP)
|
2549
2572
|
-- Function: void mpz_ui_pow_ui (mpz_t ROP, unsigned long int BASE,
|
2550
2573
|
unsigned long int EXP)
|
2551
2574
|
Set ROP to BASE raised to EXP. The case 0^0 yields 1.
|
@@ -2556,27 +2579,28 @@ File: gmp.info, Node: Integer Roots, Next: Number Theoretic Functions, Prev:
|
|
2556
2579
|
5.8 Root Extraction Functions
|
2557
2580
|
=============================
|
2558
2581
|
|
2559
|
-
-- Function: int mpz_root (mpz_t ROP, mpz_t OP, unsigned long
|
2582
|
+
-- Function: int mpz_root (mpz_t ROP, const mpz_t OP, unsigned long
|
2583
|
+
int N)
|
2560
2584
|
Set ROP to the truncated integer part of the Nth root of OP.
|
2561
2585
|
Return non-zero if the computation was exact, i.e., if OP is ROP
|
2562
2586
|
to the Nth power.
|
2563
2587
|
|
2564
|
-
-- Function: void mpz_rootrem (mpz_t ROOT, mpz_t REM, mpz_t U,
|
2588
|
+
-- Function: void mpz_rootrem (mpz_t ROOT, mpz_t REM, const mpz_t U,
|
2565
2589
|
unsigned long int N)
|
2566
2590
|
Set ROOT to the truncated integer part of the Nth root of U. Set
|
2567
2591
|
REM to the remainder, U-ROOT**N.
|
2568
2592
|
|
2569
|
-
-- Function: void mpz_sqrt (mpz_t ROP, mpz_t OP)
|
2593
|
+
-- Function: void mpz_sqrt (mpz_t ROP, const mpz_t OP)
|
2570
2594
|
Set ROP to the truncated integer part of the square root of OP.
|
2571
2595
|
|
2572
|
-
-- Function: void mpz_sqrtrem (mpz_t ROP1, mpz_t ROP2, mpz_t OP)
|
2596
|
+
-- Function: void mpz_sqrtrem (mpz_t ROP1, mpz_t ROP2, const mpz_t OP)
|
2573
2597
|
Set ROP1 to the truncated integer part of the square root of OP,
|
2574
2598
|
like `mpz_sqrt'. Set ROP2 to the remainder OP-ROP1*ROP1, which
|
2575
2599
|
will be zero if OP is a perfect square.
|
2576
2600
|
|
2577
2601
|
If ROP1 and ROP2 are the same variable, the results are undefined.
|
2578
2602
|
|
2579
|
-
-- Function: int mpz_perfect_power_p (mpz_t OP)
|
2603
|
+
-- Function: int mpz_perfect_power_p (const mpz_t OP)
|
2580
2604
|
Return non-zero if OP is a perfect power, i.e., if there exist
|
2581
2605
|
integers A and B, with B>1, such that OP equals A raised to the
|
2582
2606
|
power B.
|
@@ -2585,7 +2609,7 @@ File: gmp.info, Node: Integer Roots, Next: Number Theoretic Functions, Prev:
|
|
2585
2609
|
powers. Negative values of OP are accepted, but of course can
|
2586
2610
|
only be odd perfect powers.
|
2587
2611
|
|
2588
|
-
-- Function: int mpz_perfect_square_p (mpz_t OP)
|
2612
|
+
-- Function: int mpz_perfect_square_p (const mpz_t OP)
|
2589
2613
|
Return non-zero if OP is a perfect square, i.e., if the square
|
2590
2614
|
root of OP is an integer. Under this definition both 0 and 1 are
|
2591
2615
|
considered to be perfect squares.
|
@@ -2596,7 +2620,7 @@ File: gmp.info, Node: Number Theoretic Functions, Next: Integer Comparisons,
|
|
2596
2620
|
5.9 Number Theoretic Functions
|
2597
2621
|
==============================
|
2598
2622
|
|
2599
|
-
-- Function: int mpz_probab_prime_p (mpz_t N, int REPS)
|
2623
|
+
-- Function: int mpz_probab_prime_p (const mpz_t N, int REPS)
|
2600
2624
|
Determine whether N is prime. Return 2 if N is definitely prime,
|
2601
2625
|
return 1 if N is probably prime (without being certain), or return
|
2602
2626
|
0 if N is definitely composite.
|
@@ -2614,20 +2638,20 @@ File: gmp.info, Node: Number Theoretic Functions, Next: Integer Comparisons,
|
|
2614
2638
|
few composites pass, hence those which pass are considered
|
2615
2639
|
probably prime.
|
2616
2640
|
|
2617
|
-
-- Function: void mpz_nextprime (mpz_t ROP, mpz_t OP)
|
2641
|
+
-- Function: void mpz_nextprime (mpz_t ROP, const mpz_t OP)
|
2618
2642
|
Set ROP to the next prime greater than OP.
|
2619
2643
|
|
2620
2644
|
This function uses a probabilistic algorithm to identify primes.
|
2621
2645
|
For practical purposes it's adequate, the chance of a composite
|
2622
2646
|
passing will be extremely small.
|
2623
2647
|
|
2624
|
-
-- Function: void mpz_gcd (mpz_t ROP, mpz_t OP1, mpz_t OP2)
|
2648
|
+
-- Function: void mpz_gcd (mpz_t ROP, const mpz_t OP1, const mpz_t OP2)
|
2625
2649
|
Set ROP to the greatest common divisor of OP1 and OP2. The result
|
2626
2650
|
is always positive even if one or both input operands are negative.
|
2627
2651
|
Except if both inputs are zero; then this function defines
|
2628
2652
|
gcd(0,0) = 0.
|
2629
2653
|
|
2630
|
-
-- Function: unsigned long int mpz_gcd_ui (mpz_t ROP, mpz_t OP1,
|
2654
|
+
-- Function: unsigned long int mpz_gcd_ui (mpz_t ROP, const mpz_t OP1,
|
2631
2655
|
unsigned long int OP2)
|
2632
2656
|
Compute the greatest common divisor of OP1 and OP2. If ROP is not
|
2633
2657
|
`NULL', store the result there.
|
@@ -2637,8 +2661,8 @@ File: gmp.info, Node: Number Theoretic Functions, Next: Integer Comparisons,
|
|
2637
2661
|
result is equal to the argument OP1. Note that the result will
|
2638
2662
|
always fit if OP2 is non-zero.
|
2639
2663
|
|
2640
|
-
-- Function: void mpz_gcdext (mpz_t G, mpz_t S, mpz_t T, mpz_t
|
2641
|
-
mpz_t B)
|
2664
|
+
-- Function: void mpz_gcdext (mpz_t G, mpz_t S, mpz_t T, const mpz_t
|
2665
|
+
A, const mpz_t B)
|
2642
2666
|
Set G to the greatest common divisor of A and B, and in addition
|
2643
2667
|
set S and T to coefficients satisfying A*S + B*T = G. The value
|
2644
2668
|
in G is always positive, even if one or both of A and B are
|
@@ -2657,32 +2681,34 @@ File: gmp.info, Node: Number Theoretic Functions, Next: Integer Comparisons,
|
|
2657
2681
|
|
2658
2682
|
If T is `NULL' then that value is not computed.
|
2659
2683
|
|
2660
|
-
-- Function: void mpz_lcm (mpz_t ROP, mpz_t OP1, mpz_t OP2)
|
2661
|
-
-- Function: void mpz_lcm_ui (mpz_t ROP, mpz_t OP1, unsigned
|
2684
|
+
-- Function: void mpz_lcm (mpz_t ROP, const mpz_t OP1, const mpz_t OP2)
|
2685
|
+
-- Function: void mpz_lcm_ui (mpz_t ROP, const mpz_t OP1, unsigned
|
2686
|
+
long OP2)
|
2662
2687
|
Set ROP to the least common multiple of OP1 and OP2. ROP is
|
2663
2688
|
always positive, irrespective of the signs of OP1 and OP2. ROP
|
2664
2689
|
will be zero if either OP1 or OP2 is zero.
|
2665
2690
|
|
2666
|
-
-- Function: int mpz_invert (mpz_t ROP, mpz_t OP1, mpz_t
|
2691
|
+
-- Function: int mpz_invert (mpz_t ROP, const mpz_t OP1, const mpz_t
|
2692
|
+
OP2)
|
2667
2693
|
Compute the inverse of OP1 modulo OP2 and put the result in ROP.
|
2668
2694
|
If the inverse exists, the return value is non-zero and ROP will
|
2669
2695
|
satisfy 0 < ROP < abs(OP2). If an inverse doesn't exist the
|
2670
2696
|
return value is zero and ROP is undefined. The behaviour of this
|
2671
2697
|
function is undefined when OP2 is zero.
|
2672
2698
|
|
2673
|
-
-- Function: int mpz_jacobi (mpz_t A, mpz_t B)
|
2699
|
+
-- Function: int mpz_jacobi (const mpz_t A, const mpz_t B)
|
2674
2700
|
Calculate the Jacobi symbol (A/B). This is defined only for B odd.
|
2675
2701
|
|
2676
|
-
-- Function: int mpz_legendre (mpz_t A, mpz_t P)
|
2702
|
+
-- Function: int mpz_legendre (const mpz_t A, const mpz_t P)
|
2677
2703
|
Calculate the Legendre symbol (A/P). This is defined only for P
|
2678
2704
|
an odd positive prime, and for such P it's identical to the Jacobi
|
2679
2705
|
symbol.
|
2680
2706
|
|
2681
|
-
-- Function: int mpz_kronecker (mpz_t A, mpz_t B)
|
2682
|
-
-- Function: int mpz_kronecker_si (mpz_t A, long B)
|
2683
|
-
-- Function: int mpz_kronecker_ui (mpz_t A, unsigned long B)
|
2684
|
-
-- Function: int mpz_si_kronecker (long A, mpz_t B)
|
2685
|
-
-- Function: int mpz_ui_kronecker (unsigned long A, mpz_t B)
|
2707
|
+
-- Function: int mpz_kronecker (const mpz_t A, const mpz_t B)
|
2708
|
+
-- Function: int mpz_kronecker_si (const mpz_t A, long B)
|
2709
|
+
-- Function: int mpz_kronecker_ui (const mpz_t A, unsigned long B)
|
2710
|
+
-- Function: int mpz_si_kronecker (long A, const mpz_t B)
|
2711
|
+
-- Function: int mpz_ui_kronecker (unsigned long A, const mpz_t B)
|
2686
2712
|
Calculate the Jacobi symbol (A/B) with the Kronecker extension
|
2687
2713
|
(a/2)=(2/a) when a odd, or (a/2)=0 when a even.
|
2688
2714
|
|
@@ -2694,7 +2720,8 @@ File: gmp.info, Node: Number Theoretic Functions, Next: Integer Comparisons,
|
|
2694
2720
|
References::), or any number theory textbook. See also the
|
2695
2721
|
example program `demos/qcn.c' which uses `mpz_kronecker_ui'.
|
2696
2722
|
|
2697
|
-
-- Function: mp_bitcnt_t mpz_remove (mpz_t ROP, mpz_t OP,
|
2723
|
+
-- Function: mp_bitcnt_t mpz_remove (mpz_t ROP, const mpz_t OP, const
|
2724
|
+
mpz_t F)
|
2698
2725
|
Remove all occurrences of the factor F from OP and store the
|
2699
2726
|
result in ROP. The return value is how many such occurrences were
|
2700
2727
|
removed.
|
@@ -2711,7 +2738,8 @@ File: gmp.info, Node: Number Theoretic Functions, Next: Integer Comparisons,
|
|
2711
2738
|
Set ROP to the primorial of N, i.e. the product of all positive
|
2712
2739
|
prime numbers <=N.
|
2713
2740
|
|
2714
|
-
-- Function: void mpz_bin_ui (mpz_t ROP, mpz_t N, unsigned long
|
2741
|
+
-- Function: void mpz_bin_ui (mpz_t ROP, const mpz_t N, unsigned long
|
2742
|
+
int K)
|
2715
2743
|
-- Function: void mpz_bin_uiui (mpz_t ROP, unsigned long int N,
|
2716
2744
|
unsigned long int K)
|
2717
2745
|
Compute the binomial coefficient N over K and store the result in
|
@@ -2753,10 +2781,10 @@ File: gmp.info, Node: Integer Comparisons, Next: Integer Logic and Bit Fiddlin
|
|
2753
2781
|
5.10 Comparison Functions
|
2754
2782
|
=========================
|
2755
2783
|
|
2756
|
-
-- Function: int mpz_cmp (mpz_t OP1, mpz_t OP2)
|
2757
|
-
-- Function: int mpz_cmp_d (mpz_t OP1, double OP2)
|
2758
|
-
-- Macro: int mpz_cmp_si (mpz_t OP1, signed long int OP2)
|
2759
|
-
-- Macro: int mpz_cmp_ui (mpz_t OP1, unsigned long int OP2)
|
2784
|
+
-- Function: int mpz_cmp (const mpz_t OP1, const mpz_t OP2)
|
2785
|
+
-- Function: int mpz_cmp_d (const mpz_t OP1, double OP2)
|
2786
|
+
-- Macro: int mpz_cmp_si (const mpz_t OP1, signed long int OP2)
|
2787
|
+
-- Macro: int mpz_cmp_ui (const mpz_t OP1, unsigned long int OP2)
|
2760
2788
|
Compare OP1 and OP2. Return a positive value if OP1 > OP2, zero
|
2761
2789
|
if OP1 = OP2, or a negative value if OP1 < OP2.
|
2762
2790
|
|
@@ -2764,9 +2792,9 @@ File: gmp.info, Node: Integer Comparisons, Next: Integer Logic and Bit Fiddlin
|
|
2764
2792
|
arguments more than once. `mpz_cmp_d' can be called with an
|
2765
2793
|
infinity, but results are undefined for a NaN.
|
2766
2794
|
|
2767
|
-
-- Function: int mpz_cmpabs (mpz_t OP1, mpz_t OP2)
|
2768
|
-
-- Function: int mpz_cmpabs_d (mpz_t OP1, double OP2)
|
2769
|
-
-- Function: int mpz_cmpabs_ui (mpz_t OP1, unsigned long int OP2)
|
2795
|
+
-- Function: int mpz_cmpabs (const mpz_t OP1, const mpz_t OP2)
|
2796
|
+
-- Function: int mpz_cmpabs_d (const mpz_t OP1, double OP2)
|
2797
|
+
-- Function: int mpz_cmpabs_ui (const mpz_t OP1, unsigned long int OP2)
|
2770
2798
|
Compare the absolute values of OP1 and OP2. Return a positive
|
2771
2799
|
value if abs(OP1) > abs(OP2), zero if abs(OP1) = abs(OP2), or a
|
2772
2800
|
negative value if abs(OP1) < abs(OP2).
|
@@ -2774,7 +2802,7 @@ File: gmp.info, Node: Integer Comparisons, Next: Integer Logic and Bit Fiddlin
|
|
2774
2802
|
`mpz_cmpabs_d' can be called with an infinity, but results are
|
2775
2803
|
undefined for a NaN.
|
2776
2804
|
|
2777
|
-
-- Macro: int mpz_sgn (mpz_t OP)
|
2805
|
+
-- Macro: int mpz_sgn (const mpz_t OP)
|
2778
2806
|
Return +1 if OP > 0, 0 if OP = 0, and -1 if OP < 0.
|
2779
2807
|
|
2780
2808
|
This function is actually implemented as a macro. It evaluates
|
@@ -2790,25 +2818,25 @@ These functions behave as if twos complement arithmetic were used
|
|
2790
2818
|
(although sign-magnitude is the actual implementation). The least
|
2791
2819
|
significant bit is number 0.
|
2792
2820
|
|
2793
|
-
-- Function: void mpz_and (mpz_t ROP, mpz_t OP1, mpz_t OP2)
|
2821
|
+
-- Function: void mpz_and (mpz_t ROP, const mpz_t OP1, const mpz_t OP2)
|
2794
2822
|
Set ROP to OP1 bitwise-and OP2.
|
2795
2823
|
|
2796
|
-
-- Function: void mpz_ior (mpz_t ROP, mpz_t OP1, mpz_t OP2)
|
2824
|
+
-- Function: void mpz_ior (mpz_t ROP, const mpz_t OP1, const mpz_t OP2)
|
2797
2825
|
Set ROP to OP1 bitwise inclusive-or OP2.
|
2798
2826
|
|
2799
|
-
-- Function: void mpz_xor (mpz_t ROP, mpz_t OP1, mpz_t OP2)
|
2827
|
+
-- Function: void mpz_xor (mpz_t ROP, const mpz_t OP1, const mpz_t OP2)
|
2800
2828
|
Set ROP to OP1 bitwise exclusive-or OP2.
|
2801
2829
|
|
2802
|
-
-- Function: void mpz_com (mpz_t ROP, mpz_t OP)
|
2830
|
+
-- Function: void mpz_com (mpz_t ROP, const mpz_t OP)
|
2803
2831
|
Set ROP to the one's complement of OP.
|
2804
2832
|
|
2805
|
-
-- Function: mp_bitcnt_t mpz_popcount (mpz_t OP)
|
2833
|
+
-- Function: mp_bitcnt_t mpz_popcount (const mpz_t OP)
|
2806
2834
|
If OP>=0, return the population count of OP, which is the number
|
2807
2835
|
of 1 bits in the binary representation. If OP<0, the number of 1s
|
2808
2836
|
is infinite, and the return value is the largest possible
|
2809
2837
|
`mp_bitcnt_t'.
|
2810
2838
|
|
2811
|
-
-- Function: mp_bitcnt_t mpz_hamdist (mpz_t OP1, mpz_t OP2)
|
2839
|
+
-- Function: mp_bitcnt_t mpz_hamdist (const mpz_t OP1, const mpz_t OP2)
|
2812
2840
|
If OP1 and OP2 are both >=0 or both <0, return the hamming
|
2813
2841
|
distance between the two operands, which is the number of bit
|
2814
2842
|
positions where OP1 and OP2 have different bit values. If one
|
@@ -2816,8 +2844,10 @@ significant bit is number 0.
|
|
2816
2844
|
is infinite, and the return value is the largest possible
|
2817
2845
|
`mp_bitcnt_t'.
|
2818
2846
|
|
2819
|
-
-- Function: mp_bitcnt_t mpz_scan0 (mpz_t OP, mp_bitcnt_t
|
2820
|
-
|
2847
|
+
-- Function: mp_bitcnt_t mpz_scan0 (const mpz_t OP, mp_bitcnt_t
|
2848
|
+
STARTING_BIT)
|
2849
|
+
-- Function: mp_bitcnt_t mpz_scan1 (const mpz_t OP, mp_bitcnt_t
|
2850
|
+
STARTING_BIT)
|
2821
2851
|
Scan OP, starting from bit STARTING_BIT, towards more significant
|
2822
2852
|
bits, until the first 0 or 1 bit (respectively) is found. Return
|
2823
2853
|
the index of the found bit.
|
@@ -2839,7 +2869,7 @@ significant bit is number 0.
|
|
2839
2869
|
-- Function: void mpz_combit (mpz_t ROP, mp_bitcnt_t BIT_INDEX)
|
2840
2870
|
Complement bit BIT_INDEX in ROP.
|
2841
2871
|
|
2842
|
-
-- Function: int mpz_tstbit (mpz_t OP, mp_bitcnt_t BIT_INDEX)
|
2872
|
+
-- Function: int mpz_tstbit (const mpz_t OP, mp_bitcnt_t BIT_INDEX)
|
2843
2873
|
Test bit BIT_INDEX in OP and return 0 or 1 accordingly.
|
2844
2874
|
|
2845
2875
|
|
@@ -2859,7 +2889,8 @@ prototypes for these functions.
|
|
2859
2889
|
|
2860
2890
|
See also *note Formatted Output:: and *note Formatted Input::.
|
2861
2891
|
|
2862
|
-
-- Function: size_t mpz_out_str (FILE *STREAM, int BASE, mpz_t
|
2892
|
+
-- Function: size_t mpz_out_str (FILE *STREAM, int BASE, const mpz_t
|
2893
|
+
OP)
|
2863
2894
|
Output OP on stdio stream STREAM, as a string of digits in base
|
2864
2895
|
BASE. The base argument may vary from 2 to 62 or from -2 to -36.
|
2865
2896
|
|
@@ -2886,7 +2917,7 @@ prototypes for these functions.
|
|
2886
2917
|
|
2887
2918
|
Return the number of bytes read, or if an error occurred, return 0.
|
2888
2919
|
|
2889
|
-
-- Function: size_t mpz_out_raw (FILE *STREAM, mpz_t OP)
|
2920
|
+
-- Function: size_t mpz_out_raw (FILE *STREAM, const mpz_t OP)
|
2890
2921
|
Output OP on stdio stream STREAM, in raw binary format. The
|
2891
2922
|
integer is written in a portable format, with 4 bytes of size
|
2892
2923
|
information, and that many bytes of limbs. Both the size and the
|
@@ -2933,7 +2964,7 @@ random number functions.
|
|
2933
2964
|
before invoking this function.
|
2934
2965
|
|
2935
2966
|
-- Function: void mpz_urandomm (mpz_t ROP, gmp_randstate_t STATE,
|
2936
|
-
mpz_t N)
|
2967
|
+
const mpz_t N)
|
2937
2968
|
Generate a uniform random integer in the range 0 to N-1, inclusive.
|
2938
2969
|
|
2939
2970
|
The variable STATE must be initialized by calling one of the
|
@@ -3014,7 +3045,7 @@ data with the following functions.
|
|
3014
3045
|
instance `8*sizeof(int)-INT_BIT'.
|
3015
3046
|
|
3016
3047
|
-- Function: void * mpz_export (void *ROP, size_t *COUNTP, int ORDER,
|
3017
|
-
size_t SIZE, int ENDIAN, size_t NAILS, mpz_t OP)
|
3048
|
+
size_t SIZE, int ENDIAN, size_t NAILS, const mpz_t OP)
|
3018
3049
|
Fill ROP with word data from OP.
|
3019
3050
|
|
3020
3051
|
The parameters specify the format of the data produced. Each word
|
@@ -3061,23 +3092,23 @@ File: gmp.info, Node: Miscellaneous Integer Functions, Next: Integer Special F
|
|
3061
3092
|
5.15 Miscellaneous Functions
|
3062
3093
|
============================
|
3063
3094
|
|
3064
|
-
-- Function: int mpz_fits_ulong_p (mpz_t OP)
|
3065
|
-
-- Function: int mpz_fits_slong_p (mpz_t OP)
|
3066
|
-
-- Function: int mpz_fits_uint_p (mpz_t OP)
|
3067
|
-
-- Function: int mpz_fits_sint_p (mpz_t OP)
|
3068
|
-
-- Function: int mpz_fits_ushort_p (mpz_t OP)
|
3069
|
-
-- Function: int mpz_fits_sshort_p (mpz_t OP)
|
3095
|
+
-- Function: int mpz_fits_ulong_p (const mpz_t OP)
|
3096
|
+
-- Function: int mpz_fits_slong_p (const mpz_t OP)
|
3097
|
+
-- Function: int mpz_fits_uint_p (const mpz_t OP)
|
3098
|
+
-- Function: int mpz_fits_sint_p (const mpz_t OP)
|
3099
|
+
-- Function: int mpz_fits_ushort_p (const mpz_t OP)
|
3100
|
+
-- Function: int mpz_fits_sshort_p (const mpz_t OP)
|
3070
3101
|
Return non-zero iff the value of OP fits in an `unsigned long int',
|
3071
3102
|
`signed long int', `unsigned int', `signed int', `unsigned short
|
3072
3103
|
int', or `signed short int', respectively. Otherwise, return zero.
|
3073
3104
|
|
3074
|
-
-- Macro: int mpz_odd_p (mpz_t OP)
|
3075
|
-
-- Macro: int mpz_even_p (mpz_t OP)
|
3105
|
+
-- Macro: int mpz_odd_p (const mpz_t OP)
|
3106
|
+
-- Macro: int mpz_even_p (const mpz_t OP)
|
3076
3107
|
Determine whether OP is odd or even, respectively. Return
|
3077
3108
|
non-zero if yes, zero if no. These macros evaluate their argument
|
3078
3109
|
more than once.
|
3079
3110
|
|
3080
|
-
-- Function: size_t mpz_sizeinbase (mpz_t OP, int BASE)
|
3111
|
+
-- Function: size_t mpz_sizeinbase (const mpz_t OP, int BASE)
|
3081
3112
|
Return the size of OP measured in number of digits in the given
|
3082
3113
|
BASE. BASE can vary from 2 to 62. The sign of OP is ignored,
|
3083
3114
|
just the absolute value is used. The result will be either exact
|
@@ -3153,7 +3184,7 @@ applications will not need them.
|
|
3153
3184
|
changes like this. `mpz_realloc2' and `_mpz_realloc' are the same
|
3154
3185
|
except that `_mpz_realloc' takes its size in limbs.
|
3155
3186
|
|
3156
|
-
-- Function: mp_limb_t mpz_getlimbn (mpz_t OP, mp_size_t N)
|
3187
|
+
-- Function: mp_limb_t mpz_getlimbn (const mpz_t OP, mp_size_t N)
|
3157
3188
|
Return limb number N from OP. The sign of OP is ignored, just the
|
3158
3189
|
absolute value is used. The least significant limb is number 0.
|
3159
3190
|
|
@@ -3161,7 +3192,7 @@ applications will not need them.
|
|
3161
3192
|
`mpz_getlimbn' returns zero if N is outside the range 0 to
|
3162
3193
|
`mpz_size(OP)-1'.
|
3163
3194
|
|
3164
|
-
-- Function: size_t mpz_size (mpz_t OP)
|
3195
|
+
-- Function: size_t mpz_size (const mpz_t OP)
|
3165
3196
|
Return the size of OP measured in number of limbs. If OP is zero,
|
3166
3197
|
the returned value will be zero.
|
3167
3198
|
|
@@ -3222,8 +3253,8 @@ File: gmp.info, Node: Initializing Rationals, Next: Rational Conversions, Pre
|
|
3222
3253
|
Free the space occupied by a NULL-terminated list of `mpq_t'
|
3223
3254
|
variables.
|
3224
3255
|
|
3225
|
-
-- Function: void mpq_set (mpq_t ROP, mpq_t OP)
|
3226
|
-
-- Function: void mpq_set_z (mpq_t ROP, mpz_t OP)
|
3256
|
+
-- Function: void mpq_set (mpq_t ROP, const mpq_t OP)
|
3257
|
+
-- Function: void mpq_set_z (mpq_t ROP, const mpz_t OP)
|
3227
3258
|
Assign ROP from OP.
|
3228
3259
|
|
3229
3260
|
-- Function: void mpq_set_ui (mpq_t ROP, unsigned long int OP1,
|
@@ -3234,7 +3265,7 @@ File: gmp.info, Node: Initializing Rationals, Next: Rational Conversions, Pre
|
|
3234
3265
|
common factors, ROP has to be passed to `mpq_canonicalize' before
|
3235
3266
|
any operations are performed on ROP.
|
3236
3267
|
|
3237
|
-
-- Function: int mpq_set_str (mpq_t ROP, char *STR, int BASE)
|
3268
|
+
-- Function: int mpq_set_str (mpq_t ROP, const char *STR, int BASE)
|
3238
3269
|
Set ROP from a null-terminated string STR in the given BASE.
|
3239
3270
|
|
3240
3271
|
The string can be an integer like "41" or a fraction like
|
@@ -3263,7 +3294,7 @@ File: gmp.info, Node: Rational Conversions, Next: Rational Arithmetic, Prev:
|
|
3263
3294
|
6.2 Conversion Functions
|
3264
3295
|
========================
|
3265
3296
|
|
3266
|
-
-- Function: double mpq_get_d (mpq_t OP)
|
3297
|
+
-- Function: double mpq_get_d (const mpq_t OP)
|
3267
3298
|
Convert OP to a `double', truncating if necessary (i.e. rounding
|
3268
3299
|
towards zero).
|
3269
3300
|
|
@@ -3274,11 +3305,11 @@ File: gmp.info, Node: Rational Conversions, Next: Rational Arithmetic, Prev:
|
|
3274
3305
|
may or may not occur.
|
3275
3306
|
|
3276
3307
|
-- Function: void mpq_set_d (mpq_t ROP, double OP)
|
3277
|
-
-- Function: void mpq_set_f (mpq_t ROP, mpf_t OP)
|
3308
|
+
-- Function: void mpq_set_f (mpq_t ROP, const mpf_t OP)
|
3278
3309
|
Set ROP to the value of OP. There is no rounding, this conversion
|
3279
3310
|
is exact.
|
3280
3311
|
|
3281
|
-
-- Function: char * mpq_get_str (char *STR, int BASE, mpq_t OP)
|
3312
|
+
-- Function: char * mpq_get_str (char *STR, int BASE, const mpq_t OP)
|
3282
3313
|
Convert OP to a string of digits in base BASE. The base may vary
|
3283
3314
|
from 2 to 36. The string will be of the form `num/den', or if the
|
3284
3315
|
denominator is 1 then just `num'.
|
@@ -3306,34 +3337,37 @@ File: gmp.info, Node: Rational Arithmetic, Next: Comparing Rationals, Prev: R
|
|
3306
3337
|
6.3 Arithmetic Functions
|
3307
3338
|
========================
|
3308
3339
|
|
3309
|
-
-- Function: void mpq_add (mpq_t SUM, mpq_t ADDEND1, mpq_t
|
3340
|
+
-- Function: void mpq_add (mpq_t SUM, const mpq_t ADDEND1, const mpq_t
|
3341
|
+
ADDEND2)
|
3310
3342
|
Set SUM to ADDEND1 + ADDEND2.
|
3311
3343
|
|
3312
|
-
-- Function: void mpq_sub (mpq_t DIFFERENCE, mpq_t MINUEND,
|
3313
|
-
SUBTRAHEND)
|
3344
|
+
-- Function: void mpq_sub (mpq_t DIFFERENCE, const mpq_t MINUEND,
|
3345
|
+
const mpq_t SUBTRAHEND)
|
3314
3346
|
Set DIFFERENCE to MINUEND - SUBTRAHEND.
|
3315
3347
|
|
3316
|
-
-- Function: void mpq_mul (mpq_t PRODUCT, mpq_t MULTIPLIER,
|
3317
|
-
MULTIPLICAND)
|
3348
|
+
-- Function: void mpq_mul (mpq_t PRODUCT, const mpq_t MULTIPLIER,
|
3349
|
+
const mpq_t MULTIPLICAND)
|
3318
3350
|
Set PRODUCT to MULTIPLIER times MULTIPLICAND.
|
3319
3351
|
|
3320
|
-
-- Function: void mpq_mul_2exp (mpq_t ROP, mpq_t OP1,
|
3352
|
+
-- Function: void mpq_mul_2exp (mpq_t ROP, const mpq_t OP1,
|
3353
|
+
mp_bitcnt_t OP2)
|
3321
3354
|
Set ROP to OP1 times 2 raised to OP2.
|
3322
3355
|
|
3323
|
-
-- Function: void mpq_div (mpq_t QUOTIENT, mpq_t DIVIDEND,
|
3324
|
-
DIVISOR)
|
3356
|
+
-- Function: void mpq_div (mpq_t QUOTIENT, const mpq_t DIVIDEND, const
|
3357
|
+
mpq_t DIVISOR)
|
3325
3358
|
Set QUOTIENT to DIVIDEND/DIVISOR.
|
3326
3359
|
|
3327
|
-
-- Function: void mpq_div_2exp (mpq_t ROP, mpq_t OP1,
|
3360
|
+
-- Function: void mpq_div_2exp (mpq_t ROP, const mpq_t OP1,
|
3361
|
+
mp_bitcnt_t OP2)
|
3328
3362
|
Set ROP to OP1 divided by 2 raised to OP2.
|
3329
3363
|
|
3330
|
-
-- Function: void mpq_neg (mpq_t NEGATED_OPERAND, mpq_t OPERAND)
|
3364
|
+
-- Function: void mpq_neg (mpq_t NEGATED_OPERAND, const mpq_t OPERAND)
|
3331
3365
|
Set NEGATED_OPERAND to -OPERAND.
|
3332
3366
|
|
3333
|
-
-- Function: void mpq_abs (mpq_t ROP, mpq_t OP)
|
3367
|
+
-- Function: void mpq_abs (mpq_t ROP, const mpq_t OP)
|
3334
3368
|
Set ROP to the absolute value of OP.
|
3335
3369
|
|
3336
|
-
-- Function: void mpq_inv (mpq_t INVERTED_NUMBER, mpq_t NUMBER)
|
3370
|
+
-- Function: void mpq_inv (mpq_t INVERTED_NUMBER, const mpq_t NUMBER)
|
3337
3371
|
Set INVERTED_NUMBER to 1/NUMBER. If the new denominator is zero,
|
3338
3372
|
this routine will divide by zero.
|
3339
3373
|
|
@@ -3343,17 +3377,17 @@ File: gmp.info, Node: Comparing Rationals, Next: Applying Integer Functions,
|
|
3343
3377
|
6.4 Comparison Functions
|
3344
3378
|
========================
|
3345
3379
|
|
3346
|
-
-- Function: int mpq_cmp (mpq_t OP1, mpq_t OP2)
|
3380
|
+
-- Function: int mpq_cmp (const mpq_t OP1, const mpq_t OP2)
|
3347
3381
|
Compare OP1 and OP2. Return a positive value if OP1 > OP2, zero
|
3348
3382
|
if OP1 = OP2, and a negative value if OP1 < OP2.
|
3349
3383
|
|
3350
3384
|
To determine if two rationals are equal, `mpq_equal' is faster than
|
3351
3385
|
`mpq_cmp'.
|
3352
3386
|
|
3353
|
-
-- Macro: int mpq_cmp_ui (mpq_t OP1, unsigned long int NUM2,
|
3387
|
+
-- Macro: int mpq_cmp_ui (const mpq_t OP1, unsigned long int NUM2,
|
3388
|
+
unsigned long int DEN2)
|
3389
|
+
-- Macro: int mpq_cmp_si (const mpq_t OP1, long int NUM2, unsigned
|
3354
3390
|
long int DEN2)
|
3355
|
-
-- Macro: int mpq_cmp_si (mpq_t OP1, long int NUM2, unsigned long int
|
3356
|
-
DEN2)
|
3357
3391
|
Compare OP1 and NUM2/DEN2. Return a positive value if OP1 >
|
3358
3392
|
NUM2/DEN2, zero if OP1 = NUM2/DEN2, and a negative value if OP1 <
|
3359
3393
|
NUM2/DEN2.
|
@@ -3363,13 +3397,13 @@ File: gmp.info, Node: Comparing Rationals, Next: Applying Integer Functions,
|
|
3363
3397
|
These functions are implemented as a macros and evaluate their
|
3364
3398
|
arguments multiple times.
|
3365
3399
|
|
3366
|
-
-- Macro: int mpq_sgn (mpq_t OP)
|
3400
|
+
-- Macro: int mpq_sgn (const mpq_t OP)
|
3367
3401
|
Return +1 if OP > 0, 0 if OP = 0, and -1 if OP < 0.
|
3368
3402
|
|
3369
3403
|
This function is actually implemented as a macro. It evaluates its
|
3370
3404
|
argument multiple times.
|
3371
3405
|
|
3372
|
-
-- Function: int mpq_equal (mpq_t OP1, mpq_t OP2)
|
3406
|
+
-- Function: int mpq_equal (const mpq_t OP1, const mpq_t OP2)
|
3373
3407
|
Return non-zero if OP1 and OP2 are equal, zero if they are
|
3374
3408
|
non-equal. Although `mpq_cmp' can be used for the same purpose,
|
3375
3409
|
this function is much faster.
|
@@ -3390,16 +3424,16 @@ this chapter (*note Rational Number Functions::) then
|
|
3390
3424
|
`mpq_canonicalize' must be called before any other `mpq' functions are
|
3391
3425
|
applied to that `mpq_t'.
|
3392
3426
|
|
3393
|
-
-- Macro: mpz_t mpq_numref (mpq_t OP)
|
3394
|
-
-- Macro: mpz_t mpq_denref (mpq_t OP)
|
3427
|
+
-- Macro: mpz_t mpq_numref (const mpq_t OP)
|
3428
|
+
-- Macro: mpz_t mpq_denref (const mpq_t OP)
|
3395
3429
|
Return a reference to the numerator and denominator of OP,
|
3396
3430
|
respectively. The `mpz' functions can be used on the result of
|
3397
3431
|
these macros.
|
3398
3432
|
|
3399
|
-
-- Function: void mpq_get_num (mpz_t NUMERATOR, mpq_t RATIONAL)
|
3400
|
-
-- Function: void mpq_get_den (mpz_t DENOMINATOR, mpq_t RATIONAL)
|
3401
|
-
-- Function: void mpq_set_num (mpq_t RATIONAL, mpz_t NUMERATOR)
|
3402
|
-
-- Function: void mpq_set_den (mpq_t RATIONAL, mpz_t DENOMINATOR)
|
3433
|
+
-- Function: void mpq_get_num (mpz_t NUMERATOR, const mpq_t RATIONAL)
|
3434
|
+
-- Function: void mpq_get_den (mpz_t DENOMINATOR, const mpq_t RATIONAL)
|
3435
|
+
-- Function: void mpq_set_num (mpq_t RATIONAL, const mpz_t NUMERATOR)
|
3436
|
+
-- Function: void mpq_set_den (mpq_t RATIONAL, const mpz_t DENOMINATOR)
|
3403
3437
|
Get or set the numerator or denominator of a rational. These
|
3404
3438
|
functions are equivalent to calling `mpz_set' with an appropriate
|
3405
3439
|
`mpq_numref' or `mpq_denref'. Direct use of `mpq_numref' or
|
@@ -3422,7 +3456,8 @@ prototypes for these functions.
|
|
3422
3456
|
|
3423
3457
|
See also *note Formatted Output:: and *note Formatted Input::.
|
3424
3458
|
|
3425
|
-
-- Function: size_t mpq_out_str (FILE *STREAM, int BASE, mpq_t
|
3459
|
+
-- Function: size_t mpq_out_str (FILE *STREAM, int BASE, const mpq_t
|
3460
|
+
OP)
|
3426
3461
|
Output OP on stdio stream STREAM, as a string of digits in base
|
3427
3462
|
BASE. The base may vary from 2 to 36. Output is in the form
|
3428
3463
|
`num/den' or if the denominator is 1 then just `num'.
|
@@ -3577,7 +3612,7 @@ precision gradually in iterative algorithms like Newton-Raphson, making
|
|
3577
3612
|
the computation precision closely match the actual accurate part of the
|
3578
3613
|
numbers.
|
3579
3614
|
|
3580
|
-
-- Function: mp_bitcnt_t mpf_get_prec (mpf_t OP)
|
3615
|
+
-- Function: mp_bitcnt_t mpf_get_prec (const mpf_t OP)
|
3581
3616
|
Return the current precision of OP, in bits.
|
3582
3617
|
|
3583
3618
|
-- Function: void mpf_set_prec (mpf_t ROP, mp_bitcnt_t PREC)
|
@@ -3622,15 +3657,15 @@ File: gmp.info, Node: Assigning Floats, Next: Simultaneous Float Init & Assign
|
|
3622
3657
|
These functions assign new values to already initialized floats (*note
|
3623
3658
|
Initializing Floats::).
|
3624
3659
|
|
3625
|
-
-- Function: void mpf_set (mpf_t ROP, mpf_t OP)
|
3660
|
+
-- Function: void mpf_set (mpf_t ROP, const mpf_t OP)
|
3626
3661
|
-- Function: void mpf_set_ui (mpf_t ROP, unsigned long int OP)
|
3627
3662
|
-- Function: void mpf_set_si (mpf_t ROP, signed long int OP)
|
3628
3663
|
-- Function: void mpf_set_d (mpf_t ROP, double OP)
|
3629
|
-
-- Function: void mpf_set_z (mpf_t ROP, mpz_t OP)
|
3630
|
-
-- Function: void mpf_set_q (mpf_t ROP, mpq_t OP)
|
3664
|
+
-- Function: void mpf_set_z (mpf_t ROP, const mpz_t OP)
|
3665
|
+
-- Function: void mpf_set_q (mpf_t ROP, const mpq_t OP)
|
3631
3666
|
Set the value of ROP from OP.
|
3632
3667
|
|
3633
|
-
-- Function: int mpf_set_str (mpf_t ROP, char *STR, int BASE)
|
3668
|
+
-- Function: int mpf_set_str (mpf_t ROP, const char *STR, int BASE)
|
3634
3669
|
Set the value of ROP from the string in STR. The string is of the
|
3635
3670
|
form `M@N' or, if the base is 10 or less, alternatively `MeN'.
|
3636
3671
|
`M' is the mantissa and `N' is the exponent. The mantissa is
|
@@ -3683,7 +3718,7 @@ functions, it can be used as the source or destination operand for the
|
|
3683
3718
|
ordinary float functions. Don't use an initialize-and-set function on
|
3684
3719
|
a variable already initialized!
|
3685
3720
|
|
3686
|
-
-- Function: void mpf_init_set (mpf_t ROP, mpf_t OP)
|
3721
|
+
-- Function: void mpf_init_set (mpf_t ROP, const mpf_t OP)
|
3687
3722
|
-- Function: void mpf_init_set_ui (mpf_t ROP, unsigned long int OP)
|
3688
3723
|
-- Function: void mpf_init_set_si (mpf_t ROP, signed long int OP)
|
3689
3724
|
-- Function: void mpf_init_set_d (mpf_t ROP, double OP)
|
@@ -3692,7 +3727,8 @@ a variable already initialized!
|
|
3692
3727
|
The precision of ROP will be taken from the active default
|
3693
3728
|
precision, as set by `mpf_set_default_prec'.
|
3694
3729
|
|
3695
|
-
-- Function: int mpf_init_set_str (mpf_t ROP, char *STR, int
|
3730
|
+
-- Function: int mpf_init_set_str (mpf_t ROP, const char *STR, int
|
3731
|
+
BASE)
|
3696
3732
|
Initialize ROP and set its value from the string in STR. See
|
3697
3733
|
`mpf_set_str' above for details on the assignment operation.
|
3698
3734
|
|
@@ -3708,7 +3744,7 @@ File: gmp.info, Node: Converting Floats, Next: Float Arithmetic, Prev: Simult
|
|
3708
3744
|
7.4 Conversion Functions
|
3709
3745
|
========================
|
3710
3746
|
|
3711
|
-
-- Function: double mpf_get_d (mpf_t OP)
|
3747
|
+
-- Function: double mpf_get_d (const mpf_t OP)
|
3712
3748
|
Convert OP to a `double', truncating if necessary (i.e. rounding
|
3713
3749
|
towards zero).
|
3714
3750
|
|
@@ -3717,7 +3753,8 @@ File: gmp.info, Node: Converting Floats, Next: Float Arithmetic, Prev: Simult
|
|
3717
3753
|
returned when available. For too small 0.0 is normally returned.
|
3718
3754
|
Hardware overflow, underflow and denorm traps may or may not occur.
|
3719
3755
|
|
3720
|
-
-- Function: double mpf_get_d_2exp (signed long int *EXP, mpf_t
|
3756
|
+
-- Function: double mpf_get_d_2exp (signed long int *EXP, const mpf_t
|
3757
|
+
OP)
|
3721
3758
|
Convert OP to a `double', truncating if necessary (i.e. rounding
|
3722
3759
|
towards zero), and with an exponent returned separately.
|
3723
3760
|
|
@@ -3728,8 +3765,8 @@ File: gmp.info, Node: Converting Floats, Next: Float Arithmetic, Prev: Simult
|
|
3728
3765
|
This is similar to the standard C `frexp' function (*note
|
3729
3766
|
Normalization Functions: (libc)Normalization Functions.).
|
3730
3767
|
|
3731
|
-
-- Function: long mpf_get_si (mpf_t OP)
|
3732
|
-
-- Function: unsigned long mpf_get_ui (mpf_t OP)
|
3768
|
+
-- Function: long mpf_get_si (const mpf_t OP)
|
3769
|
+
-- Function: unsigned long mpf_get_ui (const mpf_t OP)
|
3733
3770
|
Convert OP to a `long' or `unsigned long', truncating any fraction
|
3734
3771
|
part. If OP is too big for the return type, the result is
|
3735
3772
|
undefined.
|
@@ -3738,7 +3775,7 @@ File: gmp.info, Node: Converting Floats, Next: Float Arithmetic, Prev: Simult
|
|
3738
3775
|
Miscellaneous Float Functions::).
|
3739
3776
|
|
3740
3777
|
-- Function: char * mpf_get_str (char *STR, mp_exp_t *EXPPTR, int
|
3741
|
-
BASE, size_t N_DIGITS, mpf_t OP)
|
3778
|
+
BASE, size_t N_DIGITS, const mpf_t OP)
|
3742
3779
|
Convert OP to a string of digits in base BASE. The base argument
|
3743
3780
|
may vary from 2 to 62 or from -2 to -36. Up to N_DIGITS digits
|
3744
3781
|
will be generated. Trailing zeros are not returned. No more
|
@@ -3779,21 +3816,21 @@ File: gmp.info, Node: Float Arithmetic, Next: Float Comparison, Prev: Convert
|
|
3779
3816
|
7.5 Arithmetic Functions
|
3780
3817
|
========================
|
3781
3818
|
|
3782
|
-
-- Function: void mpf_add (mpf_t ROP, mpf_t OP1, mpf_t OP2)
|
3783
|
-
-- Function: void mpf_add_ui (mpf_t ROP, mpf_t OP1, unsigned
|
3784
|
-
OP2)
|
3819
|
+
-- Function: void mpf_add (mpf_t ROP, const mpf_t OP1, const mpf_t OP2)
|
3820
|
+
-- Function: void mpf_add_ui (mpf_t ROP, const mpf_t OP1, unsigned
|
3821
|
+
long int OP2)
|
3785
3822
|
Set ROP to OP1 + OP2.
|
3786
3823
|
|
3787
|
-
-- Function: void mpf_sub (mpf_t ROP, mpf_t OP1, mpf_t OP2)
|
3788
|
-
-- Function: void mpf_ui_sub (mpf_t ROP, unsigned long int OP1,
|
3789
|
-
OP2)
|
3790
|
-
-- Function: void mpf_sub_ui (mpf_t ROP, mpf_t OP1, unsigned
|
3791
|
-
OP2)
|
3824
|
+
-- Function: void mpf_sub (mpf_t ROP, const mpf_t OP1, const mpf_t OP2)
|
3825
|
+
-- Function: void mpf_ui_sub (mpf_t ROP, unsigned long int OP1, const
|
3826
|
+
mpf_t OP2)
|
3827
|
+
-- Function: void mpf_sub_ui (mpf_t ROP, const mpf_t OP1, unsigned
|
3828
|
+
long int OP2)
|
3792
3829
|
Set ROP to OP1 - OP2.
|
3793
3830
|
|
3794
|
-
-- Function: void mpf_mul (mpf_t ROP, mpf_t OP1, mpf_t OP2)
|
3795
|
-
-- Function: void mpf_mul_ui (mpf_t ROP, mpf_t OP1, unsigned
|
3796
|
-
OP2)
|
3831
|
+
-- Function: void mpf_mul (mpf_t ROP, const mpf_t OP1, const mpf_t OP2)
|
3832
|
+
-- Function: void mpf_mul_ui (mpf_t ROP, const mpf_t OP1, unsigned
|
3833
|
+
long int OP2)
|
3797
3834
|
Set ROP to OP1 times OP2.
|
3798
3835
|
|
3799
3836
|
Division is undefined if the divisor is zero, and passing a zero
|
@@ -3801,31 +3838,33 @@ divisor to the divide functions will make these functions intentionally
|
|
3801
3838
|
divide by zero. This lets the user handle arithmetic exceptions in
|
3802
3839
|
these functions in the same manner as other arithmetic exceptions.
|
3803
3840
|
|
3804
|
-
-- Function: void mpf_div (mpf_t ROP, mpf_t OP1, mpf_t OP2)
|
3805
|
-
-- Function: void mpf_ui_div (mpf_t ROP, unsigned long int OP1,
|
3806
|
-
OP2)
|
3807
|
-
-- Function: void mpf_div_ui (mpf_t ROP, mpf_t OP1, unsigned
|
3808
|
-
OP2)
|
3841
|
+
-- Function: void mpf_div (mpf_t ROP, const mpf_t OP1, const mpf_t OP2)
|
3842
|
+
-- Function: void mpf_ui_div (mpf_t ROP, unsigned long int OP1, const
|
3843
|
+
mpf_t OP2)
|
3844
|
+
-- Function: void mpf_div_ui (mpf_t ROP, const mpf_t OP1, unsigned
|
3845
|
+
long int OP2)
|
3809
3846
|
Set ROP to OP1/OP2.
|
3810
3847
|
|
3811
|
-
-- Function: void mpf_sqrt (mpf_t ROP, mpf_t OP)
|
3848
|
+
-- Function: void mpf_sqrt (mpf_t ROP, const mpf_t OP)
|
3812
3849
|
-- Function: void mpf_sqrt_ui (mpf_t ROP, unsigned long int OP)
|
3813
3850
|
Set ROP to the square root of OP.
|
3814
3851
|
|
3815
|
-
-- Function: void mpf_pow_ui (mpf_t ROP, mpf_t OP1, unsigned
|
3816
|
-
OP2)
|
3852
|
+
-- Function: void mpf_pow_ui (mpf_t ROP, const mpf_t OP1, unsigned
|
3853
|
+
long int OP2)
|
3817
3854
|
Set ROP to OP1 raised to the power OP2.
|
3818
3855
|
|
3819
|
-
-- Function: void mpf_neg (mpf_t ROP, mpf_t OP)
|
3856
|
+
-- Function: void mpf_neg (mpf_t ROP, const mpf_t OP)
|
3820
3857
|
Set ROP to -OP.
|
3821
3858
|
|
3822
|
-
-- Function: void mpf_abs (mpf_t ROP, mpf_t OP)
|
3859
|
+
-- Function: void mpf_abs (mpf_t ROP, const mpf_t OP)
|
3823
3860
|
Set ROP to the absolute value of OP.
|
3824
3861
|
|
3825
|
-
-- Function: void mpf_mul_2exp (mpf_t ROP, mpf_t OP1,
|
3862
|
+
-- Function: void mpf_mul_2exp (mpf_t ROP, const mpf_t OP1,
|
3863
|
+
mp_bitcnt_t OP2)
|
3826
3864
|
Set ROP to OP1 times 2 raised to OP2.
|
3827
3865
|
|
3828
|
-
-- Function: void mpf_div_2exp (mpf_t ROP, mpf_t OP1,
|
3866
|
+
-- Function: void mpf_div_2exp (mpf_t ROP, const mpf_t OP1,
|
3867
|
+
mp_bitcnt_t OP2)
|
3829
3868
|
Set ROP to OP1 divided by 2 raised to OP2.
|
3830
3869
|
|
3831
3870
|
|
@@ -3834,17 +3873,18 @@ File: gmp.info, Node: Float Comparison, Next: I/O of Floats, Prev: Float Arit
|
|
3834
3873
|
7.6 Comparison Functions
|
3835
3874
|
========================
|
3836
3875
|
|
3837
|
-
-- Function: int mpf_cmp (mpf_t OP1, mpf_t OP2)
|
3838
|
-
-- Function: int mpf_cmp_d (mpf_t OP1, double OP2)
|
3839
|
-
-- Function: int mpf_cmp_ui (mpf_t OP1, unsigned long int OP2)
|
3840
|
-
-- Function: int mpf_cmp_si (mpf_t OP1, signed long int OP2)
|
3876
|
+
-- Function: int mpf_cmp (const mpf_t OP1, const mpf_t OP2)
|
3877
|
+
-- Function: int mpf_cmp_d (const mpf_t OP1, double OP2)
|
3878
|
+
-- Function: int mpf_cmp_ui (const mpf_t OP1, unsigned long int OP2)
|
3879
|
+
-- Function: int mpf_cmp_si (const mpf_t OP1, signed long int OP2)
|
3841
3880
|
Compare OP1 and OP2. Return a positive value if OP1 > OP2, zero
|
3842
3881
|
if OP1 = OP2, and a negative value if OP1 < OP2.
|
3843
3882
|
|
3844
3883
|
`mpf_cmp_d' can be called with an infinity, but results are
|
3845
3884
|
undefined for a NaN.
|
3846
3885
|
|
3847
|
-
-- Function: int mpf_eq (mpf_t OP1, mpf_t OP2, mp_bitcnt_t
|
3886
|
+
-- Function: int mpf_eq (const mpf_t OP1, const mpf_t OP2, mp_bitcnt_t
|
3887
|
+
op3)
|
3848
3888
|
Return non-zero if the first OP3 bits of OP1 and OP2 are equal,
|
3849
3889
|
zero otherwise. I.e., test if OP1 and OP2 are approximately equal.
|
3850
3890
|
|
@@ -3856,11 +3896,12 @@ File: gmp.info, Node: Float Comparison, Next: I/O of Floats, Prev: Float Arit
|
|
3856
3896
|
bits. Such numbers are really just one ulp off, and should be
|
3857
3897
|
considered equal.
|
3858
3898
|
|
3859
|
-
-- Function: void mpf_reldiff (mpf_t ROP, mpf_t OP1, mpf_t
|
3899
|
+
-- Function: void mpf_reldiff (mpf_t ROP, const mpf_t OP1, const mpf_t
|
3900
|
+
OP2)
|
3860
3901
|
Compute the relative difference between OP1 and OP2 and store the
|
3861
3902
|
result in ROP. This is abs(OP1-OP2)/OP1.
|
3862
3903
|
|
3863
|
-
-- Macro: int mpf_sgn (mpf_t OP)
|
3904
|
+
-- Macro: int mpf_sgn (const mpf_t OP)
|
3864
3905
|
Return +1 if OP > 0, 0 if OP = 0, and -1 if OP < 0.
|
3865
3906
|
|
3866
3907
|
This function is actually implemented as a macro. It evaluates
|
@@ -3884,7 +3925,7 @@ prototypes for these functions.
|
|
3884
3925
|
See also *note Formatted Output:: and *note Formatted Input::.
|
3885
3926
|
|
3886
3927
|
-- Function: size_t mpf_out_str (FILE *STREAM, int BASE, size_t
|
3887
|
-
N_DIGITS, mpf_t OP)
|
3928
|
+
N_DIGITS, const mpf_t OP)
|
3888
3929
|
Print OP to STREAM, as a string of digits. Return the number of
|
3889
3930
|
bytes written, or if an error occurred, return 0.
|
3890
3931
|
|
@@ -3929,22 +3970,22 @@ File: gmp.info, Node: Miscellaneous Float Functions, Prev: I/O of Floats, Up:
|
|
3929
3970
|
7.8 Miscellaneous Functions
|
3930
3971
|
===========================
|
3931
3972
|
|
3932
|
-
-- Function: void mpf_ceil (mpf_t ROP, mpf_t OP)
|
3933
|
-
-- Function: void mpf_floor (mpf_t ROP, mpf_t OP)
|
3934
|
-
-- Function: void mpf_trunc (mpf_t ROP, mpf_t OP)
|
3973
|
+
-- Function: void mpf_ceil (mpf_t ROP, const mpf_t OP)
|
3974
|
+
-- Function: void mpf_floor (mpf_t ROP, const mpf_t OP)
|
3975
|
+
-- Function: void mpf_trunc (mpf_t ROP, const mpf_t OP)
|
3935
3976
|
Set ROP to OP rounded to an integer. `mpf_ceil' rounds to the
|
3936
3977
|
next higher integer, `mpf_floor' to the next lower, and `mpf_trunc'
|
3937
3978
|
to the integer towards zero.
|
3938
3979
|
|
3939
|
-
-- Function: int mpf_integer_p (mpf_t OP)
|
3980
|
+
-- Function: int mpf_integer_p (const mpf_t OP)
|
3940
3981
|
Return non-zero if OP is an integer.
|
3941
3982
|
|
3942
|
-
-- Function: int mpf_fits_ulong_p (mpf_t OP)
|
3943
|
-
-- Function: int mpf_fits_slong_p (mpf_t OP)
|
3944
|
-
-- Function: int mpf_fits_uint_p (mpf_t OP)
|
3945
|
-
-- Function: int mpf_fits_sint_p (mpf_t OP)
|
3946
|
-
-- Function: int mpf_fits_ushort_p (mpf_t OP)
|
3947
|
-
-- Function: int mpf_fits_sshort_p (mpf_t OP)
|
3983
|
+
-- Function: int mpf_fits_ulong_p (const mpf_t OP)
|
3984
|
+
-- Function: int mpf_fits_slong_p (const mpf_t OP)
|
3985
|
+
-- Function: int mpf_fits_uint_p (const mpf_t OP)
|
3986
|
+
-- Function: int mpf_fits_sint_p (const mpf_t OP)
|
3987
|
+
-- Function: int mpf_fits_ushort_p (const mpf_t OP)
|
3988
|
+
-- Function: int mpf_fits_sshort_p (const mpf_t OP)
|
3948
3989
|
Return non-zero if OP would fit in the respective C data type, when
|
3949
3990
|
truncated to an integer.
|
3950
3991
|
|
@@ -4559,8 +4600,8 @@ File: gmp.info, Node: Random State Initialization, Next: Random State Seeding,
|
|
4559
4600
|
Initialize STATE for a Mersenne Twister algorithm. This algorithm
|
4560
4601
|
is fast and has good randomness properties.
|
4561
4602
|
|
4562
|
-
-- Function: void gmp_randinit_lc_2exp (gmp_randstate_t STATE,
|
4563
|
-
A, unsigned long C, mp_bitcnt_t M2EXP)
|
4603
|
+
-- Function: void gmp_randinit_lc_2exp (gmp_randstate_t STATE, const
|
4604
|
+
mpz_t A, unsigned long C, mp_bitcnt_t M2EXP)
|
4564
4605
|
Initialize STATE with a linear congruential algorithm X = (A*X +
|
4565
4606
|
C) mod 2^M2EXP.
|
4566
4607
|
|
@@ -4613,7 +4654,8 @@ File: gmp.info, Node: Random State Seeding, Next: Random State Miscellaneous,
|
|
4613
4654
|
9.2 Random State Seeding
|
4614
4655
|
========================
|
4615
4656
|
|
4616
|
-
-- Function: void gmp_randseed (gmp_randstate_t STATE, mpz_t
|
4657
|
+
-- Function: void gmp_randseed (gmp_randstate_t STATE, const mpz_t
|
4658
|
+
SEED)
|
4617
4659
|
-- Function: void gmp_randseed_ui (gmp_randstate_t STATE,
|
4618
4660
|
unsigned long int SEED)
|
4619
4661
|
Set an initial seed value into STATE.
|
@@ -7028,31 +7070,6 @@ Lehmer's algorithm is used for the rest of the work.
|
|
7028
7070
|
The asymptotic running time of both HGCD and GCD is O(M(N)*log(N)),
|
7029
7071
|
where M(N) is the time for multiplying two N-limb numbers.
|
7030
7072
|
|
7031
|
-
|
7032
|
-
File: gmp.info, Node: Extended GCD, Next: Jacobi Symbol, Prev: Subquadratic GCD, Up: Greatest Common Divisor Algorithms
|
7033
|
-
|
7034
|
-
15.3.4 Extended GCD
|
7035
|
-
-------------------
|
7036
|
-
|
7037
|
-
The extended GCD function, or GCDEXT, calculates gcd(a,b) and also
|
7038
|
-
cofactors x and y satisfying a*x+b*y=gcd(a,b). All the algorithms used
|
7039
|
-
for plain GCD are extended to handle this case. The binary algorithm is
|
7040
|
-
used only for single-limb GCDEXT. Lehmer's algorithm is used for sizes
|
7041
|
-
up to `GCDEXT_DC_THRESHOLD'. Above this threshold, GCDEXT is
|
7042
|
-
implemented as a loop around HGCD, but with more book-keeping to keep
|
7043
|
-
track of the cofactors. This gives the same asymptotic running time as
|
7044
|
-
for GCD and HGCD, O(M(N)*log(N))
|
7045
|
-
|
7046
|
-
One difference to plain GCD is that while the inputs a and b are
|
7047
|
-
reduced as the algorithm proceeds, the cofactors x and y grow in size.
|
7048
|
-
This makes the tuning of the chopping-point more difficult. The current
|
7049
|
-
code chops off the most significant half of the inputs for the call to
|
7050
|
-
HGCD in the first iteration, and the most significant two thirds for
|
7051
|
-
the remaining calls. This strategy could surely be improved. Also the
|
7052
|
-
stop condition for the loop, where Lehmer's algorithm is invoked once
|
7053
|
-
the inputs are reduced below `GCDEXT_DC_THRESHOLD', could maybe be
|
7054
|
-
improved by taking into account the current size of the cofactors.
|
7055
|
-
|
7056
7073
|
|
7057
7074
|
|
7058
7075
|
Local Variables:
|