| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed the data callback on transition functionality which was broken when | Daniel Veillard | 2002-09-24 | 1 | -1/+4 |
* | made configuring with regexps/automata/unicode the default but without | Daniel Veillard | 2002-09-19 | 1 | -2/+9 |
* | determinism is debugged, new DTD checking code now works but | Daniel Veillard | 2002-09-18 | 1 | -20/+40 |
* | small cleanup switched DTD validation to use only regexp when configured | Daniel Veillard | 2002-09-17 | 1 | -12/+116 |
* | incomplete steps for real/double support avoiding a compilation problem | Daniel Veillard | 2002-09-16 | 1 | -12/+22 |
* | cosmetic cleanup started integrating a DTD validation layer based on the | Daniel Veillard | 2002-09-13 | 1 | -0/+179 |
* | working on better error reporting of validity errors, especially providing | Daniel Veillard | 2002-09-05 | 1 | -11/+20 |
* | try to provide file and line informations, not all messages are covered, | Daniel Veillard | 2002-09-05 | 1 | -2/+57 |
* | adding a new API for Christian Glahn: xmlParseBalancedChunkMemoryRecover | Daniel Veillard | 2002-08-02 | 1 | -24/+24 |
* | fixing bug #79331 in one path the lookup for ID attributes on a namespaced | Daniel Veillard | 2002-07-06 | 1 | -4/+25 |
* | preparing 2.4.21 raised a too low limit rebuilt the docs DanielLIBXML2_2_4_21 | Daniel Veillard | 2002-04-29 | 1 | -1/+1 |
* | first part of fixing #78729 Daniel | Daniel Veillard | 2002-04-15 | 1 | -5/+10 |
* | trying to fix #77441 Daniel | Daniel Veillard | 2002-04-14 | 1 | -4/+4 |
* | Never commit without running "make tests" :-( fix a couple of stupidities | Daniel Veillard | 2002-03-25 | 1 | -3/+0 |
* | fixed bug #76168, attribute redeclared in the internal subset should not | Daniel Veillard | 2002-03-25 | 1 | -0/+16 |
* | adding "make valgrind" running the full regression tests (except python | Daniel Veillard | 2002-03-19 | 1 | -4/+4 |
* | preparing 2.4.18 updated and rebuilt the web site implement the newLIBXML_2_4_18 | Daniel Veillard | 2002-03-18 | 1 | -0/+1 |
* | applied patch from Dodji Seketeli fixing an uninitailized variable in | Daniel Veillard | 2002-03-10 | 1 | -3/+1 |
* | found and fixed a couple of allocation bugs Daniel | Daniel Veillard | 2002-02-20 | 1 | -0/+1 |
* | had to change 2 internal parsing API when processing document content to | Daniel Veillard | 2002-02-19 | 1 | -5/+126 |
* | implemented E59 spaces in CDATA does not match the nonterminal S Daniel | Daniel Veillard | 2002-02-19 | 1 | -3/+13 |
* | more validation test fixups added duration info for the tests Daniel | Daniel Veillard | 2002-02-19 | 1 | -2/+44 |
* | a couple of errors were reported but not saved back as such in the parsing | Daniel Veillard | 2002-02-18 | 1 | -0/+1 |
* | more work on the conformance suite. Took the step to finally block | Daniel Veillard | 2002-02-18 | 1 | -6/+38 |
* | fixed #71740 NotationDecl with a required field missing Daniel | Daniel Veillard | 2002-02-17 | 1 | -0/+1 |
* | improved the behaviour a bit as well as the logs fixed a few more bugs | Daniel Veillard | 2002-02-17 | 1 | -1/+6 |
* | fixing a comment fixing some troubles with validity check on namespaces | Daniel Veillard | 2002-02-13 | 1 | -32/+92 |
* | Tentatively fixed #69655 , make compiling with -Wredundant-decls clean. | Daniel Veillard | 2002-02-10 | 1 | -1/+0 |
* | fix #68882, cleanup the XInclude copying of node, merge back IDs in the | Daniel Veillard | 2002-02-10 | 1 | -1/+2 |
* | Justin Fletcher found some parts of the code needing cleanup Fixed the | Daniel Veillard | 2002-02-09 | 1 | -2/+2 |
* | fixing #70166 Daniel | Daniel Veillard | 2002-02-08 | 1 | -1/+9 |
* | another set of patches from Anthony Jones for copy operations cleanup and | Daniel Veillard | 2002-01-24 | 1 | -0/+3 |
* | fixed validation of attributes content of type NAME NAMES NMTOKEN and | Daniel Veillard | 2002-01-13 | 1 | -71/+110 |
* | Fixed a few other problems raised by Charlie Bozeman. fixed the output | Daniel Veillard | 2001-12-31 | 1 | -10/+10 |
* | applied 42 documentation patches from Charlie Bozeman. Regenerated the | Daniel Veillard | 2001-12-31 | 1 | -52/+52 |
* | cleanup some static declarations Daniel | Daniel Veillard | 2001-12-13 | 1 | -1/+1 |
* | fix bug #66816 when validating. don't use sys/time.h if configure did not | Daniel Veillard | 2001-12-13 | 1 | -0/+1 |
* | in case of content model validity error, don't print it if validity | Daniel Veillard | 2001-11-20 | 1 | -19/+30 |
* | trying to fix namespaces + validation problems for good, closing #63619 in | Daniel Veillard | 2001-11-08 | 1 | -10/+106 |
* | fixed a very serious (looping) validation bug Daniel | Daniel Veillard | 2001-10-18 | 1 | -1/+8 |
* | - include/libxml/globals.h include/libxml/threads.h threads.c | Daniel Veillard | 2001-10-17 | 1 | -0/+1 |
* | started integrating the non-controversial parts of Gary Pennington | Daniel Veillard | 2001-10-11 | 1 | -2/+2 |
* | close bug #61550 when xml: wasn't considered a namespace daniel | Daniel Veillard | 2001-10-02 | 1 | -0/+2 |
* | fixed a Windows compiler warning (Chris Poblete) fix for mod when dividend | Daniel Veillard | 2001-08-26 | 1 | -1/+2 |
* | deprecate the non-boundchecking Sprintf functions, add Snprintf this | Daniel Veillard | 2001-08-15 | 1 | -30/+82 |
* | allow to inherit attributes from the DTD directly in the tree, this is | Daniel Veillard | 2001-08-07 | 1 | -4/+31 |
* | fixed "Internal: MIXED struct bad" when #CDATA elements validation occured | Daniel Veillard | 2001-07-09 | 1 | -3/+80 |
* | Summer's cleanup, a really big one: | Daniel Veillard | 2001-06-24 | 1 | -1/+1 |
* | - valid.c: fixed a bug found when post validating an entity ref | Daniel Veillard | 2001-06-20 | 1 | -0/+7 |
* | - valid.c tree.c parserInternals.c parser.c: Stephan Kulow | Daniel Veillard | 2001-06-19 | 1 | -0/+4 |