aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* *use specified calling convention Rob Richards2007-06-081-0/+4
* Fixed typo in xmlCharEncFirstLine pointed out by Mark Rowe (bug #440159)William M. Brack2007-05-221-1/+2
* patch from Richard Jones to save the query part in raw form. DanielDaniel Veillard2007-04-261-1/+6
* new patch from Andreas Stricke to better integrate support for Windows CEDaniel Veillard2007-04-181-2/+7
* applied documentation patch from James Dennett DanielDaniel Veillard2007-03-211-4/+4
* expose xmlTextReaderSetup functionAleksey Sanin2007-01-031-0/+6
* patch from Michael Day on standalone and XML declaration detection, andDaniel Veillard2006-12-041-1/+6
* preparing release of libxml2-2.6.27 fix a small problem with preproc flagsDaniel Veillard2006-10-251-1/+1
* added --html --memory to test htmlReadMemory to test #321632 added variousDaniel Veillard2006-10-131-1/+1
* fix comment on versions do not spend too much time digging in dumpedDaniel Veillard2006-10-111-2/+2
* trying to fix entities behaviour when using SAX, had to extend entitiesDaniel Veillard2006-10-101-0/+1
* add a new function xmlPathToUri() to provide a clean conversion whenDaniel Veillard2006-10-101-0/+2
* fixed a comment applied a patch from Michael Day to add a new functionDaniel Veillard2006-09-291-0/+4
* exports htmlNewParserCtxt() as Michael Day pointed out this is needed toDaniel Veillard2006-09-211-0/+3
* applied patch from Andrew W. Nosenko to expose if zlib support wasDaniel Veillard2006-07-132-0/+10
* Added xmlXPathCompiledEvalToBoolean() to the API and adjusted/addedKasimier T. Buchcik2006-06-261-1/+5
* Fixed a bug in xmlDOMWrapAdoptNode(); the tree traversal stopped if theKasimier T. Buchcik2006-06-161-0/+47
* Clarified in the docs that the tree must not be tried to be modified ifKasimier T. Buchcik2006-06-091-1/+3
* Changed the name of the recently added public functionKasimier T. Buchcik2006-05-311-6/+7
* A warning will now be reported in the value of the XSD attributeKasimier T. Buchcik2006-05-301-0/+1
* Added an XPath object cache. It sits on an xmlXPathContext and need to beKasimier T. Buchcik2006-05-291-2/+8
* preparing 2.6.24 release, fixed Python paths at the last moment fix someDaniel Veillard2006-04-281-2/+0
* applied patches from Aivars Kalvans to make unicode tables const, fixesDaniel Veillard2006-03-272-13/+13
* fixed bug #335603 and resync'ed genChRanges.py to the expected output.Daniel Veillard2006-03-261-3/+3
* patch from Eric Zurcher to compile with Borland C++ 6 DanielDaniel Veillard2006-02-091-0/+8
* Added the xmlDOMWrapCloneNode() to the header file.Kasimier T. Buchcik2006-02-031-0/+9
* Added xmlRelaxNGSetParserStructuredErrors() to the API.Kasimier T. Buchcik2006-01-091-0/+5
* Fixed bug #322928, reported by Erich Schubert: The bug was in pattern.c,Kasimier T. Buchcik2006-01-051-0/+7
* applied patch from Mark Junker, fixing a MinGW compilation problem, shouldDaniel Veillard2006-01-041-0/+7
* compilation and doc build fixes from Michael Day DanielDaniel Veillard2006-01-021-0/+5
* fix bug #322136 in xmlNodeBufGetContent when entity ref is a child of anRob Richards2005-12-201-0/+5
* Fixed to define LIBXML_DEBUG_RUNTIME on the basis of @WITH_RUN_DEBUG@.Kasimier T. Buchcik2005-12-141-1/+1
* Added xmlTextReaderSchemaValidateCtxt() to the API.Kasimier T. Buchcik2005-12-071-0/+4
* Added xmlSchemaSetParserStructuredErrors() to the API. Fixed channeling ofKasimier T. Buchcik2005-11-181-1/+6
* applied patch from Geert Jansen to implement the save function to aDaniel Veillard2005-11-092-3/+5
* applied patch from Mark Junker to fix compilation with MinGW DanielDaniel Veillard2005-11-011-1/+3
* avoid function parameters names 'list' as this seems to give troubles withDaniel Veillard2005-10-272-3/+3
* removed the error message removed 2 instability warnings from functionDaniel Veillard2005-10-181-0/+2
* applied patch from Kolja Nowak to use getaddrinfo() if supported inRob Richards2005-10-131-0/+5
* Initial implementation for redefinitions; this still misses checks forKasimier T. Buchcik2005-10-102-42/+58
* Added some comments for the struct fields.Kasimier T. Buchcik2005-09-141-51/+75
* release of 2.6.22 updated doc and rebuild. added XML_SAVE_NO_XHTMLDaniel Veillard2005-09-121-1/+2
* Completion of the schema graph. Centralisation, more robustness of theKasimier T. Buchcik2005-09-122-3/+24
* add XML_SAVE_NO_EMPTY save option and use option from xmlSaveCtxtPtrRob Richards2005-09-121-1/+2
* damn XML_FEATURE_UNICODE clashes with Expat headers rename to XML_WITH_ toDaniel Veillard2005-09-121-31/+32
* started work needed to generate devhelp content, not too hard based on theDaniel Veillard2005-09-111-1/+0
* updated the docs and rebuild releasing 2.6.21 removedDaniel Veillard2005-09-042-2/+46
* prepare for release work for #303289, fix a formatting bug for MIN_INTDaniel Veillard2005-09-041-3/+12
* fixing yet another pattern induced XPath bug #314282 reverted back lastDaniel Veillard2005-09-041-0/+2
* avoid passing a char[] as snprintf first argument. implementedDaniel Veillard2005-09-021-1/+2