summaryrefslogtreecommitdiff
path: root/global.data
Commit message (Collapse)AuthorAgeFilesLines
* Fix SetGenericErrorFunc and SetStructured clashWang Lam2009-08-241-1/+5
| | | | | | | | * include/libxml/globals.h globals.c global.data: define a new global variable (per thread) for structured error reporting, to not conflict with generic one * error.c: when defined use the structured error report over any generic one
* patch from Stéphane Bidoul for setting up threads global defaults. thisDaniel Veillard2003-05-151-24/+25
| | | | | | | | | | | * build_glob.py global.data globals.c parser.c include/libxml/globals.h: patch from Stéphane 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
* applied an old patch from Lukas Schroeder to track node creation andDaniel Veillard2003-01-011-0/+2
| | | | | | | | * global.data globals.c tree.c include/libxml/globals.h: applied an old patch from Lukas Schroeder to track node creation and destruction. Probably missing a lot of references at the moment and not usable reliably. Daniel
* changed default value for global parameter xmlIndentTreeOutput to 1 andAleksey Sanin2002-05-241-0/+1
| | | | * global.data globals.c tree.c include/libxml/globals.h win32/libxml2.def.src win32/dsp/libxml2.def.src: changed default value for global parameter xmlIndentTreeOutput to 1 and introduced new global parameter xmlTreeIndentString (the string used to do one-level indent) with default value " " (as it was in tree.c)
* fix bug #63752 of compiling libxml with a non standard set of optionsDaniel Veillard2001-11-041-2/+0
| | | | | | * encoding.c global.data globals.c testThreads.c: fix bug #63752 of compiling libxml with a non standard set of options Daniel
* make the allocation be per-thread a configure option fixed compilationDaniel Veillard2001-10-151-5/+1
| | | | | | | | * include/libxml/globals.h configure.in global.data: make the allocation be per-thread a configure option * encoding.c include/libxml/parser.h: fixed compilation errors Daniel
* started integrating the core of the thread support not activated yet butDaniel Veillard2001-10-121-0/+27
* Makefile.am include/libxml/Makefile.am include/libxml/globals.h globals.c include/libxml/threads.h threads.c build_glob.py global.data xmlcatalog.c acconfig.h configure.in: started integrating the core of the thread support not activated yet but half integrated. The code should still compile and work anyway. Daniel