aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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.2Daniel 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
* OS400: iconv functions compatibility wrappers and table builder.Patrick Monnerat2014-10-048-0/+10165
* doc/news.html: small update to avoid line join while generating NEWS.Patrick Monnerat2014-10-042-4/+8
* OS400: create architecture directory. Implement dlfcn emulation.Patrick Monnerat2014-10-042-0/+1245
* Fix a problem properly saving URIsDaniel Veillard2014-10-031-15/+19
* Add methods for python3 iteratorRon Angeles2014-10-031-2/+4
* wrong error column in structured error when parsing attribute valuesJuergen Keil2014-08-071-0/+19
* wrong error column in structured error when skipping whitespace in xml declJuergen Keil2014-08-071-0/+2
* no error column in structured error handler for xml schema validation errorsJuergen Keil2014-08-071-1/+3
* Couple of Missing Null checksGaurav Gupta2014-08-071-0/+4
* Support element node traversal in document fragments.Kyle VanderBeek2014-08-051-0/+3
* Remove a couple of dead conditionsGaurav Gupta2014-07-262-9/+3
* Add couple of missing Null checksDaniel Veillard2014-07-262-1/+10
* typo in error messages "colon are forbidden from..."Daniel Veillard2014-07-261-3/+3
* xmlschemastypes: Fix potential array overflowPhilip Withnall2014-07-261-1/+2
* runtest: Fix a memory leak on parse failurePhilip Withnall2014-07-261-1/+4
* xmlIO: Fix an FD leak on gzdopen() failurePhilip Withnall2014-07-261-2/+12
* xmlcatalog: Fix a memory leak on quitPhilip Withnall2014-07-261-5/+6
* HTMLparser: Correctly initialise a stack allocated structurePhilip Withnall2014-07-261-1/+1
* Fix building when configuring without xpath and xptrDaniel Veillard2014-07-151-14/+23
* Check for tmon in _xmlSchemaDateAdd() is incorrectDavid Kilzer2014-07-141-2/+2
* Avoid Possible Null Pointer in trio.cGaurav Gupta2014-07-141-2/+8