Age | Commit message (Expand) | Author | Files | Lines |
2008-04-08 | new version of patch from Peter Pawlowski Daniel | Daniel Veillard | 2 | -49/+39 |
2008-04-08 | fix an infinite loop bug Daniel | Daniel Veillard | 2 | -0/+7 |
2008-04-03 | avoid a scary realloc() loop should fix #520383 Daniel | Daniel Veillard | 2 | -1/+5 |
2008-04-03 | applied patch from Peter Pawlowski fixing a timezone offset problem, fixes | Daniel Veillard | 4 | -11/+39 |
2008-04-03 | small fix to man page synopsis, should fix #525822 Daniel | Daniel Veillard | 3 | -5/+10 |
2008-03-15 | *libexslt/functions.c: fixed minor error reported on the mailing | William M. Brack | 2 | -2/+15 |
2008-03-13 | typo fix. test commit | Rob Richards | 1 | -1/+1 |
2008-03-13 | patch from Rob Richards for VS 2008 fix a problem with namespace nodes | Daniel Veillard | 3 | -2/+38 |
2008-03-03 | fix maxdepth default value documentation fixes #519921. Daniel | Daniel Veillard | 3 | -104/+203 |
2008-02-15 | *libxslt/extensions.c: fixed minor error bug #516483 | William M. Brack | 6 | -84/+7 |
2008-02-05 | applied documentation patch from Jason Viers for xsltParseStylesheetDoc | Daniel Veillard | 2 | -1/+10 |
2008-02-05 | applied a portability patch from Stephane Bidoul Daniel | Daniel Veillard | 2 | -2/+7 |
2008-01-24 | fix links for Cygwin DocBook setup as suggested by Philippe Bourcier | Daniel Veillard | 3 | -2/+7 |
2007-12-24 | fixed spelling error | William M. Brack | 1 | -1/+1 |
2007-12-24 | fixed a problem on superfluous re-generation of keys reported on the | William M. Brack | 4 | -59/+89 |
2007-11-29 | avoid a problem in configure if an old gcrypt version is installed, patch | Daniel Veillard | 2 | -3/+8 |
2007-11-13 | After discussion on Bugzilla with Peter Pawlowski, added same code for | William M. Brack | 3 | -6/+32 |
2007-11-12 | Added code to mark the results of str:tokenize and str:split as "function | William M. Brack | 2 | -0/+17 |
2007-10-25 | changed iterator argument for Py_Dict_Next from int to ssize_t to fix | William M. Brack | 2 | -4/+12 |
2007-10-10 | applied patch from Maurice van der Pot to fix EXSLT week-in-year extenson | Daniel Veillard | 6 | -26/+145 |
2007-09-04 | Adding a MAINTAINER file for Gnome, Daniel | Daniel Veillard | 1 | -0/+9 |
2007-08-30 | applied patch from Daniel Gryniewicz to fix a segfault caused by a | William M. Brack | 2 | -5/+12 |
2007-08-23 | preparing release of 1.1.22 Daniel | Daniel Veillard | 11 | -21/+44 |
2007-08-23 | applied patch from Rob Richards to fix a stylesheet compilation error | Daniel Veillard | 2 | -1/+10 |
2007-08-23 | applied patch from Roland Schwarz and Rob Richards to fix the security | Daniel Veillard | 3 | -1/+31 |
2007-08-23 | added regression test for bug #469410 | William M. Brack | 7 | -0/+39 |
2007-08-23 | patch from Drazen Kacar to add a --encoding option fixes #443868 augment | Daniel Veillard | 4 | -65/+81 |
2007-08-23 | apply patch from Björn Wiberg fixing build on AIX and closing bug #332173 | Daniel Veillard | 2 | -0/+7 |
2007-08-22 | Updated Perl and lxml links, Daniel | Daniel Veillard | 22 | -21/+23 |
2007-08-03 | apply patch from Rob Richards to improve build with VS2005 Daniel | Daniel Veillard | 4 | -4/+27 |
2007-07-26 | Removed the exclude-result-prefix change of 31 May 2007. Fixes bug | William M. Brack | 2 | -18/+14 |
2007-06-16 | Fixed problem with RVT cleanup related to some exslt functions (reported | William M. Brack | 2 | -0/+9 |
2007-06-13 | added test case for bug #413451 | William M. Brack | 5 | -1/+89 |
2007-06-12 | preparing release of 1.1.20 Daniel | Daniel Veillard | 7 | -10/+57 |
2007-05-31 | fixed obscure namespace problem related to exclude-result-prefix | William M. Brack | 2 | -8/+22 |
2007-05-06 | fixed minor compilation warning in libxslt/transform.c | William M. Brack | 2 | -1/+6 |
2007-05-06 | fixed two memory leaks, one in exsltMathConstant and one in | William M. Brack | 2 | -29/+14 |
2007-05-04 | fixed xpath context housekeeping problem on processing 'choose' (bug | William M. Brack | 2 | -0/+11 |
2007-04-26 | fixed (another) problem with cached RVT's (from re-opened #378766).' | William M. Brack | 2 | -0/+8 |
2007-03-27 | apply patch fron Shaun McCance to hook xsl:message construct to the new | Daniel Veillard | 4 | -6/+19 |
2007-03-02 | added setting of TRIO_REPLACE_STDIO when TRIO routines are required. | William M. Brack | 5 | -8/+25 |
2007-02-18 | fixed tab/space inconsistency with patch provided by Andreas Hanke (bug | William M. Brack | 3 | -15/+20 |
2007-02-15 | Changed all references to CVS to be SVN; changed corresponding links. | William M. Brack | 11 | -47/+53 |
2007-02-14 | Fixed problem with namespace on compound predicate (bug #407731) | William M. Brack | 2 | -2/+18 |
2007-01-24 | added check for memory allocation error (bug #400242); fixed "type-punned | William M. Brack | 5 | -13/+45 |
2007-01-17 | preparing release of 1.1.20 small patch for missing includes on some BSD, | Daniel Veillard | 7 | -27/+47 |
2007-01-15 | fixed two problems related to checking of fragments, related to python | William M. Brack | 2 | -4/+12 |
2007-01-13 | reverted last change, fixed some comments. Note that in it's current state | William M. Brack | 2 | -4/+15 |
2007-01-12 | fixed problem with DV/WMB testing env. regenerated docs; | William M. Brack | 9 | -334/+623 |
2007-01-11 | enhanced to ignore empty text node in xsltDefaultProcessOneNode (avoid | William M. Brack | 6 | -5/+28 |