1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-27 04:55:04 +03:00
libxml2/include/libxml
Daniel Veillard 379ebc1d77 Cleanup on randomization
tsan reported that rand() is not thread safe, so create
a thread safe wrapper, use rand_r() if available.
Consolidate the function, initialization and cleanup in
dict.c and make sure it is initialized in xmlInitParser()
2012-05-18 15:41:31 +08:00
..
.cvsignore Remove this file from CVS because it's generated. 2001-07-27 17:41:51 +00:00
c14n.h Fix a couple of ABI issues with C14N 1.1 2009-07-09 22:54:00 +02:00
catalog.h integrated in "make tests" added -q option, and more conditional features 2004-11-09 16:17:02 +00:00
chvalid.h applied patches from Aivars Kalvans to make unicode tables const, fixes 2006-03-27 09:30:13 +00:00
debugXML.h Re-examined the problems of configuring a "minimal" library. 2005-01-02 09:53:13 +00:00
dict.h Cleanup on randomization 2012-05-18 15:41:31 +08:00
DOCBparser.h hack based on Arjan van de Ven suggestion to reduce ELF footprint and 2004-06-27 12:08:10 +00:00
encoding.h 480323 add code to plug in ICU converters by default 2010-11-04 17:42:42 +01:00
entities.h applied patch from Aswin to fix tree skipping fixed a comment and added a 2008-08-25 14:53:31 +00:00
globals.h Fix the globals.h to use XMLPUBFUN 2009-09-07 15:24:24 +02:00
hash.h some gcc4 portability patches, including a serious aliasing bug exposed in 2005-03-10 09:22:07 +00:00
HTMLparser.h Add options to ignore the internal encoding 2011-05-26 11:47:37 +08:00
HTMLtree.h fix bug #322136 in xmlNodeBufGetContent when entity ref is a child of an 2005-12-20 15:55:14 +00:00
list.h modified the file header to add more informations, painful... updated to 2003-11-18 20:56:51 +00:00
Makefile.am Switch from the obsolete mkinstalldirs to AC_PROG_MKDIR_P 2010-11-04 09:43:31 +01:00
nanoftp.h Release of libxml2-2.7.8 2010-11-04 18:35:57 +01:00
nanohttp.h added the routine xmlNanoHTTPContentLength to the external API 2004-09-18 04:52:08 +00:00
parser.h Fix a race in xmlNewInputStream 2012-05-15 11:18:40 +08:00
parserInternals.h preparing 0.7.3 release fix a typo in a name Daniel 2009-01-18 21:43:30 +00:00
pattern.h Fixed bug #322928, reported by Erich Schubert: The bug was in pattern.c, 2006-01-05 12:30:43 +00:00
relaxng.h change ATTRIBUTE_PRINTF into LIBXML_ATTR_FORMAT to avoid macro name 2009-04-15 09:20:25 +00:00
SAX2.h fixed compilation when configured --without-sax1 and other cleanups fixes 2005-08-23 22:14:02 +00:00
SAX.h Re-examined the problems of configuring a "minimal" library. 2005-01-02 09:53:13 +00:00
schemasInternals.h removed the error message removed 2 instability warnings from function 2005-10-18 19:11:55 +00:00
schematron.h added new function xmlSchemaValidCtxtGetParserCtxt based on Holger 2008-04-11 12:58:43 +00:00
threads.h lot of out of memory handling fixes from Ashwin work around a problem with 2008-03-31 09:26:00 +00:00
tree.h Use a hybrid allocation scheme in xmlNodeSetContent 2012-05-14 14:18:58 +08:00
uri.h rewrite the URI parser to update to rfc3986 (from 2396) removed the error 2008-08-04 15:29:44 +00:00
valid.h change ATTRIBUTE_PRINTF into LIBXML_ATTR_FORMAT to avoid macro name 2009-04-15 09:20:25 +00:00
xinclude.h 440226 Add xmlXIncludeProcessTreeFlagsData API 2009-08-24 19:45:54 +02:00
xlink.h Re-examined the problems of configuring a "minimal" library. 2005-01-02 09:53:13 +00:00
xmlautomata.h fixing bug #172215 about foreign namespaces by adding support for negated 2005-07-19 14:33:55 +00:00
xmlerror.h change ATTRIBUTE_PRINTF into LIBXML_ATTR_FORMAT to avoid macro name 2009-04-15 09:20:25 +00:00
xmlexports.h Fix library problems with mingw-w64 2012-05-10 11:30:07 +08:00
xmlIO.h applied patch from Geert Jansen to implement the save function to a 2005-11-09 08:56:26 +00:00
xmlmemory.h 594250 rename ATTRIBUTE_ALLOC_SIZE to avoid clashes 2009-09-09 18:57:26 +02:00
xmlmodule.h fixed namespace bug in push mode reported by Rob Richards added it to the 2005-01-04 21:50:05 +00:00
xmlreader.h add function xmlTextReaderRelaxNGValidateCtxt() 2012-03-22 10:32:11 +08:00
xmlregexp.h added new function xmlSchemaValidCtxtGetParserCtxt based on Holger 2008-04-11 12:58:43 +00:00
xmlsave.h Add xmlSaveOption XML_SAVE_WSNONSIG 2010-11-03 15:33:40 +01:00
xmlschemas.h change ATTRIBUTE_PRINTF into LIBXML_ATTR_FORMAT to avoid macro name 2009-04-15 09:20:25 +00:00
xmlschemastypes.h Changed the validation process to be able to work in streaming mode. Some 2005-06-09 10:32:53 +00:00
xmlstring.h Both args of xmlStrcasestr are const 2009-08-12 23:02:08 +02:00
xmlunicode.h applied patches from Aivars Kalvans to make unicode tables const, fixes 2006-03-27 09:30:13 +00:00
xmlversion.h.in add lzma compression support 2012-01-27 22:19:52 +08:00
xmlwin32version.h modified the file header to add more informations, painful... updated to 2003-11-18 20:56:51 +00:00
xmlwin32version.h.in change ATTRIBUTE_PRINTF into LIBXML_ATTR_FORMAT to avoid macro name 2009-04-15 09:20:25 +00:00
xmlwriter.h change ATTRIBUTE_PRINTF into LIBXML_ATTR_FORMAT to avoid macro name 2009-04-15 09:20:25 +00:00
xpath.h Hardening of XPath evaluation 2011-08-19 11:07:51 +08:00
xpathInternals.h more coverage more fixes Daniel 2004-11-08 16:24:57 +00:00
xpointer.h hack based on Arjan van de Ven suggestion to reduce ELF footprint and 2004-06-27 12:08:10 +00:00