2006-06-06 |
Kasimier T. Buchcik | Eliminated a tiny difference wrt to the old behaviour... |
tree | commitdiff |
2006-06-01 |
Kasimier T. Buchcik | Next step in the refactored code: enhanced xsl:attribut... |
tree | commitdiff |
2006-05-31 |
Kasimier T. Buchcik | Fixed a difference in processing of xsl:value-of and... |
tree | commitdiff |
2006-05-22 |
Kasimier T. Buchcik | Next tiny step of refactoring - mostly bug fixes and... |
tree | commitdiff |
2006-05-15 |
Kasimier T. Buchcik | Fixed bug #302020, reported by Thomas Blatter. |
tree | commitdiff |
2006-05-12 |
Kasimier T. Buchcik | Next step of refactoring. For more details see bug... |
tree | commitdiff |
2006-05-11 |
Kasimier T. Buchcik | Changed a comment to indicate that a specific bug was... |
tree | commitdiff |
2006-05-05 |
Kasimier T. Buchcik | Next step of refactoring (plus some bug-fixes). For... |
tree | commitdiff |
2006-05-01 |
Daniel Veillard | preparing release of 1.1.16, updated and regenerated... |
tree | commitdiff |
2006-04-12 |
Kasimier T. Buchcik | Refactored the internal structures into specialized... |
tree | commitdiff |
2006-03-30 |
Kasimier T. Buchcik | Eliminated usage of xsltGetNsProp() in cases where... |
tree | commitdiff |
2006-03-29 |
Daniel Veillard | Charles Hardin pointed an OOM condition where a NULL... |
tree | commitdiff |
2006-03-10 |
Daniel Veillard | various assorted small cleanups based on the Coverity... |
tree | commitdiff |
2006-02-21 |
Daniel Veillard | applied patch from Christopher R. Palmer to avoid a... |
tree | commitdiff |
2006-02-11 |
Daniel Veillard | fix xsltSaveResultToString comment detect loops when... |
tree | commitdiff |
2005-11-06 |
Daniel Veillard | added a missing parameter to a debug function Daniel |
tree | commitdiff |
2005-10-02 |
Daniel Veillard | applied patch from Joel Reed to ease plugin integration... |
tree | commitdiff |
2005-09-23 |
William M. Brack | fixed problem in internal XPath compilation of patterns... |
tree | commitdiff |
2005-09-14 |
Daniel Veillard | removed a superfluous second sorting of the node set... |
tree | commitdiff |
2005-09-04 |
Daniel Veillard | preparing release 1.1.15 a bit more cleanup Daniel |
tree | commitdiff |
2005-09-04 |
Daniel Veillard | fixed #303289 variable in match are forbidden had to... |
tree | commitdiff |
2005-08-31 |
Daniel Veillard | fixed 314936 a dictionnary issue on text node merging... |
tree | commitdiff |
2005-08-25 |
Daniel Veillard | libxslt should deallocate directly text node content use |
tree | commitdiff |
2005-08-07 |
Daniel Veillard | fixed a bug when size of xmlXPathContext changes, uses... |
tree | commitdiff |
2005-07-14 |
William M. Brack | added check in xsltCopyText to assure content is in... |
tree | commitdiff |
2005-07-13 |
William M. Brack | fixed to set current default value for XInclude when... |
tree | commitdiff |
2005-07-10 |
Daniel Veillard | try to avoid generating conflicts applied patch from... |
tree | commitdiff |
2005-07-02 |
William M. Brack | further fixes for bug 309209, changing behaviour of... |
tree | commitdiff |
2005-07-01 |
Federico Mena Quintero | Added this file back. We'll have to figure out a way... |
tree | commitdiff |
2005-06-30 |
William M. Brack | fixed bug in negative prefix (bug 309209) |
tree | commitdiff |
2005-06-17 |
Federico Mena Quintero | Removed from CVS; this is a generated file anyway and... |
tree | commitdiff |
2005-05-07 |
Daniel Veillard | applied patch from Jonathan Wakely to fix the namespace... |
tree | commitdiff |
2005-04-06 |
Igor Zlatkovic | windows build cleanup, removed obsolete checks |
tree | commitdiff |
2005-04-02 |
Daniel Veillard | preparing release of 1.1.14, updated docs and rebuilt... |
tree | commitdiff |
2005-03-31 |
Daniel Veillard | fixed bug #171488 with cascading select in patterns... |
tree | commitdiff |
2005-03-30 |
Daniel Veillard | fixed the xinclude problem with document() as in bug... |
tree | commitdiff |
2005-03-30 |
Daniel Veillard | fixed bug 169718 with ancestors in patterns similar... |
tree | commitdiff |
2005-03-29 |
Daniel Veillard | working around Mark Vakoc' reported bug related to... |
tree | commitdiff |
2005-03-29 |
Daniel Veillard | fix bug #165201 when calling xsltInit() multiple times... |
tree | commitdiff |
2005-03-29 |
Daniel Veillard | added DTD like checking when compiling stylesheets... |
tree | commitdiff |
2005-03-16 |
William M. Brack | fixed problem with text node on stylesheet document... |
tree | commitdiff |
2005-03-13 |
Daniel Veillard | preparing 1.1.13, updated and rebuilt the docs. trying... |
tree | commitdiff |
2005-02-23 |
William M. Brack | fixed a problem with '//' and namespaces (bug 168208) |
tree | commitdiff |
2005-02-14 |
William M. Brack | fixed a problem with exclude-result-prefixes (bug 165560) |
tree | commitdiff |
2005-02-14 |
Daniel Veillard | added a cretion of ctxt->globalVars in xsltProcessUserP... |
tree | commitdiff |
2005-01-22 |
Daniel Veillard | chasing xmlStrEqual calls and removed them when compari... |
tree | commitdiff |
2005-01-22 |
Daniel Veillard | small fix for local setup speeding up some variable... |
tree | commitdiff |
2005-01-22 |
Daniel Veillard | when copying text nodes in elements or attributes to... |
tree | commitdiff |
2005-01-22 |
Daniel Veillard | internalize all text node content from stylesheet docum... |
tree | commitdiff |
2005-01-19 |
William M. Brack | fixed a small error in LIBXSLT_VERSION_EXTRA pointed... |
tree | commitdiff |
2005-01-19 |
Daniel Veillard | patch #9 from Joel Reed Daniel |
tree | commitdiff |
2005-01-19 |
William M. Brack | fixed problem with parserOptions not being set before... |
tree | commitdiff |
2005-01-17 |
Daniel Veillard | applied another patch from Joel Reed still failing... |
tree | commitdiff |
2005-01-15 |
Daniel Veillard | applied another patch from Joel Reed Daniel |
tree | commitdiff |
2005-01-15 |
Daniel Veillard | Oops forgot libxslt/testplugin.c, Daniel |
tree | commitdiff |
2005-01-15 |
Daniel Veillard | Applied another patch from Joel Reed, fixed a segfault... |
tree | commitdiff |
2005-01-09 |
Daniel Veillard | oops previous patch could break build Daniel |
tree | commitdiff |
2005-01-09 |
Daniel Veillard | integrated the module patch from Joel Reed with just... |
tree | commitdiff |
2004-12-28 |
William M. Brack | fixed a problem with the expression "*//name" (bug... |
tree | commitdiff |
2004-12-23 |
William M. Brack | fixed a couple of spots where out-of-memory errors... |
tree | commitdiff |
2004-12-01 |
William M. Brack | minor changes to get rid of gcc warnings, especially... |
tree | commitdiff |
2004-12-01 |
Daniel Veillard | applied patch from Aleksey Gurtovoy moving some stat... |
tree | commitdiff |
2004-12-01 |
William M. Brack | applied patch from Mark Vakoc fixing bug with namespace... |
tree | commitdiff |
2004-11-30 |
William M. Brack | more on RVT's in XPath predicates, this time for bug... |
tree | commitdiff |
2004-11-25 |
William M. Brack | backed out the last change and re-did it the "right... |
tree | commitdiff |
2004-11-24 |
William M. Brack | enhanced the evaluation of global variables to take... |
tree | commitdiff |
2004-11-22 |
William M. Brack | small change to previous fix for bug 153137, fixes... |
tree | commitdiff |
2004-11-21 |
William M. Brack | enhanced code to assure the "current template rule... |
tree | commitdiff |
2004-11-01 |
Daniel Veillard | added a test case provided by Markus Bertheau breaking... |
tree | commitdiff |
2004-10-29 |
Daniel Veillard | preparing release of libxslt-1.1.12 mini change to... |
tree | commitdiff |
2004-10-27 |
Daniel Veillard | another dictionnary/string interning fix Daniel |
tree | commitdiff |
2004-10-26 |
Daniel Veillard | fix to force string interning on generated documents... |
tree | commitdiff |
2004-10-23 |
William M. Brack | changed some variable names for warning cleanup when... |
tree | commitdiff |
2004-10-18 |
Daniel Veillard | fix for RedHat bug #136072 to include EXSLT doc in... |
tree | commitdiff |
2004-10-11 |
Daniel Veillard | fixed a bug in namespace lookup exhibited by the recent... |
tree | commitdiff |
2004-10-07 |
Daniel Veillard | fixed a problem of tree structure raised by the new... |
tree | commitdiff |
2004-09-30 |
William M. Brack | fixed problem with negative periods (bug 154021) change... |
tree | commitdiff |
2004-09-30 |
Daniel Veillard | patch from Mark Vakoc about an incorrect attribute... |
tree | commitdiff |
2004-09-29 |
Daniel Veillard | release of 1.1.11, rebuilt the docs Daniel |
tree | commitdiff |
2004-09-29 |
Daniel Veillard | try to fix #153137 but without a test case it's shootin... |
tree | commitdiff |
2004-09-28 |
Daniel Veillard | New tutorial from Panagiotis Louridas integrated the... |
tree | commitdiff |
2004-09-25 |
Daniel Veillard | fixed 2 leaks with namespaced variable names. added... |
tree | commitdiff |
2004-09-24 |
Daniel Veillard | add missing variable fixed some error callback data... |
tree | commitdiff |
2004-09-19 |
William M. Brack | fixed problem with timezone offset (bug 153000) changed... |
tree | commitdiff |
2004-09-08 |
William M. Brack | further refinement to UTF8 pattern separator (bug 151975) |
tree | commitdiff |
2004-09-07 |
William M. Brack | fixed problem with UTF8 pattern separator (bug 151975) |
tree | commitdiff |
2004-09-06 |
William M. Brack | fixed 2 problems with xsl:include (bug #151795) |
tree | commitdiff |
2004-08-31 |
Daniel Veillard | Release of libxslt-1.1.10 Daniel |
tree | commitdiff |
2004-08-28 |
William M. Brack | fixed small problem with key initialisation disturbing... |
tree | commitdiff |
2004-08-23 |
Daniel Veillard | fixing compilation problems on Solaris #150844 Daniel |
tree | commitdiff |
2004-08-22 |
Daniel Veillard | preparing release of 1.1.9 Daniel |
tree | commitdiff |
2004-08-22 |
William M. Brack | Further enhancement for keys on exslt:node-sets. Correc... |
tree | commitdiff |
2004-08-20 |
Daniel Veillard | a bit of cleanup and a extra variable for CVS dist... |
tree | commitdiff |
2004-08-20 |
Daniel Veillard | fix a 64bit bug reported by Andreas Schwab Daniel |
tree | commitdiff |
2004-08-18 |
William M. Brack | added some code to include the CVS ChangeLog version... |
tree | commitdiff |
2004-08-16 |
Daniel Veillard | Implemented a hook to provide document loading as sugge... |
tree | commitdiff |
2004-08-16 |
William M. Brack | added a call to xmlXPathOrderDocElems in xmlNewTransfor... |
tree | commitdiff |
2004-08-15 |
William M. Brack | fixed handling of #default in namespace-alias for defau... |
tree | commitdiff |
2004-08-02 |
William M. Brack | added code to assure keys are generated when needed... |
tree | commitdiff |
2004-07-24 |
William M. Brack | further enhancement for template priorities on imported... |
tree | commitdiff |
next |