cairo 1.12.9-x86-mingw32 → 1.14.0-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.
- checksums.yaml +4 -4
- data/NEWS +27 -0
- data/README.rdoc +7 -7
- data/Rakefile +72 -23
- data/ext/cairo/extconf.rb +3 -3
- data/ext/cairo/rb_cairo.h +3 -3
- data/ext/cairo/rb_cairo_constants.c +8 -0
- data/ext/cairo/rb_cairo_context.c +63 -1
- data/ext/cairo/rb_cairo_exception.c +17 -0
- data/ext/cairo/rb_cairo_font_face.c +13 -0
- data/ext/cairo/rb_cairo_private.c +14 -1
- data/ext/cairo/rb_cairo_private.h +12 -1
- data/ext/cairo/rb_cairo_surface.c +47 -23
- data/lib/2.0/cairo.so +0 -0
- data/lib/2.1/cairo.so +0 -0
- data/lib/2.2/cairo.so +0 -0
- data/lib/cairo/surface.rb +3 -1
- data/test/cairo-test-utils.rb +5 -0
- data/test/test_constants.rb +11 -0
- data/test/test_context.rb +1 -1
- data/test/test_exception.rb +9 -0
- data/test/test_font_face.rb +1 -1
- data/test/test_quartz_image_surface.rb +13 -0
- data/test/test_surface.rb +10 -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 +6 -6
- 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/libgcc_s_sjlj-1.dll +0 -0
- data/vendor/local/bin/libpixman-1-0.dll +0 -0
- data/vendor/local/bin/libpng-config +2 -2
- data/vendor/local/bin/libpng16-16.dll +0 -0
- data/vendor/local/bin/libpng16-config +2 -2
- data/vendor/local/bin/libstdc++-6.dll +0 -0
- data/vendor/local/bin/libwinpthread-1.dll +0 -0
- data/vendor/local/bin/libxml2-2.dll +0 -0
- data/vendor/local/bin/png-fix-itxt.exe +0 -0
- data/vendor/local/bin/pngfix.exe +0 -0
- data/vendor/local/bin/xml2-config +2 -2
- 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/include/cairo/cairo-version.h +2 -2
- data/vendor/local/include/cairo/cairo.h +36 -0
- data/vendor/local/include/libpng16/png.h +38 -24
- data/vendor/local/include/libpng16/pngconf.h +3 -3
- data/vendor/local/include/libpng16/pnglibconf.h +2 -3
- data/vendor/local/include/libxml2/libxml/SAX2.h +4 -2
- data/vendor/local/include/libxml2/libxml/entities.h +3 -3
- data/vendor/local/include/libxml2/libxml/globals.h +12 -5
- data/vendor/local/include/libxml2/libxml/relaxng.h +6 -2
- data/vendor/local/include/libxml2/libxml/tree.h +49 -42
- data/vendor/local/include/libxml2/libxml/xmlIO.h +1 -1
- data/vendor/local/include/libxml2/libxml/xmlerror.h +1 -1
- data/vendor/local/include/libxml2/libxml/xmlversion.h +4 -4
- data/vendor/local/include/pixman-1/pixman-version.h +2 -2
- data/vendor/local/include/png.h +38 -24
- data/vendor/local/include/pngconf.h +3 -3
- data/vendor/local/include/pnglibconf.h +2 -3
- data/vendor/local/lib/cmake/libxml2/libxml2-config.cmake +50 -0
- 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 +6 -6
- 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 +6 -6
- data/vendor/local/lib/libcairo.a +0 -0
- data/vendor/local/lib/libcairo.dll.a +0 -0
- data/vendor/local/lib/libcairo.la +6 -6
- data/vendor/local/lib/libfontconfig.dll.a +0 -0
- data/vendor/local/lib/libfontconfig.la +2 -2
- data/vendor/local/lib/libfreetype.a +0 -0
- data/vendor/local/lib/libfreetype.dll.a +0 -0
- data/vendor/local/lib/libfreetype.la +2 -2
- 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 +3 -3
- data/vendor/local/lib/libpng.a +0 -0
- data/vendor/local/lib/libpng.dll.a +0 -0
- data/vendor/local/lib/libpng.la +4 -4
- data/vendor/local/lib/libpng16.a +0 -0
- data/vendor/local/lib/libpng16.dll.a +0 -0
- data/vendor/local/lib/libpng16.la +4 -4
- data/vendor/local/lib/libxml2.a +0 -0
- data/vendor/local/lib/libxml2.dll.a +0 -0
- data/vendor/local/lib/libxml2.la +3 -3
- 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 +2 -2
- data/vendor/local/lib/pkgconfig/cairo-ft.pc +2 -2
- data/vendor/local/lib/pkgconfig/cairo-gobject.pc +3 -3
- data/vendor/local/lib/pkgconfig/cairo-pdf.pc +2 -2
- data/vendor/local/lib/pkgconfig/cairo-png.pc +2 -2
- data/vendor/local/lib/pkgconfig/cairo-ps.pc +2 -2
- data/vendor/local/lib/pkgconfig/cairo-script.pc +2 -2
- data/vendor/local/lib/pkgconfig/cairo-svg.pc +2 -2
- data/vendor/local/lib/pkgconfig/cairo-win32-font.pc +2 -2
- data/vendor/local/lib/pkgconfig/cairo-win32.pc +2 -2
- data/vendor/local/lib/pkgconfig/cairo.pc +3 -3
- data/vendor/local/lib/pkgconfig/fontconfig.pc +3 -3
- data/vendor/local/lib/pkgconfig/freetype2.pc +4 -4
- data/vendor/local/lib/pkgconfig/libpng.pc +2 -2
- data/vendor/local/lib/pkgconfig/libpng16.pc +2 -2
- data/vendor/local/lib/pkgconfig/libxml-2.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/pixman-1.pc +2 -2
- data/vendor/local/lib/pkgconfig/zlib.pc +3 -3
- data/vendor/local/lib/xml2Conf.sh +3 -3
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/Copyright +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/examples/testHTML.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/examples/testSAX.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/examples/testXPath.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/examples/xmllint.c +35 -10
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/DOM.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/FAQ.html +34 -17
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/Libxml2-Logo-180x168.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/Libxml2-Logo-90x34.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/encoding.html +20 -10
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/examples.xml +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/examples.xsl +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/book1.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/home.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/index.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/left.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-DOCBparser.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-HTMLparser.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-HTMLtree.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-SAX.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-SAX2.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-c14n.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-catalog.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-chvalid.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-debugXML.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-dict.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-encoding.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-entities.html +4 -4
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-globals.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-hash.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-lib.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-list.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-nanoftp.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-nanohttp.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-parser.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-parserInternals.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-pattern.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-relaxng.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-schemasInternals.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-schematron.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-threads.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-tree.html +72 -72
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-uri.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-valid.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-xinclude.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-xlink.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-xmlIO.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-xmlautomata.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-xmlerror.html +1 -1
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-xmlexports.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-xmlmemory.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-xmlmodule.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-xmlreader.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-xmlregexp.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-xmlsave.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-xmlschemas.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-xmlschemastypes.html +2 -2
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-xmlstring.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-xmlunicode.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-xmlversion.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-xmlwriter.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-xpath.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-xpathInternals.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-xpointer.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-xzlib.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/right.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/up.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/index.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/io1.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/io1.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/io2.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/io2.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/libxml.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/parse1.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/parse2.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/parse3.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/parse4.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/reader1.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/reader1.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/reader2.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/reader3.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/reader3.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/reader4.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/reader4.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/redhat.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/smallfootonly.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/structure.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/test1.xml +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/test2.xml +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/test3.xml +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/testWriter.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tree1.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tree1.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tree2.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tree2.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tst.xml +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/apa.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/apb.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/apc.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/apd.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/ape.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/apf.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/apg.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/aph.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/api.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/ar01s02.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/ar01s03.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/ar01s04.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/ar01s05.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/ar01s06.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/ar01s07.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/ar01s08.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/ar01s09.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/blank.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/callouts/1.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/callouts/10.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/callouts/2.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/callouts/3.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/callouts/4.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/callouts/5.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/callouts/6.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/callouts/7.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/callouts/8.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/callouts/9.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/caution.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/draft.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/home.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/important.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/next.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/note.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/prev.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/tip.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/toc-blank.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/toc-minus.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/toc-plus.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/up.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/warning.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/includeaddattribute.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/includeaddkeyword.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/includeconvert.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/includegetattribute.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/includekeyword.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/includexpath.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/index.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/ix01.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/xmltutorial.pdf +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/w3c.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/writer.xml +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/xml.html +284 -4
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/xpath1.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/xpath1.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/xpath2.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/xpath2.res +0 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Error-handling.html +11 -3
- data/vendor/local/share/gtk-doc/html/cairo/cairo-FreeType-Fonts.html +12 -29
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Image-Surfaces.html +11 -27
- data/vendor/local/share/gtk-doc/html/cairo/cairo-PDF-Surfaces.html +22 -3
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Paths.html +43 -100
- data/vendor/local/share/gtk-doc/html/cairo/cairo-PostScript-Surfaces.html +26 -51
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Quartz-Surfaces.html +4 -13
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Recording-Surfaces.html +10 -23
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Regions.html +8 -8
- data/vendor/local/share/gtk-doc/html/cairo/cairo-SVG-Surfaces.html +3 -3
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Types.html +7 -17
- data/vendor/local/share/gtk-doc/html/cairo/cairo-User-Fonts.html +14 -14
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Version-Information.html +342 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Fonts.html +1 -1
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Surfaces.html +5 -5
- data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-Surfaces.html +2 -2
- data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-XRender-Backend.html +1 -1
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-device-t.html +86 -49
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-face-t.html +4 -4
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-options-t.html +2 -2
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html +71 -119
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-scaled-font-t.html +72 -159
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html +146 -58
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-t.html +22 -46
- data/vendor/local/share/gtk-doc/html/cairo/cairo-support.html +3 -1
- data/vendor/local/share/gtk-doc/html/cairo/cairo-text.html +11 -11
- data/vendor/local/share/gtk-doc/html/cairo/cairo.devhelp2 +25 -0
- data/vendor/local/share/gtk-doc/html/cairo/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/cairo/index-1.8.html +9 -0
- data/vendor/local/share/gtk-doc/html/cairo/index-all.html +47 -0
- data/vendor/local/share/gtk-doc/html/cairo/index.html +4 -1
- data/vendor/local/share/gtk-doc/html/cairo/index.sgml +26 -0
- data/vendor/local/share/gtk-doc/html/cairo/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/cairo/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/cairo/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-entities.html +4 -4
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-tree.html +73 -73
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlerror.html +1 -1
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemastypes.html +2 -2
- data/vendor/local/share/license/cairo/AUTHORS +5 -1
- data/vendor/local/share/license/cairo/README +20 -10
- data/vendor/local/share/license/libpng/README +20 -7
- data/vendor/local/share/man/man1/xmllint.1 +2 -5
- data/vendor/local/share/man/man3/libpng.3 +92 -220
- data/vendor/local/share/man/man3/libpngpf.3 +2 -2
- data/vendor/local/share/man/man5/png.5 +1 -1
- metadata +254 -248
@@ -116,8 +116,8 @@ typedef xmlBuf *xmlBufPtr;
|
|
116
116
|
* A few public routines for xmlBuf. As those are expected to be used
|
117
117
|
* mostly internally the bulk of the routines are internal in buf.h
|
118
118
|
*/
|
119
|
-
XMLPUBFUN xmlChar* XMLCALL xmlBufContent (const
|
120
|
-
XMLPUBFUN xmlChar* XMLCALL xmlBufEnd (
|
119
|
+
XMLPUBFUN xmlChar* XMLCALL xmlBufContent (const xmlBuf* buf);
|
120
|
+
XMLPUBFUN xmlChar* XMLCALL xmlBufEnd (xmlBufPtr buf);
|
121
121
|
XMLPUBFUN size_t XMLCALL xmlBufUse (const xmlBufPtr buf);
|
122
122
|
XMLPUBFUN size_t XMLCALL xmlBufShrink (xmlBufPtr buf, size_t len);
|
123
123
|
|
@@ -654,7 +654,11 @@ struct _xmlDOMWrapCtxt {
|
|
654
654
|
/*
|
655
655
|
* Some helper functions
|
656
656
|
*/
|
657
|
-
#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XPATH_ENABLED) ||
|
657
|
+
#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XPATH_ENABLED) || \
|
658
|
+
defined(LIBXML_SCHEMAS_ENABLED) || defined(LIBXML_DEBUG_ENABLED) || \
|
659
|
+
defined (LIBXML_HTML_ENABLED) || defined(LIBXML_SAX1_ENABLED) || \
|
660
|
+
defined(LIBXML_HTML_ENABLED) || defined(LIBXML_WRITER_ENABLED) || \
|
661
|
+
defined(LIBXML_DOCB_ENABLED) || defined(LIBXML_LEGACY_ENABLED)
|
658
662
|
XMLPUBFUN int XMLCALL
|
659
663
|
xmlValidateNCName (const xmlChar *value,
|
660
664
|
int space);
|
@@ -731,14 +735,14 @@ XMLPUBFUN int XMLCALL
|
|
731
735
|
XMLPUBFUN void XMLCALL
|
732
736
|
xmlBufferEmpty (xmlBufferPtr buf);
|
733
737
|
XMLPUBFUN const xmlChar* XMLCALL
|
734
|
-
xmlBufferContent (const
|
738
|
+
xmlBufferContent (const xmlBuffer *buf);
|
735
739
|
XMLPUBFUN xmlChar* XMLCALL
|
736
740
|
xmlBufferDetach (xmlBufferPtr buf);
|
737
741
|
XMLPUBFUN void XMLCALL
|
738
742
|
xmlBufferSetAllocationScheme(xmlBufferPtr buf,
|
739
743
|
xmlBufferAllocationScheme scheme);
|
740
744
|
XMLPUBFUN int XMLCALL
|
741
|
-
xmlBufferLength (const
|
745
|
+
xmlBufferLength (const xmlBuffer *buf);
|
742
746
|
|
743
747
|
/*
|
744
748
|
* Creating/freeing new structures.
|
@@ -754,7 +758,7 @@ XMLPUBFUN xmlDtdPtr XMLCALL
|
|
754
758
|
const xmlChar *ExternalID,
|
755
759
|
const xmlChar *SystemID);
|
756
760
|
XMLPUBFUN xmlDtdPtr XMLCALL
|
757
|
-
xmlGetIntSubset (
|
761
|
+
xmlGetIntSubset (const xmlDoc *doc);
|
758
762
|
XMLPUBFUN void XMLCALL
|
759
763
|
xmlFreeDtd (xmlDtdPtr cur);
|
760
764
|
#ifdef LIBXML_LEGACY_ENABLED
|
@@ -842,7 +846,7 @@ XMLPUBFUN xmlNodePtr XMLCALL
|
|
842
846
|
const xmlChar *content);
|
843
847
|
#endif
|
844
848
|
XMLPUBFUN xmlNodePtr XMLCALL
|
845
|
-
xmlNewDocText (
|
849
|
+
xmlNewDocText (const xmlDoc *doc,
|
846
850
|
const xmlChar *content);
|
847
851
|
XMLPUBFUN xmlNodePtr XMLCALL
|
848
852
|
xmlNewText (const xmlChar *content);
|
@@ -873,20 +877,20 @@ XMLPUBFUN xmlNodePtr XMLCALL
|
|
873
877
|
xmlNewCharRef (xmlDocPtr doc,
|
874
878
|
const xmlChar *name);
|
875
879
|
XMLPUBFUN xmlNodePtr XMLCALL
|
876
|
-
xmlNewReference (
|
880
|
+
xmlNewReference (const xmlDoc *doc,
|
877
881
|
const xmlChar *name);
|
878
882
|
XMLPUBFUN xmlNodePtr XMLCALL
|
879
|
-
xmlCopyNode (
|
883
|
+
xmlCopyNode (xmlNodePtr node,
|
880
884
|
int recursive);
|
881
885
|
XMLPUBFUN xmlNodePtr XMLCALL
|
882
|
-
xmlDocCopyNode (
|
886
|
+
xmlDocCopyNode (xmlNodePtr node,
|
883
887
|
xmlDocPtr doc,
|
884
888
|
int recursive);
|
885
889
|
XMLPUBFUN xmlNodePtr XMLCALL
|
886
890
|
xmlDocCopyNodeList (xmlDocPtr doc,
|
887
|
-
|
891
|
+
xmlNodePtr node);
|
888
892
|
XMLPUBFUN xmlNodePtr XMLCALL
|
889
|
-
xmlCopyNodeList (
|
893
|
+
xmlCopyNodeList (xmlNodePtr node);
|
890
894
|
#ifdef LIBXML_TREE_ENABLED
|
891
895
|
XMLPUBFUN xmlNodePtr XMLCALL
|
892
896
|
xmlNewTextChild (xmlNodePtr parent,
|
@@ -906,19 +910,19 @@ XMLPUBFUN xmlNodePtr XMLCALL
|
|
906
910
|
* Navigating.
|
907
911
|
*/
|
908
912
|
XMLPUBFUN long XMLCALL
|
909
|
-
xmlGetLineNo (
|
913
|
+
xmlGetLineNo (const xmlNode *node);
|
910
914
|
#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_DEBUG_ENABLED)
|
911
915
|
XMLPUBFUN xmlChar * XMLCALL
|
912
|
-
xmlGetNodePath (
|
916
|
+
xmlGetNodePath (const xmlNode *node);
|
913
917
|
#endif /* defined(LIBXML_TREE_ENABLED) || defined(LIBXML_DEBUG_ENABLED) */
|
914
918
|
XMLPUBFUN xmlNodePtr XMLCALL
|
915
|
-
xmlDocGetRootElement (
|
919
|
+
xmlDocGetRootElement (const xmlDoc *doc);
|
916
920
|
XMLPUBFUN xmlNodePtr XMLCALL
|
917
|
-
xmlGetLastChild (
|
921
|
+
xmlGetLastChild (const xmlNode *parent);
|
918
922
|
XMLPUBFUN int XMLCALL
|
919
|
-
xmlNodeIsText (
|
923
|
+
xmlNodeIsText (const xmlNode *node);
|
920
924
|
XMLPUBFUN int XMLCALL
|
921
|
-
xmlIsBlankNode (
|
925
|
+
xmlIsBlankNode (const xmlNode *node);
|
922
926
|
|
923
927
|
/*
|
924
928
|
* Changing the structure.
|
@@ -945,7 +949,7 @@ XMLPUBFUN xmlNodePtr XMLCALL
|
|
945
949
|
xmlNodePtr cur);
|
946
950
|
#endif /* defined(LIBXML_TREE_ENABLED) || defined(LIBXML_WRITER_ENABLED) */
|
947
951
|
#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_HTML_ENABLED) || \
|
948
|
-
defined(LIBXML_SCHEMAS_ENABLED)
|
952
|
+
defined(LIBXML_SCHEMAS_ENABLED) || defined(LIBXML_XINCLUDE_ENABLED)
|
949
953
|
XMLPUBFUN xmlNodePtr XMLCALL
|
950
954
|
xmlAddPrevSibling (xmlNodePtr cur,
|
951
955
|
xmlNodePtr elem);
|
@@ -986,10 +990,11 @@ XMLPUBFUN xmlNsPtr XMLCALL
|
|
986
990
|
xmlSearchNsByHref (xmlDocPtr doc,
|
987
991
|
xmlNodePtr node,
|
988
992
|
const xmlChar *href);
|
989
|
-
#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XPATH_ENABLED) ||
|
993
|
+
#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XPATH_ENABLED) || \
|
994
|
+
defined(LIBXML_SCHEMAS_ENABLED)
|
990
995
|
XMLPUBFUN xmlNsPtr * XMLCALL
|
991
|
-
xmlGetNsList (
|
992
|
-
|
996
|
+
xmlGetNsList (const xmlDoc *doc,
|
997
|
+
const xmlNode *node);
|
993
998
|
#endif /* defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XPATH_ENABLED) */
|
994
999
|
|
995
1000
|
XMLPUBFUN void XMLCALL
|
@@ -1003,7 +1008,8 @@ XMLPUBFUN xmlNsPtr XMLCALL
|
|
1003
1008
|
/*
|
1004
1009
|
* Changing the content.
|
1005
1010
|
*/
|
1006
|
-
#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XINCLUDE_ENABLED) ||
|
1011
|
+
#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XINCLUDE_ENABLED) || \
|
1012
|
+
defined(LIBXML_SCHEMAS_ENABLED) || defined(LIBXML_HTML_ENABLED)
|
1007
1013
|
XMLPUBFUN xmlAttrPtr XMLCALL
|
1008
1014
|
xmlSetProp (xmlNodePtr node,
|
1009
1015
|
const xmlChar *name,
|
@@ -1013,39 +1019,40 @@ XMLPUBFUN xmlAttrPtr XMLCALL
|
|
1013
1019
|
xmlNsPtr ns,
|
1014
1020
|
const xmlChar *name,
|
1015
1021
|
const xmlChar *value);
|
1016
|
-
#endif /* defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XINCLUDE_ENABLED) ||
|
1022
|
+
#endif /* defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XINCLUDE_ENABLED) || \
|
1023
|
+
defined(LIBXML_SCHEMAS_ENABLED) || defined(LIBXML_HTML_ENABLED) */
|
1017
1024
|
XMLPUBFUN xmlChar * XMLCALL
|
1018
|
-
xmlGetNoNsProp (
|
1025
|
+
xmlGetNoNsProp (const xmlNode *node,
|
1019
1026
|
const xmlChar *name);
|
1020
1027
|
XMLPUBFUN xmlChar * XMLCALL
|
1021
|
-
xmlGetProp (
|
1028
|
+
xmlGetProp (const xmlNode *node,
|
1022
1029
|
const xmlChar *name);
|
1023
1030
|
XMLPUBFUN xmlAttrPtr XMLCALL
|
1024
|
-
xmlHasProp (
|
1031
|
+
xmlHasProp (const xmlNode *node,
|
1025
1032
|
const xmlChar *name);
|
1026
1033
|
XMLPUBFUN xmlAttrPtr XMLCALL
|
1027
|
-
xmlHasNsProp (
|
1034
|
+
xmlHasNsProp (const xmlNode *node,
|
1028
1035
|
const xmlChar *name,
|
1029
1036
|
const xmlChar *nameSpace);
|
1030
1037
|
XMLPUBFUN xmlChar * XMLCALL
|
1031
|
-
xmlGetNsProp (
|
1038
|
+
xmlGetNsProp (const xmlNode *node,
|
1032
1039
|
const xmlChar *name,
|
1033
1040
|
const xmlChar *nameSpace);
|
1034
1041
|
XMLPUBFUN xmlNodePtr XMLCALL
|
1035
|
-
xmlStringGetNodeList (
|
1042
|
+
xmlStringGetNodeList (const xmlDoc *doc,
|
1036
1043
|
const xmlChar *value);
|
1037
1044
|
XMLPUBFUN xmlNodePtr XMLCALL
|
1038
|
-
xmlStringLenGetNodeList (
|
1045
|
+
xmlStringLenGetNodeList (const xmlDoc *doc,
|
1039
1046
|
const xmlChar *value,
|
1040
1047
|
int len);
|
1041
1048
|
XMLPUBFUN xmlChar * XMLCALL
|
1042
1049
|
xmlNodeListGetString (xmlDocPtr doc,
|
1043
|
-
|
1050
|
+
const xmlNode *list,
|
1044
1051
|
int inLine);
|
1045
1052
|
#ifdef LIBXML_TREE_ENABLED
|
1046
1053
|
XMLPUBFUN xmlChar * XMLCALL
|
1047
|
-
xmlNodeListGetRawString (
|
1048
|
-
|
1054
|
+
xmlNodeListGetRawString (const xmlDoc *doc,
|
1055
|
+
const xmlNode *list,
|
1049
1056
|
int inLine);
|
1050
1057
|
#endif /* LIBXML_TREE_ENABLED */
|
1051
1058
|
XMLPUBFUN void XMLCALL
|
@@ -1065,19 +1072,19 @@ XMLPUBFUN void XMLCALL
|
|
1065
1072
|
const xmlChar *content,
|
1066
1073
|
int len);
|
1067
1074
|
XMLPUBFUN xmlChar * XMLCALL
|
1068
|
-
xmlNodeGetContent (
|
1075
|
+
xmlNodeGetContent (const xmlNode *cur);
|
1069
1076
|
|
1070
1077
|
XMLPUBFUN int XMLCALL
|
1071
1078
|
xmlNodeBufGetContent (xmlBufferPtr buffer,
|
1072
|
-
|
1079
|
+
const xmlNode *cur);
|
1073
1080
|
XMLPUBFUN int XMLCALL
|
1074
1081
|
xmlBufGetNodeContent (xmlBufPtr buf,
|
1075
|
-
|
1082
|
+
const xmlNode *cur);
|
1076
1083
|
|
1077
1084
|
XMLPUBFUN xmlChar * XMLCALL
|
1078
|
-
xmlNodeGetLang (
|
1085
|
+
xmlNodeGetLang (const xmlNode *cur);
|
1079
1086
|
XMLPUBFUN int XMLCALL
|
1080
|
-
xmlNodeGetSpacePreserve (
|
1087
|
+
xmlNodeGetSpacePreserve (const xmlNode *cur);
|
1081
1088
|
#ifdef LIBXML_TREE_ENABLED
|
1082
1089
|
XMLPUBFUN void XMLCALL
|
1083
1090
|
xmlNodeSetLang (xmlNodePtr cur,
|
@@ -1087,8 +1094,8 @@ XMLPUBFUN void XMLCALL
|
|
1087
1094
|
int val);
|
1088
1095
|
#endif /* LIBXML_TREE_ENABLED */
|
1089
1096
|
XMLPUBFUN xmlChar * XMLCALL
|
1090
|
-
xmlNodeGetBase (
|
1091
|
-
|
1097
|
+
xmlNodeGetBase (const xmlDoc *doc,
|
1098
|
+
const xmlNode *cur);
|
1092
1099
|
#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XINCLUDE_ENABLED)
|
1093
1100
|
XMLPUBFUN void XMLCALL
|
1094
1101
|
xmlNodeSetBase (xmlNodePtr cur,
|
@@ -1234,7 +1241,7 @@ XMLPUBFUN int XMLCALL
|
|
1234
1241
|
* Compression.
|
1235
1242
|
*/
|
1236
1243
|
XMLPUBFUN int XMLCALL
|
1237
|
-
xmlGetDocCompressMode (
|
1244
|
+
xmlGetDocCompressMode (const xmlDoc *doc);
|
1238
1245
|
XMLPUBFUN void XMLCALL
|
1239
1246
|
xmlSetDocCompressMode (xmlDocPtr doc,
|
1240
1247
|
int mode);
|
@@ -86,7 +86,7 @@ struct _xmlError {
|
|
86
86
|
char *str2; /* extra string information */
|
87
87
|
char *str3; /* extra string information */
|
88
88
|
int int1; /* extra number information */
|
89
|
-
int int2; /* column
|
89
|
+
int int2; /* error column # or 0 if N/A (todo: rename field when we would brk ABI) */
|
90
90
|
void *ctxt; /* the parser context if available */
|
91
91
|
void *node; /* the node in the tree */
|
92
92
|
};
|
@@ -29,21 +29,21 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
|
|
29
29
|
*
|
30
30
|
* the version string like "1.2.3"
|
31
31
|
*/
|
32
|
-
#define LIBXML_DOTTED_VERSION "2.9.
|
32
|
+
#define LIBXML_DOTTED_VERSION "2.9.2"
|
33
33
|
|
34
34
|
/**
|
35
35
|
* LIBXML_VERSION:
|
36
36
|
*
|
37
37
|
* the version number: 1.2.3 value is 10203
|
38
38
|
*/
|
39
|
-
#define LIBXML_VERSION
|
39
|
+
#define LIBXML_VERSION 20902
|
40
40
|
|
41
41
|
/**
|
42
42
|
* LIBXML_VERSION_STRING:
|
43
43
|
*
|
44
44
|
* the version number string, 1.2.3 value is "10203"
|
45
45
|
*/
|
46
|
-
#define LIBXML_VERSION_STRING "
|
46
|
+
#define LIBXML_VERSION_STRING "20902"
|
47
47
|
|
48
48
|
/**
|
49
49
|
* LIBXML_VERSION_EXTRA:
|
@@ -58,7 +58,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
|
|
58
58
|
* Macro to check that the libxml version in use is compatible with
|
59
59
|
* the version the software has been compiled against
|
60
60
|
*/
|
61
|
-
#define LIBXML_TEST_VERSION xmlCheckVersion(
|
61
|
+
#define LIBXML_TEST_VERSION xmlCheckVersion(20902);
|
62
62
|
|
63
63
|
#ifndef VMS
|
64
64
|
#if 0
|
@@ -33,9 +33,9 @@
|
|
33
33
|
|
34
34
|
#define PIXMAN_VERSION_MAJOR 0
|
35
35
|
#define PIXMAN_VERSION_MINOR 32
|
36
|
-
#define PIXMAN_VERSION_MICRO
|
36
|
+
#define PIXMAN_VERSION_MICRO 6
|
37
37
|
|
38
|
-
#define PIXMAN_VERSION_STRING "0.32.
|
38
|
+
#define PIXMAN_VERSION_STRING "0.32.6"
|
39
39
|
|
40
40
|
#define PIXMAN_VERSION_ENCODE(major, minor, micro) ( \
|
41
41
|
((major) * 10000) \
|
data/vendor/local/include/png.h
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
|
2
2
|
/* png.h - header file for PNG reference library
|
3
3
|
*
|
4
|
-
* libpng version 1.6.
|
4
|
+
* libpng version 1.6.14 - October 23, 2014
|
5
5
|
* Copyright (c) 1998-2014 Glenn Randers-Pehrson
|
6
6
|
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
|
7
7
|
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
|
@@ -11,7 +11,7 @@
|
|
11
11
|
* Authors and maintainers:
|
12
12
|
* libpng versions 0.71, May 1995, through 0.88, January 1996: Guy Schalnat
|
13
13
|
* libpng versions 0.89c, June 1996, through 0.96, May 1997: Andreas Dilger
|
14
|
-
* libpng versions 0.97, January 1998, through 1.6.
|
14
|
+
* libpng versions 0.97, January 1998, through 1.6.14 - October 23, 2014: Glenn
|
15
15
|
* See also "Contributing Authors", below.
|
16
16
|
*
|
17
17
|
* Note about libpng version numbers:
|
@@ -193,8 +193,19 @@
|
|
193
193
|
* 1.6.9rc01-02 16 10609 16.so.16.9[.0]
|
194
194
|
* 1.6.9 16 10609 16.so.16.9[.0]
|
195
195
|
* 1.6.10beta01-03 16 10610 16.so.16.10[.0]
|
196
|
-
* 1.6.
|
197
|
-
* 1.6.
|
196
|
+
* 1.6.10rc01-03 16 10610 16.so.16.10[.0]
|
197
|
+
* 1.6.10 16 10610 16.so.16.10[.0]
|
198
|
+
* 1.6.11beta01-06 16 10611 16.so.16.11[.0]
|
199
|
+
* 1.6.11rc01-02 16 10611 16.so.16.11[.0]
|
200
|
+
* 1.6.11 16 10611 16.so.16.11[.0]
|
201
|
+
* 1.6.12rc01-03 16 10612 16.so.16.12[.0]
|
202
|
+
* 1.6.12 16 10612 16.so.16.12[.0]
|
203
|
+
* 1.6.13beta01-04 16 10613 16.so.16.13[.0]
|
204
|
+
* 1.6.13rc01-02 16 10613 16.so.16.13[.0]
|
205
|
+
* 1.6.13 16 10613 16.so.16.13[.0]
|
206
|
+
* 1.6.14beta01-07 16 10614 16.so.16.14[.0]
|
207
|
+
* 1.6.14rc01-02 16 10614 16.so.16.14[.0]
|
208
|
+
* 1.6.14 16 10614 16.so.16.14[.0]
|
198
209
|
*
|
199
210
|
* Henceforth the source version will match the shared-library major
|
200
211
|
* and minor numbers; the shared-library major version number will be
|
@@ -226,8 +237,8 @@
|
|
226
237
|
*
|
227
238
|
* This code is released under the libpng license.
|
228
239
|
*
|
229
|
-
* libpng versions 1.2.6, August 15, 2004, through 1.6.
|
230
|
-
* Copyright (c) 2004, 2006-
|
240
|
+
* libpng versions 1.2.6, August 15, 2004, through 1.6.14, October 23, 2014, are
|
241
|
+
* Copyright (c) 2004, 2006-2014 Glenn Randers-Pehrson, and are
|
231
242
|
* distributed according to the same disclaimer and license as libpng-1.2.5
|
232
243
|
* with the following individual added to the list of Contributing Authors:
|
233
244
|
*
|
@@ -338,13 +349,13 @@
|
|
338
349
|
* Y2K compliance in libpng:
|
339
350
|
* =========================
|
340
351
|
*
|
341
|
-
*
|
352
|
+
* October 23, 2014
|
342
353
|
*
|
343
354
|
* Since the PNG Development group is an ad-hoc body, we can't make
|
344
355
|
* an official declaration.
|
345
356
|
*
|
346
357
|
* This is your unofficial assurance that libpng from version 0.71 and
|
347
|
-
* upward through 1.6.
|
358
|
+
* upward through 1.6.14 are Y2K compliant. It is my belief that
|
348
359
|
* earlier versions were also Y2K compliant.
|
349
360
|
*
|
350
361
|
* Libpng only has two year fields. One is a 2-byte unsigned integer
|
@@ -397,16 +408,18 @@
|
|
397
408
|
/* This is not the place to learn how to use libpng. The file libpng-manual.txt
|
398
409
|
* describes how to use libpng, and the file example.c summarizes it
|
399
410
|
* with some code on which to build. This file is useful for looking
|
400
|
-
* at the actual function definitions and structure components.
|
411
|
+
* at the actual function definitions and structure components. If that
|
412
|
+
* file has been stripped from your copy of libpng, you can find it at
|
413
|
+
* <http://www.libpng.org/pub/png/libpng-manual.txt>
|
401
414
|
*
|
402
415
|
* If you just need to read a PNG file and don't want to read the documentation
|
403
416
|
* skip to the end of this file and read the section entitled 'simplified API'.
|
404
417
|
*/
|
405
418
|
|
406
419
|
/* Version information for png.h - this should match the version in png.c */
|
407
|
-
#define PNG_LIBPNG_VER_STRING "1.6.
|
420
|
+
#define PNG_LIBPNG_VER_STRING "1.6.14"
|
408
421
|
#define PNG_HEADER_VERSION_STRING \
|
409
|
-
" libpng version 1.6.
|
422
|
+
" libpng version 1.6.14 - October 23, 2014\n"
|
410
423
|
|
411
424
|
#define PNG_LIBPNG_VER_SONUM 16
|
412
425
|
#define PNG_LIBPNG_VER_DLLNUM 16
|
@@ -414,7 +427,7 @@
|
|
414
427
|
/* These should match the first 3 components of PNG_LIBPNG_VER_STRING: */
|
415
428
|
#define PNG_LIBPNG_VER_MAJOR 1
|
416
429
|
#define PNG_LIBPNG_VER_MINOR 6
|
417
|
-
#define PNG_LIBPNG_VER_RELEASE
|
430
|
+
#define PNG_LIBPNG_VER_RELEASE 14
|
418
431
|
|
419
432
|
/* This should match the numeric part of the final component of
|
420
433
|
* PNG_LIBPNG_VER_STRING, omitting any leading zero:
|
@@ -445,7 +458,7 @@
|
|
445
458
|
* version 1.0.0 was mis-numbered 100 instead of 10000). From
|
446
459
|
* version 1.0.1 it's xxyyzz, where x=major, y=minor, z=release
|
447
460
|
*/
|
448
|
-
#define PNG_LIBPNG_VER
|
461
|
+
#define PNG_LIBPNG_VER 10614 /* 1.6.14 */
|
449
462
|
|
450
463
|
/* Library configuration: these options cannot be changed after
|
451
464
|
* the library has been built.
|
@@ -550,7 +563,7 @@ extern "C" {
|
|
550
563
|
/* This triggers a compiler error in png.c, if png.c and png.h
|
551
564
|
* do not agree upon the version number.
|
552
565
|
*/
|
553
|
-
typedef char*
|
566
|
+
typedef char* png_libpng_version_1_6_14;
|
554
567
|
|
555
568
|
/* Basic control structions. Read libpng-manual.txt or libpng.3 for more info.
|
556
569
|
*
|
@@ -1849,7 +1862,6 @@ PNG_EXPORT(219, png_size_t, png_process_data_pause, (png_structrp, int save));
|
|
1849
1862
|
*/
|
1850
1863
|
PNG_EXPORT(220, png_uint_32, png_process_data_skip, (png_structrp));
|
1851
1864
|
|
1852
|
-
#ifdef PNG_READ_INTERLACING_SUPPORTED
|
1853
1865
|
/* Function that combines rows. 'new_row' is a flag that should come from
|
1854
1866
|
* the callback and be non-NULL if anything needs to be done; the library
|
1855
1867
|
* stores its own version of the new data internally and ignores the passed
|
@@ -1857,7 +1869,6 @@ PNG_EXPORT(220, png_uint_32, png_process_data_skip, (png_structrp));
|
|
1857
1869
|
*/
|
1858
1870
|
PNG_EXPORT(93, void, png_progressive_combine_row, (png_const_structrp png_ptr,
|
1859
1871
|
png_bytep old_row, png_const_bytep new_row));
|
1860
|
-
#endif /* PNG_READ_INTERLACING_SUPPORTED */
|
1861
1872
|
#endif /* PNG_PROGRESSIVE_READ_SUPPORTED */
|
1862
1873
|
|
1863
1874
|
PNG_EXPORTA(94, png_voidp, png_malloc, (png_const_structrp png_ptr,
|
@@ -2737,6 +2748,8 @@ PNG_EXPORT(207, void, png_save_uint_16, (png_bytep buf, unsigned int i));
|
|
2737
2748
|
# endif
|
2738
2749
|
#endif
|
2739
2750
|
|
2751
|
+
#if defined(PNG_SIMPLIFIED_READ_SUPPORTED) || \
|
2752
|
+
defined(PNG_SIMPLIFIED_WRITE_SUPPORTED)
|
2740
2753
|
/*******************************************************************************
|
2741
2754
|
* SIMPLIFIED API
|
2742
2755
|
*******************************************************************************
|
@@ -2808,7 +2821,7 @@ typedef struct
|
|
2808
2821
|
# define PNG_IMAGE_WARNING 1
|
2809
2822
|
# define PNG_IMAGE_ERROR 2
|
2810
2823
|
/*
|
2811
|
-
* The result is a two
|
2824
|
+
* The result is a two-bit code such that a value more than 1 indicates
|
2812
2825
|
* a failure in the API just called:
|
2813
2826
|
*
|
2814
2827
|
* 0 - no warning or error
|
@@ -3189,6 +3202,7 @@ PNG_EXPORT(240, int, png_image_write_to_stdio, (png_imagep image, FILE *file,
|
|
3189
3202
|
/*******************************************************************************
|
3190
3203
|
* END OF SIMPLIFIED API
|
3191
3204
|
******************************************************************************/
|
3205
|
+
#endif /* PNG_SIMPLIFIED_{READ|WRITE}_SUPPORTED */
|
3192
3206
|
|
3193
3207
|
#ifdef PNG_CHECK_FOR_INVALID_INDEX_SUPPORTED
|
3194
3208
|
PNG_EXPORT(242, void, png_set_check_for_invalid_index,
|
@@ -3225,7 +3239,8 @@ PNG_EXPORT(243, int, png_get_palette_max, (png_const_structp png_ptr,
|
|
3225
3239
|
# define PNG_ARM_NEON 0 /* HARDWARE: ARM Neon SIMD instructions supported */
|
3226
3240
|
#endif
|
3227
3241
|
#define PNG_MAXIMUM_INFLATE_WINDOW 2 /* SOFTWARE: force maximum window */
|
3228
|
-
#define
|
3242
|
+
#define PNG_SKIP_sRGB_CHECK_PROFILE 4 /* SOFTWARE: Check ICC profile for sRGB */
|
3243
|
+
#define PNG_OPTION_NEXT 6 /* Next option - numbers must be even */
|
3229
3244
|
|
3230
3245
|
/* Return values: NOTE: there are four values and 'off' is *not* zero */
|
3231
3246
|
#define PNG_OPTION_UNSET 0 /* Unset - defaults to off */
|
@@ -3235,19 +3250,18 @@ PNG_EXPORT(243, int, png_get_palette_max, (png_const_structp png_ptr,
|
|
3235
3250
|
|
3236
3251
|
PNG_EXPORT(244, int, png_set_option, (png_structrp png_ptr, int option,
|
3237
3252
|
int onoff));
|
3238
|
-
#endif
|
3253
|
+
#endif /* PNG_SET_OPTION_SUPPORTED */
|
3239
3254
|
|
3240
3255
|
/*******************************************************************************
|
3241
|
-
* END OF HARDWARE OPTIONS
|
3256
|
+
* END OF HARDWARE AND SOFTWARE OPTIONS
|
3242
3257
|
******************************************************************************/
|
3243
3258
|
|
3244
|
-
/* Maintainer: Put new public prototypes here ^, in libpng.3,
|
3245
|
-
* defs,
|
3259
|
+
/* Maintainer: Put new public prototypes here ^, in libpng.3, in project
|
3260
|
+
* defs, and in scripts/symbols.def.
|
3246
3261
|
*/
|
3247
3262
|
|
3248
3263
|
/* The last ordinal number (this is the *last* one already used; the next
|
3249
|
-
* one to use is one more than this.)
|
3250
|
-
* scripts/symbols.def as well.
|
3264
|
+
* one to use is one more than this.)
|
3251
3265
|
*/
|
3252
3266
|
#ifdef PNG_EXPORT_LAST_ORDINAL
|
3253
3267
|
PNG_EXPORT_LAST_ORDINAL(244);
|