| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Stephan Kulow pointed out a problem when validating and using an empty | Daniel Veillard | 2001-06-17 | 1 | -0/+1 |
* | - valid.c: fixed bug #56049, forgot one check in the | Daniel Veillard | 2001-06-11 | 1 | -1/+2 |
* | - valid.c: (a? , b? , c? , ... , z?) was storing/restauring | Daniel Veillard | 2001-06-09 | 1 | -0/+13 |
* | - HTMLtree.h debugXML.h parserInternals.h tree.h valid.cLIBXML_2_3_9 | Daniel Veillard | 2001-05-19 | 1 | -0/+11 |
* | - HTMLparser.c: Closed bug #54891 | Daniel Veillard | 2001-05-19 | 1 | -1/+6 |
* | - valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test | Daniel Veillard | 2001-05-15 | 1 | -12/+3 |
* | - valid.c: warn when indeterminist content model is detected | Daniel Veillard | 2001-05-07 | 1 | -5/+30 |
* | - valid.c: applied small patch from Gary Pennington, reindented | Daniel Veillard | 2001-05-04 | 1 | -143/+145 |
* | Good old cycle: new release, new bug reports, new fixes ... | Daniel Veillard | 2001-04-24 | 1 | -5/+5 |
* | - SAX.c testDocbook.c DOCBparser.c: more work on the support | Daniel Veillard | 2001-04-24 | 1 | -0/+1 |