summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* patch from Eric Zurcher to compile with Borland C++ 6 DanielDaniel Veillard2006-02-092-0/+13
* bill pointed out a missing block in xmlParseComment trying to fill with aDaniel Veillard2006-02-052-2/+9
* fixed the comment streaming bug raised by Graham Bennett added to theDaniel Veillard2006-02-059-2/+156
* Added the xmlDOMWrapCloneNode() to the header file.Kasimier T. Buchcik2006-02-032-0/+14
* Added an initial version of xmlDOMWrapCloneNode() to the API. It will beKasimier T. Buchcik2006-02-032-5/+517
* applied patch from Rob Richards fixing the URI regressions tests onDaniel Veillard2006-02-032-1/+12
* Fixed some bugs xmlDOMWrapReconcileNamespaces() wrt the previous additionKasimier T. Buchcik2006-02-022-7/+14
* Enhanced xmlDOMWrapReconcileNamespaces() to remove redundant ns-decls ifKasimier T. Buchcik2006-02-012-16/+93
* Added changed as proposed on the mailing list by venkat naidu in order toKasimier T. Buchcik2006-02-015-4/+18
* trying to fix windows/configure issues reported by Tim Van Holder DanielDaniel Veillard2006-01-193-1/+17
* try to fix xmlParseInNodeContext when operating on an HTML document.Daniel Veillard2006-01-184-3/+33
* Added xmlRelaxNGSetParserStructuredErrors() to the API.Kasimier T. Buchcik2006-01-093-0/+24
* reverted first patches for #319279 which led to #326295 and fixed theDaniel Veillard2006-01-099-6/+70
* upated the news regenerated the docs, preparing for release of 2.6.23LIBXML2_2_6_23Daniel Veillard2006-01-0581-1632/+2603
* Added regression tests for the latest XPath/pattern fixes.Kasimier T. Buchcik2006-01-054-0/+107
* Another fix to handle "foo//.": "foo" was not included in the resultingKasimier T. Buchcik2006-01-052-42/+52
* Fixed bug #322928, reported by Erich Schubert: The bug was in pattern.c,Kasimier T. Buchcik2006-01-054-88/+341
* tiny refactoring patch from Bjorn Reese DanielDaniel Veillard2006-01-042-16/+12
* fix bug #324432 with <xml:foo/> added to the regression tests DanielDaniel Veillard2006-01-049-0/+26
* applied patch from Mark Junker, fixing a MinGW compilation problem, shouldDaniel Veillard2006-01-042-0/+12
* Removed last dependency on the obsolete enum xmlSchemaValidError.Kasimier T. Buchcik2006-01-032-1/+6
* compilation and doc build fixes from Michael Day DanielDaniel Veillard2006-01-025-1/+16
* bug in xmlRegExecPushString2() pointed out by Sreeni Nair. DanielDaniel Veillard2005-12-282-1/+6
* Fixed xmlStrEqual() doc, DanielDaniel Veillard2005-12-221-1/+1
* fix bug #322136 in xmlNodeBufGetContent when entity ref is a child of anRob Richards2005-12-204-5/+32
* Fixed a segfault during text concatenation when validating a node tree:Kasimier T. Buchcik2005-12-203-4/+21
* applied patch from Gary Coady to accept gzipped http resources. DanielDaniel Veillard2005-12-152-3/+74
* Added enable/disable of runtime debugging (LIBXML_DEBUG_RUNTIME).Kasimier T. Buchcik2005-12-142-0/+13
* Fixed to define LIBXML_DEBUG_RUNTIME on the basis of @WITH_RUN_DEBUG@.Kasimier T. Buchcik2005-12-142-1/+6
* Added regression test for bug #321475 (reported by Gabor Nagy). Fixing ofKasimier T. Buchcik2005-12-135-0/+66
* Adjusted a bug's wrong date-timeKasimier T. Buchcik2005-12-121-1/+1
* Named the reporter of bug #323510Kasimier T. Buchcik2005-12-121-4/+5
* Added regression test for bug #323510.Kasimier T. Buchcik2005-12-125-0/+22
* Workaround for bug #323510: substituted the epsilon transition for aKasimier T. Buchcik2005-12-122-3/+11
* Gary Coady pointed a memory leak in xmlTextReaderReadInnerXml() appliedDaniel Veillard2005-12-122-0/+8
* fixed a number of warnings shown by HP-UX compiler and reported by RickDaniel Veillard2005-12-1011-43/+30
* Insert space between pubid and sysid when both passed toRob Richards2005-12-092-35/+10
* Changed to instantly mark instance-tests as failed if the correspondingKasimier T. Buchcik2005-12-092-8/+29
* Added xmlTextReaderSchemaValidateCtxt() to the API.Kasimier T. Buchcik2005-12-073-62/+141
* Fixed a segfault: the instance document was still tried to be validated,Kasimier T. Buchcik2005-12-072-5/+34
* small doc patch from Aron Stansvik another doc patch for a deprecated APIDaniel Veillard2005-12-063-2/+6
* Tiny change for 'make tests': raised the number of expected failures forKasimier T. Buchcik2005-12-052-1/+10
* Added missing regression test results for the latest IDC and xs:decimalKasimier T. Buchcik2005-12-029-0/+30
* Added regression tests for the latest IDC and xs:decimal bugs.Kasimier T. Buchcik2005-11-3011-0/+309
* Fixed bubbling of duplicate IDC nodes: the parent's list of duplicates wasKasimier T. Buchcik2005-11-302-13/+18
* Fixed parsing of xs:decimal to allow/deny special lexical forms. Fixed theKasimier T. Buchcik2005-11-282-48/+112
* An assignment to a local variable, which was used to access the IDC nodeKasimier T. Buchcik2005-11-282-5/+18
* In xmlSchemaAssembleByXSI() the return value of xmlSchemaGetMetaAttrInfo()Kasimier T. Buchcik2005-11-232-1/+9
* Fixed a bug in xmlSchemaFindRedefCompInGraph() which caused the search forKasimier T. Buchcik2005-11-222-1/+10
* Albert Chin found another signed/unsigned problem in the date and timeDaniel Veillard2005-11-212-2/+7