1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +03:00

preparing 2.4.16 updated and rebuilt the docs, rebuilt the API and web

* configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
* doc/* python/libxml2class.txt: updated and rebuilt the docs,
  rebuilt the API and web site
* xpath.c: fixed #71978 portability bugs
Daniel
This commit is contained in:
Daniel Veillard
2002-02-20 10:22:49 +00:00
parent 8aff24724e
commit 5f4b5999b4
60 changed files with 5183 additions and 4936 deletions

View File

@ -78,8 +78,6 @@ nanoHTTPScanProxy()
# functions from module parser
cleanupParser()
createDocParserCtxt()
defaultSAXHandlerInit()
htmlDefaultSAXHandlerInit()
initParser()
keepBlanksDefault()
lineNumbersDefault()
@ -329,7 +327,7 @@ Class xmlDoc(xmlNode)
# functions from module xinclude
xincludeProcess()
# functions from module xpathInternals
# functions from module xpath
xpathNewContext()
@ -434,6 +432,7 @@ Class parserCtxt()
# functions from module parser
clearParserCtxt()
freeParserCtxt()
initParserCtxt()
parseChunk()
parseDocument()
@ -442,7 +441,6 @@ Class parserCtxt()
# functions from module parserInternals
decodeEntities()
freeParserCtxt()
namespaceParseNCName()
namespaceParseNSDef()
nextChar()
@ -523,9 +521,9 @@ Class xpathContext()
# functions from module xpath
xpathEval()
xpathEvalExpression()
xpathFreeContext()
# functions from module xpathInternals
xpathFreeContext()
xpathNewParserContext()
xpathNsLookup()
xpathRegisterAllFunctions()