summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* added xmlMallocAtomic() to be used when allocating blocks which do notDaniel Veillard2003-04-1920-51/+251
* switched to have thread support enabled by default, didn't got troublesDaniel Veillard2003-04-183-3/+15
* added support for large file, tested with a 3+GB instance, and someDaniel Veillard2003-04-188-10/+41
* Small fixup of one example, danielDaniel Veillard2003-04-171-10/+13
* some cleanups extended the document to cover RelaxNG and tree operationsDaniel Veillard2003-04-1714-38/+286
* valgrind pointed out an uninitialized variable error. DanielDaniel Veillard2003-04-172-1/+5
* augnemting the APIs, cleanups. cleanup bug #111005 added some missingDaniel Veillard2003-04-179-14/+215
* more work on RelaxNG streaming validation trying to improve the subsetDaniel Veillard2003-04-1612-39/+290
* implemented streaming of RelaxNG (when possible) on top of the xmlReaderDaniel Veillard2003-04-158-77/+684
* integrated the regexp based validity checking of fragments of the documentDaniel Veillard2003-04-143-596/+832
* Starting work precompiling parts of RelaxNG schemas. Not plugged ontoDaniel Veillard2003-04-135-21/+433
* make sure xmllint --stream and xmllint --stream --valid returns errorsDaniel Veillard2003-04-114-0/+30
* Added the Expand() and Next() operation to work on subtrees within theDaniel Veillard2003-04-116-3/+196
* patch from Vasily Tchekalkin to fix #109865 DanielDaniel Veillard2003-04-102-0/+8
* fixing HasValue for namespace as raised by Denys Duchier DanielDaniel Veillard2003-04-102-0/+6
* exported htmlCreateMemoryParserCtxt() it was static DanielDaniel Veillard2003-04-093-1/+9
* update from Charles Bozeman for date and duration types updated too DanielDaniel Veillard2003-04-0910-93/+213
* Cleanup infos about XML Schemas, DanielDaniel Veillard2003-04-084-92/+18
* Slightly updated the download section, pointing to HP UX port, DanielDaniel Veillard2003-04-083-14/+42
* Link to Tim Bray's blog about Unicode, danielDaniel Veillard2003-04-073-0/+10
* fixing bug #107129, removing excessive allocation and calls to *printf inDaniel Veillard2003-04-076-161/+234
* *** empty log message ***Igor Zlatkovic2003-04-051-0/+5
* fixed few conditional exportsIgor Zlatkovic2003-04-051-3/+3
* fixed a possible problem with xmlRecoverMemory() DanielDaniel Veillard2003-04-042-0/+6
* Bjorn sent an update for the TRIO portability layer. DanielDaniel Veillard2003-04-037-229/+446
* *** empty log message ***Igor Zlatkovic2003-04-011-0/+4
* exported new functionsIgor Zlatkovic2003-04-011-0/+1
* preparing release 2.5.6 updated and rebuilt the docs DanielLIBXML_2_5_6Daniel Veillard2003-04-0134-1745/+2021
* fixed an uninitialized memory access pointed by valgrind on C14NtestsDaniel Veillard2003-04-012-2/+9
* one more fixup of error message reporting DanielDaniel Veillard2003-03-312-1/+12
* more work on bug #109225, and fixed an uninitialized variable pointed outDaniel Veillard2003-03-312-11/+21
* try to work on bug #109225 and provide better error reports. this changeDaniel Veillard2003-03-3113-32/+72
* fixed date comparison to handle the tzo The only failures left areDaniel Veillard2003-03-312-1/+9
* fixed gMonth parsing routine accordingly to the XML Schemas errataDaniel Veillard2003-03-312-16/+23
* more work on XML Schemas datatypes and facets support. Currently onlyDaniel Veillard2003-03-305-198/+410
* forgot to apply one check from #106931 patch more work on XML SchemasDaniel Veillard2003-03-293-504/+734
* more work on cleaning up XML Schemas datatypes based on James Clark testsDaniel Veillard2003-03-293-14/+226
* implemented comparisons for Schemas values. fixed some bugs in durationDaniel Veillard2003-03-284-26/+149
* fixed bugs and memory leaks in the W3C XML Schemas code implementedDaniel Veillard2003-03-276-4/+58
* two patches from James Bursa on the HTML parser and a typo reindenting,Daniel Veillard2003-03-274-65/+79
* fixing #109227 providing more context in case of start/end tag mismatchDaniel Veillard2003-03-274-24/+39
* should fix #109327 errors on memory accesses DanielDaniel Veillard2003-03-272-0/+9
* Fixed reopening of #78662 <form action="..."> is an URI reference DanielDaniel Veillard2003-03-272-2/+10
* fixed bug #109160 on non-ASCII IDs DanielDaniel Veillard2003-03-262-14/+21
* Norm suggested a nicer error message for xml:space values errors DanielDaniel Veillard2003-03-262-1/+6
* first part of the fix to performance bug #108905, addsDaniel Veillard2003-03-264-10/+70
* removing a warning with Sun compiler bug #109154 DanielDaniel Veillard2003-03-252-4/+7
* doc/xmllint.xml doc/xmllint.1 update xmllint man page with --relaxngMST 2003 John Fleck2003-03-253-1/+19
* was missing "drv_libxml2.py" DanielDaniel Veillard2003-03-252-1/+5
* some changes related to the new way of handling Result Value Tree, beforeLIBXML_2_5_5Daniel Veillard2003-03-243-11/+61