| Commit message (Expand) | Author | Age | Files | Lines |
* | added xmlMallocAtomic() to be used when allocating blocks which do not | Daniel Veillard | 2003-04-19 | 20 | -51/+251 |
* | switched to have thread support enabled by default, didn't got troubles | Daniel Veillard | 2003-04-18 | 3 | -3/+15 |
* | added support for large file, tested with a 3+GB instance, and some | Daniel Veillard | 2003-04-18 | 8 | -10/+41 |
* | Small fixup of one example, daniel | Daniel Veillard | 2003-04-17 | 1 | -10/+13 |
* | some cleanups extended the document to cover RelaxNG and tree operations | Daniel Veillard | 2003-04-17 | 14 | -38/+286 |
* | valgrind pointed out an uninitialized variable error. Daniel | Daniel Veillard | 2003-04-17 | 2 | -1/+5 |
* | augnemting the APIs, cleanups. cleanup bug #111005 added some missing | Daniel Veillard | 2003-04-17 | 9 | -14/+215 |
* | more work on RelaxNG streaming validation trying to improve the subset | Daniel Veillard | 2003-04-16 | 12 | -39/+290 |
* | implemented streaming of RelaxNG (when possible) on top of the xmlReader | Daniel Veillard | 2003-04-15 | 8 | -77/+684 |
* | integrated the regexp based validity checking of fragments of the document | Daniel Veillard | 2003-04-14 | 3 | -596/+832 |
* | Starting work precompiling parts of RelaxNG schemas. Not plugged onto | Daniel Veillard | 2003-04-13 | 5 | -21/+433 |
* | make sure xmllint --stream and xmllint --stream --valid returns errors | Daniel Veillard | 2003-04-11 | 4 | -0/+30 |
* | Added the Expand() and Next() operation to work on subtrees within the | Daniel Veillard | 2003-04-11 | 6 | -3/+196 |
* | patch from Vasily Tchekalkin to fix #109865 Daniel | Daniel Veillard | 2003-04-10 | 2 | -0/+8 |
* | fixing HasValue for namespace as raised by Denys Duchier Daniel | Daniel Veillard | 2003-04-10 | 2 | -0/+6 |
* | exported htmlCreateMemoryParserCtxt() it was static Daniel | Daniel Veillard | 2003-04-09 | 3 | -1/+9 |
* | update from Charles Bozeman for date and duration types updated too Daniel | Daniel Veillard | 2003-04-09 | 10 | -93/+213 |
* | Cleanup infos about XML Schemas, Daniel | Daniel Veillard | 2003-04-08 | 4 | -92/+18 |
* | Slightly updated the download section, pointing to HP UX port, Daniel | Daniel Veillard | 2003-04-08 | 3 | -14/+42 |
* | Link to Tim Bray's blog about Unicode, daniel | Daniel Veillard | 2003-04-07 | 3 | -0/+10 |
* | fixing bug #107129, removing excessive allocation and calls to *printf in | Daniel Veillard | 2003-04-07 | 6 | -161/+234 |
* | *** empty log message *** | Igor Zlatkovic | 2003-04-05 | 1 | -0/+5 |
* | fixed few conditional exports | Igor Zlatkovic | 2003-04-05 | 1 | -3/+3 |
* | fixed a possible problem with xmlRecoverMemory() Daniel | Daniel Veillard | 2003-04-04 | 2 | -0/+6 |
* | Bjorn sent an update for the TRIO portability layer. Daniel | Daniel Veillard | 2003-04-03 | 7 | -229/+446 |
* | *** empty log message *** | Igor Zlatkovic | 2003-04-01 | 1 | -0/+4 |
* | exported new functions | Igor Zlatkovic | 2003-04-01 | 1 | -0/+1 |
* | preparing release 2.5.6 updated and rebuilt the docs DanielLIBXML_2_5_6 | Daniel Veillard | 2003-04-01 | 34 | -1745/+2021 |
* | fixed an uninitialized memory access pointed by valgrind on C14Ntests | Daniel Veillard | 2003-04-01 | 2 | -2/+9 |
* | one more fixup of error message reporting Daniel | Daniel Veillard | 2003-03-31 | 2 | -1/+12 |
* | more work on bug #109225, and fixed an uninitialized variable pointed out | Daniel Veillard | 2003-03-31 | 2 | -11/+21 |
* | try to work on bug #109225 and provide better error reports. this change | Daniel Veillard | 2003-03-31 | 13 | -32/+72 |
* | fixed date comparison to handle the tzo The only failures left are | Daniel Veillard | 2003-03-31 | 2 | -1/+9 |
* | fixed gMonth parsing routine accordingly to the XML Schemas errata | Daniel Veillard | 2003-03-31 | 2 | -16/+23 |
* | more work on XML Schemas datatypes and facets support. Currently only | Daniel Veillard | 2003-03-30 | 5 | -198/+410 |
* | forgot to apply one check from #106931 patch more work on XML Schemas | Daniel Veillard | 2003-03-29 | 3 | -504/+734 |
* | more work on cleaning up XML Schemas datatypes based on James Clark tests | Daniel Veillard | 2003-03-29 | 3 | -14/+226 |
* | implemented comparisons for Schemas values. fixed some bugs in duration | Daniel Veillard | 2003-03-28 | 4 | -26/+149 |
* | fixed bugs and memory leaks in the W3C XML Schemas code implemented | Daniel Veillard | 2003-03-27 | 6 | -4/+58 |
* | two patches from James Bursa on the HTML parser and a typo reindenting, | Daniel Veillard | 2003-03-27 | 4 | -65/+79 |
* | fixing #109227 providing more context in case of start/end tag mismatch | Daniel Veillard | 2003-03-27 | 4 | -24/+39 |
* | should fix #109327 errors on memory accesses Daniel | Daniel Veillard | 2003-03-27 | 2 | -0/+9 |
* | Fixed reopening of #78662 <form action="..."> is an URI reference Daniel | Daniel Veillard | 2003-03-27 | 2 | -2/+10 |
* | fixed bug #109160 on non-ASCII IDs Daniel | Daniel Veillard | 2003-03-26 | 2 | -14/+21 |
* | Norm suggested a nicer error message for xml:space values errors Daniel | Daniel Veillard | 2003-03-26 | 2 | -1/+6 |
* | first part of the fix to performance bug #108905, adds | Daniel Veillard | 2003-03-26 | 4 | -10/+70 |
* | removing a warning with Sun compiler bug #109154 Daniel | Daniel Veillard | 2003-03-25 | 2 | -4/+7 |
* | doc/xmllint.xml doc/xmllint.1 update xmllint man page with --relaxng | MST 2003 John Fleck | 2003-03-25 | 3 | -1/+19 |
* | was missing "drv_libxml2.py" Daniel | Daniel Veillard | 2003-03-25 | 2 | -1/+5 |
* | some changes related to the new way of handling Result Value Tree, beforeLIBXML_2_5_5 | Daniel Veillard | 2003-03-24 | 3 | -11/+61 |