summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixing bug 59732, simple but allocates a new error code. DanielDaniel Veillard2001-09-103-1/+9
* John Fleck fixed typos in the options output fix ignorable white space SAXDaniel Veillard2001-09-095-8/+22
* Need $(ICONV_LIBS) in libxml2_la_LIBADD DanielDaniel Veillard2001-09-073-1/+8
* warn if version is not 1.0 but it's not strictly speaking an error afterDaniel Veillard2001-09-052-0/+13
* *doc/catalog.html - add link to the html version of the man page, otherMDT 2001 John Fleck2001-09-032-18/+25
* xmlcatalog.1, the man file, has not yet been included in the build.MDT 2001 John Fleck2001-09-034-0/+570
* removed a duplicate affectation Justin Fletcher DanielDaniel Veillard2001-09-012-1/+4
* Armin Sander pointed a possible text coalescing problem, completed hisDaniel Veillard2001-08-312-2/+9
* const and volatile fixBjorn Reese2001-08-312-13/+20
* doc updates from Heiko Rupp 2 sanity checks from Heiko Rupp DanielDaniel Veillard2001-08-314-2/+21
* added fix to the header DanielDaniel Veillard2001-08-282-1/+2
* applied patch from Armin Sander to make some pointers const inDaniel Veillard2001-08-282-4/+9
* hum, restrict the integer usage gcc bug workaround to only gcc compilersDaniel Veillard2001-08-273-3/+22
* fixed a Windows compiler warning (Chris Poblete) fix for mod when dividendDaniel Veillard2001-08-263-2/+11
* added a --convert option to xmlcatalog to convert SGML ones to the XMLDaniel Veillard2001-08-255-15/+142
* Added pointer to the DocBook catalog tarball, DanielDaniel Veillard2001-08-241-2/+5
* Added 2.4.3 Release, rebuilt the HTML pages, danielDaniel Veillard2001-08-241-2/+9
* 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