Age | Commit message (Expand) | Author | Files | Lines |
2004-06-30 | some enhancement for fixing bug 142768 added regression test for this bug | William M. Brack | 4 | -1/+34 |
2004-05-17 | added regression test for old bug #127877 Daniel | Daniel Veillard | 4 | -0/+44 |
2004-05-17 | fixing bug #135542 about the DOCTYPE name being generated when the root | Daniel Veillard | 5 | -0/+18 |
2004-05-16 | fixing bug #134500 on namespace lookup for attribute which sometimes lead | Daniel Veillard | 5 | -0/+14 |
2004-05-16 | fixed a weird namespace bug #141532 added tests to the regression for bug | Daniel Veillard | 8 | -0/+34 |
2004-05-15 | Small change due to libxml2 escaping using hex instead of dec charrefs, daniel | Daniel Veillard | 1 | -1/+1 |
2004-05-03 | added comments and function header, improved logic of routine just added. | William M. Brack | 11 | -0/+223 |
2004-05-01 | added code to recognize disable-output-escaping on certain text nodes (bug | William M. Brack | 1 | -1/+0 |
2004-04-05 | fixed a stupid cut'npaste bug #139132 added test to the regression for bug | Daniel Veillard | 5 | -0/+60 |
2004-03-23 | prepare release of 1.1.5, made a hard dependancy to libxml2 2.6.8 due to | Daniel Veillard | 1 | -2/+2 |
2004-03-16 | corrected my error from bug 135938 pointed out on the mailing list by Mark | William M. Brack | 1 | -1/+1 |
2004-03-12 | added additional check to prevent superfluous namespace href's being | William M. Brack | 9 | -10/+11 |
2004-03-06 | small fix to typo | William M. Brack | 1 | -2/+2 |
2004-03-06 | continued interrupt commit for enhanced "make tests" | William M. Brack | 24 | -520/+1070 |
2004-03-06 | Major enhancement to "make tests". All but Python tests cleaned up to | William M. Brack | 4 | -19/+72 |
2004-02-26 | added test similar to 143 but checking for AVT in local variables. Daniel | Daniel Veillard | 5 | -0/+15 |
2004-02-26 | fixed a regression for AVT found in global variable content. added test to | Daniel Veillard | 5 | -0/+15 |
2004-02-25 | trying to use the fact that names comes from a dictionnary when looking up | Daniel Veillard | 1 | -5/+6 |
2004-02-25 | added test for language attribute which previously triggered a memory leak | William M. Brack | 5 | -0/+187 |
2004-01-22 | added test case for Bug 13971 (libxml2 xpath.c bug, but tested here) | William M. Brack | 5 | -0/+82 |
2004-01-16 | added a newline for any comment before the root element (Bug 130433) fixed | William M. Brack | 7 | -1/+47 |
2004-01-14 | added test case for math functions on nodesets generated by exslt:node-set | William M. Brack | 3 | -0/+93 |
2004-01-14 | fixed problem, reported on the list by Markus Bayerlein, concerning math | William M. Brack | 1 | -0/+1 |
2004-01-12 | changed to assure comment which preceeds root node is output after DTD | William M. Brack | 4 | -0/+77 |
2003-12-21 | added test for entities parsing (Bug #129489) Daniel | Daniel Veillard | 5 | -0/+29 |
2003-12-21 | added test for namespace problem (Bug 129624) | William M. Brack | 5 | -0/+68 |
2003-12-21 | fixed second problem on #122483, namespace definitions must be propagated | Daniel Veillard | 6 | -0/+25 |
2003-11-26 | Changed to detect recursion in xslt:include (bug #127687). | William M. Brack | 2 | -228/+228 |
2003-11-21 | fixed bug #127561 (xsl:element with a 'computed' namespace attribute) | William M. Brack | 5 | -0/+18 |
2003-11-21 | Adding missing bugs, Daniel | Daniel Veillard | 3 | -0/+25 |
2003-11-20 | another problem reported by Oleg Paraschenko on the same code in #127450 | Daniel Veillard | 5 | -0/+19 |
2003-11-20 | fixed an error from #120684 patch raised in #127450 added tests to the | Daniel Veillard | 5 | -0/+21 |
2003-11-19 | fixed a bug in the keys selector parsing #120684 when | is in a predicate | Daniel Veillard | 5 | -0/+49 |
2003-11-12 | applied patch for param visibility from Shaun McCance. Changed variable | William M. Brack | 4 | -1/+91 |
2003-11-05 | applied last fix from #125614 Daniel | Daniel Veillard | 1 | -1/+1 |
2003-11-04 | updated to reflect change to HTML output in libxml2 (formatting of <p>, | William M. Brack | 9 | -40/+20 |
2003-11-02 | fixed bug #125502 and corrected expected test output fixed broken test | William M. Brack | 2 | -3/+1 |
2003-11-01 | fixing two broken tests (revealed by #125502) Daniel | Daniel Veillard | 2 | -0/+6 |
2003-11-01 | fix bug #125265 about entities breaking exsl:tokenize and exsl:split | Daniel Veillard | 4 | -3/+27 |
2003-10-31 | switch to use xmlReadfile instead of xmlParseFile, this avoid relying on | Daniel Veillard | 2 | -9/+7 |
2003-09-12 | fixes some output divergeances with libxml2-2.6.0beta1, daniel | Daniel Veillard | 3 | -101/+103 |
2003-09-06 | enhanced previous fix to bug #120684, using excellent suggestion by Daniel | William M. Brack | 2 | -0/+2 |
2003-09-06 | fixed bug 119946, caused by incorrect creation of "extra" variables when | William M. Brack | 10 | -0/+114 |
2003-09-03 | tyny change HTML -> html DOCTYPE due to a libxml2 change Daniel | Daniel Veillard | 2 | -2/+2 |
2003-08-29 | fixing the bug #120971 on cdata-section-elements with namespaced names | Daniel Veillard | 5 | -0/+24 |
2003-08-18 | enhanced xsltInitCtxtKey to take care of multiple instances of a key with | William M. Brack | 5 | -0/+59 |
2003-08-04 | added the test from bug #118763 to the regression suite. Daniel | Daniel Veillard | 5 | -0/+22 |
2003-08-03 | Fixed regression test bug-125 | William M. Brack | 2 | -3/+0 |
2003-08-03 | Fixing Bug 116517 | William M. Brack | 5 | -0/+29 |
2003-08-03 | Bug 117552 | William M. Brack | 5 | -0/+573 |