summaryrefslogtreecommitdiff
path: root/libexslt
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix transform callback signaturesNick Wellnhofer2017-11-292-5/+6
* Fix extension callback signaturesNick Wellnhofer2017-11-292-12/+16
* Fix deallocator signaturesNick Wellnhofer2017-11-291-2/+4
* Fix hash callback signaturesNick Wellnhofer2017-11-292-9/+22
* Fix typosNick Wellnhofer2017-11-041-1/+1
* Add missing limits.h includeNick Wellnhofer2017-11-021-0/+1
* Use _WIN32 macro instead of WIN32Nick Wellnhofer2017-10-2510-12/+12
* Fix Windows compiler warningsNick Wellnhofer2017-10-252-10/+13
* Also fix memory hazards in exsltFuncResultElemv1.1.30-rc2Nick Wellnhofer2017-08-291-1/+2
* Fix memory hazards in exsltFuncFunctionFunctionNick Wellnhofer2017-07-311-1/+1
* Fix memory leaks in EXSLT error pathsNick Wellnhofer2017-05-273-36/+19
* Fix memory leak in str:concat with empty node-setNick Wellnhofer2017-05-271-0/+1
* Fix UTF-8 check in str:paddingNick Wellnhofer2017-05-271-4/+5
* Use xmlBuffers in EXSLT string functionsNick Wellnhofer2017-05-181-7/+27
* Switch to xmlUTF8Strsize in EXSLT string functionsNick Wellnhofer2017-05-181-3/+3