Age | Commit message (Expand) | Author | Files | Lines |
2004-05-16 | fixed a weird namespace bug #141532 added tests to the regression for bug | Daniel Veillard | 10 | -2/+44 |
2004-05-16 | Same fix as for libxml2, Daniel | Daniel Veillard | 1 | -1/+6 |
2004-05-16 | Same fixe with timezone, Daniel | Daniel Veillard | 1 | -4/+7 |
2004-05-16 | Rebuilt the docs, Daniel | Daniel Veillard | 48 | -48/+48 |
2004-05-16 | Fixing ChangeLog links, Daniel | Daniel Veillard | 1 | -0/+1 |
2004-05-16 | Added ChangeLog.xsl and links, Daniel | Daniel Veillard | 23 | -21/+127 |
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 | 13 | -3/+244 |
2004-05-02 | enhanced normalization of comp steps when an imported stylesheet has it's | William M. Brack | 2 | -3/+15 |
2004-05-01 | added code to recognize disable-output-escaping on certain text nodes (bug | William M. Brack | 3 | -2/+11 |
2004-04-29 | suppressed any automatic linefeed after a comment following the document | William M. Brack | 2 | -1/+7 |
2004-04-22 | fix a problem where we updated an ELEMENT node psvi field as if it was a | Daniel Veillard | 2 | -4/+16 |
2004-04-19 | fixed bug in UTF8 string tokenize kindly reported by Vasily Tchekalkin | William M. Brack | 2 | -3/+7 |
2004-04-18 | preparing release 1.1.6 keep the ChangeLog compressed Daniel | Daniel Veillard | 9 | -24/+46 |
2004-04-05 | fixed a stupid cut'npaste bug #139132 added test to the regression for bug | Daniel Veillard | 7 | -6/+68 |
2004-04-02 | applied patch from Mark Vakoc to fix problem with key matching attribute | William M. Brack | 2 | -2/+7 |
2004-04-01 | Add generated files, to make cvs silent. | Johan Dahlin | 3 | -1/+15 |
2004-03-29 | Change of policy for the mailing lists, Daniel | Daniel Veillard | 2 | -8/+10 |
2004-03-26 | Updated the news and download pages, Daniel | Daniel Veillard | 4 | -19/+11 |
2004-03-24 | Added note about being subscribed, Daniel | Daniel Veillard | 2 | -1/+8 |
2004-03-23 | prepare release of 1.1.5, made a hard dependancy to libxml2 2.6.8 due to | Daniel Veillard | 10 | -130/+176 |
2004-03-22 | small fix for OpenVMS fixed a leak associated to the change in reference | Daniel Veillard | 3 | -1/+9 |
2004-03-17 | added check for state XSLT_STATE_STOPPED when output file is used (bug | William M. Brack | 2 | -1/+8 |
2004-03-16 | corrected my error from bug 135938 pointed out on the mailing list by Mark | William M. Brack | 4 | -4/+19 |
2004-03-12 | added additional check to prevent superfluous namespace href's being | William M. Brack | 11 | -11/+28 |
2004-03-10 | minor addition for later version of php requiring $HTTP_GET_VARS. doc/*: | William M. Brack | 21 | -143/+156 |
2004-03-10 | modified the 'tokenize' routine to work with UTF8 chars in both string and | William M. Brack | 2 | -7/+16 |
2004-03-09 | added coding to allow growing the AVT structure when a large number of | William M. Brack | 3 | -7/+66 |
2004-03-06 | small fix to typo | William M. Brack | 2 | -2/+6 |
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 | 6 | -21/+95 |
2004-03-04 | fixed problem with dictionary handling (bug 135938). fixed a few more | William M. Brack | 11 | -139/+215 |
2004-03-03 | rebuilt the docs to fix the "href_base" problem. | William M. Brack | 59 | -59/+67 |
2004-02-26 | added test for localtime_r added usage of localtime_r if present on system | William M. Brack | 4 | -6/+37 |
2004-02-26 | removed the last use of _private that time in the input document, use the | Daniel Veillard | 3 | -5/+49 |
2004-02-26 | use the psvi field of teh document used for RVT instead of _private. | Daniel Veillard | 3 | -4/+12 |
2004-02-26 | use the psvi field of the attribute instead of the _private one to compile | Daniel Veillard | 3 | -4/+9 |
2004-02-26 | added test similar to 143 but checking for AVT in local variables. Daniel | Daniel Veillard | 8 | -0/+29 |
2004-02-26 | fixed a regression for AVT found in global variable content. added test to | Daniel Veillard | 8 | -1/+41 |
2004-02-25 | First step toward _private cleanup: use the psvi field to store the | Daniel Veillard | 7 | -44/+52 |
2004-02-25 | trying to use the fact that names comes from a dictionnary when looking up | Daniel Veillard | 3 | -7/+67 |
2004-02-25 | added test for language attribute which previously triggered a memory leak | William M. Brack | 6 | -0/+195 |
2004-02-23 | preparing release 1.1.4, updated and regenerated the documentation Daniel | Daniel Veillard | 69 | -90/+105 |
2004-02-23 | minor changes to eliminate compilation warnings. No change to logic. | William M. Brack | 4 | -10/+17 |
2004-02-23 | patches from Mikhail S Grushinskiy to compile on Mingw Daniel | Daniel Veillard | 3 | -0/+11 |
2004-02-21 | patch from Mark Vadoc for attrvt.c Daniel | Daniel Veillard | 2 | -2/+8 |
2004-02-18 | applied patch from Steve Little to display the extension modules. Daniel | Daniel Veillard | 2 | -0/+21 |
2004-02-18 | trying to fix an extension regression pointed out on the list. Daniel | Daniel Veillard | 2 | -0/+8 |
2004-02-17 | try to fix the problem with yelp and dictionnaries Daniel | Daniel Veillard | 2 | -1/+10 |
2004-02-17 | applied patch from #134588 provided by Mariano Suárez-Alvarez, attribute | Daniel Veillard | 2 | -0/+6 |