mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-31 02:43:06 +03:00
preparing release of libxslt-1.1.18, this bumps libxml2 requirement to
* 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
This commit is contained in:
@ -25,6 +25,7 @@ registerExtensionClass()
|
||||
|
||||
# functions from module xslt
|
||||
cleanupGlobals()
|
||||
init()
|
||||
|
||||
# functions from module xsltInternals
|
||||
isBlank()
|
||||
@ -32,6 +33,7 @@ loadStylesheetPI()
|
||||
newStylesheet()
|
||||
parseStylesheetDoc()
|
||||
parseStylesheetFile()
|
||||
uninit()
|
||||
|
||||
# functions from module xsltutils
|
||||
calibrateAdjust()
|
||||
@ -130,9 +132,12 @@ Class transformCtxt()
|
||||
# functions from module xsltInternals
|
||||
allocateExtraCtxt()
|
||||
createRVT()
|
||||
extensionInstructionResultFinalize()
|
||||
freeRVTs()
|
||||
registerLocalRVT()
|
||||
registerPersistRVT()
|
||||
registerTmpRVT()
|
||||
releaseRVT()
|
||||
|
||||
# functions from module xsltutils
|
||||
message()
|
||||
|
Reference in New Issue
Block a user