summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bug fixes, improvement on ID/IDREF support, 1.6.2, no memleaks, DanielLIB_XML_1_6_2Daniel Veillard1999-09-0819-27/+647
* replaced "install -d " with "mkinstalldirs" - not all invocations ofCEST 1999 Timur Bakeyev1999-09-042-1/+6
* prepend all the test* calls with $(top_builddir) - to make 'check' works,CEST 1999 Timur Bakeyev1999-09-042-22/+27
* Updated the documentation, Daniel.Daniel Veillard1999-09-042-16/+264
* Regenerated the documentation, Daniel.Daniel Veillard1999-09-0314-1116/+4550
* Added memory debug wrappers, killed all detected memory leaks, DanielDaniel Veillard1999-09-0220-378/+991
* Fixing two stupid bugs on entities and HTML tree deallocation, Daniel.Daniel Veillard1999-09-013-4/+56
* Patched a bug when creating HTML document structures, Daniel.Daniel Veillard1999-08-301-0/+1
* Updated the documentation, released 1.6.1, DanielLIB_XML_1_6_1Daniel Veillard1999-08-3010-365/+401
* Patched warning issued on SGI by Stephane.Conversy@lri.fr, Daniel.Daniel Veillard1999-08-306-17/+68
* Release 1.6, lot of fixes, more validation, code cleanup, added namespaceDaniel Veillard1999-08-2958-1905/+5243
* add xmlConf.sh to CLEANFILES.Elliot Lee1999-08-231-0/+2
* More validity stuff (ID) and corrct version of equal and compare for XPath, D...Daniel Veillard1999-08-157-47/+581
* Corrected xmlConf.sh missing in distrib, DanielDaniel Veillard1999-08-153-0/+16
* Added and updated all the results for 1.5.0, DanielLIBXML_1_5_0Daniel Veillard1999-08-1079-0/+8824
* Rebuit doc finished closing a few bugs, Daniel.Daniel Veillard1999-08-101-1/+1
* Added and updated all the results for 1.5.0, DanielDaniel Veillard1999-08-101-0/+3
* Huge commit: 1.5.0, XML validation, Xpath, bugfixes, examples .... DanielDaniel Veillard1999-08-1095-2494/+15642
* Added an HACKING file, Daniel.Daniel Veillard1999-08-102-0/+30
* Allow defining a CUSTOM_RELEASE at RPM build timeElliot Lee1999-07-291-1/+2
* Bunch of updates, progressive parsing, updates on HTML, XPAth and docs, DanielDaniel Veillard1999-07-2771-4279/+4746
* Just adds 'const' to a couple of important parameters, patch fromDaniel Veillard1999-07-265-7/+14
* Added XPath code (http://www.w3.org/TR/xpath), updated HTML support and docs,...LIB_XML_1_4Daniel Veillard1999-07-1543-1183/+9336
* Applied patch from John Ellson <ellson@lucent.com> closing #1646, DanielDaniel Veillard1999-07-123-12/+5
* Fixed bug #1638, danielDaniel Veillard1999-07-123-1/+7
* Added the Makefile for example subdir containing gjobread, Daniel.Daniel Veillard1999-07-114-2/+15
* - log entry.Tomasz Kłoczko1999-07-101-0/+5
* - fix which allow "make install DESTDIR=</install/prefix>".Tomasz Kłoczko1999-07-101-5/+5
* Applied a bug fix on file reading code from John Ellson <ellson@lucent.com>, ...Daniel Veillard1999-07-093-9/+14
* HTML parsing, output is now correct, added HTMLtests target and testcases, Da...Daniel Veillard1999-07-0715-81/+380
* forgot to commit HTMLtree yesterday, Daniel.Daniel Veillard1999-07-071-0/+353
* Restore binary compat, more HTML stuff, allow stdin input, Daniel.Daniel Veillard1999-07-0610-346/+890
* Closing reported bugs: 617 1591 1592, adding an HTML parser, DanielDaniel Veillard1999-07-0520-40/+6453
* Allocate a per-parser SAX table, correct the SAX results, Daniel.LIB_XML_1_3Daniel Veillard1999-06-2626-220/+2034
* Big changes, seems that 1.2.0 wasn't commited, here is 1.3.0, DanielDaniel Veillard1999-06-2249-1508/+3465
* Fixed a buffer overrun (exhibits with very long attributes).Raph Levien1999-06-152-0/+11
* Add maintainers listElliot Lee1999-06-151-0/+1
* Added a gjob example for ole, DanielDaniel Veillard1999-06-133-0/+308
* Release of libxml-1.1, Daniel.LIB_XML_1_1Daniel Veillard1999-06-02223-1422/+8518
* CORBA defines fixes, char encoding atodetection, DanielDaniel Veillard1999-05-2912-311/+664
* Prevent gnome-xml from writing two copies of the xml tree to the dest file inManish Vachharajani1999-05-292-2/+6
* Removal of threading problems, update documentation, added SAX tests, DanielDaniel Veillard1999-04-2119-753/+4295
* Completed/revamped the SAX support, removed old namespace suppport, DanielDaniel Veillard1999-04-0515-396/+925
* Added test and result to EXTRA_DIST, DanielDaniel Veillard1999-04-022-1/+5
* Moved macros to parserInternals, applied patches for MSVC6, DanielDaniel Veillard1999-03-245-482/+973
* Fixed xml-config --version, Daniel.Daniel Veillard1999-03-233-2/+6
* Alias for `tests' target. This will cause `make check' to do the rightRaja R Harinath1999-03-052-8/+18
* Moved error.h to xml-error.h, associated fixed and updates, DanielDaniel Veillard1999-03-0512-22/+29
* Memory leak hunting, export more interfaces, updated the doc, Daniel.Daniel Veillard1999-03-017-71/+487
* Added call to create/free parser contexts, + doc, Daniel.Daniel Veillard1999-02-2813-331/+876