summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2004-09-24add missing variable fixed some error callback data added new date:sumDaniel Veillard8-0/+203
2004-09-19fixed problem with timezone offset (bug 153000) changed regression testWilliam M. Brack2-2/+2
2004-09-18enhanced validation of date-time to catch bit-field overflow (bug 152836)William M. Brack4-0/+95
2004-08-28fixed small problem with key initialisation disturbing the transformationWilliam M. Brack6-0/+37
2004-08-22Further enhancement for keys on exslt:node-sets. Corrects a rather seriousWilliam M. Brack4-0/+35
2004-08-15fixed handling of #default in namespace-alias for default namespace (bugWilliam M. Brack7-1/+66
2004-08-02added code to assure keys are generated when needed for node-sets (bugWilliam M. Brack4-0/+32
2004-07-13added some logic to xsltKeyFunction to set the transform context doc ptrWilliam M. Brack7-0/+2203
2004-07-06added extra2.err, tst5.xml, tst5.xsl and tst.out to EXTRA_DISTWilliam M. Brack4-2/+41
2004-07-01added coding to xsltCopyTree to copy namespaces (bug 139578). changed toWilliam M. Brack1-2/+2
2004-06-30applied patch from Joel Reed to get EXSLT crypto extensions based onDaniel Veillard1-1/+1
2004-06-30some enhancement for fixing bug 142768 added regression test for this bugWilliam M. Brack4-1/+34
2004-05-17added regression test for old bug #127877 DanielDaniel Veillard4-0/+44
2004-05-17fixing bug #135542 about the DOCTYPE name being generated when the rootDaniel Veillard5-0/+18
2004-05-16fixing bug #134500 on namespace lookup for attribute which sometimes leadDaniel Veillard5-0/+14
2004-05-16fixed a weird namespace bug #141532 added tests to the regression for bugDaniel Veillard8-0/+34
2004-05-15Small change due to libxml2 escaping using hex instead of dec charrefs, danielDaniel Veillard1-1/+1
2004-05-03added comments and function header, improved logic of routine just added.William M. Brack11-0/+223
2004-05-01added code to recognize disable-output-escaping on certain text nodes (bugWilliam M. Brack1-1/+0
2004-04-05fixed a stupid cut'npaste bug #139132 added test to the regression for bugDaniel Veillard5-0/+60
2004-03-23prepare release of 1.1.5, made a hard dependancy to libxml2 2.6.8 due toDaniel Veillard1-2/+2
2004-03-16corrected my error from bug 135938 pointed out on the mailing list by MarkWilliam M. Brack1-1/+1
2004-03-12added additional check to prevent superfluous namespace href's beingWilliam M. Brack9-10/+11
2004-03-06small fix to typoWilliam M. Brack1-2/+2
2004-03-06continued interrupt commit for enhanced "make tests"William M. Brack24-520/+1070
2004-03-06Major enhancement to "make tests". All but Python tests cleaned up toWilliam M. Brack4-19/+72
2004-02-26added test similar to 143 but checking for AVT in local variables. DanielDaniel Veillard5-0/+15
2004-02-26fixed a regression for AVT found in global variable content. added test toDaniel Veillard5-0/+15
2004-02-25trying to use the fact that names comes from a dictionnary when looking upDaniel Veillard1-5/+6
2004-02-25added test for language attribute which previously triggered a memory leakWilliam M. Brack5-0/+187
2004-01-22added test case for Bug 13971 (libxml2 xpath.c bug, but tested here)William M. Brack5-0/+82
2004-01-16added a newline for any comment before the root element (Bug 130433) fixedWilliam M. Brack7-1/+47
2004-01-14added test case for math functions on nodesets generated by exslt:node-setWilliam M. Brack3-0/+93
2004-01-14fixed problem, reported on the list by Markus Bayerlein, concerning mathWilliam M. Brack1-0/+1
2004-01-12changed to assure comment which preceeds root node is output after DTDWilliam M. Brack4-0/+77
2003-12-21added test for entities parsing (Bug #129489) DanielDaniel Veillard5-0/+29
2003-12-21added test for namespace problem (Bug 129624)William M. Brack5-0/+68
2003-12-21fixed second problem on #122483, namespace definitions must be propagatedDaniel Veillard6-0/+25
2003-11-26Changed to detect recursion in xslt:include (bug #127687).William M. Brack2-228/+228
2003-11-21fixed bug #127561 (xsl:element with a 'computed' namespace attribute)William M. Brack5-0/+18
2003-11-21Adding missing bugs, DanielDaniel Veillard3-0/+25
2003-11-20another problem reported by Oleg Paraschenko on the same code in #127450Daniel Veillard5-0/+19
2003-11-20fixed an error from #120684 patch raised in #127450 added tests to theDaniel Veillard5-0/+21
2003-11-19fixed a bug in the keys selector parsing #120684 when | is in a predicateDaniel Veillard5-0/+49
2003-11-12applied patch for param visibility from Shaun McCance. Changed variableWilliam M. Brack4-1/+91
2003-11-05applied last fix from #125614 DanielDaniel Veillard1-1/+1
2003-11-04updated to reflect change to HTML output in libxml2 (formatting of <p>,William M. Brack9-40/+20
2003-11-02fixed bug #125502 and corrected expected test output fixed broken testWilliam M. Brack2-3/+1
2003-11-01fixing two broken tests (revealed by #125502) DanielDaniel Veillard2-0/+6
2003-11-01fix bug #125265 about entities breaking exsl:tokenize and exsl:splitDaniel Veillard4-3/+27