aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixed bugs #58073 reported by Greg Shtilman DanielDaniel Veillard2001-07-252-2/+6
* fixes bug #57652 reported by Morus Walter DanielDaniel Veillard2001-07-252-1/+5
* John Kroll provided a small fix to xmlNanoHTTPSave DanielDaniel Veillard2001-07-252-1/+5
* fixed the xmlLineNumbersDefault() errors, lesson don't add new functionsDaniel Veillard2001-07-254-105/+128
* removing history/readline changed this slightly make element content lineDaniel Veillard2001-07-238-20/+43
* get rid of the readline and libhistory dependancies by default, releaseDaniel Veillard2001-07-2331-3796/+8057
* added xmlHashScannerFull, xmlHashScanFull and xmlHashScannFull3 to getThomas Broyer2001-07-223-2/+56
* Cleanup, cleanup .. removed libxml softlink for good cleanup to get 100%Daniel Veillard2001-07-1832-380/+666
* debugging on IA64, fixed serious troubles due to size_t vs. int mismatchDaniel Veillard2001-07-173-12/+17
* cleaned up some warning on the Alpha DanielDaniel Veillard2001-07-175-18/+27
* added a more convenient extension API for value and context managing NowThomas Broyer2001-07-164-5/+774
* cleanup of global variables, marking some const or private. DanielDaniel Veillard2001-07-169-49/+52
* exported xmlXPath{NAN,PINF,NINF} fixed xmlXPathNodeSetItem when passingThomas Broyer2001-07-152-1/+10
* added xmlCheckVersion() DanielDaniel Veillard2001-07-143-0/+6
* fixed compilation under Cygwin #57503 update DanielDaniel Veillard2001-07-143-0/+16
* add #undef HAVE_DLFCN_HPeter Williams2001-07-133-0/+11
* added a couple of exported entries raised by #57348 and #57381 DanielDaniel Veillard2001-07-122-0/+7
* store the line numbder in element->content, may break some software, needDaniel Veillard2001-07-1210-115/+84
* Various things that are generated and should be ignored.Darin Adler2001-07-115-2/+20
* Added XInclude, DanielDaniel Veillard2001-07-101-3/+4
* release of 2.4.0 updated the docs DanielDaniel Veillard2001-07-1017-1053/+1078
* fixed "Internal: MIXED struct bad" when #CDATA elements validation occuredDaniel Veillard2001-07-092-3/+85
* fixed XML Base computation which was broken added a base function to theDaniel Veillard2001-07-0910-11/+140
* set properties doc and call xmlSetListDoc for properties content whenDaniel Veillard2001-07-093-726/+15
* added some missing entry point for XPath (Mark Vakoc) DanielDaniel Veillard2001-07-082-0/+22
* fixed an old bug raised by Bernhard Zwisch, the I/O layer shouldDaniel Veillard2001-07-082-7/+34
* fix the name() bug for elements in the default namespace reported byDaniel Veillard2001-07-082-30/+40
* trying to fix #56948, this led to an XPath fix, improvements of SAXDaniel Veillard2001-07-086-25/+66