summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-17Various documentation fixes for docs on internalsC. M. Sperberg-McQueen2-59/+74
2010-01-13Fix python generator to not use deprecated xmllibDaniel Veillard1-63/+13
2009-09-24link python module with python libraryFrederic Crozat2-1/+3
2009-09-24Release of libxslt-1.1.26Daniel Veillard56-144/+368
2009-09-24Add xsltProcessOneNode to exported symbols for lxmlDaniel Veillard3-39/+44
2009-09-24Fix an idness generation problemDaniel Veillard1-6/+9
2009-09-20595612 Try to fix some locking problemsDaniel Veillard1-12/+22
2009-09-18Fix a crash on misformed imported stylesheetsDaniel Veillard1-1/+1
2009-09-17Release of libxslt-1.1.25Daniel Veillard14-39/+344
2009-09-17Allow use of EXSLT outside XSLTMartin5-0/+308
2009-09-17Big fixes of pattern compilationsNick Wellnhofer11-182/+128
2009-09-17Support Esperanto localeNick Wellnhofer1-4/+13
2009-09-17Fix uses of xmlAddChild for error handlingDaniel Veillard1-11/+37
2009-09-17Change how attributes are copied for id and speedDaniel Veillard1-268/+254
2009-09-17Detect deep recusion on function callsDaniel Veillard2-0/+13
2009-09-17Avoid an error in namespace generationMartin1-0/+4
2009-09-17Fix importing of encoding from included stylesheetsNick Wellnhofer7-4/+29
2009-09-17Add a few more files to ignoreDaniel Veillard1-0/+6
2009-09-17Fix problems with embedded stylesheets and namespacesMartin6-10/+69
2009-09-17QName parsing fix for patternsMartin1-1/+2
2009-09-16Crash compiling stylesheet with DTDMartin1-3/+4
2009-09-16Fix xsl:strip-space with namespace and wildcardNick Wellnhofer11-1/+90
2009-09-16Fix a problem with previous changeDaniel Veillard1-0/+1
2009-09-16Label xsltProcessOneNode as staticDaniel Veillard1-1/+1
2009-09-16Add API versioning and various cleanupsDaniel Veillard20-75/+1285
2009-09-08Fix a mutex deadlock on unregistered extensionsNix1-2/+6
2009-08-23567192 xsltproc --output option ignore --xincludeJoachim Breitner1-0/+5
2009-08-21Fix redundant headers in listDaniel Veillard1-2/+0
2009-08-21134754 Configure's --with-html-dir related fixesJulio M. Merino Vidal2-36/+32
2009-08-20Make sure testThreads is linked with pthreadsDaniel Veillard2-2/+6
2009-08-17Fix potential crash on debug of extensions SolarisBen Walton1-7/+8
2009-08-14Improve testThreads a bitDaniel Veillard1-0/+14
2009-08-14305913 a serious problem in extensions reentrancyDaniel Veillard6-61/+239
2009-08-14Adding a test program to check thread reentrancyDaniel Veillard5-3/+321