summaryrefslogtreecommitdiff
path: root/win32
AgeCommit message (Collapse)AuthorFilesLines
2019-11-12Imported Upstream version 1.1.34upstream/1.1.34DongHun Kwak3-2/+4
2017-12-04Imported Upstream version 1.1.32upstream/1.1.32DongHun Kwak6-19/+12
Change-Id: I03b39e92b2b7898e9a34a1e240722003e7d51cd8 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2017-10-17Imported Upstream version 1.1.31upstream/1.1.31DongHun Kwak1-10/+10
Change-Id: I5c79882d43bcfea6c94944bed9bdddb76c516afd Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2017-10-17Imported Upstream version 1.1.30_rc1upstream/1.1.30_rc1DongHun Kwak2-30/+30
Change-Id: Ie087e3508369ac612459f31961addc691f2302c1 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2016-06-22Imported Upstream version 1.1.29upstream/1.1.29DongHun Kwak3-3/+91
Change-Id: I7d894ba27f8f8e886dbcece3bb3df8e69059cae9 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2012-11-21Release of libxslt 1.1.28v1.1.28Daniel Veillard1-2/+0
* configure.in: updated * doc/libxslt-api.xml doc/libxslt-refs.xml libxslt/libxslt.syms libxslt/xsltwin32config.h win32/libxslt.def.src doc/*.html: regenerated
2012-09-12Release of libxslt-1.1.27Daniel Veillard1-0/+2
* configure.in doc/symbols.xml doc/xslt.html: updated for the release * NEWS config.h.in doc/* */*.syms : regenerated
2012-09-04Remove .cvsignore files which are not needed anymoreDaniel Veillard1-7/+0
2012-03-20Allow per-context override of xsltMaxDepth, introduce xsltMaxVarsJérôme Carretero2-0/+2
We also add a maxTemplateVars parameter
2009-09-24Release of libxslt-1.1.26Daniel Veillard2-1/+10
* NEWS configure.in doc/xslt.html: update for 1.1.26 * doc//*: regenerate
2008-08-01big patch from Roumen Petrov finishing xsl:sort lang support with manyDaniel Veillard1-3/+3
* libxslt/xsltconfig.h.in libxslt/xslt.c libxslt/extensions.c libxslt/xsltlocale.c libxslt/preproc.c libxslt/xsltutils.c libxslt/xsltlocale.h libxslt/win32config.h configure.in config.h.in win32/configure.js: big patch from Roumen Petrov finishing xsl:sort lang support with many portability issues fixed and feedback from Nick Wellnhofer and Rob Richards Daniel svn path=/trunk/; revision=1488
2008-06-12patch from Nick Wellnhofer and Roumen Petrov to fix some portabilityDaniel Veillard1-0/+9
* libxslt/xsltconfig.h.in libxslt/xsltlocale.h configure.in config.h.in win32/configure.js: patch from Nick Wellnhofer and Roumen Petrov to fix some portability problems on the previous xsl:sort locale patch Daniel svn path=/trunk/; revision=1478
2008-06-03patch from Nick Wellnhofer adding xsl:sort lang support using the localeDaniel Veillard2-0/+5
* configure.in libxslt/extra.c libxslt/Makefile.am libxslt/preproc.c libxslt/xsltInternals.h libxslt/xsltlocale.c libxslt/xsltlocale.h libxslt/xsltutils.c win32/Makefile.mingw win32/Makefile.msvc: patch from Nick Wellnhofer adding xsl:sort lang support using the locale support from the C library. Daniel svn path=/trunk/; revision=1476
2008-05-13release of 1.1.24 syntactic cleanup (Martin) DanielDaniel Veillard1-0/+2
* configure.in doc/*: release of 1.1.24 * python/generator.py: syntactic cleanup (Martin) Daniel svn path=/trunk/; revision=1473
2007-08-03apply patch from Rob Richards to improve build with VS2005 DanielDaniel Veillard2-0/+18
* win32/Makefile.msvc win32/configure.js: apply patch from Rob Richards to improve build with VS2005 Daniel svn path=/trunk/; revision=1435
2007-01-11added new function replace from Joel Reed. added new test case for above.William M. Brack1-0/+2
* libexslt/strings.c: added new function replace from Joel Reed. * tests/exslt/Makefile.am, replace.1.xml, replace.1.xsl, replace.1.out: added new test case for above. * libxslt.spec.in: trivial change from Gnome to GNOME * configure.in: trivial change for flags on my compilations * libxslt/documents.c, libxslt/documents.h, libxslt/keys.c, libxslt/keys.h, libxslt/variables.c, libxslt/templates.c, libxslt/transform.c, libxslt/variables.c, libxslt/xslt.c, libxslt/xsltutils.c: fixed some documentation/comments and compilation warnings - no change to logic. * re-generated the documentation. svn path=/trunk/; revision=1413
2006-10-26preparing release of libxslt-1.1.18, this bumps libxml2 requirement toDaniel Veillard1-0/+19
* NEWS configure.in doc//*: preparing release of libxslt-1.1.18, this bumps libxml2 requirement to 1.6.27 * libexslt/date.c libxslt/namespaces.h libxslt/xslt.c libxslt/xsltInternals.h: cosmetic cleanups to restore the API extraction Daniel
2005-05-03ignored the bindist directoryIgor Zlatkovic1-0/+1
2005-05-03ignored the bindist directoryIgor Zlatkovic1-1/+1
2005-04-06make install cleanupIgor Zlatkovic2-18/+11
2005-04-06removed obsolete copy operationsIgor Zlatkovic1-4/+0
2005-04-02preparing release of 1.1.14, updated docs and rebuilt. DanielDaniel Veillard1-0/+1
* configure.in NEWS doc/*: preparing release of 1.1.14, updated docs and rebuilt. Daniel
2005-01-30applied plugin patch for Windows by Joel Reed DanielDaniel Veillard2-0/+41
* tests/plugins/testplugin.c win32/Makefile.msvc win32/configure.js: applied plugin patch for Windows by Joel Reed Daniel
2005-01-28Makefile fixes for Widows from Joel Reed DanielDaniel Veillard1-0/+9
* win32/configure.js: Makefile fixes for Widows from Joel Reed Daniel
2005-01-09integrated the module patch from Joel Reed with just a couple of changesDaniel Veillard1-0/+12
* configure.in win32/configure.js libxslt/extensions.c libxslt/xsltconfig.h.in libxslt/xsltwin32config.h.in: integrated the module patch from Joel Reed with just a couple of changes and cleanup. Daniel
2004-08-24added support for version extraIgor Zlatkovic1-2/+32
2004-08-22preparing release of 1.1.9 DanielDaniel Veillard1-0/+2
* configure.in NEWS doc/*: preparing release of 1.1.9 Daniel
2004-07-16apply patch from Rob Richards to add a normal --with-crypto configureDaniel Veillard1-0/+8
* configure.in libexslt/crypto.c libexslt/exslt.[ch] libexslt/exsltconfig.h.in win32/configure.js: apply patch from Rob Richards to add a normal --with-crypto configure option. Daniel
2004-07-05releasing 1.1.8 DanielDaniel Veillard1-0/+1
* configure.in doc/*: releasing 1.1.8 Daniel
2004-06-30applied patch from Joel Reed to get EXSLT crypto extensions based onDaniel Veillard2-0/+4
* win32/Makefile.msvc win32/Makefile.mingw libexslt/Makefile.am libexslt/exslt.c libexslt/exslt.h config.h.in configure.in libexslt/crypto.c: applied patch from Joel Reed to get EXSLT crypto extensions based on libgcrypt if found at configure time. * tests/namespaces/Makefile.am: fixed a small breakage Daniel
2004-06-09minor changes for the windows binary packageIgor Zlatkovic3-31/+26
2004-05-24added cruntime option, contributed by Oliver StoenebergIgor Zlatkovic2-1/+8
2004-03-10minor addition for later version of php requiring $HTTP_GET_VARS. doc/*:William M. Brack1-0/+1
* doc/search.php.incl: minor addition for later version of php requiring $HTTP_GET_VARS. doc/*: rebuilt the docs
2004-02-21patch from Mark Vadoc for attrvt.c DanielDaniel Veillard1-2/+4
* win32/Makefile.msvc: patch from Mark Vadoc for attrvt.c Daniel
2004-02-16updated and rebuilt the documentation preparing release of 1.1.3 cleanupDaniel Veillard1-0/+6
* configure.in, doc/*: updated and rebuilt the documentation preparing release of 1.1.3 * libxslt/attrvt.c libxslt/xsltInternals.h: cleanup Daniel
2003-12-21fixed #129327 make sure parser flags get transmitted to the transformationDaniel Veillard1-0/+1
* xsltproc.c: fixed #129327 make sure parser flags get transmitted to the transformation context * libxslt/documents.c libxslt/transform.c libxslt/xsltInternals.h libxslt/xsltutils.c libxslt/xsltutils.h: add a new call xsltSetCtxtParseOptions() to update parsing options in document() Daniel
2003-12-11tried to fix mingw build, no success, it still works halfwayIgor Zlatkovic2-18/+20
2003-12-11MSVC and MinGW compilation fixesIgor Zlatkovic4-110/+82
2003-11-30adapted the libxml files for libxslt. regenerated the docs.William M. Brack1-0/+2
* doc/newapi.xsl, doc/api.xsl, doc/apibuild.py, doc/site.xsl, Makefile.am: adapted the libxml files for libxslt. * doc/API*.html, doc/html/*.html, doc/libxslt-api.xml, doc/libexslt-api.xml, doc/libxslt-refs.xml, win32/libxslt.def.src, win32/libexslt.def.src: regenerated the docs.
2003-11-06fixed #122146Igor Zlatkovic1-6/+6
2003-10-22applied patch from Kasimier Buchcik for xsltGetDebuggerStatus andDaniel Veillard1-0/+5
* libxslt/xsltutils.[ch]: applied patch from Kasimier Buchcik for xsltGetDebuggerStatus and xsltSetDebuggerStatus * doc/libxslt-api.xml: regenerated the API Daniel
2003-10-17Removed old build files for Windows, danielDaniel Veillard7-995/+0
2003-08-25Exportability taint of the headersIgor Zlatkovic1-2/+14
2003-05-17*** empty log message ***Igor Zlatkovic3-380/+268
2003-04-27added more exportsIgor Zlatkovic1-0/+1
2003-04-13fixed compilation with thread-enabled libxmlIgor Zlatkovic1-1/+1
2003-02-19handled trio option correctlyIgor Zlatkovic1-0/+2
2002-12-18increase the max number of cascaded sort operations. updated Igor's mailDaniel Veillard6-7/+7
* libxslt/xsltInternals.h: increase the max number of cascaded sort operations. * AUTHORS doc/* win32/*: updated Igor's mail and the Web page for the Windows binaries. Daniel
2002-12-16added more exportsIgor Zlatkovic1-0/+4
2002-12-12fixed a bug in merging public info from C modules. patch from Mark VakocDaniel Veillard2-1/+10
* doc/apibuild.py: fixed a bug in merging public info from C modules. * win32/Makefile.msvc win32/configure.js: patch from Mark Vakoc the iconv option to configure.js didn't work, and added zlib option needed when linking xsltproc statically Daniel