summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-03Avoid a heap use after free errorChris Evans1-2/+4
2012-09-03Fix a dictionary string usageChris Evans2-3/+49
2012-08-16Output should not include extraneous newlines when indent is offLaurence Rowe6-4/+19
2012-08-16xincludestyle wasn't protected with LIBXML_XINCLUDE_ENABLEDMichael Bonfils1-0/+2
2012-08-16document('') fails to return stylesheets parsed from memoryJason Viers1-4/+10
2012-08-16Portability fix for testThreads.cIlyaS1-8/+4
2012-08-16FreeBSD portability fixesPedro F. Giffuni2-2/+5
2012-08-16xsltproc should return an error code if xinclude failsMalcolm Purvis1-2/+9
2012-08-16check for gmtime - on mingw* hosts will enable date-time functionRoumen Petrov2-1/+4
2012-08-16use only native crypto-API for mingw* hostsRoumen Petrov1-0/+9
2012-08-16Forwards-compatible processing of unknown top level elementsNick Wellnhofer6-8/+55
2012-08-16Fix system-property with unknown namespaceNick Wellnhofer4-1/+17
2012-08-16Hardening of code checking node types in EXSLTDaniel Veillard1-2/+4
2012-08-09Various "make distcheck" and other fixesDaniel Richard G39-338/+493
2012-08-09Hardening of code checking node types in various entry pointDaniel Veillard7-61/+86
2012-08-09Cleanup of the pattern compilation codeDaniel Veillard1-6/+47
2012-08-08Tiny doc improvementDaniel Veillard1-1/+1
2012-08-08Fix default template processing on namespace nodesDaniel Veillard1-1/+6
2012-08-08Fix portability to upcoming libxml2-2.9.0Daniel Veillard1-4/+18
2012-08-08Adding --system flag support to autogen.shDaniel Veillard1-2/+19
2012-08-07Fix a bug in selecting XSLT elementsDaniel Veillard1-2/+2
2012-03-22Cleanup some misplaced spaces and tabsDaniel Veillard1-9/+8
2012-03-20Allow per-context override of xsltMaxDepth, introduce xsltMaxVarsJérôme Carretero12-4/+54
2012-03-19Fixed bug #616839Daniel Mustieles2-2/+2
2012-01-27autogen: Only check for libtoolizeColin Walters1-1/+1
2012-01-22Fix some case of pattern parsing errorsAbhishek Arya1-0/+2
2012-01-21Augment list of ignred filesDaniel Veillard1-0/+4
2011-12-27autogen.sh: Honor NOCONFIGURE environment variableColin Walters1-5/+6
2011-12-19minimal mingw supportRoumen Petrov1-2/+9
2011-05-26configure: remove checks for isinf and isnan as those are not used anywayStefan Kost1-6/+0
2011-05-21configure: acconfig.h is deprecated since autoconf-2.50Stefan Kost2-13/+7
2011-05-21configure: support silent automake rules if possibleStefan Kost1-0/+5
2011-05-03preproc: fix the buildStefan Kost1-5/+7
2011-03-11Point to GIT for source code and a bit of cleanupDaniel Veillard3-23/+23
2011-03-07Fix a memory leak with xsl:numberDaniel Veillard5-0/+39
2011-03-07Fix a problem with ESXLT date:add() with Januarymoney_seshu Dronamraju5-2/+28
2011-02-28Fix a memory leak if compiled with Windows locale supportDaniel Veillard4-0/+21
2011-02-22Fix generate-id() to not expose object addressesDaniel Veillard1-5/+21
2010-11-08Fix curlies support in literals for non-compiled AVTsNick Wellnhofer5-1/+21
2010-11-08Precompile patterns in xsl:numberNick Wellnhofer3-43/+41
2010-11-08Fix some warnings in the refactored codeNick Wellnhofer2-1/+10
2010-11-08Allow whitespace in xsl:variable with selectNick Wellnhofer1-1/+17
2010-11-08Small fixes to locale codeNick Wellnhofer1-4/+5
2010-11-08Fix bug 602515Nick Wellnhofer5-9/+22
2010-11-08Adding new generated filesDaniel Veillard2-0/+73
2010-11-08Fix popping of vars in xsltCompilerNodePopNick Wellnhofer1-1/+1
2010-11-08Fix direct pattern matching bugNick Wellnhofer6-1/+20
2010-11-08Get rid of specific build setup and STATIC_BINARIESDaniel Veillard4-33/+6
2010-10-12Fix a small out of tree compilation issueHao Hu1-1/+1
2010-04-12profiling: add callgraph reportStefan Kost5-31/+250