xsltproc should return an error code if xinclude fails
[platform/upstream/libxslt.git] / libxslt /
2012-08-16 Nick WellnhoferForwards-compatible processing of unknown top level...
2012-08-16 Nick WellnhoferFix system-property with unknown namespace
2012-08-09 Daniel Richard GVarious "make distcheck" and other fixes
2012-08-09 Daniel VeillardHardening of code checking node types in various entry...
2012-08-09 Daniel VeillardCleanup of the pattern compilation code
2012-08-08 Daniel VeillardFix default template processing on namespace nodes
2012-08-08 Daniel VeillardFix portability to upcoming libxml2-2.9.0
2012-08-07 Daniel VeillardFix a bug in selecting XSLT elements
2012-03-20 Jérôme CarreteroAllow per-context override of xsltMaxDepth, introduce...
2012-01-22 Abhishek AryaFix some case of pattern parsing errors
2011-05-03 Stefan Kostpreproc: fix the build
2011-03-07 Daniel VeillardFix a memory leak with xsl:number
2011-02-28 Daniel VeillardFix a memory leak if compiled with Windows locale support
2011-02-22 Daniel VeillardFix generate-id() to not expose object addresses
2010-11-08 Nick WellnhoferFix curlies support in literals for non-compiled AVTs
2010-11-08 Nick WellnhoferPrecompile patterns in xsl:number
2010-11-08 Nick WellnhoferFix some warnings in the refactored code
2010-11-08 Nick WellnhoferAllow whitespace in xsl:variable with select
2010-11-08 Nick WellnhoferSmall fixes to locale code
2010-11-08 Nick WellnhoferFix bug 602515
2010-11-08 Nick WellnhoferFix popping of vars in xsltCompilerNodePop
2010-11-08 Nick WellnhoferFix direct pattern matching bug
2010-04-12 Stefan Kostprofiling: add callgraph report
2009-09-24 Daniel VeillardRelease of libxslt-1.1.26
2009-09-24 Daniel VeillardAdd xsltProcessOneNode to exported symbols for lxml
2009-09-24 Daniel VeillardFix an idness generation problem
2009-09-20 Daniel Veillard595612 Try to fix some locking problems
2009-09-18 Daniel VeillardFix a crash on misformed imported stylesheets
2009-09-17 Daniel VeillardRelease of libxslt-1.1.25
2009-09-17 Nick WellnhoferBig fixes of pattern compilations
2009-09-17 Nick WellnhoferSupport Esperanto locale
2009-09-17 Daniel VeillardFix uses of xmlAddChild for error handling
2009-09-17 Daniel VeillardChange how attributes are copied for id and speed
2009-09-17 Daniel VeillardDetect deep recusion on function calls
2009-09-17 MartinAvoid an error in namespace generation
2009-09-17 Nick WellnhoferFix importing of encoding from included stylesheets
2009-09-17 MartinFix problems with embedded stylesheets and namespaces
2009-09-17 MartinQName parsing fix for patterns
2009-09-16 MartinCrash compiling stylesheet with DTD
2009-09-16 Nick WellnhoferFix xsl:strip-space with namespace and wildcard
2009-09-16 Daniel VeillardFix a problem with previous change
2009-09-16 Daniel VeillardLabel xsltProcessOneNode as static
2009-09-16 Daniel VeillardAdd API versioning and various cleanups
2009-09-08 NixFix a mutex deadlock on unregistered extensions
2009-08-17 Ben WaltonFix potential crash on debug of extensions Solaris
2009-08-14 Daniel Veillard305913 a serious problem in extensions reentrancy
2009-07-24 Daniel VeillardFix an idness issue when building the tree
2009-05-12 veillardgit setup
2008-11-14 Daniel Veillardapplied patch from Roumen Petrov for mingw cross compil...
2008-10-28 Daniel Veillardpatch from Richard Jones to build shared libs with...
2008-10-07 Daniel Veillardprevent some unchecked pointer accesses, patch by Jake...
2008-08-06 William M. Bracktests/namespaces/tst7.xsl: fixed typo detected by new...
2008-08-01 Daniel Veillardbig patch from Roumen Petrov finishing xsl:sort lang...
2008-08-01 Daniel Veillardfix for CVE-2008-2935 libexslt RC4 encryption/decryptio...
2008-07-27 Daniel Veillardavoid a quadratic behaviour when hitting duplicates
2008-07-10 William M. Brackpatch from Ron Burk to fix problem with string check...
2008-06-25 William M. Brackadded code to handle literal within an AVT #539741...
2008-06-13 Daniel Veillardpatch from Roumen Petrov fixing include path when compi...
2008-06-12 Daniel Veillardpatch from Nick Wellnhofer and Roumen Petrov to fix...
2008-06-03 Daniel VeillardForgot to commit the new files, Daniel
2008-06-03 Daniel Veillardpatch from Nick Wellnhofer adding xsl:sort lang support...
2008-06-03 Daniel Veillardas Ralf Junker pointed out xsltExtFunctionLookup was...
2008-05-13 Daniel Veillardrelease of 1.1.24 syntactic cleanup (Martin) Daniel
2008-05-13 Daniel Veillardfix the processing of top level elements of stylesheets...
2008-05-09 Daniel Veillardfix the key initialization problem introduced when...
2008-04-14 Daniel Veillardfixes #527297 general patter comps fix and cleanup...
2008-04-08 Daniel Veillardrelease of 1.1.23 Daniel
2008-04-03 Daniel Veillardavoid a scary realloc() loop should fix #520383 Daniel
2008-04-03 Daniel Veillardapplied patch from Peter Pawlowski fixing a timezone...
2008-03-13 Daniel Veillardpatch from Rob Richards for VS 2008 fix a problem with...
2008-02-15 William M. Brack*libxslt/extensions.c: fixed minor error bug #516483
2008-02-05 Daniel Veillardapplied documentation patch from Jason Viers for xsltPa...
2007-12-24 William M. Brackfixed a problem on superfluous re-generation of keys...
2007-08-23 Daniel Veillardpreparing release of 1.1.22 Daniel
2007-08-23 Daniel Veillardapplied patch from Rob Richards to fix a stylesheet...
2007-08-23 Daniel Veillardapplied patch from Roland Schwarz and Rob Richards...
2007-07-26 William M. BrackRemoved the exclude-result-prefix change of 31 May...
2007-06-16 William M. BrackFixed problem with RVT cleanup related to some exslt...
2007-06-12 Daniel Veillardpreparing release of 1.1.20 Daniel
2007-05-31 William M. Brackfixed obscure namespace problem related to exclude...
2007-05-06 William M. Brackfixed minor compilation warning in libxslt/transform.c
2007-05-04 William M. Brackfixed xpath context housekeeping problem on processing...
2007-04-26 William M. Brackfixed (another) problem with cached RVT's (from re...
2007-03-27 Daniel Veillardapply patch fron Shaun McCance to hook xsl:message...
2007-03-02 William M. Brackadded setting of TRIO_REPLACE_STDIO when TRIO routines...
2007-02-14 William M. BrackFixed problem with namespace on compound predicate...
2007-01-24 William M. Brackadded check for memory allocation error (bug #400242...
2007-01-17 Daniel Veillardpreparing release of 1.1.20 small patch for missing...
2007-01-15 William M. Brackfixed two problems related to checking of fragments...
2007-01-13 William M. Brackreverted last change, fixed some comments. Note that...
2007-01-12 William M. Brackfixed problem with DV/WMB testing env. regenerated...
2007-01-11 William M. Brackenhanced to ignore empty text node in xsltDefaultProces...
2007-01-11 William M. Brackadded new function replace from Joel Reed. added new...
2006-12-09 William M. Brackchanged handling of function params to fix bug #381319...
2006-12-05 Daniel Veillardapplied patch from Marcus Meissner removing a strict...
2006-12-01 William M. Brackfixed problem with housekeeping of localRVTBase, bug...
2006-11-29 Daniel Veillardpreparing release of libxslt-1.1.19 Daniel
2006-11-25 William M. Brackfixed problem with cached RVT's, bug #378766
2006-11-23 Daniel Veillardapplied patch from Mike Hommey about saving the current...
2006-11-17 William M. Brackfixed problem with entity handling within xsltCopyAttrL...
next