cairo 1.12.4-x86-mingw32 → 1.12.5-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of cairo might be problematic. Click here for more details.
- data/NEWS +8 -0
- data/Rakefile +357 -31
- data/ext/cairo/rb_cairo.h +1 -1
- data/lib/1.9/cairo.so +0 -0
- data/lib/2.0/cairo.so +0 -0
- data/vendor/local/bin/fc-cache.exe +0 -0
- data/vendor/local/bin/fc-cat.exe +0 -0
- data/vendor/local/bin/fc-list.exe +0 -0
- data/vendor/local/bin/fc-match.exe +0 -0
- data/vendor/local/bin/fc-pattern.exe +0 -0
- data/vendor/local/bin/fc-query.exe +0 -0
- data/vendor/local/bin/fc-scan.exe +0 -0
- data/vendor/local/bin/fc-validate.exe +0 -0
- data/vendor/local/bin/freetype-config +14 -16
- data/vendor/local/bin/libcairo-2.dll +0 -0
- data/vendor/local/bin/libcairo-gobject-2.dll +0 -0
- data/vendor/local/bin/libcairo-script-interpreter-2.dll +0 -0
- data/vendor/local/bin/libfontconfig-1.dll +0 -0
- data/vendor/local/bin/libfreetype-6.dll +0 -0
- data/vendor/local/bin/libpixman-1-0.dll +0 -0
- data/vendor/local/bin/libpng-config +127 -0
- data/vendor/local/bin/libpng16-16.dll +0 -0
- data/vendor/local/bin/libpng16-config +127 -0
- data/vendor/local/bin/libxml2-2.dll +0 -0
- data/vendor/local/bin/xml2-config +106 -0
- data/vendor/local/bin/xmlcatalog.exe +0 -0
- data/vendor/local/bin/xmllint.exe +0 -0
- data/vendor/local/bin/zlib1.dll +0 -0
- data/vendor/local/etc/fonts/conf.d/10-scale-bitmap-fonts.conf +81 -0
- data/vendor/local/etc/fonts/conf.d/20-unhint-small-vera.conf +48 -0
- data/vendor/local/etc/fonts/conf.d/30-metric-aliases.conf +291 -0
- data/vendor/local/etc/fonts/conf.d/30-urw-aliases.conf +40 -0
- data/vendor/local/etc/fonts/conf.d/40-nonlatin.conf +231 -0
- data/vendor/local/etc/fonts/conf.d/45-latin.conf +173 -0
- data/vendor/local/etc/fonts/conf.d/49-sansserif.conf +21 -0
- data/vendor/local/etc/fonts/conf.d/50-user.conf +15 -0
- data/vendor/local/etc/fonts/conf.d/51-local.conf +6 -0
- data/vendor/local/etc/fonts/conf.d/60-latin.conf +70 -0
- data/vendor/local/etc/fonts/conf.d/65-fonts-persian.conf +419 -0
- data/vendor/local/etc/fonts/conf.d/65-nonlatin.conf +196 -0
- data/vendor/local/etc/fonts/conf.d/69-unifont.conf +28 -0
- data/vendor/local/etc/fonts/conf.d/80-delicious.conf +19 -0
- data/vendor/local/etc/fonts/conf.d/90-synthetic.conf +64 -0
- data/vendor/local/etc/fonts/conf.d/README +23 -0
- data/vendor/local/etc/fonts/fonts.conf +8 -4
- data/vendor/local/include/cairo/cairo-features.h +4 -0
- data/vendor/local/include/cairo/cairo-ft.h +36 -0
- data/vendor/local/include/cairo/cairo-gobject.h +3 -1
- data/vendor/local/include/cairo/cairo-pdf.h +4 -4
- data/vendor/local/include/cairo/cairo-ps.h +5 -3
- data/vendor/local/include/cairo/cairo-script-interpreter.h +7 -0
- data/vendor/local/include/cairo/cairo-script.h +98 -0
- data/vendor/local/include/cairo/cairo-svg.h +5 -3
- data/vendor/local/include/cairo/cairo-version.h +2 -2
- data/vendor/local/include/cairo/cairo.h +642 -209
- data/vendor/local/include/fontconfig/fcfreetype.h +2 -2
- data/vendor/local/include/fontconfig/fcprivate.h +2 -2
- data/vendor/local/include/fontconfig/fontconfig.h +59 -19
- data/vendor/local/include/freetype2/freetype/config/ftconfig.h +74 -5
- data/vendor/local/include/freetype2/freetype/config/ftheader.h +27 -1
- data/vendor/local/include/freetype2/freetype/config/ftoption.h +24 -2
- data/vendor/local/include/freetype2/freetype/config/ftstdlib.h +2 -2
- data/vendor/local/include/freetype2/freetype/freetype.h +46 -16
- data/vendor/local/include/freetype2/freetype/ftautoh.h +349 -0
- data/vendor/local/include/freetype2/freetype/ftcffdrv.h +150 -0
- data/vendor/local/include/freetype2/freetype/ftchapters.h +28 -0
- data/vendor/local/include/freetype2/freetype/fterrdef.h +5 -1
- data/vendor/local/include/freetype2/freetype/fterrors.h +7 -16
- data/vendor/local/include/freetype2/freetype/ftglyph.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftimage.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftlcdfil.h +38 -0
- data/vendor/local/include/freetype2/freetype/ftmodapi.h +156 -5
- data/vendor/local/include/freetype2/freetype/ftmoderr.h +51 -13
- data/vendor/local/include/freetype2/freetype/ftoutln.h +2 -0
- data/vendor/local/include/freetype2/freetype/ftstroke.h +1 -1
- data/vendor/local/include/freetype2/freetype/fttrigon.h +5 -5
- data/vendor/local/include/freetype2/freetype/fttypes.h +19 -9
- data/vendor/local/include/freetype2/freetype/ttnameid.h +5 -15
- data/vendor/local/include/freetype2/freetype/tttables.h +14 -1
- data/vendor/local/include/libpng16/png.h +3304 -0
- data/vendor/local/include/libpng16/pngconf.h +616 -0
- data/vendor/local/include/libpng16/pnglibconf.h +209 -0
- data/vendor/local/include/libxml2/libxml/DOCBparser.h +96 -0
- data/vendor/local/include/libxml2/libxml/HTMLparser.h +306 -0
- data/vendor/local/include/libxml2/libxml/HTMLtree.h +147 -0
- data/vendor/local/include/libxml2/libxml/SAX.h +173 -0
- data/vendor/local/include/libxml2/libxml/SAX2.h +176 -0
- data/vendor/local/include/libxml2/libxml/c14n.h +126 -0
- data/vendor/local/include/libxml2/libxml/catalog.h +182 -0
- data/vendor/local/include/libxml2/libxml/chvalid.h +230 -0
- data/vendor/local/include/libxml2/libxml/debugXML.h +217 -0
- data/vendor/local/include/libxml2/libxml/dict.h +80 -0
- data/vendor/local/include/libxml2/libxml/encoding.h +240 -0
- data/vendor/local/include/libxml2/libxml/entities.h +151 -0
- data/vendor/local/include/libxml2/libxml/globals.h +502 -0
- data/vendor/local/include/libxml2/libxml/hash.h +233 -0
- data/vendor/local/include/libxml2/libxml/list.h +137 -0
- data/vendor/local/include/libxml2/libxml/nanoftp.h +163 -0
- data/vendor/local/include/libxml2/libxml/nanohttp.h +81 -0
- data/vendor/local/include/libxml2/libxml/parser.h +1241 -0
- data/vendor/local/include/libxml2/libxml/parserInternals.h +644 -0
- data/vendor/local/include/libxml2/libxml/pattern.h +100 -0
- data/vendor/local/include/libxml2/libxml/relaxng.h +213 -0
- data/vendor/local/include/libxml2/libxml/schemasInternals.h +958 -0
- data/vendor/local/include/libxml2/libxml/schematron.h +142 -0
- data/vendor/local/include/libxml2/libxml/threads.h +84 -0
- data/vendor/local/include/libxml2/libxml/tree.h +1303 -0
- data/vendor/local/include/libxml2/libxml/uri.h +94 -0
- data/vendor/local/include/libxml2/libxml/valid.h +458 -0
- data/vendor/local/include/libxml2/libxml/xinclude.h +129 -0
- data/vendor/local/include/libxml2/libxml/xlink.h +189 -0
- data/vendor/local/include/libxml2/libxml/xmlIO.h +366 -0
- data/vendor/local/include/libxml2/libxml/xmlautomata.h +146 -0
- data/vendor/local/include/libxml2/libxml/xmlerror.h +945 -0
- data/vendor/local/include/libxml2/libxml/xmlexports.h +162 -0
- data/vendor/local/include/libxml2/libxml/xmlmemory.h +224 -0
- data/vendor/local/include/libxml2/libxml/xmlmodule.h +57 -0
- data/vendor/local/include/libxml2/libxml/xmlreader.h +428 -0
- data/vendor/local/include/libxml2/libxml/xmlregexp.h +222 -0
- data/vendor/local/include/libxml2/libxml/xmlsave.h +88 -0
- data/vendor/local/include/libxml2/libxml/xmlschemas.h +246 -0
- data/vendor/local/include/libxml2/libxml/xmlschemastypes.h +151 -0
- data/vendor/local/include/libxml2/libxml/xmlstring.h +140 -0
- data/vendor/local/include/libxml2/libxml/xmlunicode.h +202 -0
- data/vendor/local/include/libxml2/libxml/xmlversion.h +489 -0
- data/vendor/local/include/libxml2/libxml/xmlwriter.h +488 -0
- data/vendor/local/include/libxml2/libxml/xpath.h +557 -0
- data/vendor/local/include/libxml2/libxml/xpathInternals.h +632 -0
- data/vendor/local/include/libxml2/libxml/xpointer.h +114 -0
- data/vendor/local/include/pixman-1/pixman-version.h +50 -0
- data/vendor/local/include/pixman-1/pixman.h +1111 -0
- data/vendor/local/include/png.h +1993 -1426
- data/vendor/local/include/pngconf.h +462 -1398
- data/vendor/local/include/pnglibconf.h +209 -0
- data/vendor/local/include/zconf.h +141 -91
- data/vendor/local/include/zlib.h +273 -94
- data/vendor/local/lib/fontconfig.def +11 -1
- data/vendor/local/lib/libcairo-gobject.a +0 -0
- data/vendor/local/lib/libcairo-gobject.dll.a +0 -0
- data/vendor/local/lib/libcairo-gobject.la +41 -0
- data/vendor/local/lib/libcairo-script-interpreter.a +0 -0
- data/vendor/local/lib/libcairo-script-interpreter.dll.a +0 -0
- data/vendor/local/lib/libcairo-script-interpreter.la +41 -0
- data/vendor/local/lib/libcairo.a +0 -0
- data/vendor/local/lib/libcairo.dll.a +0 -0
- data/vendor/local/lib/libcairo.la +41 -0
- data/vendor/local/lib/libfontconfig.a +0 -0
- data/vendor/local/lib/libfontconfig.dll.a +0 -0
- data/vendor/local/lib/libfontconfig.la +41 -0
- data/vendor/local/lib/libfreetype.a +0 -0
- data/vendor/local/lib/libfreetype.dll.a +0 -0
- data/vendor/local/lib/libfreetype.la +41 -0
- data/vendor/local/lib/libpixman-1.a +0 -0
- data/vendor/local/lib/libpixman-1.dll.a +0 -0
- data/vendor/local/lib/libpixman-1.la +41 -0
- data/vendor/local/lib/libpng.a +0 -0
- data/vendor/local/lib/libpng.dll.a +0 -0
- data/vendor/local/lib/libpng.la +41 -0
- data/vendor/local/lib/libpng16.a +0 -0
- data/vendor/local/lib/libpng16.dll.a +0 -0
- data/vendor/local/lib/libpng16.la +41 -0
- data/vendor/local/lib/libxml2.a +0 -0
- data/vendor/local/lib/libxml2.dll.a +0 -0
- data/vendor/local/lib/libxml2.la +41 -0
- data/vendor/local/lib/libz.a +0 -0
- data/vendor/local/lib/libz.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/cairo-fc.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-ft.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-gobject.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-pdf.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-png.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-ps.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-script.pc +12 -0
- data/vendor/local/lib/pkgconfig/cairo-svg.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-win32-font.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-win32.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo.pc +3 -3
- data/vendor/local/lib/pkgconfig/fontconfig.pc +7 -2
- data/vendor/local/lib/pkgconfig/freetype2.pc +6 -6
- data/vendor/local/lib/pkgconfig/libpng.pc +3 -3
- data/vendor/local/lib/pkgconfig/libpng16.pc +11 -0
- data/vendor/local/lib/pkgconfig/libxml-2.0.pc +13 -0
- data/vendor/local/lib/pkgconfig/pixman-1.pc +11 -0
- data/vendor/local/lib/pkgconfig/zlib.pc +13 -0
- data/vendor/local/lib/xml2Conf.sh +8 -0
- data/vendor/local/share/aclocal/libxml.m4 +188 -0
- data/vendor/local/share/doc/libxml2-2.9.1/Copyright +23 -0
- data/vendor/local/share/doc/libxml2-2.9.1/examples/testHTML.c +880 -0
- data/vendor/local/share/doc/libxml2-2.9.1/examples/testSAX.c +1198 -0
- data/vendor/local/share/doc/libxml2-2.9.1/examples/testXPath.c +229 -0
- data/vendor/local/share/doc/libxml2-2.9.1/examples/xmllint.c +3776 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/DOM.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/FAQ.html +282 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/Libxml2-Logo-180x168.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/Libxml2-Logo-90x34.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/encoding.html +207 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/examples.xml +751 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/examples.xsl +174 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/book1.html +13 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/home.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/index.html +13 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/left.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-DOCBparser.html +51 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-HTMLparser.html +184 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-HTMLtree.html +73 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-SAX.html +125 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-SAX2.html +128 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-c14n.html +38 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-catalog.html +142 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-chvalid.html +72 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-debugXML.html +120 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-dict.html +58 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-encoding.html +124 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-entities.html +79 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-globals.html +152 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-hash.html +116 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-lib.html +13 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-list.html +120 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-nanoftp.html +94 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-nanohttp.html +65 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-parser.html +559 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-parserInternals.html +322 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-pattern.html +76 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-relaxng.html +162 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-schemasInternals.html +373 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-schematron.html +81 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-threads.html +72 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-tree.html +990 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-uri.html +73 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-valid.html +289 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xinclude.html +59 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xlink.html +82 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlIO.html +212 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlautomata.html +85 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlerror.html +865 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlexports.html +20 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlmemory.html +107 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlmodule.html +38 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlreader.html +330 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlregexp.html +143 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlsave.html +60 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlschemas.html +185 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlschemastypes.html +123 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlstring.html +108 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlunicode.html +512 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlversion.html +63 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlwriter.html +261 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xpath.html +316 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xpathInternals.html +394 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xpointer.html +83 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xzlib.html +16 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/right.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/up.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/index.html +14 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/io1.c +166 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/io1.res +5 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/io2.c +58 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/io2.res +2 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/libxml.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/parse1.c +56 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/parse2.c +72 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/parse3.c +60 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/parse4.c +143 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/reader1.c +107 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/reader1.res +14 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/reader2.c +122 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/reader3.c +120 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/reader3.res +13 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/reader4.c +122 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/reader4.res +3 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/redhat.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/smallfootonly.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/structure.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/test1.xml +1 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/test2.xml +13 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/test3.xml +39 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/testWriter.c +1198 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tree1.c +94 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tree1.res +4 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tree2.c +118 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tree2.res +18 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tst.xml +7 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/apa.html +8 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/apb.html +14 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/apc.html +82 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/apd.html +76 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ape.html +78 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/apf.html +67 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/apg.html +75 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/aph.html +76 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/api.html +4 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s02.html +14 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s03.html +47 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s04.html +54 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s05.html +55 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s06.html +35 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s07.html +30 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s08.html +38 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s09.html +63 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/blank.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/1.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/10.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/2.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/3.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/4.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/5.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/6.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/7.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/8.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/9.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/caution.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/draft.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/home.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/important.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/next.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/note.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/prev.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/tip.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/toc-blank.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/toc-minus.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/toc-plus.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/up.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/warning.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/includeaddattribute.c +64 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/includeaddkeyword.c +75 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/includeconvert.c +73 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/includegetattribute.c +72 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/includekeyword.c +79 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/includexpath.c +74 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/index.html +14 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ix01.html +1 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/xmltutorial.pdf +1336 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/w3c.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/writer.xml +2 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/xml.html +5715 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/xpath1.c +250 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/xpath1.res +5 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/xpath2.c +190 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/xpath2.res +30 -0
- data/vendor/local/share/fontconfig/conf.avail/10-autohint.conf +14 -0
- data/vendor/local/share/fontconfig/conf.avail/10-no-sub-pixel.conf +14 -0
- data/vendor/local/share/fontconfig/conf.avail/10-scale-bitmap-fonts.conf +81 -0
- data/vendor/local/share/fontconfig/conf.avail/10-sub-pixel-bgr.conf +14 -0
- data/vendor/local/share/fontconfig/conf.avail/10-sub-pixel-rgb.conf +14 -0
- data/vendor/local/share/fontconfig/conf.avail/10-sub-pixel-vbgr.conf +14 -0
- data/vendor/local/share/fontconfig/conf.avail/10-sub-pixel-vrgb.conf +14 -0
- data/vendor/local/share/fontconfig/conf.avail/10-unhinted.conf +14 -0
- data/vendor/local/share/fontconfig/conf.avail/11-lcdfilter-default.conf +16 -0
- data/vendor/local/share/fontconfig/conf.avail/11-lcdfilter-legacy.conf +16 -0
- data/vendor/local/share/fontconfig/conf.avail/11-lcdfilter-light.conf +16 -0
- data/vendor/local/share/fontconfig/conf.avail/20-unhint-small-vera.conf +48 -0
- data/vendor/local/share/fontconfig/conf.avail/25-unhint-nonlatin.conf +128 -0
- data/vendor/local/share/fontconfig/conf.avail/30-metric-aliases.conf +291 -0
- data/vendor/local/share/fontconfig/conf.avail/30-urw-aliases.conf +40 -0
- data/vendor/local/share/fontconfig/conf.avail/40-nonlatin.conf +231 -0
- data/vendor/local/share/fontconfig/conf.avail/45-latin.conf +173 -0
- data/vendor/local/share/fontconfig/conf.avail/49-sansserif.conf +21 -0
- data/vendor/local/share/fontconfig/conf.avail/50-user.conf +15 -0
- data/vendor/local/share/fontconfig/conf.avail/51-local.conf +6 -0
- data/vendor/local/share/fontconfig/conf.avail/60-latin.conf +70 -0
- data/vendor/local/share/fontconfig/conf.avail/65-fonts-persian.conf +419 -0
- data/vendor/local/share/fontconfig/conf.avail/65-khmer.conf +16 -0
- data/vendor/local/share/fontconfig/conf.avail/65-nonlatin.conf +196 -0
- data/vendor/local/share/fontconfig/conf.avail/69-unifont.conf +28 -0
- data/vendor/local/share/fontconfig/conf.avail/70-no-bitmaps.conf +12 -0
- data/vendor/local/share/fontconfig/conf.avail/70-yes-bitmaps.conf +12 -0
- data/vendor/local/share/fontconfig/conf.avail/80-delicious.conf +19 -0
- data/vendor/local/share/fontconfig/conf.avail/90-synthetic.conf +64 -0
- data/vendor/local/share/gtk-doc/html/cairo/bindings-errors.html +10 -10
- data/vendor/local/share/gtk-doc/html/cairo/bindings-fonts.html +4 -4
- data/vendor/local/share/gtk-doc/html/cairo/bindings-memory.html +4 -4
- data/vendor/local/share/gtk-doc/html/cairo/bindings-overloading.html +4 -4
- data/vendor/local/share/gtk-doc/html/cairo/bindings-path.html +4 -4
- data/vendor/local/share/gtk-doc/html/cairo/bindings-patterns.html +17 -4
- data/vendor/local/share/gtk-doc/html/cairo/bindings-return-values.html +6 -6
- data/vendor/local/share/gtk-doc/html/cairo/bindings-streams.html +7 -7
- data/vendor/local/share/gtk-doc/html/cairo/bindings-surfaces.html +6 -6
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Error-handling.html +54 -38
- data/vendor/local/share/gtk-doc/html/cairo/cairo-FreeType-Fonts.html +193 -61
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Image-Surfaces.html +95 -89
- data/vendor/local/share/gtk-doc/html/cairo/cairo-PDF-Surfaces.html +45 -66
- data/vendor/local/share/gtk-doc/html/cairo/cairo-PNG-Support.html +58 -63
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Paths.html +249 -232
- data/vendor/local/share/gtk-doc/html/cairo/cairo-PostScript-Surfaces.html +118 -113
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Quartz-(CGFont)-Fonts.html +20 -24
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Quartz-Surfaces.html +51 -45
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Raster-Sources.html +600 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Recording-Surfaces.html +73 -35
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Regions.html +102 -126
- data/vendor/local/share/gtk-doc/html/cairo/cairo-SVG-Surfaces.html +42 -58
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Script-Surfaces.html +360 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Transformations.html +57 -73
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Types.html +37 -30
- data/vendor/local/share/gtk-doc/html/cairo/cairo-User-Fonts.html +91 -129
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Fonts.html +53 -61
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Surfaces.html +47 -57
- data/vendor/local/share/gtk-doc/html/cairo/cairo-XCB-Surfaces.html +535 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-Surfaces.html +148 -83
- data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-XRender-Backend.html +170 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-device-t.html +127 -96
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-face-t.html +55 -59
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-options-t.html +96 -87
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-matrix-t.html +64 -79
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html +1069 -229
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-scaled-font-t.html +274 -220
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html +395 -216
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-t.html +409 -409
- data/vendor/local/share/gtk-doc/html/cairo/cairo-drawing.html +7 -4
- data/vendor/local/share/gtk-doc/html/cairo/cairo-fonts.html +6 -6
- data/vendor/local/share/gtk-doc/html/cairo/cairo-support.html +7 -9
- data/vendor/local/share/gtk-doc/html/cairo/cairo-surfaces.html +13 -4
- data/vendor/local/share/gtk-doc/html/cairo/cairo-text.html +128 -165
- data/vendor/local/share/gtk-doc/html/cairo/cairo.devhelp2 +326 -249
- data/vendor/local/share/gtk-doc/html/cairo/index-1.10.html +29 -8
- data/vendor/local/share/gtk-doc/html/cairo/index-1.12.html +193 -0
- data/vendor/local/share/gtk-doc/html/cairo/index-1.2.html +19 -4
- data/vendor/local/share/gtk-doc/html/cairo/index-1.4.html +4 -15
- data/vendor/local/share/gtk-doc/html/cairo/index-1.6.html +32 -7
- data/vendor/local/share/gtk-doc/html/cairo/index-1.8.html +15 -4
- data/vendor/local/share/gtk-doc/html/cairo/index-all.html +140 -27
- data/vendor/local/share/gtk-doc/html/cairo/index.html +18 -8
- data/vendor/local/share/gtk-doc/html/cairo/index.sgml +104 -13
- data/vendor/local/share/gtk-doc/html/cairo/language-bindings.html +7 -7
- data/vendor/local/share/gtk-doc/html/cairo/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/libxml2/general.html +38 -0
- data/vendor/local/share/gtk-doc/html/libxml2/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/libxml2/index.html +67 -0
- data/vendor/local/share/gtk-doc/html/libxml2/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-DOCBparser.html +138 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLparser.html +373 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLtree.html +172 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX.html +243 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX2.html +247 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-c14n.html +91 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-catalog.html +278 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-chvalid.html +241 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-debugXML.html +225 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-dict.html +134 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-encoding.html +218 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-entities.html +166 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-globals.html +383 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-hash.html +214 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-list.html +226 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanoftp.html +187 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanohttp.html +142 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parser.html +766 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parserInternals.html +688 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-pattern.html +166 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-relaxng.html +278 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schemasInternals.html +860 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schematron.html +166 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-threads.html +161 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-tree.html +1597 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-uri.html +154 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-valid.html +528 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xinclude.html +169 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xlink.html +160 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlIO.html +347 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlautomata.html +176 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlerror.html +953 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlexports.html +87 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmemory.html +186 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmodule.html +97 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlreader.html +565 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlregexp.html +280 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlsave.html +133 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemas.html +314 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemastypes.html +237 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlstring.html +217 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlunicode.html +887 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlversion.html +292 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlwriter.html +479 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpath.html +542 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpathInternals.html +787 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpointer.html +171 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2.devhelp +3573 -0
- data/vendor/local/share/gtk-doc/html/libxml2/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/libxml2/style.css +66 -0
- data/vendor/local/share/gtk-doc/html/libxml2/up.png +0 -0
- data/vendor/local/share/license/cairo/AUTHORS +111 -0
- data/vendor/local/share/{doc/cairo_1.10.2-2_win32 → license/cairo}/COPYING +0 -0
- data/vendor/local/share/{doc/cairo_1.10.2-2_win32 → license/cairo}/COPYING-LGPL-2.1 +0 -0
- data/vendor/local/share/{doc/cairo_1.10.2-2_win32 → license/cairo}/COPYING-MPL-1.1 +0 -0
- data/vendor/local/share/license/cairo/README +194 -0
- data/vendor/local/share/license/cairo/README.win32 +66 -0
- data/vendor/local/share/license/fontconfig/AUTHORS +3 -0
- data/vendor/local/share/license/fontconfig/COPYING +28 -0
- data/vendor/local/share/license/fontconfig/README +1350 -0
- data/vendor/local/share/license/freetype/README +83 -0
- data/vendor/local/share/license/freetype/README.git +46 -0
- data/vendor/local/share/license/libpng/README +202 -0
- data/vendor/local/share/license/libxml2/AUTHORS +5 -0
- data/vendor/local/share/license/libxml2/COPYING +23 -0
- data/vendor/local/share/license/libxml2/README +39 -0
- data/vendor/local/share/license/libxml2/README.tests +39 -0
- data/vendor/local/share/license/pixman/AUTHORS +0 -0
- data/vendor/local/share/license/pixman/COPYING +42 -0
- data/vendor/local/share/license/pixman/README +116 -0
- data/vendor/local/share/license/zlib/README +115 -0
- data/vendor/local/share/man/man1/xml2-config.1 +30 -0
- data/vendor/local/share/man/man1/xmlcatalog.1 +340 -0
- data/vendor/local/share/man/man1/xmllint.1 +650 -0
- data/vendor/local/share/man/man3/libpng.3 +2332 -863
- data/vendor/local/share/man/man3/libpngpf.3 +6 -790
- data/vendor/local/share/man/man3/libxml.3 +71 -0
- data/vendor/local/share/man/man5/png.5 +1 -1
- data/vendor/local/share/xml/fontconfig/fonts.dtd +233 -0
- metadata +447 -490
- data/vendor/local/bin/freetype6.dll +0 -0
- data/vendor/local/bin/libexpat-1.dll +0 -0
- data/vendor/local/bin/libpng14-14.dll +0 -0
- data/vendor/local/bin/xmlwf.exe +0 -0
- data/vendor/local/etc/fonts/fonts.dtd +0 -224
- data/vendor/local/include/expat.h +0 -1047
- data/vendor/local/include/expat_external.h +0 -115
- data/vendor/local/include/libpng14/png.h +0 -2737
- data/vendor/local/include/libpng14/pngconf.h +0 -1552
- data/vendor/local/lib/cairo.def +0 -322
- data/vendor/local/lib/cairo.lib +0 -0
- data/vendor/local/lib/expat.lib +0 -0
- data/vendor/local/lib/fontconfig.lib +0 -0
- data/vendor/local/lib/freetype.def +0 -189
- data/vendor/local/lib/freetype.lib +0 -0
- data/vendor/local/lib/libexpat.def +0 -73
- data/vendor/local/lib/libexpat.dll.a +0 -0
- data/vendor/local/lib/libpng.def +0 -192
- data/vendor/local/lib/libpng.lib +0 -0
- data/vendor/local/lib/libpng14.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/libpng14.pc +0 -11
- data/vendor/local/lib/zdll.lib +0 -0
- data/vendor/local/lib/zlib.def +0 -67
- data/vendor/local/manifest/cairo-dev_1.10.2-2_win32.mft +0 -86
- data/vendor/local/manifest/cairo_1.10.2-2_win32.mft +0 -7
- data/vendor/local/manifest/expat-dev_2.1.0-1_win32.mft +0 -10
- data/vendor/local/manifest/expat_2.1.0-1_win32.mft +0 -2
- data/vendor/local/manifest/fontconfig-dev_2.8.0-2_win32.mft +0 -387
- data/vendor/local/manifest/fontconfig_2.8.0-2_win32.mft +0 -3
- data/vendor/local/manifest/freetype-dev_2.4.10-1_win32.mft +0 -57
- data/vendor/local/manifest/freetype_2.4.10-1_win32.mft +0 -2
- data/vendor/local/manifest/libpng-dev_1.4.12-1_win32.mft +0 -15
- data/vendor/local/manifest/libpng_1.4.12-1_win32.mft +0 -2
- 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/doc/fontconfig/fontconfig-devel.pdf +4 -42484
- data/vendor/local/share/doc/fontconfig/fontconfig-devel.txt +0 -5046
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomiccreate.html +0 -224
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicdeletenew.html +0 -216
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicdestroy.html +0 -210
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomiclock.html +0 -223
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicnewfile.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicorigfile.html +0 -221
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicreplaceorig.html +0 -223
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicunlock.html +0 -216
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcblanksadd.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcblankscreate.html +0 -216
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcblanksdestroy.html +0 -216
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcblanksismember.html +0 -211
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachecopyset.html +0 -228
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachedir.html +0 -221
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachenumfont.html +0 -211
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachenumsubdir.html +0 -221
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachesubdir.html +0 -244
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetaddchar.html +0 -226
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetcopy.html +0 -227
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetcount.html +0 -221
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetcoverage.html +0 -249
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetcreate.html +0 -220
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetdestroy.html +0 -226
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetequal.html +0 -232
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetfirstpage.html +0 -238
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsethaschar.html +0 -231
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetintersect.html +0 -232
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetintersectcount.html +0 -231
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetissubset.html +0 -231
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetmerge.html +0 -261
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetnew.html +0 -208
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetnextpage.html +0 -243
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetsubtract.html +0 -231
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetsubtractcount.html +0 -231
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetunion.html +0 -231
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigappfontadddir.html +0 -229
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigappfontaddfile.html +0 -228
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigappfontclear.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigbuildfonts.html +0 -224
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigcreate.html +0 -216
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigdestroy.html +0 -219
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigenablehome.html +0 -230
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigfilename.html +0 -237
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetblanks.html +0 -225
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetcache.html +0 -217
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetcachedirs.html +0 -227
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetconfigdirs.html +0 -228
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetconfigfiles.html +0 -227
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetcurrent.html +0 -216
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetfontdirs.html +0 -229
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetfonts.html +0 -234
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetrescaninterval.html +0 -230
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfighome.html +0 -221
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigparseandload.html +0 -220
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigreference.html +0 -231
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigsetcurrent.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigsetrescaninterval.html +0 -229
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigsubstitute.html +0 -233
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigsubstitutewithpat.html +0 -251
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiguptodate.html +0 -228
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdefaultsubstitute.html +0 -234
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheload.html +0 -239
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheloadfile.html +0 -233
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheread.html +0 -239
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheunlink.html +0 -239
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheunload.html +0 -211
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircachevalid.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdirsave.html +0 -245
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdirscan.html +0 -266
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfileisdir.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfilescan.html +0 -276
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfini.html +0 -219
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontlist.html +0 -244
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontmatch.html +0 -262
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontrenderprepare.html +0 -259
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetadd.html +0 -223
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetcreate.html +0 -216
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetdestroy.html +0 -217
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetlist.html +0 -261
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetmatch.html +0 -273
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetprint.html +0 -224
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetsort.html +0 -303
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetsortdestroy.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsort.html +0 -289
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypecharindex.html +0 -226
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypecharset.html +0 -225
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypecharsetandspacing.html +0 -241
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypequery.html +0 -233
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypequeryface.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcgetlangs.html +0 -216
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcgetversion.html +0 -216
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinit.html +0 -219
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinitbringuptodate.html +0 -208
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinitloadconfig.html +0 -217
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinitloadconfigandfonts.html +0 -217
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinitreinitialize.html +0 -219
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcislower.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcisupper.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclanggetcharset.html +0 -205
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetadd.html +0 -239
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetcompare.html +0 -239
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetcontains.html +0 -259
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetcopy.html +0 -225
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetcreate.html +0 -219
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetdestroy.html +0 -220
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetequal.html +0 -232
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetgetlangs.html +0 -221
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsethash.html +0 -233
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsethaslang.html +0 -255
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixcopy.html +0 -225
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixequal.html +0 -236
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixinit.html +0 -225
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixmultiply.html +0 -246
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixrotate.html +0 -261
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixscale.html +0 -261
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixshear.html +0 -250
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameconstant.html +0 -221
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnamegetconstant.html +0 -221
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnamegetobjecttype.html +0 -210
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameparse.html +0 -221
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameregisterconstants.html +0 -228
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameregisterobjecttypes.html +0 -228
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameunparse.html +0 -218
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameunregisterconstants.html +0 -228
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameunregisterobjecttypes.html +0 -226
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcobjectsetadd.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcobjectsetbuild.html +0 -262
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcobjectsetcreate.html +0 -216
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcobjectsetdestroy.html +0 -216
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternadd-type.html +0 -404
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternadd.html +0 -240
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternaddweak.html +0 -242
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternbuild.html +0 -313
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatterncreate.html +0 -216
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatterndel.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatterndestroy.html +0 -217
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternduplicate.html +0 -223
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternequal.html +0 -231
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternequalsubset.html +0 -242
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternfilter.html +0 -244
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternformat.html +0 -602
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternget-type.html +0 -435
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternget.html +0 -249
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternhash.html +0 -217
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternprint.html +0 -218
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternreference.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternremove.html +0 -227
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrbasename.html +0 -212
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrcmp.html +0 -232
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrcmpignorecase.html +0 -233
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrcopy.html +0 -226
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrcopyfilename.html +0 -234
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrdirname.html +0 -223
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrdowncase.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrfree.html +0 -217
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrlistcreate.html +0 -221
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrlistdone.html +0 -210
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrlistnext.html +0 -221
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrplus.html +0 -233
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetadd.html +0 -231
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetaddfilename.html +0 -233
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetcreate.html +0 -216
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetdel.html +0 -237
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetdestroy.html +0 -221
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetequal.html +0 -233
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetmember.html +0 -232
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrstr.html +0 -244
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrstrignorecase.html +0 -244
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fctolower.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcucs4toutf8.html +0 -233
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcutf16len.html +0 -278
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcutf16toucs4.html +0 -265
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcutf8len.html +0 -261
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcutf8toucs4.html +0 -249
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcvaluedestroy.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcvalueequal.html +0 -212
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcvalueprint.html +0 -223
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcvaluesave.html +0 -227
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/ln12.html +0 -128
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/t1.html +0 -133
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/x102.html +0 -1463
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/x19.html +0 -264
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/x31.html +0 -590
- data/vendor/local/share/doc/fontconfig/fontconfig-user.html +0 -1352
- data/vendor/local/share/doc/fontconfig/fontconfig-user.pdf +0 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-user.txt +0 -644
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Version-Information.html +0 -340
- data/vendor/local/share/gtk-doc/html/cairo/cairo.devhelp +0 -477
- data/vendor/local/share/man/man1/fc-cache.1 +0 -70
- data/vendor/local/share/man/man1/fc-cat.1 +0 -44
- data/vendor/local/share/man/man1/fc-list.1 +0 -72
- data/vendor/local/share/man/man1/fc-match.1 +0 -73
- data/vendor/local/share/man/man1/fc-query.1 +0 -57
- data/vendor/local/share/man/man1/fc-scan.1 +0 -52
- data/vendor/local/share/man/man1/xmlwf.1 +0 -251
- data/vendor/local/share/man/man3/FcAtomicCreate.3 +0 -19
- data/vendor/local/share/man/man3/FcAtomicDeleteNew.3 +0 -16
- data/vendor/local/share/man/man3/FcAtomicDestroy.3 +0 -16
- data/vendor/local/share/man/man3/FcAtomicLock.3 +0 -18
- data/vendor/local/share/man/man3/FcAtomicNewFile.3 +0 -17
- data/vendor/local/share/man/man3/FcAtomicOrigFile.3 +0 -16
- data/vendor/local/share/man/man3/FcAtomicReplaceOrig.3 +0 -18
- data/vendor/local/share/man/man3/FcAtomicUnlock.3 +0 -16
- data/vendor/local/share/man/man3/FcBlanksAdd.3 +0 -18
- data/vendor/local/share/man/man3/FcBlanksCreate.3 +0 -16
- data/vendor/local/share/man/man3/FcBlanksDestroy.3 +0 -16
- data/vendor/local/share/man/man3/FcBlanksIsMember.3 +0 -18
- data/vendor/local/share/man/man3/FcCacheCopySet.3 +0 -18
- data/vendor/local/share/man/man3/FcCacheDir.3 +0 -16
- data/vendor/local/share/man/man3/FcCacheNumFont.3 +0 -17
- data/vendor/local/share/man/man3/FcCacheNumSubdir.3 +0 -16
- data/vendor/local/share/man/man3/FcCacheSubdir.3 +0 -20
- data/vendor/local/share/man/man3/FcCharSetAddChar.3 +0 -19
- data/vendor/local/share/man/man3/FcCharSetCopy.3 +0 -17
- data/vendor/local/share/man/man3/FcCharSetCount.3 +0 -16
- data/vendor/local/share/man/man3/FcCharSetCoverage.3 +0 -23
- data/vendor/local/share/man/man3/FcCharSetCreate.3 +0 -17
- data/vendor/local/share/man/man3/FcCharSetDestroy.3 +0 -18
- data/vendor/local/share/man/man3/FcCharSetEqual.3 +0 -18
- data/vendor/local/share/man/man3/FcCharSetFirstPage.3 +0 -20
- data/vendor/local/share/man/man3/FcCharSetHasChar.3 +0 -17
- data/vendor/local/share/man/man3/FcCharSetIntersect.3 +0 -18
- data/vendor/local/share/man/man3/FcCharSetIntersectCount.3 +0 -17
- data/vendor/local/share/man/man3/FcCharSetIsSubset.3 +0 -17
- data/vendor/local/share/man/man3/FcCharSetMerge.3 +0 -23
- data/vendor/local/share/man/man3/FcCharSetNew.3 +0 -16
- data/vendor/local/share/man/man3/FcCharSetNextPage.3 +0 -20
- data/vendor/local/share/man/man3/FcCharSetSubtract.3 +0 -17
- data/vendor/local/share/man/man3/FcCharSetSubtractCount.3 +0 -17
- data/vendor/local/share/man/man3/FcCharSetUnion.3 +0 -17
- data/vendor/local/share/man/man3/FcConfigAppFontAddDir.3 +0 -20
- data/vendor/local/share/man/man3/FcConfigAppFontAddFile.3 +0 -19
- data/vendor/local/share/man/man3/FcConfigAppFontClear.3 +0 -17
- data/vendor/local/share/man/man3/FcConfigBuildFonts.3 +0 -19
- data/vendor/local/share/man/man3/FcConfigCreate.3 +0 -16
- data/vendor/local/share/man/man3/FcConfigDestroy.3 +0 -19
- data/vendor/local/share/man/man3/FcConfigEnableHome.3 +0 -20
- data/vendor/local/share/man/man3/FcConfigFilename.3 +0 -26
- data/vendor/local/share/man/man3/FcConfigGetBlanks.3 +0 -20
- data/vendor/local/share/man/man3/FcConfigGetCache.3 +0 -17
- data/vendor/local/share/man/man3/FcConfigGetCacheDirs.3 +0 -19
- data/vendor/local/share/man/man3/FcConfigGetConfigDirs.3 +0 -18
- data/vendor/local/share/man/man3/FcConfigGetConfigFiles.3 +0 -17
- data/vendor/local/share/man/man3/FcConfigGetCurrent.3 +0 -16
- data/vendor/local/share/man/man3/FcConfigGetFontDirs.3 +0 -19
- data/vendor/local/share/man/man3/FcConfigGetFonts.3 +0 -20
- data/vendor/local/share/man/man3/FcConfigGetRescanInterval.3 +0 -20
- data/vendor/local/share/man/man3/FcConfigHome.3 +0 -18
- data/vendor/local/share/man/man3/FcConfigParseAndLoad.3 +0 -23
- data/vendor/local/share/man/man3/FcConfigReference.3 +0 -21
- data/vendor/local/share/man/man3/FcConfigSetCurrent.3 +0 -17
- data/vendor/local/share/man/man3/FcConfigSetRescanInterval.3 +0 -20
- data/vendor/local/share/man/man3/FcConfigSubstitute.3 +0 -20
- data/vendor/local/share/man/man3/FcConfigSubstituteWithPat.3 +0 -24
- data/vendor/local/share/man/man3/FcConfigUptoDate.3 +0 -18
- data/vendor/local/share/man/man3/FcDefaultSubstitute.3 +0 -27
- data/vendor/local/share/man/man3/FcDirCacheLoad.3 +0 -21
- data/vendor/local/share/man/man3/FcDirCacheLoadFile.3 +0 -19
- data/vendor/local/share/man/man3/FcDirCacheRead.3 +0 -21
- data/vendor/local/share/man/man3/FcDirCacheUnlink.3 +0 -20
- data/vendor/local/share/man/man3/FcDirCacheUnload.3 +0 -17
- data/vendor/local/share/man/man3/FcDirCacheValid.3 +0 -17
- data/vendor/local/share/man/man3/FcDirSave.3 +0 -22
- data/vendor/local/share/man/man3/FcDirScan.3 +0 -26
- data/vendor/local/share/man/man3/FcFileIsDir.3 +0 -17
- data/vendor/local/share/man/man3/FcFileScan.3 +0 -31
- data/vendor/local/share/man/man3/FcFini.3 +0 -19
- data/vendor/local/share/man/man3/FcFontList.3 +0 -21
- data/vendor/local/share/man/man3/FcFontMatch.3 +0 -25
- data/vendor/local/share/man/man3/FcFontRenderPrepare.3 +0 -21
- data/vendor/local/share/man/man3/FcFontSetAdd.3 +0 -19
- data/vendor/local/share/man/man3/FcFontSetCreate.3 +0 -16
- data/vendor/local/share/man/man3/FcFontSetDestroy.3 +0 -17
- data/vendor/local/share/man/man3/FcFontSetList.3 +0 -25
- data/vendor/local/share/man/man3/FcFontSetMatch.3 +0 -28
- data/vendor/local/share/man/man3/FcFontSetPrint.3 +0 -19
- data/vendor/local/share/man/man3/FcFontSetSort.3 +0 -39
- data/vendor/local/share/man/man3/FcFontSetSortDestroy.3 +0 -19
- data/vendor/local/share/man/man3/FcFontSort.3 +0 -33
- data/vendor/local/share/man/man3/FcFreeTypeCharIndex.3 +0 -22
- data/vendor/local/share/man/man3/FcFreeTypeCharSet.3 +0 -21
- data/vendor/local/share/man/man3/FcFreeTypeCharSetAndSpacing.3 +0 -28
- data/vendor/local/share/man/man3/FcFreeTypeQuery.3 +0 -21
- data/vendor/local/share/man/man3/FcFreeTypeQueryFace.3 +0 -21
- data/vendor/local/share/man/man3/FcGetLangs.3 +0 -16
- data/vendor/local/share/man/man3/FcGetVersion.3 +0 -16
- data/vendor/local/share/man/man3/FcInit.3 +0 -19
- data/vendor/local/share/man/man3/FcInitBringUptoDate.3 +0 -19
- data/vendor/local/share/man/man3/FcInitLoadConfig.3 +0 -17
- data/vendor/local/share/man/man3/FcInitLoadConfigAndFonts.3 +0 -17
- data/vendor/local/share/man/man3/FcInitReinitialize.3 +0 -19
- data/vendor/local/share/man/man3/FcIsLower.3 +0 -17
- data/vendor/local/share/man/man3/FcIsUpper.3 +0 -17
- data/vendor/local/share/man/man3/FcLangGetCharSet.3 +0 -16
- data/vendor/local/share/man/man3/FcLangSetAdd.3 +0 -20
- data/vendor/local/share/man/man3/FcLangSetCompare.3 +0 -22
- data/vendor/local/share/man/man3/FcLangSetContains.3 +0 -22
- data/vendor/local/share/man/man3/FcLangSetCopy.3 +0 -17
- data/vendor/local/share/man/man3/FcLangSetCreate.3 +0 -16
- data/vendor/local/share/man/man3/FcLangSetDestroy.3 +0 -17
- data/vendor/local/share/man/man3/FcLangSetEqual.3 +0 -18
- data/vendor/local/share/man/man3/FcLangSetGetLangs.3 +0 -16
- data/vendor/local/share/man/man3/FcLangSetHasLang.3 +0 -23
- data/vendor/local/share/man/man3/FcLangSetHash.3 +0 -20
- data/vendor/local/share/man/man3/FcMatrixCopy.3 +0 -17
- data/vendor/local/share/man/man3/FcMatrixEqual.3 +0 -19
- data/vendor/local/share/man/man3/FcMatrixInit.3 +0 -17
- data/vendor/local/share/man/man3/FcMatrixMultiply.3 +0 -20
- data/vendor/local/share/man/man3/FcMatrixRotate.3 +0 -27
- data/vendor/local/share/man/man3/FcMatrixScale.3 +0 -27
- data/vendor/local/share/man/man3/FcMatrixShear.3 +0 -27
- data/vendor/local/share/man/man3/FcNameConstant.3 +0 -18
- data/vendor/local/share/man/man3/FcNameGetConstant.3 +0 -16
- data/vendor/local/share/man/man3/FcNameGetObjectType.3 +0 -16
- data/vendor/local/share/man/man3/FcNameParse.3 +0 -16
- data/vendor/local/share/man/man3/FcNameRegisterConstants.3 +0 -19
- data/vendor/local/share/man/man3/FcNameRegisterObjectTypes.3 +0 -19
- data/vendor/local/share/man/man3/FcNameUnparse.3 +0 -18
- data/vendor/local/share/man/man3/FcNameUnregisterConstants.3 +0 -19
- data/vendor/local/share/man/man3/FcNameUnregisterObjectTypes.3 +0 -17
- data/vendor/local/share/man/man3/FcObjectSetAdd.3 +0 -18
- data/vendor/local/share/man/man3/FcObjectSetBuild.3 +0 -26
- data/vendor/local/share/man/man3/FcObjectSetCreate.3 +0 -16
- data/vendor/local/share/man/man3/FcObjectSetDestroy.3 +0 -16
- data/vendor/local/share/man/man3/FcPatternAdd-Type.3 +0 -49
- data/vendor/local/share/man/man3/FcPatternAdd.3 +0 -23
- data/vendor/local/share/man/man3/FcPatternAddWeak.3 +0 -20
- data/vendor/local/share/man/man3/FcPatternBuild.3 +0 -50
- data/vendor/local/share/man/man3/FcPatternCreate.3 +0 -16
- data/vendor/local/share/man/man3/FcPatternDel.3 +0 -18
- data/vendor/local/share/man/man3/FcPatternDestroy.3 +0 -17
- data/vendor/local/share/man/man3/FcPatternDuplicate.3 +0 -18
- data/vendor/local/share/man/man3/FcPatternEqual.3 +0 -17
- data/vendor/local/share/man/man3/FcPatternEqualSubset.3 +0 -19
- data/vendor/local/share/man/man3/FcPatternFilter.3 +0 -20
- data/vendor/local/share/man/man3/FcPatternFormat.3 +0 -205
- data/vendor/local/share/man/man3/FcPatternGet-Type.3 +0 -56
- data/vendor/local/share/man/man3/FcPatternGet.3 +0 -22
- data/vendor/local/share/man/man3/FcPatternHash.3 +0 -17
- data/vendor/local/share/man/man3/FcPatternPrint.3 +0 -18
- data/vendor/local/share/man/man3/FcPatternReference.3 +0 -17
- data/vendor/local/share/man/man3/FcPatternRemove.3 +0 -19
- data/vendor/local/share/man/man3/FcStrBasename.3 +0 -18
- data/vendor/local/share/man/man3/FcStrCmp.3 +0 -18
- data/vendor/local/share/man/man3/FcStrCmpIgnoreCase.3 +0 -19
- data/vendor/local/share/man/man3/FcStrCopy.3 +0 -18
- data/vendor/local/share/man/man3/FcStrCopyFilename.3 +0 -23
- data/vendor/local/share/man/man3/FcStrDirname.3 +0 -18
- data/vendor/local/share/man/man3/FcStrDowncase.3 +0 -17
- data/vendor/local/share/man/man3/FcStrFree.3 +0 -17
- data/vendor/local/share/man/man3/FcStrListCreate.3 +0 -16
- data/vendor/local/share/man/man3/FcStrListDone.3 +0 -16
- data/vendor/local/share/man/man3/FcStrListNext.3 +0 -16
- data/vendor/local/share/man/man3/FcStrPlus.3 +0 -19
- data/vendor/local/share/man/man3/FcStrSetAdd.3 +0 -17
- data/vendor/local/share/man/man3/FcStrSetAddFilename.3 +0 -19
- data/vendor/local/share/man/man3/FcStrSetCreate.3 +0 -16
- data/vendor/local/share/man/man3/FcStrSetDel.3 +0 -18
- data/vendor/local/share/man/man3/FcStrSetDestroy.3 +0 -16
- data/vendor/local/share/man/man3/FcStrSetEqual.3 +0 -19
- data/vendor/local/share/man/man3/FcStrSetMember.3 +0 -18
- data/vendor/local/share/man/man3/FcStrStr.3 +0 -20
- data/vendor/local/share/man/man3/FcStrStrIgnoreCase.3 +0 -20
- data/vendor/local/share/man/man3/FcToLower.3 +0 -17
- data/vendor/local/share/man/man3/FcUcs4ToUtf8.3 +0 -19
- data/vendor/local/share/man/man3/FcUtf16Len.3 +0 -27
- data/vendor/local/share/man/man3/FcUtf16ToUcs4.3 +0 -23
- data/vendor/local/share/man/man3/FcUtf8Len.3 +0 -24
- data/vendor/local/share/man/man3/FcUtf8ToUcs4.3 +0 -21
- data/vendor/local/share/man/man3/FcValueDestroy.3 +0 -17
- data/vendor/local/share/man/man3/FcValueEqual.3 +0 -19
- data/vendor/local/share/man/man3/FcValuePrint.3 +0 -18
- data/vendor/local/share/man/man3/FcValueSave.3 +0 -17
- data/vendor/local/share/man/man5/fonts-conf.5 +0 -644
- data/vendor/local/src/dieterv/packaging/cairo_1.10.2-2_win32.log +0 -1315
- data/vendor/local/src/dieterv/packaging/cairo_1.10.2-2_win32.sh +0 -251
- data/vendor/local/src/dieterv/packaging/expat_2.1.0-1_win32.log +0 -181
- data/vendor/local/src/dieterv/packaging/expat_2.1.0-1_win32.sh +0 -76
- data/vendor/local/src/dieterv/packaging/freetype_2.4.10-1_win32.log +0 -363
- data/vendor/local/src/dieterv/packaging/freetype_2.4.10-1_win32.sh +0 -92
- data/vendor/local/src/dieterv/packaging/libpng_1.4.12-1_win32.log +0 -283
- data/vendor/local/src/dieterv/packaging/libpng_1.4.12-1_win32.sh +0 -71
- data/vendor/local/src/tml/packaging/fontconfig_2.8.0-2_win32.log +0 -999
- data/vendor/local/src/tml/packaging/fontconfig_2.8.0-2_win32.sh +0 -79
- 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
data/vendor/local/include/zlib.h
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
/* zlib.h -- interface of the 'zlib' general purpose compression library
|
2
|
-
version 1.2.
|
2
|
+
version 1.2.8, April 28th, 2013
|
3
3
|
|
4
|
-
Copyright (C) 1995-
|
4
|
+
Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler
|
5
5
|
|
6
6
|
This software is provided 'as-is', without any express or implied
|
7
7
|
warranty. In no event will the authors be held liable for any damages
|
@@ -24,8 +24,8 @@
|
|
24
24
|
|
25
25
|
|
26
26
|
The data format used by the zlib library is described by RFCs (Request for
|
27
|
-
Comments) 1950 to 1952 in the files http://
|
28
|
-
(zlib format), rfc1951
|
27
|
+
Comments) 1950 to 1952 in the files http://tools.ietf.org/html/rfc1950
|
28
|
+
(zlib format), rfc1951 (deflate format) and rfc1952 (gzip format).
|
29
29
|
*/
|
30
30
|
|
31
31
|
#ifndef ZLIB_H
|
@@ -37,11 +37,11 @@
|
|
37
37
|
extern "C" {
|
38
38
|
#endif
|
39
39
|
|
40
|
-
#define ZLIB_VERSION "1.2.
|
41
|
-
#define ZLIB_VERNUM
|
40
|
+
#define ZLIB_VERSION "1.2.8"
|
41
|
+
#define ZLIB_VERNUM 0x1280
|
42
42
|
#define ZLIB_VER_MAJOR 1
|
43
43
|
#define ZLIB_VER_MINOR 2
|
44
|
-
#define ZLIB_VER_REVISION
|
44
|
+
#define ZLIB_VER_REVISION 8
|
45
45
|
#define ZLIB_VER_SUBREVISION 0
|
46
46
|
|
47
47
|
/*
|
@@ -83,15 +83,15 @@ typedef void (*free_func) OF((voidpf opaque, voidpf address));
|
|
83
83
|
struct internal_state;
|
84
84
|
|
85
85
|
typedef struct z_stream_s {
|
86
|
-
Bytef
|
86
|
+
z_const Bytef *next_in; /* next input byte */
|
87
87
|
uInt avail_in; /* number of bytes available at next_in */
|
88
|
-
uLong total_in; /* total
|
88
|
+
uLong total_in; /* total number of input bytes read so far */
|
89
89
|
|
90
90
|
Bytef *next_out; /* next output byte should be put there */
|
91
91
|
uInt avail_out; /* remaining free space at next_out */
|
92
|
-
uLong total_out; /* total
|
92
|
+
uLong total_out; /* total number of bytes output so far */
|
93
93
|
|
94
|
-
char
|
94
|
+
z_const char *msg; /* last error message, NULL if no error */
|
95
95
|
struct internal_state FAR *state; /* not visible by applications */
|
96
96
|
|
97
97
|
alloc_func zalloc; /* used to allocate the internal state */
|
@@ -327,8 +327,9 @@ ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
|
|
327
327
|
|
328
328
|
Z_FINISH can be used immediately after deflateInit if all the compression
|
329
329
|
is to be done in a single step. In this case, avail_out must be at least the
|
330
|
-
value returned by deflateBound (see below).
|
331
|
-
Z_STREAM_END
|
330
|
+
value returned by deflateBound (see below). Then deflate is guaranteed to
|
331
|
+
return Z_STREAM_END. If not enough output space is provided, deflate will
|
332
|
+
not return Z_STREAM_END, and it must be called again as described above.
|
332
333
|
|
333
334
|
deflate() sets strm->adler to the adler32 checksum of all input read
|
334
335
|
so far (that is, total_in bytes).
|
@@ -451,23 +452,29 @@ ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
|
|
451
452
|
error. However if all decompression is to be performed in a single step (a
|
452
453
|
single call of inflate), the parameter flush should be set to Z_FINISH. In
|
453
454
|
this case all pending input is processed and all pending output is flushed;
|
454
|
-
avail_out must be large enough to hold all the uncompressed data
|
455
|
-
of the uncompressed data may have been
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
inflate
|
455
|
+
avail_out must be large enough to hold all of the uncompressed data for the
|
456
|
+
operation to complete. (The size of the uncompressed data may have been
|
457
|
+
saved by the compressor for this purpose.) The use of Z_FINISH is not
|
458
|
+
required to perform an inflation in one step. However it may be used to
|
459
|
+
inform inflate that a faster approach can be used for the single inflate()
|
460
|
+
call. Z_FINISH also informs inflate to not maintain a sliding window if the
|
461
|
+
stream completes, which reduces inflate's memory footprint. If the stream
|
462
|
+
does not complete, either because not all of the stream is provided or not
|
463
|
+
enough output space is provided, then a sliding window will be allocated and
|
464
|
+
inflate() can be called again to continue the operation as if Z_NO_FLUSH had
|
465
|
+
been used.
|
460
466
|
|
461
467
|
In this implementation, inflate() always flushes as much output as
|
462
468
|
possible to the output buffer, and always uses the faster approach on the
|
463
|
-
first call. So the
|
464
|
-
|
465
|
-
|
469
|
+
first call. So the effects of the flush parameter in this implementation are
|
470
|
+
on the return value of inflate() as noted below, when inflate() returns early
|
471
|
+
when Z_BLOCK or Z_TREES is used, and when inflate() avoids the allocation of
|
472
|
+
memory for a sliding window when Z_FINISH is used.
|
466
473
|
|
467
474
|
If a preset dictionary is needed after this call (see inflateSetDictionary
|
468
|
-
below), inflate sets strm->adler to the
|
475
|
+
below), inflate sets strm->adler to the Adler-32 checksum of the dictionary
|
469
476
|
chosen by the compressor and returns Z_NEED_DICT; otherwise it sets
|
470
|
-
strm->adler to the
|
477
|
+
strm->adler to the Adler-32 checksum of all output produced so far (that is,
|
471
478
|
total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
|
472
479
|
below. At the end of the stream, inflate() checks that its computed adler32
|
473
480
|
checksum is equal to that saved by the compressor and returns Z_STREAM_END
|
@@ -478,7 +485,9 @@ ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
|
|
478
485
|
initializing with inflateInit2(). Any information contained in the gzip
|
479
486
|
header is not retained, so applications that need that information should
|
480
487
|
instead use raw inflate, see inflateInit2() below, or inflateBack() and
|
481
|
-
perform their own processing of the gzip header and trailer.
|
488
|
+
perform their own processing of the gzip header and trailer. When processing
|
489
|
+
gzip-wrapped deflate data, strm->adler32 is set to the CRC-32 of the output
|
490
|
+
producted so far. The CRC-32 is checked against the gzip trailer.
|
482
491
|
|
483
492
|
inflate() returns Z_OK if some progress has been made (more input processed
|
484
493
|
or more output produced), Z_STREAM_END if the end of the compressed data has
|
@@ -580,10 +589,15 @@ ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
|
|
580
589
|
uInt dictLength));
|
581
590
|
/*
|
582
591
|
Initializes the compression dictionary from the given byte sequence
|
583
|
-
without producing any compressed output.
|
584
|
-
immediately after deflateInit, deflateInit2 or
|
585
|
-
of deflate.
|
586
|
-
|
592
|
+
without producing any compressed output. When using the zlib format, this
|
593
|
+
function must be called immediately after deflateInit, deflateInit2 or
|
594
|
+
deflateReset, and before any call of deflate. When doing raw deflate, this
|
595
|
+
function must be called either before any call of deflate, or immediately
|
596
|
+
after the completion of a deflate block, i.e. after all input has been
|
597
|
+
consumed and all output has been delivered when using any of the flush
|
598
|
+
options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The
|
599
|
+
compressor and decompressor must use exactly the same dictionary (see
|
600
|
+
inflateSetDictionary).
|
587
601
|
|
588
602
|
The dictionary should consist of strings (byte sequences) that are likely
|
589
603
|
to be encountered later in the data to be compressed, with the most commonly
|
@@ -610,8 +624,8 @@ ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
|
|
610
624
|
deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
|
611
625
|
parameter is invalid (e.g. dictionary being Z_NULL) or the stream state is
|
612
626
|
inconsistent (for example if deflate has already been called for this stream
|
613
|
-
or if
|
614
|
-
perform any compression: this will be done by deflate().
|
627
|
+
or if not at a block boundary for raw deflate). deflateSetDictionary does
|
628
|
+
not perform any compression: this will be done by deflate().
|
615
629
|
*/
|
616
630
|
|
617
631
|
ZEXTERN int ZEXPORT deflateCopy OF((z_streamp dest,
|
@@ -688,8 +702,28 @@ ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
|
|
688
702
|
deflation of sourceLen bytes. It must be called after deflateInit() or
|
689
703
|
deflateInit2(), and after deflateSetHeader(), if used. This would be used
|
690
704
|
to allocate an output buffer for deflation in a single pass, and so would be
|
691
|
-
called before deflate().
|
692
|
-
|
705
|
+
called before deflate(). If that first deflate() call is provided the
|
706
|
+
sourceLen input bytes, an output buffer allocated to the size returned by
|
707
|
+
deflateBound(), and the flush value Z_FINISH, then deflate() is guaranteed
|
708
|
+
to return Z_STREAM_END. Note that it is possible for the compressed size to
|
709
|
+
be larger than the value returned by deflateBound() if flush options other
|
710
|
+
than Z_FINISH or Z_NO_FLUSH are used.
|
711
|
+
*/
|
712
|
+
|
713
|
+
ZEXTERN int ZEXPORT deflatePending OF((z_streamp strm,
|
714
|
+
unsigned *pending,
|
715
|
+
int *bits));
|
716
|
+
/*
|
717
|
+
deflatePending() returns the number of bytes and bits of output that have
|
718
|
+
been generated, but not yet provided in the available output. The bytes not
|
719
|
+
provided would be due to the available output space having being consumed.
|
720
|
+
The number of bits of output not provided are between 0 and 7, where they
|
721
|
+
await more bits to join them in order to fill out a full byte. If pending
|
722
|
+
or bits are Z_NULL, then those values are not set.
|
723
|
+
|
724
|
+
deflatePending returns Z_OK if success, or Z_STREAM_ERROR if the source
|
725
|
+
stream state was inconsistent.
|
726
|
+
*/
|
693
727
|
|
694
728
|
ZEXTERN int ZEXPORT deflatePrime OF((z_streamp strm,
|
695
729
|
int bits,
|
@@ -703,8 +737,9 @@ ZEXTERN int ZEXPORT deflatePrime OF((z_streamp strm,
|
|
703
737
|
than or equal to 16, and that many of the least significant bits of value
|
704
738
|
will be inserted in the output.
|
705
739
|
|
706
|
-
deflatePrime returns Z_OK if success,
|
707
|
-
|
740
|
+
deflatePrime returns Z_OK if success, Z_BUF_ERROR if there was not enough
|
741
|
+
room in the internal buffer to insert the bits, or Z_STREAM_ERROR if the
|
742
|
+
source stream state was inconsistent.
|
708
743
|
*/
|
709
744
|
|
710
745
|
ZEXTERN int ZEXPORT deflateSetHeader OF((z_streamp strm,
|
@@ -790,10 +825,11 @@ ZEXTERN int ZEXPORT inflateSetDictionary OF((z_streamp strm,
|
|
790
825
|
if that call returned Z_NEED_DICT. The dictionary chosen by the compressor
|
791
826
|
can be determined from the adler32 value returned by that call of inflate.
|
792
827
|
The compressor and decompressor must use exactly the same dictionary (see
|
793
|
-
deflateSetDictionary). For raw inflate, this function can be called
|
794
|
-
|
795
|
-
|
796
|
-
|
828
|
+
deflateSetDictionary). For raw inflate, this function can be called at any
|
829
|
+
time to set the dictionary. If the provided dictionary is smaller than the
|
830
|
+
window and there is already data in the window, then the provided dictionary
|
831
|
+
will amend what's there. The application must insure that the dictionary
|
832
|
+
that was used for compression is provided.
|
797
833
|
|
798
834
|
inflateSetDictionary returns Z_OK if success, Z_STREAM_ERROR if a
|
799
835
|
parameter is invalid (e.g. dictionary being Z_NULL) or the stream state is
|
@@ -803,19 +839,38 @@ ZEXTERN int ZEXPORT inflateSetDictionary OF((z_streamp strm,
|
|
803
839
|
inflate().
|
804
840
|
*/
|
805
841
|
|
842
|
+
ZEXTERN int ZEXPORT inflateGetDictionary OF((z_streamp strm,
|
843
|
+
Bytef *dictionary,
|
844
|
+
uInt *dictLength));
|
845
|
+
/*
|
846
|
+
Returns the sliding dictionary being maintained by inflate. dictLength is
|
847
|
+
set to the number of bytes in the dictionary, and that many bytes are copied
|
848
|
+
to dictionary. dictionary must have enough space, where 32768 bytes is
|
849
|
+
always enough. If inflateGetDictionary() is called with dictionary equal to
|
850
|
+
Z_NULL, then only the dictionary length is returned, and nothing is copied.
|
851
|
+
Similary, if dictLength is Z_NULL, then it is not set.
|
852
|
+
|
853
|
+
inflateGetDictionary returns Z_OK on success, or Z_STREAM_ERROR if the
|
854
|
+
stream state is inconsistent.
|
855
|
+
*/
|
856
|
+
|
806
857
|
ZEXTERN int ZEXPORT inflateSync OF((z_streamp strm));
|
807
858
|
/*
|
808
|
-
Skips invalid compressed data until a full flush point (see above
|
809
|
-
description of deflate with Z_FULL_FLUSH) can be found, or until all
|
859
|
+
Skips invalid compressed data until a possible full flush point (see above
|
860
|
+
for the description of deflate with Z_FULL_FLUSH) can be found, or until all
|
810
861
|
available input is skipped. No output is provided.
|
811
862
|
|
812
|
-
inflateSync
|
813
|
-
|
814
|
-
|
815
|
-
|
816
|
-
|
817
|
-
|
818
|
-
|
863
|
+
inflateSync searches for a 00 00 FF FF pattern in the compressed data.
|
864
|
+
All full flush points have this pattern, but not all occurrences of this
|
865
|
+
pattern are full flush points.
|
866
|
+
|
867
|
+
inflateSync returns Z_OK if a possible full flush point has been found,
|
868
|
+
Z_BUF_ERROR if no more input was provided, Z_DATA_ERROR if no flush point
|
869
|
+
has been found, or Z_STREAM_ERROR if the stream structure was inconsistent.
|
870
|
+
In the success case, the application may save the current current value of
|
871
|
+
total_in which indicates where valid compressed data was found. In the
|
872
|
+
error case, the application may repeatedly call inflateSync, providing more
|
873
|
+
input each time, until success or end of the input data.
|
819
874
|
*/
|
820
875
|
|
821
876
|
ZEXTERN int ZEXPORT inflateCopy OF((z_streamp dest,
|
@@ -962,12 +1017,13 @@ ZEXTERN int ZEXPORT inflateBackInit OF((z_streamp strm, int windowBits,
|
|
962
1017
|
See inflateBack() for the usage of these routines.
|
963
1018
|
|
964
1019
|
inflateBackInit will return Z_OK on success, Z_STREAM_ERROR if any of
|
965
|
-
the
|
1020
|
+
the parameters are invalid, Z_MEM_ERROR if the internal state could not be
|
966
1021
|
allocated, or Z_VERSION_ERROR if the version of the library does not match
|
967
1022
|
the version of the header file.
|
968
1023
|
*/
|
969
1024
|
|
970
|
-
typedef unsigned (*in_func) OF((void FAR *,
|
1025
|
+
typedef unsigned (*in_func) OF((void FAR *,
|
1026
|
+
z_const unsigned char FAR * FAR *));
|
971
1027
|
typedef int (*out_func) OF((void FAR *, unsigned char FAR *, unsigned));
|
972
1028
|
|
973
1029
|
ZEXTERN int ZEXPORT inflateBack OF((z_streamp strm,
|
@@ -975,11 +1031,12 @@ ZEXTERN int ZEXPORT inflateBack OF((z_streamp strm,
|
|
975
1031
|
out_func out, void FAR *out_desc));
|
976
1032
|
/*
|
977
1033
|
inflateBack() does a raw inflate with a single call using a call-back
|
978
|
-
interface for input and output. This is more efficient than
|
979
|
-
file i/o applications in that it avoids copying between the
|
980
|
-
sliding window by simply making the window itself the output
|
981
|
-
|
982
|
-
the
|
1034
|
+
interface for input and output. This is potentially more efficient than
|
1035
|
+
inflate() for file i/o applications, in that it avoids copying between the
|
1036
|
+
output and the sliding window by simply making the window itself the output
|
1037
|
+
buffer. inflate() can be faster on modern CPUs when used with large
|
1038
|
+
buffers. inflateBack() trusts the application to not change the output
|
1039
|
+
buffer passed by the output function, at least until inflateBack() returns.
|
983
1040
|
|
984
1041
|
inflateBackInit() must be called first to allocate the internal state
|
985
1042
|
and to initialize the state with the user-provided window buffer.
|
@@ -1088,6 +1145,7 @@ ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void));
|
|
1088
1145
|
27-31: 0 (reserved)
|
1089
1146
|
*/
|
1090
1147
|
|
1148
|
+
#ifndef Z_SOLO
|
1091
1149
|
|
1092
1150
|
/* utility functions */
|
1093
1151
|
|
@@ -1149,10 +1207,11 @@ ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen,
|
|
1149
1207
|
|
1150
1208
|
uncompress returns Z_OK if success, Z_MEM_ERROR if there was not
|
1151
1209
|
enough memory, Z_BUF_ERROR if there was not enough room in the output
|
1152
|
-
buffer, or Z_DATA_ERROR if the input data was corrupted or incomplete.
|
1210
|
+
buffer, or Z_DATA_ERROR if the input data was corrupted or incomplete. In
|
1211
|
+
the case where there is not enough room, uncompress() will fill the output
|
1212
|
+
buffer with the uncompressed data up to that point.
|
1153
1213
|
*/
|
1154
1214
|
|
1155
|
-
|
1156
1215
|
/* gzip file access functions */
|
1157
1216
|
|
1158
1217
|
/*
|
@@ -1162,7 +1221,7 @@ ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen,
|
|
1162
1221
|
wrapper, documented in RFC 1952, wrapped around a deflate stream.
|
1163
1222
|
*/
|
1164
1223
|
|
1165
|
-
typedef
|
1224
|
+
typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */
|
1166
1225
|
|
1167
1226
|
/*
|
1168
1227
|
ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
|
@@ -1172,13 +1231,28 @@ ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
|
|
1172
1231
|
a strategy: 'f' for filtered data as in "wb6f", 'h' for Huffman-only
|
1173
1232
|
compression as in "wb1h", 'R' for run-length encoding as in "wb1R", or 'F'
|
1174
1233
|
for fixed code compression as in "wb9F". (See the description of
|
1175
|
-
deflateInit2 for more information about the strategy parameter.)
|
1176
|
-
|
1177
|
-
|
1178
|
-
|
1234
|
+
deflateInit2 for more information about the strategy parameter.) 'T' will
|
1235
|
+
request transparent writing or appending with no compression and not using
|
1236
|
+
the gzip format.
|
1237
|
+
|
1238
|
+
"a" can be used instead of "w" to request that the gzip stream that will
|
1239
|
+
be written be appended to the file. "+" will result in an error, since
|
1240
|
+
reading and writing to the same gzip file is not supported. The addition of
|
1241
|
+
"x" when writing will create the file exclusively, which fails if the file
|
1242
|
+
already exists. On systems that support it, the addition of "e" when
|
1243
|
+
reading or writing will set the flag to close the file on an execve() call.
|
1244
|
+
|
1245
|
+
These functions, as well as gzip, will read and decode a sequence of gzip
|
1246
|
+
streams in a file. The append function of gzopen() can be used to create
|
1247
|
+
such a file. (Also see gzflush() for another way to do this.) When
|
1248
|
+
appending, gzopen does not test whether the file begins with a gzip stream,
|
1249
|
+
nor does it look for the end of the gzip streams to begin appending. gzopen
|
1250
|
+
will simply append a gzip stream to the existing file.
|
1179
1251
|
|
1180
1252
|
gzopen can be used to read a file which is not in gzip format; in this
|
1181
|
-
case gzread will directly read from the file without decompression.
|
1253
|
+
case gzread will directly read from the file without decompression. When
|
1254
|
+
reading, this will be detected automatically by looking for the magic two-
|
1255
|
+
byte gzip header.
|
1182
1256
|
|
1183
1257
|
gzopen returns NULL if the file could not be opened, if there was
|
1184
1258
|
insufficient memory to allocate the gzFile state, or if an invalid mode was
|
@@ -1197,7 +1271,11 @@ ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
|
|
1197
1271
|
descriptor fd, just like fclose(fdopen(fd, mode)) closes the file descriptor
|
1198
1272
|
fd. If you want to keep fd open, use fd = dup(fd_keep); gz = gzdopen(fd,
|
1199
1273
|
mode);. The duplicated descriptor should be saved to avoid a leak, since
|
1200
|
-
gzdopen does not close fd if it fails.
|
1274
|
+
gzdopen does not close fd if it fails. If you are using fileno() to get the
|
1275
|
+
file descriptor from a FILE *, then you will have to use dup() to avoid
|
1276
|
+
double-close()ing the file descriptor. Both gzclose() and fclose() will
|
1277
|
+
close the associated file descriptor, so they need to have different file
|
1278
|
+
descriptors.
|
1201
1279
|
|
1202
1280
|
gzdopen returns NULL if there was insufficient memory to allocate the
|
1203
1281
|
gzFile state, if an invalid mode was specified (an 'r', 'w', or 'a' was not
|
@@ -1235,14 +1313,26 @@ ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
|
|
1235
1313
|
ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len));
|
1236
1314
|
/*
|
1237
1315
|
Reads the given number of uncompressed bytes from the compressed file. If
|
1238
|
-
the input file
|
1239
|
-
bytes into the buffer.
|
1316
|
+
the input file is not in gzip format, gzread copies the given number of
|
1317
|
+
bytes into the buffer directly from the file.
|
1240
1318
|
|
1241
1319
|
After reaching the end of a gzip stream in the input, gzread will continue
|
1242
|
-
to read, looking for another gzip stream
|
1243
|
-
|
1244
|
-
|
1245
|
-
|
1320
|
+
to read, looking for another gzip stream. Any number of gzip streams may be
|
1321
|
+
concatenated in the input file, and will all be decompressed by gzread().
|
1322
|
+
If something other than a gzip stream is encountered after a gzip stream,
|
1323
|
+
that remaining trailing garbage is ignored (and no error is returned).
|
1324
|
+
|
1325
|
+
gzread can be used to read a gzip file that is being concurrently written.
|
1326
|
+
Upon reaching the end of the input, gzread will return with the available
|
1327
|
+
data. If the error code returned by gzerror is Z_OK or Z_BUF_ERROR, then
|
1328
|
+
gzclearerr can be used to clear the end of file indicator in order to permit
|
1329
|
+
gzread to be tried again. Z_OK indicates that a gzip stream was completed
|
1330
|
+
on the last gzread. Z_BUF_ERROR indicates that the input file ended in the
|
1331
|
+
middle of a gzip stream. Note that gzread does not return -1 in the event
|
1332
|
+
of an incomplete gzip stream. This error is deferred until gzclose(), which
|
1333
|
+
will return Z_BUF_ERROR if the last gzread ended in the middle of a gzip
|
1334
|
+
stream. Alternatively, gzerror can be used before gzclose to detect this
|
1335
|
+
case.
|
1246
1336
|
|
1247
1337
|
gzread returns the number of uncompressed bytes actually read, less than
|
1248
1338
|
len for end of file, or -1 for error.
|
@@ -1256,7 +1346,7 @@ ZEXTERN int ZEXPORT gzwrite OF((gzFile file,
|
|
1256
1346
|
error.
|
1257
1347
|
*/
|
1258
1348
|
|
1259
|
-
ZEXTERN int ZEXPORTVA gzprintf
|
1349
|
+
ZEXTERN int ZEXPORTVA gzprintf Z_ARG((gzFile file, const char *format, ...));
|
1260
1350
|
/*
|
1261
1351
|
Converts, formats, and writes the arguments to the compressed file under
|
1262
1352
|
control of the format string, as in fprintf. gzprintf returns the number of
|
@@ -1301,7 +1391,10 @@ ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
|
|
1301
1391
|
ZEXTERN int ZEXPORT gzgetc OF((gzFile file));
|
1302
1392
|
/*
|
1303
1393
|
Reads one byte from the compressed file. gzgetc returns this byte or -1
|
1304
|
-
in case of end of file or error.
|
1394
|
+
in case of end of file or error. This is implemented as a macro for speed.
|
1395
|
+
As such, it does not do all of the checking the other functions do. I.e.
|
1396
|
+
it does not check to see if file is NULL, nor whether the structure file
|
1397
|
+
points to has been clobbered or not.
|
1305
1398
|
*/
|
1306
1399
|
|
1307
1400
|
ZEXTERN int ZEXPORT gzungetc OF((int c, gzFile file));
|
@@ -1397,9 +1490,7 @@ ZEXTERN int ZEXPORT gzeof OF((gzFile file));
|
|
1397
1490
|
ZEXTERN int ZEXPORT gzdirect OF((gzFile file));
|
1398
1491
|
/*
|
1399
1492
|
Returns true (1) if file is being copied directly while reading, or false
|
1400
|
-
(0) if file is a gzip stream being decompressed.
|
1401
|
-
false to true while reading the input file if the end of a gzip stream is
|
1402
|
-
reached, but is followed by data that is not another gzip stream.
|
1493
|
+
(0) if file is a gzip stream being decompressed.
|
1403
1494
|
|
1404
1495
|
If the input file is empty, gzdirect() will return true, since the input
|
1405
1496
|
does not contain a gzip stream.
|
@@ -1408,6 +1499,13 @@ ZEXTERN int ZEXPORT gzdirect OF((gzFile file));
|
|
1408
1499
|
cause buffers to be allocated to allow reading the file to determine if it
|
1409
1500
|
is a gzip file. Therefore if gzbuffer() is used, it should be called before
|
1410
1501
|
gzdirect().
|
1502
|
+
|
1503
|
+
When writing, gzdirect() returns true (1) if transparent writing was
|
1504
|
+
requested ("wT" for the gzopen() mode), or false (0) otherwise. (Note:
|
1505
|
+
gzdirect() is not needed when writing. Transparent writing must be
|
1506
|
+
explicitly requested, so the application already knows the answer. When
|
1507
|
+
linking statically, using gzdirect() will include all of the zlib code for
|
1508
|
+
gzip file reading and decompression, which may not be desired.)
|
1411
1509
|
*/
|
1412
1510
|
|
1413
1511
|
ZEXTERN int ZEXPORT gzclose OF((gzFile file));
|
@@ -1419,7 +1517,8 @@ ZEXTERN int ZEXPORT gzclose OF((gzFile file));
|
|
1419
1517
|
must not be called more than once on the same allocation.
|
1420
1518
|
|
1421
1519
|
gzclose will return Z_STREAM_ERROR if file is not valid, Z_ERRNO on a
|
1422
|
-
file operation error,
|
1520
|
+
file operation error, Z_MEM_ERROR if out of memory, Z_BUF_ERROR if the
|
1521
|
+
last read ended in the middle of a gzip stream, or Z_OK on success.
|
1423
1522
|
*/
|
1424
1523
|
|
1425
1524
|
ZEXTERN int ZEXPORT gzclose_r OF((gzFile file));
|
@@ -1457,6 +1556,7 @@ ZEXTERN void ZEXPORT gzclearerr OF((gzFile file));
|
|
1457
1556
|
file that is being written concurrently.
|
1458
1557
|
*/
|
1459
1558
|
|
1559
|
+
#endif /* !Z_SOLO */
|
1460
1560
|
|
1461
1561
|
/* checksum functions */
|
1462
1562
|
|
@@ -1492,16 +1592,17 @@ ZEXTERN uLong ZEXPORT adler32_combine OF((uLong adler1, uLong adler2,
|
|
1492
1592
|
Combine two Adler-32 checksums into one. For two sequences of bytes, seq1
|
1493
1593
|
and seq2 with lengths len1 and len2, Adler-32 checksums were calculated for
|
1494
1594
|
each, adler1 and adler2. adler32_combine() returns the Adler-32 checksum of
|
1495
|
-
seq1 and seq2 concatenated, requiring only adler1, adler2, and len2.
|
1595
|
+
seq1 and seq2 concatenated, requiring only adler1, adler2, and len2. Note
|
1596
|
+
that the z_off_t type (like off_t) is a signed integer. If len2 is
|
1597
|
+
negative, the result has no meaning or utility.
|
1496
1598
|
*/
|
1497
1599
|
|
1498
1600
|
ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));
|
1499
1601
|
/*
|
1500
1602
|
Update a running CRC-32 with the bytes buf[0..len-1] and return the
|
1501
1603
|
updated CRC-32. If buf is Z_NULL, this function returns the required
|
1502
|
-
initial value for the
|
1503
|
-
|
1504
|
-
application.
|
1604
|
+
initial value for the crc. Pre- and post-conditioning (one's complement) is
|
1605
|
+
performed within this function so it shouldn't be done by the application.
|
1505
1606
|
|
1506
1607
|
Usage example:
|
1507
1608
|
|
@@ -1544,32 +1645,97 @@ ZEXTERN int ZEXPORT inflateBackInit_ OF((z_streamp strm, int windowBits,
|
|
1544
1645
|
const char *version,
|
1545
1646
|
int stream_size));
|
1546
1647
|
#define deflateInit(strm, level) \
|
1547
|
-
deflateInit_((strm), (level),
|
1648
|
+
deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
|
1548
1649
|
#define inflateInit(strm) \
|
1549
|
-
inflateInit_((strm),
|
1650
|
+
inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream))
|
1550
1651
|
#define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \
|
1551
1652
|
deflateInit2_((strm),(level),(method),(windowBits),(memLevel),\
|
1552
|
-
(strategy),
|
1653
|
+
(strategy), ZLIB_VERSION, (int)sizeof(z_stream))
|
1553
1654
|
#define inflateInit2(strm, windowBits) \
|
1554
|
-
inflateInit2_((strm), (windowBits), ZLIB_VERSION,
|
1655
|
+
inflateInit2_((strm), (windowBits), ZLIB_VERSION, \
|
1656
|
+
(int)sizeof(z_stream))
|
1555
1657
|
#define inflateBackInit(strm, windowBits, window) \
|
1556
1658
|
inflateBackInit_((strm), (windowBits), (window), \
|
1557
|
-
|
1558
|
-
|
1559
|
-
|
1560
|
-
|
1561
|
-
|
1562
|
-
*
|
1563
|
-
*
|
1564
|
-
*
|
1565
|
-
*
|
1659
|
+
ZLIB_VERSION, (int)sizeof(z_stream))
|
1660
|
+
|
1661
|
+
#ifndef Z_SOLO
|
1662
|
+
|
1663
|
+
/* gzgetc() macro and its supporting function and exposed data structure. Note
|
1664
|
+
* that the real internal state is much larger than the exposed structure.
|
1665
|
+
* This abbreviated structure exposes just enough for the gzgetc() macro. The
|
1666
|
+
* user should not mess with these exposed elements, since their names or
|
1667
|
+
* behavior could change in the future, perhaps even capriciously. They can
|
1668
|
+
* only be used by the gzgetc() macro. You have been warned.
|
1566
1669
|
*/
|
1670
|
+
struct gzFile_s {
|
1671
|
+
unsigned have;
|
1672
|
+
unsigned char *next;
|
1673
|
+
z_off64_t pos;
|
1674
|
+
};
|
1675
|
+
ZEXTERN int ZEXPORT gzgetc_ OF((gzFile file)); /* backward compatibility */
|
1676
|
+
#ifdef Z_PREFIX_SET
|
1677
|
+
# undef z_gzgetc
|
1678
|
+
# define z_gzgetc(g) \
|
1679
|
+
((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : gzgetc(g))
|
1680
|
+
#else
|
1681
|
+
# define gzgetc(g) \
|
1682
|
+
((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : gzgetc(g))
|
1683
|
+
#endif
|
1684
|
+
|
1685
|
+
/* provide 64-bit offset functions if _LARGEFILE64_SOURCE defined, and/or
|
1686
|
+
* change the regular functions to 64 bits if _FILE_OFFSET_BITS is 64 (if
|
1687
|
+
* both are true, the application gets the *64 functions, and the regular
|
1688
|
+
* functions are changed to 64 bits) -- in case these are set on systems
|
1689
|
+
* without large file support, _LFS64_LARGEFILE must also be true
|
1690
|
+
*/
|
1691
|
+
#ifdef Z_LARGE64
|
1692
|
+
ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *));
|
1693
|
+
ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
|
1694
|
+
ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile));
|
1695
|
+
ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
|
1696
|
+
ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off64_t));
|
1697
|
+
ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off64_t));
|
1698
|
+
#endif
|
1699
|
+
|
1700
|
+
#if !defined(ZLIB_INTERNAL) && defined(Z_WANT64)
|
1701
|
+
# ifdef Z_PREFIX_SET
|
1702
|
+
# define z_gzopen z_gzopen64
|
1703
|
+
# define z_gzseek z_gzseek64
|
1704
|
+
# define z_gztell z_gztell64
|
1705
|
+
# define z_gzoffset z_gzoffset64
|
1706
|
+
# define z_adler32_combine z_adler32_combine64
|
1707
|
+
# define z_crc32_combine z_crc32_combine64
|
1708
|
+
# else
|
1709
|
+
# define gzopen gzopen64
|
1710
|
+
# define gzseek gzseek64
|
1711
|
+
# define gztell gztell64
|
1712
|
+
# define gzoffset gzoffset64
|
1713
|
+
# define adler32_combine adler32_combine64
|
1714
|
+
# define crc32_combine crc32_combine64
|
1715
|
+
# endif
|
1716
|
+
# ifndef Z_LARGE64
|
1717
|
+
ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *));
|
1718
|
+
ZEXTERN z_off_t ZEXPORT gzseek64 OF((gzFile, z_off_t, int));
|
1719
|
+
ZEXTERN z_off_t ZEXPORT gztell64 OF((gzFile));
|
1720
|
+
ZEXTERN z_off_t ZEXPORT gzoffset64 OF((gzFile));
|
1721
|
+
ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t));
|
1722
|
+
ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t));
|
1723
|
+
# endif
|
1724
|
+
#else
|
1567
1725
|
ZEXTERN gzFile ZEXPORT gzopen OF((const char *, const char *));
|
1568
1726
|
ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int));
|
1569
1727
|
ZEXTERN z_off_t ZEXPORT gztell OF((gzFile));
|
1570
1728
|
ZEXTERN z_off_t ZEXPORT gzoffset OF((gzFile));
|
1571
1729
|
ZEXTERN uLong ZEXPORT adler32_combine OF((uLong, uLong, z_off_t));
|
1572
1730
|
ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
|
1731
|
+
#endif
|
1732
|
+
|
1733
|
+
#else /* Z_SOLO */
|
1734
|
+
|
1735
|
+
ZEXTERN uLong ZEXPORT adler32_combine OF((uLong, uLong, z_off_t));
|
1736
|
+
ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
|
1737
|
+
|
1738
|
+
#endif /* !Z_SOLO */
|
1573
1739
|
|
1574
1740
|
/* hack for buggy compilers */
|
1575
1741
|
#if !defined(ZUTIL_H) && !defined(NO_DUMMY_DECL)
|
@@ -1579,8 +1745,21 @@ ZEXTERN int ZEXPORT inflateBackInit_ OF((z_streamp strm, int windowBits,
|
|
1579
1745
|
/* undocumented functions */
|
1580
1746
|
ZEXTERN const char * ZEXPORT zError OF((int));
|
1581
1747
|
ZEXTERN int ZEXPORT inflateSyncPoint OF((z_streamp));
|
1582
|
-
ZEXTERN const
|
1748
|
+
ZEXTERN const z_crc_t FAR * ZEXPORT get_crc_table OF((void));
|
1583
1749
|
ZEXTERN int ZEXPORT inflateUndermine OF((z_streamp, int));
|
1750
|
+
ZEXTERN int ZEXPORT inflateResetKeep OF((z_streamp));
|
1751
|
+
ZEXTERN int ZEXPORT deflateResetKeep OF((z_streamp));
|
1752
|
+
#if defined(_WIN32) && !defined(Z_SOLO)
|
1753
|
+
ZEXTERN gzFile ZEXPORT gzopen_w OF((const wchar_t *path,
|
1754
|
+
const char *mode));
|
1755
|
+
#endif
|
1756
|
+
#if defined(STDC) || defined(Z_HAVE_STDARG_H)
|
1757
|
+
# ifndef Z_SOLO
|
1758
|
+
ZEXTERN int ZEXPORTVA gzvprintf Z_ARG((gzFile file,
|
1759
|
+
const char *format,
|
1760
|
+
va_list va));
|
1761
|
+
# endif
|
1762
|
+
#endif
|
1584
1763
|
|
1585
1764
|
#ifdef __cplusplus
|
1586
1765
|
}
|