1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-08-04 12:22:09 +03:00

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
This commit is contained in:
Daniel Veillard
2009-09-16 16:16:21 +02:00
parent 8619ab630e
commit 482e7b7e12
20 changed files with 1285 additions and 75 deletions

View File

@@ -7,6 +7,7 @@
# functions from module extensions
debugDumpExtensions()
initGlobals()
registerTestModule()
unregisterExtModule()
unregisterExtModuleElement()