summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-08Add an append mode to document outputDaniel Veillard1-3/+33
2012-09-07Cleanups some of the test makefilesDaniel Richard16-67/+67
2012-09-07Report errors on variable use in keyDaniel Veillard4-2/+34
2012-09-07The XSLT namespace string is a constant oneDaniel Veillard1-1/+1
2012-09-06Fix handling of names in xsl:attributeNick Wellnhofer3-44/+14
2012-09-06Reserved namespaces in xsl:element and xsl:attributeNick Wellnhofer6-22/+55
2012-09-06Add new tests to EXTRA_DISTNick Wellnhofer1-0/+3
2012-09-06Test for bug #680920Nick Wellnhofer4-0/+22
2012-09-06Null-terminate result string of cry:rc4_decryptNick Wellnhofer1-1/+2
2012-09-05fix regresson in Various "make distcheck" and other fixesRoumen Petrov1-1/+1
2012-09-04EXSLT date normalization fixJames Muscat3-1/+26
2012-09-04Exit after compilation of invalid func:resultNick Wellnhofer5-0/+25
2012-09-04Fix for EXSLT func:functionNick Wellnhofer1-2/+2
2012-09-04Rewrite EXSLT string:replace to be conformantNick Wellnhofer4-96/+255
2012-09-04Remove .cvsignore files which are not needed anymoreDaniel Veillard35-152/+0
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