Module: wine Branch: master Commit: 015491ab32742ace5218d37b1149c58803858214 URL: https://gitlab.winehq.org/wine/wine/-/commit/015491ab32742ace5218d37b1149c58...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Aug 17 18:52:46 2022 +0200
xml2: Import upstream release 2.10.0.
---
dlls/msxml3/main.c | 2 - dlls/msxml3/tests/schema.c | 45 +- libs/xml2/HTMLparser.c | 457 +- libs/xml2/HTMLtree.c | 16 +- libs/xml2/SAX.c | 49 - libs/xml2/SAX2.c | 191 +- libs/xml2/buf.c | 221 +- libs/xml2/buf.h | 5 - libs/xml2/catalog.c | 20 +- libs/xml2/chvalid.c | 2 - libs/xml2/debugXML.c | 27 +- libs/xml2/dict.c | 42 +- libs/xml2/elfgcchack.h | 17830 --------------------------- libs/xml2/encoding.c | 85 +- libs/xml2/entities.c | 28 +- libs/xml2/error.c | 2 - libs/xml2/globals.c | 65 +- libs/xml2/hash.c | 9 +- libs/xml2/include/libxml/SAX.h | 41 +- libs/xml2/include/libxml/SAX2.h | 12 +- libs/xml2/include/libxml/dict.h | 2 + libs/xml2/include/libxml/encoding.h | 23 +- libs/xml2/include/libxml/entities.h | 2 + libs/xml2/include/libxml/globals.h | 15 +- libs/xml2/include/libxml/nanoftp.h | 27 +- libs/xml2/include/libxml/parser.h | 7 +- libs/xml2/include/libxml/parserInternals.h | 12 + libs/xml2/include/libxml/relaxng.h | 1 + libs/xml2/include/libxml/threads.h | 2 + libs/xml2/include/libxml/tree.h | 9 +- libs/xml2/include/libxml/valid.h | 19 +- libs/xml2/include/libxml/xlink.h | 189 - libs/xml2/include/libxml/xmlerror.h | 2 + libs/xml2/include/libxml/xmlmemory.h | 2 + libs/xml2/include/libxml/xmlschemastypes.h | 1 + libs/xml2/include/libxml/xmlversion.h | 50 +- libs/xml2/include/libxml/xpath.h | 11 + libs/xml2/include/libxml/xpointer.h | 23 + libs/xml2/include/win32config.h | 108 +- libs/xml2/libxml.h | 31 +- libs/xml2/list.c | 2 - libs/xml2/parser.c | 89 +- libs/xml2/parserInternals.c | 219 +- libs/xml2/pattern.c | 14 - libs/xml2/relaxng.c | 9 +- libs/xml2/threads.c | 48 +- libs/xml2/tree.c | 241 +- libs/xml2/uri.c | 8 +- libs/xml2/valid.c | 66 +- libs/xml2/xinclude.c | 33 +- libs/xml2/xmlIO.c | 80 +- libs/xml2/xmlmemory.c | 39 +- libs/xml2/xmlreader.c | 210 +- libs/xml2/xmlregexp.c | 79 +- libs/xml2/xmlsave.c | 8 +- libs/xml2/xmlschemas.c | 42 +- libs/xml2/xmlschemastypes.c | 25 +- libs/xml2/xmlstring.c | 10 +- libs/xml2/xmlunicode.c | 62 +- libs/xml2/xpath.c | 162 +- libs/xml2/xpointer.c | 32 +- 61 files changed, 1319 insertions(+), 19844 deletions(-)