summaryrefslogtreecommitdiff
path: root/testThreads.c
Commit message (Collapse)AuthorAgeFilesLines
* Support catalog and threads tests under --without-sax1Nick Wellnhofer2017-06-161-1/+5
|
* 599241 fix an initialization problem on Win64Andrew W. Nosenko2010-11-151-4/+2
| | | | as the thread_t is not an integral datatype on that platform
* repositioned #include for libxml.h to avoid compilation error on someWilliam M. Brack2007-01-311-1/+2
| | | | | | | | * testAutomata.c, testRegexp.c, testThreads.c, testThreadsWin32.c, xmlwriter.c: repositioned #include for libxml.h to avoid compilation error on some architectures (bug #398277) svn path=/trunk/; revision=3578
* a lot of small cleanups based on Linus' sparse check output. DanielDaniel Veillard2005-07-281-3/+3
| | | | | | | | | * 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
* integrated in "make tests" added -q option, and more conditional featuresDaniel Veillard2004-11-091-1/+1
| | | | | | | | | | | * Makefile.am gentest.py testapi.c: integrated in "make tests" added -q option, and more conditional features fixes * catalog.c debugXML.c parser.c testThreads.c xmllint.c xmlschemastypes.c xmlwriter.cinclude/libxml/catalog.h include/libxml/debugXML.h: various compilation and conditional cleanups. * doc/*: regenerated Daniel
* applied patch from Marcin 'Shard' Konicki to provide BeOS thread support.Daniel Veillard2003-10-291-0/+65
| | | | | | * nanoftp.c nanohttp.c testThreads.c threads.c: applied patch from Marcin 'Shard' Konicki to provide BeOS thread support. Daniel
* further small changes to elminate most of the remaining warnings.William M. Brack2003-08-061-1/+1
| | | | | | * error.c trionan.[ch] testThreads.c python/generator.py: further small changes to elminate most of the remaining warnings.
* conditionally excluded unistd.hIgor Zlatkovic2002-10-311-0/+2
|
* fixed the data callback on transition functionality which was broken whenDaniel Veillard2002-09-241-1/+1
| | | | | | | | | | | | | * xmlregexp.c: fixed the data callback on transition functionality which was broken when using the compact form * result/schemas/*: updated the results, less verbose, all tests pass like before * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of annoying warnings * xpath.c: try to provide better error report when possible Daniel
* removed some misplaced includes of xmlversion.h DanielDaniel Veillard2001-12-061-1/+1
| | | | | | * globals.c testThreads.c: removed some misplaced includes of xmlversion.h Daniel
* integrated Eric Lavigne (sp???) contribution to build libxml2 on MacOSDaniel Veillard2001-12-051-1/+1
| | | | | | | * configure.in libxml.h parser.c testThreads.c macos/: integrated Eric Lavigne (sp???) contribution to build libxml2 on MacOS using CodeWarrior. Daniel
* fix bug #63752 of compiling libxml with a non standard set of optionsDaniel Veillard2001-11-041-2/+2
| | | | | | * encoding.c global.data globals.c testThreads.c: fix bug #63752 of compiling libxml with a non standard set of options Daniel
* added entities testing to the Thread test make the test reasonable fix theDaniel Veillard2001-10-221-1/+1
| | | | | | | | | * test/threads/*: added entities testing to the Thread test * testThreads.c: make the test reasonable * DOCBparser.c: fix the DTD public and system ID * xmllint.c: added --sgml for SGML DocBook importing * Makefile.am: added Docbtests target Daniel
* use only "anonymous@" string for anonymous passwds removed bogus includeDaniel Veillard2001-10-191-1/+0
| | | | | | * nanoftp.c: use only "anonymous@" string for anonymous passwds * testThreads.c: removed bogus include Daniel
* - include/libxml/globals.h include/libxml/threads.h threads.cDaniel Veillard2001-10-171-16/+64
| | | | | | testThreads.c: far more testing, cleaning up bugs - *.c : make sure globals.h is always included. Daniel
* fixed some bugs in CFLAGS passing. added a specific threaded test caseDaniel Veillard2001-10-171-0/+87
* configure.in: fixed some bugs in CFLAGS passing. * test/threads Makefile.am testThreads.c: added a specific threaded test case (really nasty, guaranteed). Daniel