summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* malloc-fail: Fix memory leak in xsltEvalGlobalVariablesNick Wellnhofer2023-02-261-2/+7
* malloc-fail: Fix null deref after templPushNick Wellnhofer2023-02-261-17/+9
* malloc-fail: Fix memory leak in xsltRegisterVariableNick Wellnhofer2023-02-261-1/+4
* malloc-fail: Fix null deref after xsltAddStackElemNick Wellnhofer2023-02-261-19/+11
* malloc-fail: Fix null deref after xsltLocalVariablePushNick Wellnhofer2023-02-261-16/+8
* malloc-fail: Fix null deref in xsltPatPushStateNick Wellnhofer2023-02-261-8/+4
* malloc-fail: Fix memory leak in xsltParseStylesheetStripSpaceNick Wellnhofer2023-02-261-5/+5
* malloc-fail: Fix memory leak in xsltInitCtxtKeyNick Wellnhofer2023-02-261-1/+4
* malloc-fail: Fix null deref in xsltAddKeyNick Wellnhofer2023-02-261-0/+2
* malloc-fail: Fix memory leak in xsltStyleInitializeStylesheetModuleNick Wellnhofer2023-02-261-1/+4
* malloc-fail: Fix null deref in exsltFuncShutdownNick Wellnhofer2023-02-261-3/+5
* malloc-fail: Fix memory leak in xsltInitCtxtExtNick Wellnhofer2023-02-261-0/+5
* malloc-fail: Fix null deref in xsltKeyFunctionNick Wellnhofer2023-02-261-2/+3
* malloc-fail: Fix null deref in xsltComputeSortResultNick Wellnhofer2023-02-261-0/+2
* malloc-fail: Fix null deref in exsltFuncFunctionFunctionNick Wellnhofer2023-02-261-25/+27
* malloc-fail: Fix null deref in xsltEvalXPathStringNsNick Wellnhofer2023-02-261-1/+1
* malloc-fail: Fix memory leak in xsltAddTemplateNick Wellnhofer2023-02-261-8/+12
* 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 memory leak in xsltGetExtDataNick Wellnhofer2023-02-261-3/+2
* malloc-fail: Fix null deref in xsltFormatNumberFunctionNick Wellnhofer2023-02-261-1/+1
* malloc-fail: Fix null deref in exsltSetsDistinctFunctionNick Wellnhofer2023-02-261-5/+7
* date: Add more overflow checks to formatting codeDavid Kilzer2023-02-011-98/+89
* date: Fix rounding to make Windows tests passNick Wellnhofer2023-01-181-2/+5
* date: Rewrite duration and seconds formattingNick Wellnhofer2023-01-185-81/+152
* add support for Windows time functionsRosen Penev2023-01-111-4/+12
* Fix memory leak in xsltDefaultSortFunctionNick Wellnhofer2023-01-101-5/+2
* Fix typoNick Wellnhofer2023-01-093-4/+4
* xsltlocale: Add testNick Wellnhofer2023-01-094-0/+50
* xsltlocale: Fix xsltNewLocale on macOSNick Wellnhofer2023-01-091-5/+5
* xsltlocale: Make API platform-independentNick Wellnhofer2023-01-0910-417/+298
* .gitgnore: Add python/setup.pyNick Wellnhofer2023-01-091-0/+1
* Also accept application/xslt+xml media type in stylesheet PIsNick Wellnhofer2023-01-031-1/+2
* Update READMENick Wellnhofer2023-01-032-22/+19
* xsltutils: Another fix to xsltComputeSortResultNick Wellnhofer2022-12-171-1/+1
* xsltutils: Fix regression in xsltComputeSortResultNick Wellnhofer2022-12-131-2/+6
* cmake: link against libm on UNIX systemsAlex Richardson2022-12-121-1/+6
* fix typozhang nan2022-11-211-1/+1
* build: Add a distutils-based build system for the Python bitsChun-wei Fan2022-11-214-3/+272
* CMake: Relax check for Python 3.x support on WindowsChun-wei Fan2022-11-211-4/+10
* python/types.c: Fix building against older libxml2Chun-wei Fan2022-11-211-0/+7
* python/libxslt.c: Replace ssize_t with Py_ssize_tChun-wei Fan2022-11-211-2/+2
* gitlab-ci: Reenable MSan and LeakSanitizerNick Wellnhofer2022-10-312-7/+15
* tests: Fix memory leak in runtest.cNick Wellnhofer2022-10-311-1/+3
* warnings: Fix strict prototypes warningNick Wellnhofer2022-10-311-1/+1
* xsltEvalUserParams() and xsltQuoteUserParams() are susceptible to integer ove...David Kilzer2022-10-181-2/+2
* Fix compiler warnings in examples/xsltICUSort.cNick Wellnhofer2022-10-181-5/+13
* Make xsl:sort thread-safeNick Wellnhofer2022-10-182-117/+93
* cmake: Fix build with libxslt and libxml2 as subprojectsNick Wellnhofer2022-09-221-1/+3
* cmake: Set SOVERSIONNick Wellnhofer2022-09-201-0/+2