summaryrefslogtreecommitdiff
path: root/globals.c
Commit message (Expand)AuthorAgeFilesLines
* threads: Allocate mutexes staticallyNick Wellnhofer2022-11-251-53/+43
* parser: Make some module init/cleanup functions privateNick Wellnhofer2022-11-251-8/+19
* parser: Don't call *DefaultSAXHandlerInit from xmlInitParserNick Wellnhofer2022-11-251-3/+3
* Remove explicit integer castsNick Wellnhofer2022-09-011-2/+2
* Consolidate private header filesNick Wellnhofer2022-08-261-9/+4
* Improve documentation of globalsNick Wellnhofer2022-08-241-1/+34
* Don't index anything in DOC_DISABLE sectionsNick Wellnhofer2022-08-241-4/+0
* Deprecate some global variablesNick Wellnhofer2022-08-241-0/+16
* Remove htmlDefaultSAXHandler from non-SAX1 buildNick Wellnhofer2022-08-221-2/+2
* Deprecate module init and cleanup functionsNick Wellnhofer2022-03-061-0/+8
* Remove DOCBparserNick Wellnhofer2022-03-041-53/+0
* Move xmlCleanupGlobals to non-generated sectionNick Wellnhofer2022-03-021-16/+16
* Don't check for standard C89 headersNick Wellnhofer2022-03-021-2/+0
* Reset last error in xmlCleanupGlobalsNick Wellnhofer2022-03-011-14/+16
* Remove elfgcchack.hNick Wellnhofer2022-02-201-2/+0
* Fix typosNick Wellnhofer2020-03-081-1/+1
* Large batch of typo fixesJared Yanovich2019-09-301-3/+3
* Introduce xmlPosixStrdup and update xmlMemStrdupNick Wellnhofer2017-11-091-5/+17
* Big space and tab cleanupDaniel Veillard2012-09-111-13/+13
* Bug 676544 - fails to build with --without-sax1Akira TAGOH2012-08-281-1/+1
* Fix an init bug in global.cKai Henning2009-10-121-1/+1
* 594514 memory leaks - duplicate initializationMOD2009-09-091-1/+2
* Fix SetGenericErrorFunc and SetStructured clashWang Lam2009-08-241-2/+20
* patch from Alex Khesin fixing CDATA output after a text node. fixed theDaniel Veillard2008-03-041-1/+1
* __xmlGlobalInitMutexDestroy() will free global_init_lock on Win32. PatchRob Richards2007-11-161-0/+1
* fixed compilation when configured --without-sax1 and other cleanups fixesDaniel Veillard2005-08-231-1/+1
* more cleanups based on sparse reports, added "make sparse" DanielDaniel Veillard2005-07-291-2/+2
* a lot of small cleanups based on Linus' sparse check output. DanielDaniel Veillard2005-07-281-1/+1
* applied a patch from Marcus Boerger to fix problems with callingDaniel Veillard2005-07-211-1/+1
* applied patch from Morten Welinder, closing bug #306901 on compilingDaniel Veillard2005-06-081-2/+2
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-7/+3
* Re-examined the problems of configuring a "minimal" library.William M. Brack2005-01-021-1/+1
* added support for HTML PIs #156087 added specific tests DanielDaniel Veillard2004-10-221-1/+1
* added some code to include the CVS ChangeLog version in theWilliam M. Brack2004-08-181-1/+1
* fixed problem when configuring using --with-thread-allocWilliam M. Brack2004-06-101-6/+58
* applied patch from Rob Richards for the per thread I/O mappings DanielDaniel Veillard2004-06-081-37/+9
* minor cosmetic changes, no change to logic. regenerated added a newline atWilliam M. Brack2004-06-031-1/+2
* applied patch from Rob Richards for custom I/O BufferCreateFilenane fixesDaniel Veillard2004-06-021-0/+90
* fixed xmlXPathReturnString to cater for NULL pointer (bug 129561) addedWilliam M. Brack2003-12-201-0/+10
* cleanup the make rebuild in doc, this include new directive to stopDaniel Veillard2003-12-051-0/+4
* Setting up the framework for structured error reporting, touches a lot ofDaniel Veillard2003-10-101-0/+26
* changed 'make tests' to use a concise output, scrolling to see where thingDaniel Veillard2003-10-021-1/+13
* added 2 new configure option: --with-reader --with-sax1 to allow removingDaniel Veillard2003-09-301-0/+6
* cleanup, creating a new legacy.c module, made sure make tests ran inDaniel Veillard2003-09-281-4/+4
* preparing a beta3 solving the ABI problems make sure the global variablesDaniel Veillard2003-09-251-22/+13
* Time to commit 3 days of work rewriting the parser internal,Daniel Veillard2003-09-101-6/+3
* fixing bug #120870 try to avoid problem with uninitialized mutexes DanielDaniel Veillard2003-08-281-0/+3
* Adding new version of the SAX interface, it's not there yet, currentlyDaniel Veillard2003-08-201-57/+72
* get rid of some compilation warnings. fix the performance problem reportedDaniel Veillard2003-08-141-0/+2
* add xmlThrDefMutex = NULL in xmlCleanupGlobals() as suggested by RobDaniel Veillard2003-07-151-1/+3