summaryrefslogtreecommitdiff
path: root/xsltproc
Commit message (Expand)AuthorAgeFilesLines
* tests: Port most of the test suite to CNick Wellnhofer2022-09-071-3/+2
* xsltproc: Fix unused variable warningNick Wellnhofer2022-09-061-0/+2
* autotools: Use AM_CFLAGS consistentlyNick Wellnhofer2022-09-061-2/+0
* Fix various compiler warningsNick Wellnhofer2022-09-011-2/+2
* Add missing compile definition for static builds to AutotoolsMike Dalessio2022-08-201-1/+1
* Don't overlink executables with gcryptNick Wellnhofer2022-07-291-1/+1
* Remove special configuration for old maintainersNick Wellnhofer2022-07-291-4/+1
* Detect libm using libtool's macrosDavid Seifert2022-04-021-1/+1
* Remove useless __CYGWIN__ checksNick Wellnhofer2022-03-311-1/+1
* Don't check for standard C89 headersNick Wellnhofer2022-03-311-50/+6
* Stop calling deprecated libxml2 init functionsNick Wellnhofer2022-03-181-1/+0
* Update linksNick Wellnhofer2022-02-141-2/+1
* Added platform specific path separatorsDmitriy Korovkin2020-09-201-2/+8
* Add --huge Argument via libxml XML_PARSE_HUGEWill Braswell2020-09-201-0/+5
* Remove WIN32_EXTRA_* variablesNick Wellnhofer2019-02-121-1/+1
* Fix typosNick Wellnhofer2017-11-041-1/+1
* Use _WIN32 macro instead of WIN32Nick Wellnhofer2017-10-251-1/+1
* Fix xsltproc newlines on WindowsNick Wellnhofer2017-10-251-0/+7
* Fix Windows compiler warningsNick Wellnhofer2017-10-252-8/+3
* Silence tests a littleNick Wellnhofer2017-06-011-1/+1
* Allow {URI}NCName syntax for user parametersNick Wellnhofer2016-03-281-0/+1
* Fix endTimer parameter typeNick Wellnhofer2016-03-281-2/+2
* Fix libxslt format warningsDavid Kilzer2016-03-281-0/+3
* Enforce two digit exponent under MSVCNick Wellnhofer2016-02-251-0/+4
* Correctly emulate snprintf on older MSVC versionsNick Wellnhofer2016-02-251-3/+0
* Fix possible NULL pointer deref in xsltproc.cmahendra.n2015-12-131-2/+3
* Visual Studio 14 CTP defines snprintf()Daniel Veillard2014-10-131-0/+2
* Add math library to executable link flagsNick Wellnhofer2014-02-251-1/+1
* Make --maxvars option workPer Hedeland2013-12-131-0/+4
* Fix for bug 436589Imran Azeezullah2013-09-301-0/+10
* Initialize pseudo random number generator with current time or optional comma...Nils Werner2013-02-191-0/+15
* Fix a couple of places where (f)printf parameters were brokenDaniel Veillard2013-01-301-1/+1
* Remove .cvsignore files which are not needed anymoreDaniel Veillard2012-09-041-5/+0
* xincludestyle wasn't protected with LIBXML_XINCLUDE_ENABLEDMichael Bonfils2012-08-161-0/+2
* Portability fix for testThreads.cIlyaS2012-08-161-8/+4
* xsltproc should return an error code if xinclude failsMalcolm Purvis2012-08-161-2/+9
* Various "make distcheck" and other fixesDaniel Richard G2012-08-091-6/+15
* Cleanup some misplaced spaces and tabsbaserock/morphDaniel Veillard2012-03-221-9/+8
* Allow per-context override of xsltMaxDepth, introduce xsltMaxVarsJérôme Carretero2012-03-201-1/+14
* Fixed bug #616839Daniel Mustieles2012-03-191-1/+1
* Get rid of specific build setup and STATIC_BINARIESDaniel Veillard2010-11-081-2/+1
* 567192 xsltproc --output option ignore --xincludeJoachim Breitner2009-08-231-0/+5
* Make sure testThreads is linked with pthreadsDaniel Veillard2009-08-201-1/+1
* Improve testThreads a bitDaniel Veillard2009-08-141-0/+14
* Adding a test program to check thread reentrancyDaniel Veillard2009-08-142-0/+273
* patch from Drazen Kacar to add a --encoding option fixes #443868 augmentDaniel Veillard2007-08-231-4/+13
* enhanced to ignore empty text node in xsltDefaultProcessOneNode (avoidWilliam M. Brack2007-01-111-4/+6
* applied fix for accessor functions of a stylesheet returning pointers toDaniel Veillard2006-10-111-7/+14
* apply patch from Gary Coady to compile when libxml2 has no xincludeDaniel Veillard2006-10-111-0/+2
* applied patch from Daniel Leidert to fix some typo applied another patchDaniel Veillard2006-08-211-1/+1