Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 29a11cc6 | 2000-10-25 13:32:39 | Releasing 2.2.6 after adding xpathInternals.h: - configure.in: release 2.2.6 - xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h exporting the inner functions of xpath for extension modules - doc/*: updated and rebuilt the doc Daniel | ||
| b732a0ea | 2000-10-15 11:27:01 | Rebuilt docs for 2.2.5, added XPointer, Daniel | ||
| 7e99c63b | 2000-10-06 12:59:53 | Tried to build libxml2-2.2.5 Automake is a fucking piece of ugly shit full of tricks and without any kind of sensible documentation or logic :-((((((((( Daniel, pissed ! | ||
| 3bff2b0e | 2000-10-01 20:33:47 | Rebuilt docs for 2.2.4 release, Daniel. | ||
| 7c29ce2b | 2000-08-12 21:20:53 | Rebuilt the docs Daniel Rebuilt the docs Daniel | ||
| e46e20d3 | 2000-07-14 15:02:46 | Regenerated the docs on my work station, Daniel | ||
| 32bc74ef | 2000-07-14 14:49:25 | - doc/encoding.html doc/xml.html: added I18N doc - encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding improvements, both parser and filters, added ASCII & HTML, fixed the ISO-Latin-1 one - xmllint.c testHTML.c: added/made visible --encode - debugXML.c : cleanup - most .c files: applied patches due to warning on Windows and when using Sun Pro cc compiler - xpath.c : cleanup memleaks - nanoftp.c : added a TESTING preprocessor flag for standalong compile so that people can report bugs more easilly - nanohttp.c : ditched socklen_t which was a portability mess and replaced it with unsigned int. - tree.[ch]: added xmlHasProp() - TODO: updated - test/ : added more test for entities, NS, encoding, HTML, wap - configure.in: preparing for 2.2.0 release Daniel | ||
| 3f6f7f64 | 2000-06-30 17:58:25 | - win32config.h.in: updated - xmlversion.h.in: crap forgot to update this, this mean 2.1.0 lacks iconv support :-( need to release 2.1.1 - configure.in: release 2.1.1 - HTMLparser: fixed bug #14784 - xpath.c HTMLparser.c encoding.c parser.c: fix warning raised by Windows compiler - HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in the SAX startDocument() callback. - TODO: updated - rebuild doc Daniel | ||
| be803967 | 2000-06-28 23:40:59 | - Large resync between W3C and Gnome tree - configure.in: 2.1.0 prerelease - example/Makefile.am example/gjobread.c tree.h: work on libxml1 libxml2 convergence. - nanoftp, nanohttp.c: fixed stalled connections probs - HTMLtree.c SAX.c : support for attribute without values in HTML for andersca - valid.c: Fixed most validation + namespace problems - HTMLparser.c: start document callback for andersca - debugXML.c xpath.c: lots of XPath fixups from Picdar Technology - parser.h, SAX.c: serious speed improvement for large CDATA blocks - encoding.[ch] xmlIO.[ch]: Improved seriously saving to different encoding - config.h.in parser.c xmllint.c: added xmlCheckVersion() and the LIBXML_TEST_VERSION macro Daniel | ||
| 06047432 | 2000-04-24 11:33:38 | removed extraneous xmlRemoveProp definition added item about * tree.h: removed extraneous xmlRemoveProp definition * TODO: added item about --disable-corba configure switch * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation * nanoftp.c: fixed include problems giving troubles on AIX and slowlaris * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c parser.c nanoftp.c nanohttp.c SAX.c testSAX.c : comment and headers changes to lower gtk-doc number of warnings * doc/html/*: rebuilt docs Daniel | ||
| 18b0ef6d | 2000-04-12 13:52:48 | Regenerated the docs after reinstalling Docbook stuff, Daniel. | ||
| 5e873c46 | 2000-04-12 13:27:38 | - speedup of IS_CHAR like macros, significant overall improvement - More interfaces for new I/O functions: xmlNewIOInputStream, xmlParserInputBufferCreateIO, xmlCreateIOParserCtxt - added I/O test to xmllint Daniel | ||
| 5d211f4c | 2000-04-07 17:00:24 | libxml2 prerelease ? - xmlIO cleanup, xmlRegisterInputCallbacks() for new input method - fixed xmlPrevSibling and xmlNextSibling - TODO: updated - doc/* : updated/regenerated Daniel | ||
| 8f621986 | 2000-03-20 13:07:15 | - xmlmemory.[ch] commiting the files finally - rebuilt/uploaded docs, Daniel | ||
| edfb29b8 | 2000-03-14 19:59:05 | Updated the docs, and configuratio/spec stuff to release is at libxml2 , daniel. | ||
| 76234da1 | 2000-03-14 18:02:01 | ???, Daniel. | ||
| 3bde3e25 | 2000-01-30 20:00:07 | Rebuit doc finished closing a few bugs, Daniel. | ||
| e41f2b74 | 2000-01-30 20:00:07 | Released 1.8.6, Daniel. | ||
| aeea04f1 | 2000-01-25 19:27:27 | - cleaned up the FTP module, did the API, extracted docs - regenerated and updated the docs | ||
| 3a2ebddc | 2000-01-25 19:27:27 | Rebuit doc finished closing a few bugs, Daniel. | ||
| 4f2915a8 | 2000-01-25 19:27:27 | - cleaned up the FTP module, did the API, extracted docs - regenerated and updated the docs | ||
| 0142b84b | 2000-01-14 14:45:24 | Oops, it seems I forgot to commit 1.8.4 changes - restored xmlNewGlobalNs since this seems used - fixed a problem with INCLUDE_WINSOCK - removed all calls to exit() from the library code. - removed bugs detected by Windows compilers - started adding interfaces for parsing well balanced XML fragments - releasing 1.8.4 - rebuilt the docs Daniel | ||
| f3a7358d | 2000-01-05 14:58:39 | Updated the documentation, Daniel | ||
| f686871b | 2000-01-05 14:58:38 | Rebuit doc finished closing a few bugs, Daniel. | ||
| 24491f64 | 2000-01-05 14:58:38 | Updated the documentation, Daniel | ||
| 71b656e0 | 2000-01-05 14:46:17 | - added xmlRemoveID() and xmlRemoveRef() - added check and handling when possibly removing an ID - fixed some entities problems - added xmlParseTryOrFinish() - changed the way struct aredeclared to allow gtk-doc to expose those - closed #4960 - fixes to libs detection from Albert Chin-A-Young - preparing 1.8.3 release Daniel | ||
| 437b87b8 | 2000-01-03 17:30:46 | fixed configure and Makefile to use readline in tester if available rebuilt and updated the doc, Daniel | ||
| be849cf3 | 1999-12-28 16:43:59 | Rebuild the documentation, Daniel. | ||
| 5cb5ab8d | 1999-12-21 15:35:29 | - release 1.8.2 - HTML handling improvement - new tree handling functions - release 1.8.2 - HTML handling improvement - new tree handling functions - default namespace on attribute bug fixed - libxml use for C++ fixed (for good this time !) Daniel | ||
| f600e253 | 1999-12-18 15:32:46 | - Fixed bug #4344 - Fixed C++ problems in headers - Released 1.8.1 Daniel - Fixed bug #4344 - Fixed C++ problems in headers - Released 1.8.1 Daniel | ||
| 944b5ff4 | 1999-12-15 19:08:24 | A posteriori validation should now work, Added --postvalid to tester program Added xmlDocGetRootElement() to the API, Daniel | ||
| 10a2c653 | 1999-12-12 13:03:50 | Large commit of changes done while travelling to XML'99 - cleanups on memory use and parsers - start of Link interfaces HTML and XLink - rebuild the doc - released as 1.8.0 Daniel | ||
| 294cbca5 | 1999-12-03 13:19:09 | Closing #3908 and #3937 and a memory leak in the SAX API added SAX.h mostly useful for the doc generation Regenerated all the docs, Daniel | ||
| ff7ce8ee | 1999-12-03 13:19:09 | - Updated HTML test outputs - Fixed taht f....g problem with C++ and includes, Daniel | ||
| a819dace | 1999-11-24 18:04:22 | Added cleanup routines, cleanup with -pedantic on linux, closed #3788, Daniel | ||
| 11a48ec6 | 1999-11-23 10:40:46 | Closing bug report #3748, changed global compression flag usage, and added xmlNewTextChild() and xmlNewDocRawNode(), Daniel | ||
| 4c3a2030 | 1999-11-19 17:46:26 | The HTML parser MUST not die, even if given complete garbage to eat ! Updated the xml.html doc a bit and reran the doc generation, Daniel | ||
| 3500838f | 1999-10-25 13:15:52 | BUG FIXED #2784 HTML parsing/output improvements Rebuilt, updated the docs BUG FIXED #2784 HTML parsing/output improvements Rebuilt, updated the docs Improvement of regression scripts, make testall should look clean Released as 1.7.4 | ||
| 7c1206fc | 1999-10-14 09:10:25 | Revamped HTML parsing, lots of bug fixes for HTML stuff, Added xmlValidGetValidElements and xmlValidGetPotentialChildren, Completed and cleaned up the tests, Added doc for new modules gnome-xml-xmlmemory.html and gnome-xml-nanohttp.html, Daniel | ||
| 00fdf370 | 1999-10-08 09:40:39 | Improvement of doc, Raph patch for CORBA init, support for spaces in XPath, Daniel | ||
| ad21944c | 1999-09-27 08:17:49 | Turning off memory debug, Daniel | ||
| dd6b3676 | 1999-09-23 22:19:22 | Fixed CHAR, errno, alpha RPM compile, updated doc, Daniel | ||
| 7f7d1119 | 1999-09-22 09:46:25 | Ready for 1.7.0, major changes, nanohttp, cleanup, binary compat with 1.4, etc... See Changelog, Daniel. | ||
| 6bd26dc2 | 1999-09-03 14:28:40 | Regenerated the documentation, Daniel. | ||
| d2d38e9a | 1999-08-30 11:42:36 | Updated the documentation, released 1.6.1, Daniel | ||
| b05deb7f | 1999-08-10 19:04:08 | Huge commit: 1.5.0, XML validation, Xpath, bugfixes, examples .... Daniel | ||
| e2d034d3 | 1999-07-27 19:52:06 | Bunch of updates, progressive parsing, updates on HTML, XPAth and docs, Daniel | ||
| 1566d3a9 | 1999-07-15 14:24:29 | Added XPath code (http://www.w3.org/TR/xpath), updated HTML support and docs, Daniel | ||
| 14fff064 | 1999-06-22 21:49:07 | Big changes, seems that 1.2.0 wasn't commited, here is 1.3.0, Daniel | ||
| 011b63cb | 1999-06-02 17:44:04 | Release of libxml-1.1, Daniel. | ||
| 5099ae89 | 1999-04-21 20:12:07 | Removal of threading problems, update documentation, added SAX tests, Daniel | ||
| d109e37b | 1999-03-05 06:26:45 | Moved error.h to xml-error.h, associated fixed and updates, Daniel | ||
| bc50b59d | 1999-03-01 12:28:53 | Memory leak hunting, export more interfaces, updated the doc, Daniel. | ||
| d692aa49 | 1999-02-28 21:54:31 | Added call to create/free parser contexts, + doc, Daniel. | ||
| 35925478 | 1999-02-25 08:46:07 | Added parserInternals.h to Makefile.am and the generated HTML docs, Daniel. |