aboutsummaryrefslogtreecommitdiffstats
path: root/xmlmodule.c
Commit message (Collapse)AuthorAgeFilesLines
* apply simple patch from Carlo Bramini to avoid compilation problems withDaniel Veillard2008-02-081-1/+1
| | | | | | | | * xmlmodule.c: apply simple patch from Carlo Bramini to avoid compilation problems with Mingw32 Daniel svn path=/trunk/; revision=3689
* more portability patches from Albert Chin for HP-UX and AIX DanielDaniel Veillard2005-10-281-4/+5
| | | | | | * xmlIO.c xmlmodule.c: more portability patches from Albert Chin for HP-UX and AIX Daniel
* applied 2 patches from Albert Chin for module portability DanielDaniel Veillard2005-10-281-1/+1
| | | | | | * xmlmodule.c configure.in: applied 2 patches from Albert Chin for module portability Daniel
* a lot of small cleanups based on Linus' sparse check output. DanielDaniel Veillard2005-07-281-2/+2
| | | | | | | | | * HTMLparser.c SAX2.c encoding.c globals.c parser.c relaxng.c runsuite.c runtest.c schematron.c testHTML.c testReader.c testRegexp.c testSAX.c testThreads.c valid.c xinclude.c xmlIO.c xmllint.c xmlmodule.c xmlschemas.c xpath.c xpointer.c: a lot of small cleanups based on Linus' sparse check output. Daniel
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
| | | | | | | | | | | * doc/apibuild.py doc/elfgcchack.xsl: revamped the elfgcchack.h format to cope with gcc4 change of aliasing allowed scopes, had to add extra informations to doc/libxml2-api.xml to separate the header from the c module source. * *.c: updated all c library files to add a #define bottom_xxx and reimport elfgcchack.h thereafter, and a bit of cleanups. * doc//* testapi.c: regenerated when rebuilding the API Daniel
* second patch from Rick Jones, portability fix for HP-UX first fix fromDaniel Veillard2005-03-101-1/+2
| | | | | | | | * xmlmodule.c: second patch from Rick Jones, portability fix for HP-UX * doc/examples/xpath1.c doc/examples/xpath2.c: first fix from Rick Jones to avoid warnings. Daniel
* trying to work around the compilation problem on HP-UX DanielDaniel Veillard2005-01-131-2/+5
| | | | | | * config.h.in configure.in xmlmodule.c: trying to work around the compilation problem on HP-UX Daniel
* fixed namespace bug in push mode reported by Rob Richards added it to theDaniel Veillard2005-01-041-1/+3
| | | | | | | | | | * parser.c: fixed namespace bug in push mode reported by Rob Richards * test/ns6 result//ns6*: added it to the regression tests * xmlmodule.c testModule.c include/libxml/xmlmodule.h: added an extra option argument to module opening and defined a couple of flags to the API. Daniel
* applied patch from Bjorn Reese, plus some cleanups fixed the stylesheet toDaniel Veillard2005-01-041-92/+67
| | | | | | | | | * xmlmodule.c include/libxml/xmlmodule.h: applied patch from Bjorn Reese, plus some cleanups * elfgcchack.h doc/elfgcchack.xsl: fixed the stylesheet to add the new header * doc/* testapi.c: regenerated the API Daniel
* making DSO support an option code and documentation cleanups regeneratedDaniel Veillard2005-01-041-167/+245
| | | | | | | | | | | * configure.in: making DSO support an option * xmlmodule.c xmlreader.c include/libxml/xmlmodule.h: code and documentation cleanups * elfgcchack.h testapi.c doc/*: regenerated the docs and checks for new module * test/valid/REC-xml-19980210.xml: fix a small change introduced previously Daniel
* applied DSO support patch 2 from Joel Reed DanielDaniel Veillard2005-01-041-0/+383
* Makefile.am config.h.in configure.in error.c libxml-2.0.pc.in testModule.c testdso.c xml2-config.in xmllint.c xmlmodule.c include/libxml/Makefile.am include/libxml/xmlerror.h include/libxml/xmlmodule.h include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h.in: applied DSO support patch 2 from Joel Reed Daniel