summaryrefslogtreecommitdiff
path: root/xmlmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Fix Windows compiler warnings in python/types.cNick Wellnhofer2022-09-041-1/+1
* Remove BeOS supportNick Wellnhofer2022-09-041-108/+0
* Consolidate private header filesNick Wellnhofer2022-08-261-0/+2
* Remove broken Windows CE supportNick Wellnhofer2022-03-011-7/+0
* Remove useless __CYGWIN__ checksNick Wellnhofer2022-02-281-1/+1
* Remove elfgcchack.hNick Wellnhofer2022-02-201-2/+0
* Large batch of typo fixesJared Yanovich2019-09-301-2/+2
* Ignore function pointer cast warningsNick Wellnhofer2017-11-141-0/+2
* Fix the Windows header messNick Wellnhofer2017-10-091-1/+2
* Porting libxml2 on zOS encoding of codeStéphane Michaut2017-08-281-0/+5
* Avoid a possible NULL pointer dereferenceGaurav2014-02-181-1/+1
* Big space and tab cleanupDaniel Veillard2012-09-111-2/+2
* GetProcAddressA is available only on WinCEDaniel Veillard2012-08-171-0/+7
* Fix windows unicode buildPatrick Gansterer2012-08-131-2/+10
* apply simple patch from Carlo Bramini to avoid compilation problems withDaniel Veillard2008-02-081-1/+1
* more portability patches from Albert Chin for HP-UX and AIX DanielDaniel Veillard2005-10-281-4/+5
* applied 2 patches from Albert Chin for module portability DanielDaniel Veillard2005-10-281-1/+1
* a lot of small cleanups based on Linus' sparse check output. DanielDaniel Veillard2005-07-281-2/+2
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
* second patch from Rick Jones, portability fix for HP-UX first fix fromDaniel Veillard2005-03-101-1/+2
* trying to work around the compilation problem on HP-UX DanielDaniel Veillard2005-01-131-2/+5
* fixed namespace bug in push mode reported by Rob Richards added it to theDaniel Veillard2005-01-041-1/+3
* applied patch from Bjorn Reese, plus some cleanups fixed the stylesheet toDaniel Veillard2005-01-041-92/+67
* making DSO support an option code and documentation cleanups regeneratedDaniel Veillard2005-01-041-167/+245
* applied DSO support patch 2 from Joel Reed DanielDaniel Veillard2005-01-041-0/+383