summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rebuilt the docs, preparing for release, DanielLIBXML_2_4_3Daniel Veillard2001-08-238-436/+531
* started some serious testing and fixed a few bug and optmization needs.Daniel Veillard2001-08-233-22/+175
* preparing for a 2.4.3 release even if it may not be ready yet redirectedDaniel Veillard2001-08-2311-37/+114
* fixed bugi #59406 in SGML catalog parsing reported by Jun Kuriyama DanielDaniel Veillard2001-08-232-1/+8
* finished the catalog documentation DanielDaniel Veillard2001-08-232-17/+96
* added documentation about Catalog support, misses an API descriptionDaniel Veillard2001-08-2228-2767/+6470
* Added the part about section 7.2 on URI resolution, fixed a side effect inDaniel Veillard2001-08-225-11/+269
* added support and APIs needed for the catalog PI cleanup DanielDaniel Veillard2001-08-229-9/+315
* starts to look okay, really plugged the new framework, cleaned a lot ofDaniel Veillard2001-08-2212-177/+598
* fixed nextCatalog started adding a small regression test DanielDaniel Veillard2001-08-216-1/+42
* more work on the XML catalog support. small cleanup seems using list as aDaniel Veillard2001-08-2112-161/+728
* Re-worked NaN and Inf supportBjorn Reese2001-08-219-239/+724
* renaming testCatalog as xmlcatalog, making it an installed app adding aDaniel Veillard2001-08-208-125/+1089
* fixed a line formatting problem DanielDaniel Veillard2001-08-192-1/+7
* fixed a couple of links, DanielDaniel Veillard2001-08-171-7/+7
* removed a couple of unused variable (Albert Chin) DanielDaniel Veillard2001-08-172-5/+5
* trying to fix some troubles w.r.t. function returning const xxxPtr. DanielDaniel Veillard2001-08-164-18/+24
* another set of symbols conditionally defined DanielDaniel Veillard2001-08-162-0/+7
* removed unused var DanielDaniel Veillard2001-08-162-2/+4
* another small cleanup closing bug #59110 DanielDaniel Veillard2001-08-162-1/+6
* small cleanup closing bug #59108 DanielDaniel Veillard2001-08-162-74/+83
* add xmlCleanupParser() before leaving DanielDaniel Veillard2001-08-152-0/+8
* Added docs for 2.4.1 and 2.4.2 releases, DanielDaniel Veillard2001-08-151-135/+162
* released 2.4.2 DanielLIBXML_2_4_2Daniel Veillard2001-08-154-5/+13
* deprecate the non-boundchecking Sprintf functions, add Snprintf thisDaniel Veillard2001-08-154-31/+95
* xmlOutputBufferCreateFilename() didn't unescaped URIs before doing theDaniel Veillard2001-08-152-26/+71
* serious changes on Result Value Trees and NodeSets w.r.t. deallocation andDaniel Veillard2001-08-142-12/+37
* adding a --format option DanielDaniel Veillard2001-08-142-1/+18
* count() was broken on Result Value Tree fixed file:/// accesses on _WIN32Daniel Veillard2001-08-143-9/+49
* s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the macro was renamed, thisDaniel Veillard2001-08-132-1/+6
* small fix fixing bug #58539 reported by coolo, in entity substitution modeDaniel Veillard2001-08-134-8/+15
* added John Fleck right to commit in the doc subdir DanielDaniel Veillard2001-08-082-2/+6
* allow to inherit attributes from the DTD directly in the tree, this isDaniel Veillard2001-08-0712-7/+176
* applied Win32 Facelift No.2 patches from Igor Zlatkovic for Windows/MSCDaniel Veillard2001-08-0325-98/+2761
* unparsedEntityDecl() the URI computation of the entity wasn't doneDaniel Veillard2001-08-012-5/+43
* fixed a bug when walking the descendants and the current node has noDaniel Veillard2001-08-013-8/+17
* fixed a bug in xmlXPathNodeTrailingSorted (for now it worked like theThomas Broyer2001-07-313-1/+9
* protected an use of EAGAIN, Brian Stafford DanielDaniel Veillard2001-07-312-0/+6
* apply change to close #58141 update of the MSC projects from IgorDaniel Veillard2001-07-3113-96/+886
* when the internal subset uses a PE, then the included entity can useDaniel Veillard2001-07-312-133/+149
* fixed a serious memory problen when walking the namespace axis showing upDaniel Veillard2001-07-304-11/+77
* don't override existing encoding specified before startingDaniel Veillard2001-07-282-12/+19
* reinserted, needed for Windows users of CVS DanielDaniel Veillard2001-07-272-0/+185
* Add cast to fix warning. Add include of <libxml/parser.h>.Darin Adler2001-07-273-1/+7
* Added link to the Python bindings, danielDaniel Veillard2001-07-271-1/+4
* Remove this file from CVS because it's generated.Darin Adler2001-07-273-180/+7
* applied const patches from Tom Moog #58002 DanielDaniel Veillard2001-07-263-6/+12
* Added pointers to Igor page for the Windows binaries,Daniel Veillard2001-07-261-144/+137
* added a function lookup frameworkThomas Broyer2001-07-264-2/+62
* fixed xmlCopyNode() for documents DanielDaniel Veillard2001-07-262-10/+13