summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Adding a test program to check thread reentrancyDaniel Veillard2009-08-141-0/+2
| | | | | | | | * xsltproc/testThreads.c: based loosely on libxml2 one, checks concurrent use of the same stylesheet and extensions reentrancy * config.h.in configure.in: we need to check for pthreads * Makefile.am xsltproc/Makefile.am: add the new program and insert in make check
* apply patch fron Shaun McCance to hook xsl:message construct to the newDaniel Veillard2007-03-271-1/+1
| | | | | | | | | | * libxslt/xsltutils.c: apply patch fron Shaun McCance to hook xsl:message construct to the new per-xsltTransformCtxt error callback if set up. * Makefile.am: do not package svn files in releases Daniel svn path=/trunk/; revision=1424
* add missing variable fixed some error callback data added new date:sumDaniel Veillard2004-09-241-0/+2
| | | | | | | | * Makefile.am: add missing variable * libxslt/transform.c: fixed some error callback data * tests/exslt/date/Makefile.am tests/exslt/date/sum*: added new date:sum testing from Derek Poon Daniel
* a bit of cleanup and a extra variable for CVS dist DanielDaniel Veillard2004-08-201-1/+2
| | | | | | * Makefile.am configure.in: a bit of cleanup and a extra variable for CVS dist Daniel
* seems I never commited to CVS the example from Richard Jinks DanielDaniel Veillard2004-06-291-1/+1
| | | | | | * Makefile.am examples/xsltICUSort.c: seems I never commited to CVS the example from Richard Jinks Daniel
* Major enhancement to "make tests". All but Python tests cleaned up toWilliam M. Brack2004-03-061-2/+3
| | | | | | | | | | | | | | | | | | | | * Makefile.am, tests/Makefile.am, tests/REC/Makefile.am, tests/REC1/Makefile.am, tests/REC2/Makefile.am, tests/XSLTMark/Makefile.am, tests/docbook/Makefile.am, tests/exslt/common/Makefile.am, tests/exslt/date/Makefile.am, tests/exslt/functions/Makefile.am, tests/exslt/math/Makefile.am, tests/exslt/sets/Makefile.am, tests/exslt/strings/Makefile.am, tests/extensions/Makefile.am, tests/general/Makefile.am, tests/keys/Makefile.am, tests/multiple/Makefile.am, tests/namespaces/Makefile.am, tests/numbers/Makefile.am, tests/reports/Makefile.am, test/xmlspec/Makefile.am, tests/general/bug-60.err, tests/docbook/result/html/gdp-handbook.err, tests/REC/test-2.5-1.err: Major enhancement to "make tests". All but Python tests cleaned up to produce minimum summary output if no problems. * tests/general/bug-145.xsl, tests/general/bug-145.err, tests/docs/Makefile.am, tests/docs/bug-145.xml: Added test case for bugzilla bug 135938
* fixed a bug in the keys selector parsing #120684 when | is in a predicateDaniel Veillard2003-11-191-1/+4
| | | | | | | | | | | * libxslt/keys.c: fixed a bug in the keys selector parsing #120684 when | is in a predicate or a string. * tests/docs/Makefile.am tests/docs/bug-132.xml tests/general/Makefile.am tests/docs/bug-132*: added tests to the regression suite for bug #120684. * Makefile.am: don't package cvs temp files * doc/apibuild.py: update from libxml2 one Daniel
* adding libexslt.pc support DanielDaniel Veillard2003-11-141-1/+1
| | | | | | * Makefile.am configure.in libexslt.pc.in libxslt.spec.in: adding libexslt.pc support Daniel
* some cleanup and trial for the upcoming 1.1.0 release this release removesDaniel Veillard2003-11-021-13/+1
| | | | | | | | * Makefile.am configure.in libxslt.spec.in doc/libxslt-api.xml libxslt/xslt.h libxslt/xsltwin32config.h: some cleanup and trial for the upcoming 1.1.0 release * breakpoint/*: this release removes the deprecated breakpoint library Daniel
* small fixes w.r.t. IS_XSLT_REAL_NODE change some makefile "distclean"Daniel Veillard2003-09-181-0/+2
| | | | | | | | | | * libxslt/functions.c libxslt/numbers.c: small fixes w.r.t. IS_XSLT_REAL_NODE change * python/Makefile.am Makefile.am: some makefile "distclean" target improvement from Graham Wilson * xsltproc/xsltproc.c: small fix from Alexey Efimov for options display. Daniel
* integrated libxslt.m4 written by Thomas Schraitle (RFE #96485) DanielDaniel Veillard2002-11-081-1/+5
| | | | | | * Makefile.am libxslt.m4 libxslt.spec.in: integrated libxslt.m4 written by Thomas Schraitle (RFE #96485) Daniel
* cleaned up the spec file and associated changes in the Makefiles. DanielDaniel Veillard2002-10-231-1/+1
| | | | | | * Makefile.am libxslt.spec.in doc/Makefile.am: cleaned up the spec file and associated changes in the Makefiles. Daniel
* set-up DIST_SUBDIRS to avoid the same problem Jacob reported for libxml2Daniel Veillard2002-09-231-3/+5
| | | | | | * Makefile.am: set-up DIST_SUBDIRS to avoid the same problem Jacob reported for libxml2 Daniel
* added "make valgrind" targets to run the test suite under the debuggerDaniel Veillard2002-03-191-0/+5
| | | | | | | | | | | | * Makefile.am tests/Makefile.am tests/*/Makefile.am tests/*/*/Makefile.am : added "make valgrind" targets to run the test suite under the debugger control * transform.c: valgrind spotted 2 bugs, one related to the ordering of the deallocation of the data associated to a transofrmation, the second in xsltCopyTree when the new node may have been coalesced with an adjacent text node. The regression tests now pass cleanly under testgrind. Daniel
* change the Licence to MIT Licence and release of 1.0.11 updates of theLIBXSLT_1_0_11Daniel Veillard2002-02-081-1/+1
| | | | | | | | | | | | | * Copyright Makefile.am configure.in libxslt.spec.in: change the Licence to MIT Licence and release of 1.0.11 * doc/FAQ.html doc/intro.html doc/libxslt-decl.txt doc/news.html doc/xslt.html: updates of the docs accordingly * libxslt/xsltwin32config.h: numbering * python/generator.py python/libxml_wrap.h python/libxsltclass.txt python/libxslt-python-api.xml: cleanup the dependancies with libxml2 * python/tests/extfunc.py: updated examples. Daniel
* small fix cleanup avoid a problem with $(TESTS) augmented the wrappersDaniel Veillard2002-02-071-2/+3
| | | | | | | | | | | | * xsltproc/xsltproc.c: small fix * Makefile.am: cleanup * python/tests/Makefile.am: avoid a problem with $(TESTS) * python/generator.py python/libxml_wrap.h python/libxsl.py python/libxslt.c python/libxsltclass.txt: augmented the wrappers * python/tests/pyxsltproc.py: rewrote xsltproc on top of the libxslt-python API to get an estimate of what is missing Daniel
* refactored make tests, make all now don't run the test suite added testsDaniel Veillard2002-02-061-1/+2
| | | | | | | | | | * Makefile.am configure.in tests/Makefile.am tests/*/Makefile.am tests/*/*/Makefile.am: refactored make tests, make all now don't run the test suite * python/Makefile.am: added tests * python/tests/basic.py python/tests/Makefile.am: added the first basic test, memory debug included Daniel
* reactivated xsltMatchPattern() since this is really something one may wantDaniel Veillard2002-02-041-4/+6
| | | | | | | | | | | | | | * libxslt/pattern.[ch] doc/libxslt-api.xml doc/libxslt-refs.xml: reactivated xsltMatchPattern() since this is really something one may want to have access to in an extension function. * Makefile.am configure.in python/Makefile.am python/generator.py python/libxml_wrap.h python/libxsl.py python/libxslt-python-api.xml python/libxslt.c python/libxslt_wrap.h python/libxsltclass.txt python/types.c: started working on the python bindings, borrowed most of the work done for libxml2, most of the generator code is similar. Commit at the point where this compiles cleanly and "import libxslt" doesn't yield any missing entry point. Daniel
* applied Robert Collins patch for Cygwin support DanielDaniel Veillard2002-01-171-1/+1
| | | | | | | | | | | * Makefile.am libexslt/common.c libexslt/date.c libexslt/exslt.c libexslt/exslt.h libexslt/exsltconfig.h.in libexslt/functions.c libexslt/libexslt.h libexslt/math.c libexslt/saxon.c libexslt/sets.c libexslt/strings.c libxslt/libxslt.h libxslt/xslt.h libxslt/xsltconfig.h.in libxslt/xsltutils.c xsltproc/xsltproc.c: applied Robert Collins patch for Cygwin support Daniel
* added pkg-config file from Rodrigo Moya DanielDaniel Veillard2001-12-201-0/+2
| | | | | * libxslt.pc.in configure.in: added pkg-config file from Rodrigo Moya Daniel
* updating Makefiles to fix the prelinking. DanielDaniel Veillard2001-11-261-1/+11
| | | | | | * Makefile.am configure.in breakpoint/Makefile.am libexslt/Makefile.am: updating Makefiles to fix the prelinking. Daniel
* included OpenVMS port instructions from John A Fotheringham, integrated inDaniel Veillard2001-11-131-1/+1
| | | | | | * vms/* Makefile.am: included OpenVMS port instructions from John A Fotheringham, integrated in the tar file. Daniel
* Applied Keith Isdale patch for the debugger support, make it the default,Daniel Veillard2001-11-051-0/+1
| | | | | | | | | * Makefile.am acconfig.h config.h.in configure.in xsltproc/Makefile.am breakpoint/* libxslt/transform.[ch] libxslt/xsltconfig.h.in: Applied Keith Isdale patch for the debugger support, make it the default, added the WITH_XSLT_DEBUGGER define to xsltconfig.h.in, small cleanups Daniel
* fixed a number of small problems with Makefiles spotted by Albert ChinDaniel Veillard2001-08-181-1/+1
| | | | | | * //Makefile.am : fixed a number of small problems with Makefiles spotted by Albert Chin Daniel
* release of 1.0.2 cleaning of Makefiles pointed out by make distcheckLIBXSLT_1_0_2Daniel Veillard2001-08-151-2/+4
| | | | | | | | | | * Makefile.am config.h.in configure.in libxslt/xsltwin32config.h: release of 1.0.2 * tests/docs/Makefile.am libexslt/Makefile.am tests/documents/Makefile.am tests/general/Makefile.am xsltproc/Makefile.am: cleaning of Makefiles pointed out by make distcheck Daniel
* this got fixed by libxml patches Applied Igor Zlatkovic Win32 FaceliftDaniel Veillard2001-08-031-3/+4
| | | | | | | | | | | | | * tests/general/bug-21-.out tests/general/bug-31-.out: this got fixed by libxml patches * win32/readme.msvc win32/dsp/* xsltproc/xsltproc.c Makefile.am libexslt/exslt.[ch] libexslt/exsltconfig.h.in libexslt/functions.c libexslt/math.c libxslt/win32config.h libxslt/xsltconfig.h.in libxslt/xsltutils.h libxslt/xsltwin32config.h libxslt/xsltwin32config.h.in: Applied Igor Zlatkovic Win32 Facelift No.2 patch, and fixed a few things related to those changes. Daniel
* Integrating EXSLT and cleanup:Daniel Veillard2001-07-151-1/+3
| | | | | | | | | | | | | | | * Makefile.am configure.in libexslt/Makefile.am: Integration of libexslt in the build system * libxslt/Makefile.am libxslt/xsltproc.c libxslt/xsltutils.c xsltproc/Makefile.am xsltproc/xsltproc.c: Moved xsltproc to a separate directory, linked it to libexslt, and added exslt version reports to -V * tests/*/Makefile.am: updated the path to xsltproc * libexslt/common.c libexslt/exslt.h libexslt/exsltconfig.h.in libexslt/functions.c libexslt/math.c libexslt/sets.c: added versionning informations, some cleanup, and added documentation to a couple of exported functions Daniel
* - Makefile.am libxslt/Makefile.am libxslt/numbers.cDaniel Veillard2001-06-231-2/+3
| | | | | | | | | libxslt/win32config.h libxslt/xsltconfig.h.in libxslt/xsltproc.c: Patches for Windows mostly contributed by Yon Derek - win32/libxslt/libxslt.def win32/libxslt/libxslt.dsw win32/libxslt/libxslt_so.dsp win32/libxslt/xsltproc.dsp: Project file for Mircrosoft C provided by Yon Derek Daniel
* - configure.in libxslt/Makefile.am: fixed bug #54953Daniel Veillard2001-05-221-1/+3
| | | | | | | | | | - libxslt/attributes.c: cleanup pointed by Joe Orton - libxslt/xsltproc.c: added --catalogs to load catalogs from $SGML_CATALOG_FILES - libxslt/functions.c: cleanup unreached code - configure.in config.h.in libxslt/xsltproc.c: guarded the include with preprocessor definitions Daniel
* - configure.in: released 0.7.0LIBXSLT_0_7_0Daniel Veillard2001-04-101-1/+1
| | | | | | - tests/XSLTMark/Makefile.am: trying to solve some make distcheck problems Daniel
* - Copyright IPR Makefile.am: added some wording and a rewriteDaniel Veillard2001-02-051-1/+1
| | | | | | of the W3C IPR but without giving Copyright rights to W3C, should suit everybody Daniel
* Too tired to do some code, prepared documentation:Daniel Veillard2001-01-261-1/+2
| | | | | | | | | - Makefile.am configure.in doc/Makefile.am: added a doc subdir and the rules to generates the makefiles. - doc/libxslt.sgml doc/xslt.html: very first version of the manual - doc/html/*.html : autogenerated documentation - libxslt/xsltInternals.h: fixed a typedef wich was breaking gtk-doc Daniel
* Lotsa improvement and fixes:Daniel Veillard2001-01-241-1/+3
| | | | | | | | | | | | - libxslt/xsltInternals.h libxslt/pattern.c: fixed problems with non-named rules (*, ...) added accelerators - libxslt/templates.[ch]: added xsltEvalTemplateString() and xsltEvalAttrValueTemplate() high level functions - libxslt/transform.c: fixed the part where attributes had to be looked at as templates, added comment and PI generation - TODO FEATURES: updated to reflect the new state Daniel
* Preparing for a not too distant alpha release:Daniel Veillard2001-01-231-0/+5
| | | | | | | - Makefile.am libxslt.spec.in tests/REC1/Makefile.am tests/REC2/Makefile.am: updated the makefiles and spec files to add tests, and the FEATURES file to the RPM Daniel
* Setup stuff: - Makefile.am libxslt.spec.in libxslt/Makefile.amDaniel Veillard2001-01-221-1/+2
| | | | | | | | Setup stuff: - Makefile.am libxslt.spec.in libxslt/Makefile.am tests/Makefile.am: prepared the Makefiles and spec files for a first release. - COPYING.LIB: added LGPL Licence Daniel
* More work, cleanups, HTML output:Daniel Veillard2001-01-211-1/+1
| | | | | | | | | | | | - Makefile.am tests/Makefile.am tests/REC1/Makefile.am tests/REC2/Makefile.am tests/REC2/html.xml: added tests target too, added the HTML output test - libxmls/xsltutils.c: added HTML output - libxslt/xslt.c: check version on literal result used as templates - libxslt/transform.c: fixed an error in VERSION number - libxslt/templates.c: make sure generated nodes have doc and parent properly set Daniel
* More general work, added for-each:Daniel Veillard2001-01-131-1/+2
| | | | | | | | - test/Makefile.am test/REC*/Makefile.am: added first test - libxslt/pattern.c libxslt/transform.c libxslt/xslt.c: cleanup of nodes at reading of stylesheet, added support for xsl:for-each and fixed a few recursion bugs Daniel
* Initial revisionDaniel Veillard2001-01-071-0/+29