diff options
author | Daniel Veillard <veillard@redhat.com> | 2009-09-16 16:16:21 +0200 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2009-09-16 16:16:21 +0200 |
commit | 482e7b7e1215dd78e163a6f6bfc5b8b2a83c990c (patch) | |
tree | 9ec900eea62e570abf6ae3151050985a064b7c91 /python | |
parent | 8619ab630e705805cafa4ba24c94b6c1311d0e01 (diff) | |
download | libxslt-482e7b7e1215dd78e163a6f6bfc5b8b2a83c990c.tar.gz libxslt-482e7b7e1215dd78e163a6f6bfc5b8b2a83c990c.tar.bz2 libxslt-482e7b7e1215dd78e163a6f6bfc5b8b2a83c990c.zip |
Add API versioning and various cleanups
* doc/symbols.xml doc/syms.xsl doc/checkapisym.xsl libxslt/libxslt.syms:
the new symbol files, checking and stylesheets, based on libxml2 ones
* configure.in doc/Makefile.am libxslt/Makefile.am: modifications needed
to activate the symbol versioning
* doc/libxslt-api.xml doc/libxslt-refs.xml doc/EXSLT/libexslt-api.xml
doc/EXSLT/libexslt-refs.xml: regenerated
* libexslt/crypto.c libxslt/Makefile.am libxslt/keys.c libxslt/variables.c
libxslt/xslt.c libxslt/xsltInternals.h libxslt/xsltlocale.c
libxslt/xsltlocale.h: various cleanups
Diffstat (limited to 'python')
-rw-r--r-- | python/libxsltclass.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/libxsltclass.txt b/python/libxsltclass.txt index 89be09ff..c46619a0 100644 --- a/python/libxsltclass.txt +++ b/python/libxsltclass.txt @@ -7,6 +7,7 @@ # functions from module extensions debugDumpExtensions() +initGlobals() registerTestModule() unregisterExtModule() unregisterExtModuleElement() |