summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update Win32 configure.js to search for configure.acDaniel Veillard2014-10-281-1/+1
* Remove various unused value assignmentsPhilip Withnall2014-10-273-7/+7
* Adding example from bugs 738805 to regression testsDaniel Veillard2014-10-237-0/+224
* Fix missing entities after CVE-2014-3660 fixDaniel Veillard2014-10-231-1/+2
* Revert "Missing initialization for the catalog module"Daniel Veillard2014-10-171-3/+0
* Release of libxml2-2.9.2v2.9.2Daniel Veillard2014-10-167-153/+1105
* Forgot to add the cmake MakefileDaniel Veillard2014-10-161-0/+1
* Fix for CVE-2014-3660CVE-2014-3660Daniel Veillard2014-10-161-4/+38
* fix memory leak xml header encoding field with XML_PARSE_IGNORE_ENCBart De Schuymer2014-10-161-2/+4
* AC_CONFIG_FILES and executable bitRoumen Petrov2014-10-161-2/+3
* remove HAVE_CONFIG_H dependency in testlimits.cRoumen Petrov2014-10-162-4/+1
* fix some tabs mixing incompatible with python3Roumen Petrov2014-10-161-43/+43
* win32/libxml2.def.src after rebuild in docRoumen Petrov2014-10-161-0/+24
* elfgcchack.h: more legacy needs xmlSAX2StartElement() and xmlSAX2EndElement()Roumen Petrov2014-10-161-2/+2
* elfgcchack.h: add xmlXPathNodeEval and xmlXPathSetContextNodeRoumen Petrov2014-10-161-0/+24
* xmlmemory: handle realloc properlyYegor Yefremov2014-10-131-3/+5
* Provide cmake moduleSamuel Martin2014-10-133-1/+55
* Python generator bug raised by the const changev2.9.2-rc2Daniel Veillard2014-10-1317-502/+517
* Fix a couple of issues raised by make distDaniel Veillard2014-10-132-2/+9
* Fix and add const qualifiersKurt Roeckx2014-10-136-92/+92
* Visual Studio 14 CTP defines snprintf()Francis Dupont2014-10-131-0/+2
* Windows Critical sections not released correctlyDaniel Veillard2014-10-131-2/+4
* OS400: do not try to copy unexisting doc filesPatrick Monnerat2014-10-102-8/+11
* OS400: use either configure.ac or configure.in.Patrick Monnerat2014-10-101-2/+10
* Removal of old configure.inDaniel Veillard2014-10-101-1663/+0
* Preparing for upcoming release of 2.9.2v2.9.2-rc1Daniel Veillard2014-10-091-0/+1663
* Parser error on repeated recursive entity expansion containing <Daniel Veillard2014-10-081-2/+2
* Fix zlib and lzma libraries check via command lineDmitriy2014-10-071-2/+8
* xpointer : fixing Null PointersGaurav Gupta2014-10-071-0/+28
* Remove Unnecessary Null check in xpointer.cGaurav Gupta2014-10-071-2/+0
* parser bug on misformed namespace attributesDennis Filder2014-10-061-0/+14
* Unreachable code in tree.cGaurav Gupta2014-10-061-2/+1
* Pointer dereferenced before null checkDaniel Veillard2014-10-061-4/+13
* Leak of struct addrinfo in xmlNanoFTPConnect()Gaurav Gupta2014-10-061-0/+2
* Possible overflow in HTMLParser.cDaniel Veillard2014-10-061-6/+10
* python/tests/sync.py assumes Python dictionaries are orderedJohn Beck2014-10-061-13/+16
* wrong error column in structured error when parsing end tagJuergen Keil2014-10-061-0/+2
* Fix Enum check and missing breakGaurav Gupta2014-10-061-2/+3
* xmlIO: Handle error returns from dup()Philip Withnall2014-10-061-2/+2
* os400: make-src.sh: create physical file with target CCSIDPatrick Monnerat2014-10-041-1/+1
* OS400: Add some more C macros equivalent procedures.Patrick Monnerat2014-10-044-8/+63
* OS400: use C macros to implement equivalent RPG support procedures.Patrick Monnerat2014-10-041-4/+5
* OS400: implement XPath macros as procedures for ILE/RPG support.Patrick Monnerat2014-10-045-8/+61
* OS400: include in distribution tarball.Patrick Monnerat2014-10-041-1/+1
* OS400: Add README: compilation directives and OS/400 specific stuff.Patrick Monnerat2014-10-041-0/+214
* OS400: Add compilation scripts.Patrick Monnerat2014-10-047-0/+1169
* OS400: ILE RPG language header files.Patrick Monnerat2014-10-0449-0/+17561
* OS400: implement some macros as functions for ILE/RPG language support (that ...Patrick Monnerat2014-10-042-0/+352
* OS400: UTF8<-->EBCDIC wrappers for system and external library callsPatrick Monnerat2014-10-042-0/+240
* OS400: Easy character transcoding supportPatrick Monnerat2014-10-042-0/+311