summaryrefslogtreecommitdiff
path: root/libexslt
Commit message (Expand)AuthorAgeFilesLines
* date: Fix integer overflow in exsltDateFormatDurationNick Wellnhofer2023-03-091-4/+4
* malloc-fail: Fix memory leak in exsltSaxonExpressionFunctionNick Wellnhofer2023-02-281-7/+12
* malloc-fail: Fix memory leak in exsltFuncRegisterImportFuncNick Wellnhofer2023-02-261-0/+1
* malloc-fail: Fix null deref in exsltFuncShutdownNick Wellnhofer2023-02-261-3/+5
* malloc-fail: Fix null deref in exsltFuncFunctionFunctionNick Wellnhofer2023-02-261-25/+27
* 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-181-80/+129
* add support for Windows time functionsRosen Penev2023-01-111-4/+12
* autotools: Use AM_CFLAGS consistentlyNick Wellnhofer2022-09-061-2/+1
* autotools: Link with -no-undefinedNick Wellnhofer2022-09-061-1/+2
* Store RVT ownership in 'compression' memberNick Wellnhofer2022-08-311-1/+1
* Run CI tests with -fsanitize=integerNick Wellnhofer2022-08-311-1/+1
* Fix EXSLT functions tests when libxml2 is built --without-debugNick Wellnhofer2022-08-311-3/+0
* Add missing compile definition for static builds to AutotoolsMike Dalessio2022-08-201-1/+1
* Simplify xsltexports.h and exsltexports.hNick Wellnhofer2022-07-291-109/+32
* Detect libm using libtool's macrosDavid Seifert2022-04-021-1/+1
* Remove useless __CYGWIN__ checksNick Wellnhofer2022-03-312-2/+2
* Don't check for standard C89 library functionsNick Wellnhofer2022-03-311-52/+0
* Don't check for standard C89 headersNick Wellnhofer2022-03-313-38/+1
* crypto.c: Silence a compiler warning on WindowsChun-wei Fan2022-03-181-1/+1
* Remove CVS and SVN-related codeNick Wellnhofer2022-02-161-1/+1
* Fix libexslt header summariesNick Wellnhofer2022-02-132-3/+9
* [win32] Call ANSI versions of WinAPI functions explicitlyNick Wellnhofer2021-06-161-2/+2
* Fix linking libexslt dynamic library when using MinGWVadim Zeitlin2020-11-191-1/+1
* Make long-to-double cast explicit in date.cNick Wellnhofer2020-06-221-1/+1
* Don't allow empty durationsNick Wellnhofer2020-06-221-0/+3
* Use LIBEXSLT_VERSION for LIBEXSLT_DOTTED_VERSIONMarkus Rickert2020-05-041-1/+1
* Fix redundant includes already in libexslt.hDavid Kilzer2020-02-1110-66/+0
* Fix implicit-int-conversion warning in exslt/crypto.cNick Wellnhofer2020-01-101-1/+1
* Fix -Wshadow warnings in libexslt/dynamic.cDavid Kilzer2020-01-101-15/+15
* Check that crypto:rc4_decrypt produces valid UTF-8Nick Wellnhofer2019-09-151-1/+8
* Fix integer overflow in FORMAT_GYEARNick Wellnhofer2019-06-191-5/+8
* Fix unsigned integer overflow in date.cNick Wellnhofer2019-05-201-4/+4
* Always reuse XPath contextNick Wellnhofer2019-05-131-1/+1
* Fix integer overflow in _exsltDateDayInWeekNick Wellnhofer2019-04-251-2/+3
* Reuse XPath context in dyn:mapNick Wellnhofer2019-04-201-7/+9
* Reuse XPath context in saxon:expressionNick Wellnhofer2019-04-161-1/+1
* Stop including ansidecl.hNick Wellnhofer2019-04-081-3/+0
* Use xmlNewTextChild in EXSLT dyn:mapNick Wellnhofer2019-03-131-9/+9
* Fix float casts in exsltDateDurationNick Wellnhofer2019-03-131-2/+5
* Backup context node in exsltFuncFunctionFunctionNick Wellnhofer2019-02-121-1/+5
* Fix memory leak in EXSLT functions error pathNick Wellnhofer2019-02-121-0/+1
* Remove WIN32_EXTRA_* variablesNick Wellnhofer2019-02-121-1/+1
* Move function result RVTs to context variableNick Wellnhofer2018-09-261-11/+12
* Variables need 'extern' in static lib on CygwinNick Wellnhofer2018-09-221-1/+1
* Really declare dllexport/dllimport for CygwinMichael Haubenwallner2018-08-311-2/+2
* Fix EXSLT functions returning RVTs from outer scopesNick Wellnhofer2018-07-241-1/+10
* Fix handling of RVTs returned from nested EXSLT functionsNick Wellnhofer2018-01-161-0/+4