summaryrefslogtreecommitdiff
path: root/python/tests/exslt.py
AgeCommit message (Collapse)AuthorFilesLines
2002-11-24enable libxml2 memory debug before loading libxslt since libxsltDaniel Veillard1-10/+8
* python/tests/*.py: enable libxml2 memory debug before loading libxslt since libxslt initialization now includes EXSLT registration which initialize the libxml2 library and allocate memory Daniel
2002-11-23patch from Charles Bozeman fixing a memory leak inDaniel Veillard1-7/+8
* libexslt/date.c: patch from Charles Bozeman fixing a memory leak in exsltDateDurationFunction pointed out by Bernard Brinkhus * python/tests/exslt.py: trouble with mem debug in that specific test... Daniel
2002-11-16make sure to register EXSLT for the bindings add a specific test minorDaniel Veillard1-0/+57
* python/libxslt.c: make sure to register EXSLT for the bindings * python/tests/Makefile.am python/tests/exslt.py: add a specific test * xsltproc/xsltproc.c: minor cleanup Daniel