summaryrefslogtreecommitdiff
path: root/libxslt/functions.c
Commit message (Expand)AuthorAgeFilesLines
* malloc-fail: Fix null deref in xsltKeyFunctionNick Wellnhofer2023-03-231-0/+6
* malloc-fail: Fix null deref when formatting numbersNick Wellnhofer2023-03-201-1/+2
* malloc-fail: Fix null deref in xsltDocumentFunctionNick Wellnhofer2023-03-151-1/+3
* malloc-fail: Fix double-free in xsltKeyFunctionNick Wellnhofer2023-02-261-2/+2
* malloc-fail: Fix null deref in xsltUnparsedEntityURIFunctionNick Wellnhofer2023-02-261-0/+4
* malloc-fail: Fix null deref in xsltKeyFunctionNick Wellnhofer2023-02-261-2/+3
* malloc-fail: Fix null deref in xsltDocumentFunctionNick Wellnhofer2023-02-261-1/+1
* malloc-fail: Fix null deref in xsltDocumentFunctionNick Wellnhofer2023-02-261-4/+6
* malloc-fail: Fix null deref in xsltFormatNumberFunctionNick Wellnhofer2023-02-261-1/+1
* Fix compiler warnings in xsltGenerateIdFunctionNick Wellnhofer2022-09-011-2/+2
* Make generate-id() deterministicNick Wellnhofer2022-08-311-16/+91
* Don't use deprecated XPath macrosNick Wellnhofer2022-08-261-4/+8
* Remove case labels with XPointer location typesNick Wellnhofer2022-04-211-27/+9
* Don't check for standard C89 headersNick Wellnhofer2022-03-311-7/+0
* Don't set maxDepth in XPath contextsNick Wellnhofer2020-08-261-1/+1
* Transfer XPath limits to XPtr contextNick Wellnhofer2020-08-171-1/+13
* Minor documentation fixes after recent changesNick Wellnhofer2019-10-181-1/+1
* Fix XPath callback signaturesNick Wellnhofer2017-11-291-1/+2
* Fix NULL pointer deref in xsltFormatNumberFunctionNick Wellnhofer2017-05-271-1/+3
* Make xsl:decimal-format work with namespacesNick Wellnhofer2017-02-071-3/+20
* Fix memory leak in xsltElementAvailableFunctionNick Wellnhofer2017-01-031-1/+1
* Fix for pattern predicates calling functionsNick Wellnhofer2017-01-031-1/+1
* Fix use-after-free in xsltDocumentFunctionLoadDocumentNick Wellnhofer2016-02-251-1/+2
* Replace sprintf with snprintfDavid Kilzer2016-02-251-2/+2
* Remove unused variable in xsltGenerateIdFunctionNick Wellnhofer2014-02-251-16/+0
* Fix generate-id() to avoid generating the same IDStewart Brodie2012-11-211-1/+2
* Crash when passing an uninitialized variable to document()Nick Wellnhofer2012-10-101-2/+3
* Big space and tabs cleanupDaniel Veillard2012-09-121-30/+30
* Avoid a heap use after free errorChris Evans2012-09-031-2/+4
* document('') fails to return stylesheets parsed from memoryJason Viers2012-08-161-4/+10
* Fix system-property with unknown namespaceNick Wellnhofer2012-08-161-1/+3
* Fix generate-id() to not expose object addressesDaniel Veillard2011-02-221-5/+21
* patch from Ron Burk to fix problem with string check for element-availableWilliam M. Brack2008-07-101-0/+2
* fixed two problems related to checking of fragments, related to pythonWilliam M. Brack2007-01-151-4/+6
* Committing again, since I forgot to switch from win to linux linebreaks inKasimier T. Buchcik2006-07-141-971/+971
* Refactored xsltValueOf(). Changed to use xmlXPathCastToString() directly,Kasimier T. Buchcik2006-07-141-917/+971
* minor changes to get rid of gcc warnings, especially on 64-bit system.William M. Brack2004-12-011-0/+3
* added code to assure keys are generated when needed for node-sets (bugWilliam M. Brack2004-08-021-6/+24
* added some logic to xsltKeyFunction to set the transform context doc ptrWilliam M. Brack2004-07-131-2/+15
* small fixes w.r.t. IS_XSLT_REAL_NODE change some makefile "distclean"Daniel Veillard2003-09-181-1/+2
* patch from Mark Vadoc to allow compiling against libxml2 without XPointerDaniel Veillard2003-09-011-4/+6
* fixing bug 118558William M. Brack2003-07-311-1/+1
* fixed bug 106251Igor Zlatkovic2003-02-191-7/+14
* fixing another bug in document(), bug #105450 Slight change to the outputDaniel Veillard2003-02-071-1/+1
* fixing a segfault in document(), bug #105418 add the specific test asDaniel Veillard2003-02-071-2/+2
* fixed #101502 by applying and cleaning up the associated patch from DanielDaniel Veillard2003-01-141-27/+110
* make sure the fixup for key() reported by John Escott actually works.Daniel Veillard2002-11-141-2/+2
* autoconvert key() first arg to string, reported by John Escott DanielDaniel Veillard2002-11-121-0/+1
* added the possibility to register a transformation context specific errorDaniel Veillard2002-10-151-57/+23
* recovering to the old (somewhat) broken implementation of document('')Daniel Veillard2002-08-141-3/+9