Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| b402c07c | 2001-03-01 17:28:58 | Released libxml-2.3.3: - configure.in: bumped to 2.3.3 - doc/xml.html: updated Daniel | ||
| 71681103 | 2001-02-24 17:48:53 | Preparing 2.3.2 release: - configure.in: bumped to 2.3.2 - doc/xml.html: updated for release Daniel | ||
| 3473f88a | 2001-02-23 17:55:21 | Revert directory structure changes | ||
| 64636e7f | 2001-02-23 01:37:32 | moved to libxml directory - this allow simplify automake/autoconf. Now Thu Feb 23 02:03:56 CET 2001 Tomasz K | ||
| e0c3a62c | 2001-02-19 18:05:20 | - Makefile.am valid.c list.[ch]: Gary Pennington provided a better handling of ID/IDREF and the list modules associated - configure.in: small CFLAGS cleanup Daniel | ||
| a8abee69 | 2001-02-19 15:14:59 | - configure.in: fixed iconv detection on AIX (stric) Daniel | ||
| 760f4426 | 2001-02-15 14:59:48 | Couple of fixes, getting ready for 2.3.1: - configure.in: applied patch from Daniel van Balen for OpenBSD and bumped version to 2.3.1 - HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the attempt to find autoclosing was simply broken, removed it, updated the examples, this is better Daniel | ||
| 6a2e4060 | 2001-02-08 10:31:33 | - README: a bit of cleanup - configure.in: preparing for 2.3.0 release Daniel | ||
| b42042b5 | 2001-01-28 07:40:36 | Renamed the library to libxml2 and made the changes needed to have libxml-devel and libxml2-devel to coexist: - Makefile.am configure.in libxml.spec.in example/Makefile.am: Changed the library name, in order to get libxml-devel and libxml2-devel to coexist on a single system - xml-config.1 xml-config.in xmlConf.sh.in: renamed - xml2-config.1 xml2-config.in xml2Conf.sh.in: new files Daniel | ||
| ee0a4660 | 2001-01-27 18:59:33 | - Makefile.am configure.in libxml-2.0.pc.in: started working on getting libxml2-devel installable in // as libxml-devel. Daniel | ||
| f17e09bc | 2001-01-25 13:55:35 | Incorporated patches, some cleanup: - xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed xmlXPtrCmpPoints to use it. - propagated the following patch from Alejandro Forero - include/win32config.h xmlIO.c: applied further suggestions from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup - example/gjobread.c: fixed warnings, now that it builds Daniel | ||
| 48177c22 | 2001-01-23 15:27:41 | Fixed a problem with EXTRA_DiST, Daniel. | ||
| f6eea27b | 2001-01-18 12:17:12 | Bugfixes, extesion and optimizations for XSLT: - xpath.c: removed an error found by XSLT usage - tree.c parserInternals.h: use a predefined static string for text and comment nodes, avoid freeing them in xmlFreeNode, exported the string name in parserInternals.h and added another value to disable encoding at output (for XSLT), gain memory, time. Daniel | ||
| 503b8936 | 2001-01-05 06:36:31 | - configure.in: preparing 2.2.11 - doc/html/*: rebuild the HTML files - doc/xml.html : updated Daniel | ||
| a1fe9104 | 2000-11-25 10:49:25 | "Never do a release before the second coffee of the day" releases: - configure.in doc/html/* doc/xml.html: made a 2.2.9 release on a non-updated tree :-(, made a 2.2.10 release to correct the situation Daniel | ||
| 28929b2f | 2000-11-13 18:22:49 | Doing 2.2.8 release: - doc/xml.html doc/html/* : rebuilt the docs after adding xinclude and updated page for 2.2.7 and 2.2.8 - configure.in: releasing 2.2.8 Daniel | ||
| 9e8bfae5 | 2000-11-06 16:43:11 | XInclude and other stuff while travelling. Contributed patches: - tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c debugXML.c xmlversion.h.in: Started adding XInclude support, this is a new xmllint option - tree.c xpath.c: applied TOM patches for XPath - xpointer.c: fixed a couple of errors. - uri.c: added an escaping function needed for xinclude - testXPath.c hash.c HTMLtree.c: minor cleanups raised by new warning from RH70 gcc's version Daniel | ||
| a4964b75 | 2000-10-31 18:23:44 | - HTMLparser.c: fixed loop on invalid char in scripts - parser.c: update to description of xmlIOParseDTD() - libxml.m4 xmlversion.h.in: changes contributed by Michael Schmeing <m.schmeing@internet-factory.de> - configure.in: preparing for 2.2.7 - Makefile.am: trying to avoid config.h and acconfig.h being included in the distrib - rebuilt the docs - configure.in: released 2.2.7 Daniel | ||
| 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 | ||
| 52afe800 | 2000-10-22 16:56:02 | Started working on the hash table module integration, fixed a bug: - entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched XPath functions and XML entities table to them. More to come... - xmlIO.c: fixed libxml closing FILEs it didn't open. Daniel | ||
| b0426cae | 2000-10-11 23:39:43 | patch for socklen_t detection by Albert Chin-A-Young <china@thewrittenword.com> Daniel | ||
| 2d38f047 | 2000-10-11 10:54:10 | - xpath.[ch] xpointer.[ch]: worked on XPath functions and variable handlings (registration, lookup, cleanup) Daniel | ||
| c8df0aaf | 2000-10-10 23:50:30 | Added XPointer: - configure.in Makefile.am include/makefile.am: adding Added XPointer: - configure.in Makefile.am include/makefile.am: adding XPointer and XPtrtests target - xpointer.[ch] : new files for XPointer support - test/XPath/xptr result/XPath/xptr: added XPointer testsuite and more XPath tests Daniel | ||
| 57fda59b | 2000-10-10 23:24:14 | Fixed configure.in, very broken, Daniel | ||
| e8282edd | 2000-10-10 23:01:31 | More work toward 2.2.5, integrated a number of patches - configure.in Makefile.am win32config.h.in: trying to cleanup make distcheck .... huh ... - include/Makefile.am include/win32config.h: new directory for includes - win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp updated teh makefiles and instructions for WIN32 - xpath.c: small fixes - test/XPath/ results/XPath: updated the testcases and results - HTMLparser.c nanohttp.c testXPath.c: incorporated provided or suggested patches - valid.c: fixed an ID bug 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 ! | ||
| 8b5dd83f | 2000-10-01 20:28:44 | - configure.in: releasing 2.2.4 - parser.[ch]: added xmlStrEqual() - HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to use xmlStrEqual instead - TODO: updated - added an XPath test Daniel | ||
| d2ade932 | 2000-09-30 14:39:55 | Patch for solaris libs lookup, Daniel. | ||
| dd7d1f6d | 2000-09-29 23:17:57 | Provide pkg-config script. 2000-09-30 Martin Baulig <baulig@suse.de> * libxml-2.0.pc.in: Provide pkg-config script. * configure.in: Create the libxml-2.0.pc script from the libxml-2.0.pc.in templates. * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc script in `$(libexecdir)/pkgconfig'. | ||
| 04698d9e | 2000-09-17 16:00:22 | New set of cleanups, released 2.2.3: - SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c: removed a few warnings in pedantic mode ... - parserInternals.c parser.c: moved encoding switching function to parserInternals.c - configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3 Daniel | ||
| 0310929c | 2000-08-14 14:58:22 | Patch from Albert Chin-A-Young <china@thewrittenword.com>: - configure.in: added --with-readline=DIR to accept alternate path for readline include/library - configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE for ANSI under HP-UX - config.in: Removed @LIBS@ from xml-config because @XML_LIBS@ includes @LIBS@ Daniel | ||
| 87b95395 | 2000-08-12 21:12:04 | Large sync between my W3C base and Gnome's one: - parser.[ch]: added xmlGetFeaturesList() xmlGetFeature() and xmlAddFeature() - tree.[ch]: added xmlAddChildList() - xmllint.c: MAP_FAILED macro test - parser.h: added xmlParseCtxtExternalEntity() - valid.c: applied bug fixes removed warning - tree.c: added CDATA block to elements content - testSAX.c: cleanup of output - testHTML.c: added SAX testing - encoding.c: better error recovery - SAX.c, parser.c: fixed one of the external entity processing of the OASis testsuite - Makefile.am: added HTML SAX regression tests - configure.in: bumped to 2.2.2 - test/HTML/ result/HTML: added a few of HTML tests, and added the SAX results Daniel | ||
| 88a172f7 | 2000-08-04 18:23:10 | Patch for HP compilers and patch to xmllint.c from Sven Heinicke, Daniel | ||
| 69f94a3b | 2000-07-21 23:24:36 | Released 2.2.1, Daniel. | ||
| 46e370e6 | 2000-07-21 20:32:03 | - parser.c xmlIO.[ch]: fixed the problem of encoding support when using in memory parsing. Need some cleanup. - xmllint.c configure.in: added a --memory flag to test memory parsing 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 | ||
| 496a1cf5 | 2000-05-03 14:20:55 | revamped the encoding support, added iconv support, so now libxml if * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped the encoding support, added iconv support, so now libxml if compiled with iconv automatically support japanese encodings among others. Work based on initial patch from Yuan-Chen Cheng I may have broken binary compat in the encoding handler registration scheme, but that was so utterly broken I don't expect anybody to have used this feature until now. * parserInternals.h: fixup on the CHAR range macro * xml-error.h, parser.c: catch URL/URI errors using the uri.c code. * tree.[ch]: added xmlBufferGrow(), was needed for iconv * uri.c: added xmlParseURI() I can't believe I forgot to implement this one in 2.0 !!! * SAX.c: moved doc->encoding update in the endDocument() call. * TODO: updated. Iconv rules :-) Daniel | ||
| 361d845d | 2000-04-03 19:48:13 | Work done on the plane, ready to release libxml2-2.0.0, Daniel | ||
| edfb29b8 | 2000-03-14 19:59:05 | Updated the docs, and configuratio/spec stuff to release is at libxml2 , daniel. | ||
| cf46199c | 2000-03-14 18:30:20 | This is the 2.0.0-beta, lots and lots and lots of changes Have a look at http://xmlsoft.org/upgrade.html Daniel | ||
| 83a30e7a | 2000-03-02 03:33:32 | Fixed #6766 and satrted working on white space handling, Daniel | ||
| e41f2b74 | 2000-01-30 20:00:07 | Released 1.8.6, Daniel. | ||
| 461a66c9 | 2000-01-18 18:01:01 | Candidate libxml-1.8.5, include jody libz patch, Daniel | ||
| 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 | ||
| 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 | ||
| 3c558c37 | 1999-12-22 11:30:41 | - fix for PIs name starting with xml - fixed a potential problem with || and && ops - generate win32config.h for those on the Other Side ! 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 | ||
| 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 | ||
| f5c2c870 | 1999-12-01 09:51:45 | - added the patch from Carl Nygard <cnygard@bellatlantic.net> which allow impressive speed improvement on dataset with large text pieces, but at the cost of broken binary compatibility and slightly bigger memory usage. Configure with --with-buffers to activate them, they are protected with XML_USE_BUFFER_CONTENT define. - added xmlCleanupPredefinedEntities(), memory allocation cleanup Daniel | ||
| d7e200c0 | 1999-11-15 17:53:11 | closing bug #3163 by adding extra flags for the cc compiler on HP-uX, 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 | ||
| 539195b4 | 1999-09-29 17:30:14 | released 1.7.3, Daniel | ||
| 7a66ee6b | 1999-09-26 11:31:02 | better SAX interfaces. preparing for 1.7.2, 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. | ||
| c08a2c6f | 1999-09-08 21:35:25 | Bug fixes, improvement on ID/IDREF support, 1.6.2, no memleaks, Daniel | ||
| d2d38e9a | 1999-08-30 11:42:36 | Updated the documentation, released 1.6.1, Daniel | ||
| b96e6438 | 1999-08-29 21:02:19 | Release 1.6, lot of fixes, more validation, code cleanup, added namespace on attributes, Daniel. | ||
| b05deb7f | 1999-08-10 19:04:08 | Huge commit: 1.5.0, XML validation, Xpath, bugfixes, examples .... Daniel | ||
| 1566d3a9 | 1999-07-15 14:24:29 | Added XPath code (http://www.w3.org/TR/xpath), updated HTML support and docs, Daniel | ||
| 3166ab1a | 1999-07-11 16:14:19 | Added the Makefile for example subdir containing gjobread, Daniel. | ||
| be70ff71 | 1999-07-05 16:50:46 | Closing reported bugs: 617 1591 1592, adding an HTML parser, 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. | ||
| 55a99272 | 1999-02-25 11:01:29 | Toward 1.0.0, added docs to the packages, Daniel. | ||
| 63dc42c6 | 1999-02-21 21:20:12 | Made spec file autogenerate, tweaked it also Dr Mike <drmike@redhat.com> | ||
| 1164e752 | 1999-02-16 16:29:17 | Upgrade to 0.99.8 cleanup of spec and makefiles to include doc, Daniel. | ||
| 19b858c4 | 1999-02-06 18:12:01 | *** empty log message *** | ||
| 7eb5c4f2 | 1999-01-27 23:01:51 | Use -I not -L for includes. * configure.in (XML_INCLUDEDIR): Use -I not -L for includes. | ||
| e3e6150a | 1999-01-27 19:48:07 | Prepare for 0.99.5 | ||
| e8cc5b32 | 1999-01-16 19:15:56 | Bumped version number to 0.99.3. | ||
| cd69df9b | 1998-12-28 23:49:02 | Fix Sopwith's autogen.sh hack. Dunno exactly what he was trying to do here though | ||
| da4d3c42 | 1998-11-04 20:07:05 | Update of libtool files, use of HAVE_SNPRINTF, Daniel. | ||
| 27fb0757 | 1998-10-17 06:47:46 | Corbaization of the document structures, Daniel. | ||
| a6e1d12a | 1998-10-04 14:41:05 | Added xml-config.in and the related changes, Daniel. | ||
| 8e0137ce | 1998-09-23 00:58:59 | Prepare for initial release of Gnumeric | ||
| 15fe6e72 | 1998-09-07 17:27:57 | Added gnome-config support to gnome-xml module | ||
| 260a68fd | 1998-08-13 03:39:55 | Release 0.2, 80% rewrite, nothing left intact ... Daniel | ||
| a44c8a43 | 1998-08-07 08:38:58 | cpp is now searched for with AC_PROG_CPP. | ||
| f335be03 | 1998-07-26 04:15:56 | Removed a warning message by lack of $CPP, Daniel. | ||
| 01791d57 | 1998-07-24 19:24:09 | Added the XML code developped at W3C, Daniel. |