| Commit message (Expand) | Author | Age | Files | Lines |
* | XPath fixes and cleanup, 2 general bug fixes: | Daniel Veillard | 2000-10-01 | 1 | -2/+2 |
* | Use the correct pkg-config syntax | Martin Baulig | 2000-09-30 | 1 | -1/+1 |
* | Provide pkg-config script. | Martin Baulig | 2000-09-29 | 1 | -1/+4 |
* | Various contribs: - xpath.c: patch for normalize-string() | Daniel Veillard | 2000-09-24 | 1 | -1/+3 |
* | Finally commiting work done on the plane, major cleanup, | Daniel Veillard | 2000-09-16 | 1 | -0/+1 |
* | - uri.c: applied Wayne Davidson patch | Daniel Veillard | 2000-09-05 | 1 | -2/+2 |
* | URI work cleanup and regresssion tests, | Daniel Veillard | 2000-09-04 | 1 | -1/+20 |
* | Small cleanups, updates, Daniel | Daniel Veillard | 2000-08-20 | 1 | -2/+2 |
* | Added man pages, Daniel | Daniel Veillard | 2000-08-19 | 1 | -1/+4 |
* | Large sync between my W3C base and Gnome's one: | Daniel Veillard | 2000-08-12 | 1 | -4/+60 |
* | - Large resync between W3C and Gnome tree | Daniel Veillard | 2000-06-28 | 1 | -2/+4 |
* | Work done on the plane, ready to release libxml2-2.0.0, Daniel | Daniel Veillard | 2000-04-03 | 1 | -36/+45 |
* | uri.c uri.h: finished the escaping handling, the base support and the URI | Daniel Veillard | 2000-03-24 | 1 | -1/+4 |
* | - TODO: updated - xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to | Daniel Veillard | 2000-03-20 | 1 | -0/+2 |
* | Fixed #6766 and satrted working on white space handling, Daniel | Daniel Veillard | 2000-03-02 | 1 | -2/+0 |
* | - added "libxml_la_LIBADD = @Z_LIBS@" to link libxml with proper libraries | Tomasz Kłoczko | 2000-02-02 | 1 | -0/+1 |
* | include <netinet/in.h> for IPPROTO_TCP. | James Henstridge | 2000-01-28 | 1 | -0/+2 |
* | Released 1.8.3, Daniel | Daniel Veillard | 2000-01-05 | 1 | -4/+2 |
* | - added xmlRemoveID() and xmlRemoveRef() | Daniel Veillard | 2000-01-05 | 1 | -1/+1 |
* | fixed configure and Makefile to use readline in tester if available | Daniel Veillard | 2000-01-03 | 1 | -1/+1 |
* | Large commit of changes done while travelling to XML'99 | Daniel Veillard | 1999-12-12 | 1 | -2/+4 |
* | Closing #3908 and #3937 and a memory leak in the SAX API | Daniel Veillard | 1999-12-03 | 1 | -2/+3 |
* | BUG FIXED #2784 HTML parsing/output improvements Rebuilt, updated the docs | Daniel Veillard | 1999-10-25 | 1 | -7/+10 |
* | Revamped HTML parsing, lots of bug fixes for HTML stuff, | Daniel Veillard | 1999-10-14 | 1 | -2/+4 |
* | Various small bugfixes, Daniel. | Daniel Veillard | 1999-10-09 | 1 | -0/+1 |
* | Make 'dist-hook' targets, which copy the .spec file into $(distdir), | Elliot Lee | 1999-09-24 | 1 | -1/+1 |
* | Ready for 1.7.0, major changes, nanohttp, cleanup, binary compat with 1.4, | Daniel Veillard | 1999-09-22 | 1 | -0/+2 |
* | prepend all the test* calls with $(top_builddir) - to make 'check' works, | CEST 1999 Timur Bakeyev | 1999-09-04 | 1 | -22/+22 |
* | Added memory debug wrappers, killed all detected memory leaks, Daniel | Daniel Veillard | 1999-09-02 | 1 | -0/+2 |
* | add xmlConf.sh to CLEANFILES. | Elliot Lee | 1999-08-23 | 1 | -0/+2 |
* | Corrected xmlConf.sh missing in distrib, Daniel | Daniel Veillard | 1999-08-15 | 1 | -0/+10 |
* | Huge commit: 1.5.0, XML validation, Xpath, bugfixes, examples .... Daniel | Daniel Veillard | 1999-08-10 | 1 | -73/+132 |
* | Bunch of updates, progressive parsing, updates on HTML, XPAth and docs, Daniel | Daniel Veillard | 1999-07-27 | 1 | -0/+1 |
* | Just adds 'const' to a couple of important parameters, patch from | Daniel Veillard | 1999-07-26 | 1 | -1/+2 |
* | Added XPath code (http://www.w3.org/TR/xpath), updated HTML support and docs,...LIB_XML_1_4 | Daniel Veillard | 1999-07-15 | 1 | -17/+40 |
* | Fixed bug #1638, daniel | Daniel Veillard | 1999-07-12 | 1 | -1/+1 |
* | Added the Makefile for example subdir containing gjobread, Daniel. | Daniel Veillard | 1999-07-11 | 1 | -1/+1 |
* | HTML parsing, output is now correct, added HTMLtests target and testcases, Da... | Daniel Veillard | 1999-07-07 | 1 | -1/+18 |
* | Restore binary compat, more HTML stuff, allow stdin input, Daniel. | Daniel Veillard | 1999-07-06 | 1 | -0/+2 |
* | Closing reported bugs: 617 1591 1592, adding an HTML parser, Daniel | Daniel Veillard | 1999-07-05 | 1 | -1/+7 |
* | Big changes, seems that 1.2.0 wasn't commited, here is 1.3.0, Daniel | Daniel Veillard | 1999-06-22 | 1 | -1/+6 |
* | Release of libxml-1.1, Daniel.LIB_XML_1_1 | Daniel Veillard | 1999-06-02 | 1 | -11/+64 |
* | Added test and result to EXTRA_DIST, Daniel | Daniel Veillard | 1999-04-02 | 1 | -1/+1 |
* | Alias for `tests' target. This will cause `make check' to do the right | Raja R Harinath | 1999-03-05 | 1 | -8/+11 |
* | Moved error.h to xml-error.h, associated fixed and updates, Daniel | Daniel Veillard | 1999-03-05 | 1 | -1/+1 |
* | Toward 1.0.0, added docs to the packages, Daniel. | Daniel Veillard | 1999-02-25 | 1 | -2/+1 |
* | Added parserInternals.h to Makefile.am and the generated HTML docs, Daniel. | Daniel Veillard | 1999-02-25 | 1 | -0/+1 |
* | Made spec file autogenerate, tweaked it also | Michael Fulbright | 1999-02-21 | 1 | -1/+4 |
* | gain a couple of minor changes on Makefiles, Daniel. | Daniel Veillard | 1999-02-16 | 1 | -1/+2 |
* | Upgrade to 0.99.8 cleanup of spec and makefiles to include doc, Daniel. | Daniel Veillard | 1999-02-16 | 1 | -1/+1 |