summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix callback signature in testapi.cNick Wellnhofer2017-11-141-1/+2
* Ignore function pointer cast warningsNick Wellnhofer2017-11-143-2/+20
* Simplify XPath NaN, inf and -0 handlingNick Wellnhofer2017-11-142-99/+49
* Revert "Compile testapi with -Wno-unused-function"Nick Wellnhofer2017-11-141-1/+0
* Fix unused parameter warning without ICUNick Wellnhofer2017-11-091-0/+1
* Fix IO callback signaturesNick Wellnhofer2017-11-093-24/+18
* Fix misc callback signaturesNick Wellnhofer2017-11-092-10/+10
* Fix list callback signaturesNick Wellnhofer2017-11-095-22/+29
* Fix hash callback signaturesNick Wellnhofer2017-11-0916-143/+235
* Introduce xmlPosixStrdup and update xmlMemStrdupNick Wellnhofer2017-11-091-5/+17
* Refactor name and type signature for xmlNopVlad Tsyrklevich2017-11-093-6/+9
* Add test for ICU flush and pivot bufferNick Wellnhofer2017-11-048-0/+94
* Fixed ICU to set flush correctly and provide pivot buffer.Joel Hockey2017-11-042-21/+30
* Skip EBCDIC tests if EBCDIC isn't supportedNick Wellnhofer2017-11-041-0/+10
* Compile testapi with -Wno-unused-functionNick Wellnhofer2017-11-041-0/+1
* Release of libxnl2-2.9.7v2.9.7Daniel Veillard2017-11-026-120/+105
* Add Makefile rules to rebuild HTML man pagesv2.9.7-rc1Nick Wellnhofer2017-10-243-277/+309
* xmlcatalog: refresh man page wrt. quering system catalog easilyJan Pokorný2017-10-242-8/+33
* xmlcatalog: restore ability to query system catalog easilyJan Pokorný2017-10-211-2/+10
* Fix mixed decls and code in timsort.hNick Wellnhofer2017-10-211-5/+5
* Fix deprecated Travis compiler flagNick Wellnhofer2017-10-211-1/+1
* Rework handling of return values in thread testsNick Wellnhofer2017-10-211-37/+37
* Add declaration for DllMainJ. Peter Mugaas2017-10-211-0/+10
* Fix preprocessor conditional in threads.hJ. Peter Mugaas2017-10-212-5/+10
* Fix unused variable warnings in testrecurseNick Wellnhofer2017-10-211-2/+2
* Fix pointer comparison warnings on 64-bit WindowsJ. Peter Mugaas2017-10-212-3/+3
* Fix macro redefinition warningJ. Peter Mugaas2017-10-211-1/+1
* Fix -Wimplicit-fallthrough warningsJ. Peter Mugaas2017-10-2111-7/+49
* Upgrade timsort.h to latest revisionNick Wellnhofer2017-10-121-248/+331
* Increase warning level to /W3 under MSVCNick Wellnhofer2017-10-091-1/+1
* Fix a couple of warnings in dict.c and threads.cNick Wellnhofer2017-10-092-6/+9
* Default to native threads on MinGW-w64Nick Wellnhofer2017-10-091-2/+2
* Simplify Windows IO functionsNick Wellnhofer2017-10-091-129/+21
* Update .gitignore for WindowsNick Wellnhofer2017-10-091-0/+1
* Fix runtest on WindowsNick Wellnhofer2017-10-091-2/+7
* Fix unused variable warnings in nanohttp.cNick Wellnhofer2017-10-091-3/+4
* Fix the Windows header messNick Wellnhofer2017-10-0917-40/+16
* Don't include winsock2.h in xmllint.cNick Wellnhofer2017-10-091-14/+0
* socklen_t is always int on WindowsNick Wellnhofer2017-10-094-10/+2
* Don't redefine socket error codes on WindowsNick Wellnhofer2017-10-092-53/+32
* Fix pointer/int cast warnings on 64-bit WindowsNick Wellnhofer2017-10-097-49/+55
* Fix Windows compiler warnings in xmlCanonicPathNick Wellnhofer2017-10-091-5/+4
* Fix comparison of nodesets to stringsNick Wellnhofer2017-10-074-5/+17
* Remove generated file python/setup.py from version controlNick Wellnhofer2017-10-072-242/+1
* Use __linux__ macro in generated codeNick Wellnhofer2017-10-072-3/+2
* Release of libxml2-2.9.6v2.9.6Daniel Veillard2017-10-065-80/+150
* Fix XPath stack frame logicv2.9.6-rc1Nick Wellnhofer2017-09-211-2/+2
* Report undefined XPath variable error messageNick Wellnhofer2017-09-201-8/+4
* Fix regression with librsvgNick Wellnhofer2017-09-191-2/+3
* Change preprocessor OS tests to __linux__Nick Wellnhofer2017-09-145-6/+6