aboutsummaryrefslogtreecommitdiffstats
path: root/global.data
Commit message (Collapse)AuthorAgeFilesLines
* 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