summaryrefslogtreecommitdiff
path: root/testModule.c
Commit message (Collapse)AuthorAgeFilesLines
* Stop calling xmlMemoryDumpNick Wellnhofer2023-04-301-2/+0
| | | | | | This was used to check for memory leaks but could potentially create a .memdump file. These days, there are better ways to check for memory leaks.
* testModule: exit if the module can't be openedRoss Burton2022-12-061-14/+16
| | | | | Instead of silently exiting with success when the module cannot be found, emit a message and fail the test.
* Fix some format string warnings with possible format string vulnerabilityDavid Kilzer2016-05-231-1/+1
| | | | | | | | For https://bugzilla.gnome.org/show_bug.cgi?id=761029 Decorate every method in libxml2 with the appropriate LIBXML_ATTR_FORMAT(fmt,args) macro and add some cleanups following the reports.
* Big space and tab cleanupDaniel Veillard2012-09-111-2/+2
| | | | Remove all space before tabs and space and tabs at end of lines.
* patch from Florent Guiliani to fix build on SCO OpenServer danielDaniel Veillard2008-02-251-0/+9
| | | | | | | | * testModule.c: patch from Florent Guiliani to fix build on SCO OpenServer daniel svn path=/trunk/; revision=3698
* fixed mingw compilationIgor Zlatkovic2005-04-061-0/+2
|
* fixed namespace bug in push mode reported by Rob Richards added it to theDaniel Veillard2005-01-041-3/+4
| | | | | | | | | | * 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-2/+12
| | | | | | | | | * 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
* applied DSO support patch 2 from Joel Reed DanielDaniel Veillard2005-01-041-0/+60
* 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