mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-23 01:52:48 +03:00
patch from Stphane Bidoul for setting up threads global defaults. this
* build_glob.py global.data globals.c parser.c include/libxml/globals.h: patch from Stphane Bidoul for setting up threads global defaults. * doc/libxml2-api.xml: this extends the API with new functions * python/tests/Makefile.am python/tests/reader2.py python/tests/thread2.py: integrated the associated testcase and fixed the error string used in reader2 Daniel
This commit is contained in:
@@ -63,6 +63,22 @@ cleanupPredefinedEntities()
|
||||
initializePredefinedEntities()
|
||||
predefinedEntity()
|
||||
|
||||
# functions from module globals
|
||||
cleanupGlobals()
|
||||
initGlobals()
|
||||
thrDefDefaultBufferSize()
|
||||
thrDefDoValidityCheckingDefaultValue()
|
||||
thrDefGetWarningsDefaultValue()
|
||||
thrDefIndentTreeOutput()
|
||||
thrDefKeepBlanksDefaultValue()
|
||||
thrDefLineNumbersDefaultValue()
|
||||
thrDefLoadExtDtdDefaultValue()
|
||||
thrDefParserDebugEntities()
|
||||
thrDefPedanticParserDefaultValue()
|
||||
thrDefSaveNoEmptyTags()
|
||||
thrDefSubstituteEntitiesDefaultValue()
|
||||
thrDefTreeIndentString()
|
||||
|
||||
# functions from module nanoftp
|
||||
nanoFTPCleanup()
|
||||
nanoFTPInit()
|
||||
|
Reference in New Issue
Block a user