summaryrefslogtreecommitdiff
path: root/win32/libxslt.def.src
AgeCommit message (Collapse)AuthorFilesLines
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-03-20Allow per-context override of xsltMaxDepth, introduce xsltMaxVarsJérôme Carretero1-0/+1
We also add a maxTemplateVars parameter
2009-09-24Release of libxslt-1.1.26Daniel Veillard1-1/+6
* NEWS configure.in doc/xslt.html: update for 1.1.26 * doc//*: regenerate
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-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
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-05releasing 1.1.8 DanielDaniel Veillard1-0/+1
* configure.in doc/*: releasing 1.1.8 Daniel
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-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-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-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-05-17*** empty log message ***Igor Zlatkovic1-344/+209
2003-04-27added more exportsIgor Zlatkovic1-0/+1
2002-12-18increase the max number of cascaded sort operations. updated Igor's mailDaniel Veillard1-1/+1
* 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-11-28applied another patch from Richard Jinks for the export of teh sortingDaniel Veillard1-0/+2
* libxslt/xsltInternals.h libxslt/xsltutils.c libxslt/xsltutils.h win32/libxslt.def.src: applied another patch from Richard Jinks for the export of teh sorting routine and allowing per context sort. Daniel
2002-11-27Applied patch from Richard Jinks to allow redefining the sorting routine,Daniel Veillard1-1/+2
* libxslt/preproc.c libxslt/xsltInternals.h libxslt/xsltutils.c libxslt/xsltutils.h: Applied patch from Richard Jinks to allow redefining the sorting routine, plus a bit of tweaking of the interfaces. Daniel
2002-11-23exported new functionsIgor Zlatkovic1-1/+5
2002-10-14exported security.c functionsIgor Zlatkovic1-0/+18
2002-05-16Applied Mark Vakoc patch to show registered extensions in xsltproc rebuiltDaniel Veillard1-0/+1
* libxslt/extensions.[ch] xsltproc/xsltproc.c win32/libxslt.def.src: Applied Mark Vakoc patch to show registered extensions in xsltproc * doc/*: rebuilt the API, docs and website * python/libxsltclass.txt: this added an entry point Daniel
2002-04-15removed a warning added xsltRunStylesheetUser() API needed to fix #78546Daniel Veillard1-0/+1
* libxslt/attributes.c: removed a warning * libxslt/transform.c libxslt/transform.h win32/libxslt.def.src: added xsltRunStylesheetUser() API needed to fix #78546 * xsltproc/xsltproc.c: second part of the fix #78546 Daniel
2002-03-24Windows command-line build components added.Igor Zlatkovic1-0/+314