Log

Author Commit Date CI Message
Daniel Veillard 59a3bd37 2001-02-24T22:41:45 Small fix for the release, Daniel
Daniel Veillard 71681103 2001-02-24T17:48:53 Preparing 2.3.2 release: - configure.in: bumped to 2.3.2 - doc/xml.html: updated for release Daniel
Daniel Veillard bbd51d51 2001-02-24T03:07:03 - xpath.c: found a memleak and fixed a nasty bug Daniel
Daniel Veillard f7cd4817 2001-02-23T18:44:52 - xmllint.[c1] : added return code errors for xmllint - xpath.c: specific debug dump function for result value trees Daniel
Owen Taylor 3473f88a 2001-02-23T17:55:21 Revert directory structure changes
CET 2001 Tomasz Kłoczko 64636e7f 2001-02-23T01:37:32 moved to libxml directory - this allow simplify automake/autoconf. Now Thu Feb 23 02:03:56 CET 2001 Tomasz Kłoczko <kloczek@pld.org.pl> * *.c *.h libxml files: moved to libxml directory - this allow simplify automake/autoconf. Now isn't neccessary hack on am/ac level for make and remove libxml symlink (modified for this also configure.in and main Makefile.am). Now automake abilities are used in best way (like in many other projects with libraries). * include/win32config.h: moved to libxml directory (now include directory isn't neccessary). * Makefile.am, examples/Makefile.am, libxml/Makefile.am: added empty DEFS and in INCLUDES rest only -I$(top_builddir) - this allow minimize parameters count passed to libtool script (now compilation is also slyghtly more quiet). * configure.in: simplifies libzdetestion - prepare separated variables for keep libz name and path to libz header files isn't realy neccessary (if someone have libz installed in non standard prefix path to header files ald library can be passed as: $ CFALGS="-I</libz.h/path>" LDFLAGS="-L</libz/path>" ./configure * autogen.sh: check now for libxml/entities.h. After above building libxml pass correctly and also pass "make install DESTDIR=</install/prefix>" from tar ball generated by "make dist". Seems ac/am reorganization is finished. This changes not touches any other things on *.{c,h} files level.
Daniel Veillard 4b637079 2001-02-21T21:52:55 - xpath.c: finally implemented xmlXPathCompareNodeSets - test/XPath/expr/floats results/XPath/expr/floats: added a test for float expressions Daniel
Daniel Veillard f714aa32 2001-02-21T03:07:44 - tree.c: fixed xmlNodeGetContent, it was not recursing on child - parserInternals.[ch]: trying to speed up parsing - xpath.c : speeded up node set equality op Daniel
Daniel Veillard bca64ef1 2001-02-19T22:20:01 cut and past error in Changelog, Daniel
Daniel Veillard e0c3a62c 2001-02-19T18: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
Daniel Veillard a8abee69 2001-02-19T15:14:59 - configure.in: fixed iconv detection on AIX (stric) Daniel
Daniel Veillard 88f8f6f3 2001-02-19T10:00:53 - xpath.c: fixed "*" (unbelievable !) and a couple of warnings Daniel
Bjorn Reese fd9b09b2 2001-02-18T16:51:25 *** empty log message ***
Bjorn Reese 081543fd 2001-02-18T16:49:41 xmlXPathNodeSetSort now uses Shell's sorting algorithm Fixed whitespace handling in xmlXPathStringEvalNumber
Daniel Veillard 142adbfa 2001-02-17T13:21:05 More bugfixes due to DocBook: - xpath.c: bug fix when context size is 0 - parser.c: I like Norm's Dtd because they still manage to break the parser occasionally Daniel
Daniel Veillard f23e0095 2001-02-16T13:21:29 - xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now Daniel
Daniel Veillard e0e26513 2001-02-16T00:11:46 - tree.[ch] parser.c xpath.c: fixed the problem of addressing attributes within the XML-1.0 namespace Daniel
Daniel Veillard 6e6a6cc6 2001-02-15T15:55:44 couple of fixes before release: - xpathInternals.h: exported a few axis functions - doc/xml.html: updated the doc Daniel
Daniel Veillard 760f4426 2001-02-15T14: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
Daniel Veillard d194dd28 2001-02-14T10:37:43 - hash.[ch]: added Paolo Casarini patch to provide Delete from hash functionnalities. - doc/html/* : rebuild the doc Daniel
Daniel Veillard f41fbbf6 2001-02-13T17:05:35 testing and bug fixing related to XSLT: - xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and on predicate - HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one really want to have tags closed on output even if we accept unclosed ones on input Daniel
Daniel Veillard 5dd2f0a6 2001-02-12T17:36:05 Well the bugs I was chasing on XSLT were ... in libxml ... grrrr: - xpath.c: ouch don't free NULL, rare case fixed - tree.c: don't coalesce text nodes if they don't have the same behaviour wrt escaping on output Daniel
Daniel Veillard d12b69dd 2001-02-11T20:17:31 bit of testing, a bit of fixing, a bit of testing, a bit of fixing ... * xpath.c: small fixup * SAX.c: don't warn on empty namespaces. Daniel
Daniel Veillard a666359a 2001-02-10T09:41:12 Fixed last point, Daniel
Daniel Veillard 62bccd56 2001-02-10T09:40:10 Fixed formatting, Daniel.
Daniel Veillard 7f41b3eb 2001-02-10T09:35:37 Fixed some old stuff, added the faq about blanks, Daniel
Daniel Veillard 6a2e4060 2001-02-08T10:31:33 - README: a bit of cleanup - configure.in: preparing for 2.3.0 release Daniel
Daniel Veillard 1f83d39f 2001-02-08T09:37:42 - hash.[ch]: added a first version of xmlHashSize() - valid.c: another bug fix from Gary Pennington Daniel
Daniel Veillard 5eef6225 2001-02-07T18:24:48 - valid.c: couple of bug fixes pointed by Gary Pennington - HTMLtree.c: #if 0 cleanup Daniel
Daniel Veillard 2c257ec1 2001-02-06T13:29:07 How to remove 20% of XSLT execution time in less than 20 lines of code * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique() which removes a time consuming check of xmlXPathNodeSetAdd() and use it in places where we are sure to not break unicity Daniel
Daniel Veillard 0f2a53cc 2001-02-05T17:57:33 Bug fixes and an extension found and required by XSLT: - xpath.c: bug fixes found from XSLT - tree.c: preserve node->name special values when copying nodes. - parserInternals.[ch] parser.[ch] SAX.c : added a mode where external subset are fetched when available but without full validation. Added xmlLoadExtDtdDefaultValue, need a function. - HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML output with encoding disabled. Daniel
Daniel Veillard 2c833b66 2001-02-03T08:52:06 Dohhhhhh: - xmliO.c: Harry Blundell pointed out that xmlCheckFilename Dohhhhhh: - xmliO.c: Harry Blundell pointed out that xmlCheckFilename xmlCheckFilename should not be called from xmlFileOpenW and xmlGzfileOpenW Daniel
Daniel Veillard b6e7fdba 2001-02-02T17:07:32 Rewrite/cleanup/tests of URI normalization: - uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith - test/URI/smith.uri result/URI/smith.uri Makefile.am: added the new tests for URI normalization - testURI.c: fixed stoopid bugs - result/VC/OneID3 result/VC/UniqueElementTypeDeclaration: the URI in the error messages are now properly normalized Daniel
Daniel Veillard ea28ce62 2001-02-02T08:20:19 - uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath Daniel
Daniel Veillard e99a4767 2001-02-01T04:34:35 fixed a number of problems in XPATH_XSLT_TREE processing Daniel * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing Daniel
Daniel Veillard 2b325a0b 2001-01-31T20:46:31 XSLT debug side effect: * xpath.c: fixed mod operator Daniel
Daniel Veillard de55cf62 2001-01-31T15:53:13 First libxml head patch from the Gnome community since a looong time :-) - parser.c: fixed xmlStrcat doc - tree.c: 2 fixes form Anders Carlson for copying nodes and trees. Daniel
Daniel Veillard 2f913b74 2001-01-31T13:23:49 Fixes inherited from XSLT testing: - xpath.c result/XPath/tests/chaptersbase result/XPath/tests/simplebase: fixed XPath node() - tree.c: small fix in xmlNewNs() - Makefile.am: removed extraneous xml2Conf.sh rule Daniel
Daniel Veillard 9cb5ff4e 2001-01-29T08:22:21 Fixed generated doc, Daniel
Daniel Veillard b42042b5 2001-01-28T07: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
Daniel Veillard ee0a4660 2001-01-27T18:59:33 - Makefile.am configure.in libxml-2.0.pc.in: started working on getting libxml2-devel installable in // as libxml-devel. Daniel
Daniel Veillard 5eb0594f 2001-01-27T17:50:22 Makefile/doc maintenance: - doc/Makefile.am: fixed make rebuild in doc - doc/html/*.html: rebuilt the docs Daniel
Daniel Veillard f37927f9 2001-01-27T10:23:03 auto*, Daniel
Daniel Veillard 65c295d5 2001-01-26T09:32:39 - tree.c: patch from Bjorn Reese on xmlBufferCCat Daniel
Daniel Veillard 8e199906 2001-01-25T18:54:39 Some packaging cleanup: - Makefile.am doc/Makefile.am libxml.spec.in: painful work to get the HTML doc to go into the -devel RPM ... - aclocal.m4 config.h.in: some updates due to auto* magic Daniel
Daniel Veillard 93086663 2001-01-25T18:13:04 - xpath.h: added a hook in the context structure allowing to link to extra support, needed for XSLT Daniel
Daniel Veillard f17e09bc 2001-01-25T13: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
Daniel Veillard 48177c22 2001-01-23T15:27:41 Fixed a problem with EXTRA_DiST, Daniel.
Daniel Veillard 383b1476 2001-01-23T11:39:52 Added link to FEATURES in lxr, Daniel
Daniel Veillard b83ba408 2001-01-22T22:45:10 took me nearly 2 years to find the way to not build in SUBDIRS before the current dir. Did I said previously how I hate auto* (but still love it when it works :-) Daniel
Daniel Veillard 82687162 2001-01-22T15:32:01 - doc/xml.html: updated with an XSLT section, removed pointer to W3C CVS base. Daniel
Daniel Veillard 8a7642fd 2001-01-22T10:45:16 Memory issues on the new type: - xpath.c: when copying a XSLT tree object the tree need to be copied too, and deallocation need to occur the same way. Daniel
Daniel Veillard e456646d 2001-01-22T09:58:39 More work, bugfixes for problems detected by XSLT, and addition of a new specific type for XSLT: - xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE type correponding to an XSLT result tree fragment. Share most of the data format with node set, as well as operators. - HTMLtree.c: added a newline at the end of the doctype output whe this one is not present initially. - tree.c: make sure taht the parent and doc pointers are properly set when copying attributes (lists). Daniel
Daniel Veillard 8a7efd04 2001-01-21T10:21:51 grrr there was still a static decl left, Daniel
Daniel Veillard 701c736b 2001-01-21T09:48:59 Just mad a function public: - htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput Daniel
Daniel Veillard 5a2b697a 2001-01-20T21:15:50 - xpath.c: seems I finally killed that ugly path evaluation context bug (tagged 9999 in case is is wrong) Daniel
Daniel Veillard 8f4d9757 2001-01-19T05:32:34 added xmlXPathRegisterVariableLookup() for XSLT Daniel * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup() for XSLT Daniel
Daniel Veillard d8aa7cbd 2001-01-18T15:21:36 off by 1 and stupidity bug fix: - xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix for xmlGzfileOpen() bug Daniel
Daniel Veillard cb126ac0 2001-01-18T12:50:20 Updated Email, forgot one place where the noencoding should be tested, Daniel
Daniel Veillard f6eea27b 2001-01-18T12: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
Daniel Veillard ccc86a75 2001-01-17T08:26:18 Updated to include all Win32 makefiles, daniel
Daniel Veillard 0cede08b 2001-01-17T08:23:04 small bit forgotten from Gary Pennington's patch, Daniel
Daniel Veillard 8f2cc57c 2001-01-17T08:19:35 Contributed Win2000 Makefiles: - win32/README.MSDev win32/libxml2/libxml2_a.dsp win32/libxml2/libxml2_so.dsp: new makefiles and update provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de> Daniel
Daniel Veillard f831bfb9 2001-01-16T17:26:04 tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from Gary Pennington, Daniel
Daniel Veillard 389e6b72 2001-01-15T19:41:13 Patches bug fixes and on new function: - xpath.c: fixed the comaprision of values and nodelists, need to compare nodelist still ... - debugXML.c: avoided a possible core dump - HTMLparser.c: cleanup - nanohttp.c: contributed fix. - tree.c: fixes in properties handling added xmlSetNsProp needed by libxslt - xpathInternals.h: exported xmlXPathBooleanFunction, added a comment - TODO: updated Daniel
Martin Baulig dbce3d44 2001-01-11T21:24:39 Fixed my debbugs-test-submit@bugzilla.gnome.org mess.
Martin Baulig ceb4a87c 2001-01-11T10:49:31 Added debbugs-test-submit@bugzilla.gnome.org everywhere.
Daniel Veillard 167bd531 2001-01-06T21:09:34 Old but effective optimization patch: - parser.c parserInternals.c: applied Bjorn Reese optimization patch Daniel
Daniel Veillard 503b8936 2001-01-05T06:36:31 - configure.in: preparing 2.2.11 - doc/html/*: rebuild the HTML files - doc/xml.html : updated Daniel
Daniel Veillard c2f4df2f 2001-01-04T14:06:39 One new set of patches: - tree.c: fixed a stupid bug - valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com> patches related to validation of an XInclude processing result - TODO: updated Daniel
Daniel Veillard e2488196 2001-01-04T10:54:22 - encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon Daniel
Daniel Veillard f060a418 2001-01-03T20:52:44 fixed xmlParserInputBufferCreateMem doc Daniel * xmlIO.c: fixed xmlParserInputBufferCreateMem doc Daniel
Daniel Veillard 45cff696 2001-01-03T18:02:04 Patches: - HTMLparser.c: htmlCheckParagraph to check Patches: - HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue, reported by Jonas Borgström - nanohttp.c: Applied Bjorn Reese' IPV6 first patch Daniel
Daniel Veillard 08108984 2001-01-03T15:24:58 - testXPath.c xpath.c: fixing the XPath union expressions problem reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz> Daniel
Daniel Veillard 4a6845df 2001-01-03T13:32:39 Restarted hacking :-) : - xmllint.c: Made is so if the file name is "-" is will read form standard input. Sven Heinicke <sven@zen.org> - tree.c: fixed a problem when growing buffer - tree.h: fixed the comment of the node types following andersca comment - TODO: updated Daniel
Daniel Veillard a6d8eb62 2000-12-27T10:46:47 Finally had a bit of time to resynch both trees: - HTMLparser.[ch]: added a way to avoid adding automatically omitted tags. htmlHandleOmittedElem() allows to change the default handling. - tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and xmlDocDumpFormatMemoryEnc(), uses memory functions for output of xmllint too when using --memory flag, added a memory test suite at the Makefile level. - xpathInternals.h xpath.[ch] xpointer.c: fixed problems with namespace use when encountering QNames in XPath evalation, added xmlns() scheme in XPointer. - nanoftp.c : incorporated a fix - parser.c xmlIO.c: fixed problems raised with encoding when using the memory I/O - parserInternals.c: closed bug 25934 reported by torsten.landschoff@innominate.de - TODO: updated Daniel
Daniel Veillard a1fe9104 2000-11-25T10: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
Daniel Veillard 2ddd23dd 2000-11-25T10:42:19 Fixed 2.2.9, added 2.2.10, Daniel
Daniel Veillard 9d343c4a 2000-11-25T10:12:43 Updated the Web page with 2.2.9, Daniel.
Daniel Veillard ce6e98d6 2000-11-25T09:54:49 Big OpenVMS patch: - nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c Big OpenVMS patch: - nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am: integrated a set of OpenVMS changes from Howard Taylor <Howard.Taylor@pacoast.com> Daniel
Daniel Veillard 58770e76 2000-11-25T00:48:47 Fixes/enhancements: - tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from Fixes/enhancements: - tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll - error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net> Daniel
Daniel Veillard f62ceffb 2000-11-24T23:36:01 General fixes, XPointer improvements: - HTMLparser.c: some fixes on auto-open of html/head/body - encoding.c: fixed a compilation error on some gcc env - xpath.c xpointer.[ch] xpathInternals.h: improved the XPointer implementation - test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added related XPointer tests and associated results Daniel
Daniel Veillard 851c59c2 2000-11-24T16:06:22 Fixed Ari Johnson E-mail's, daniel
Daniel Veillard 64e73906 2000-11-24T13:28:38 Updating the doc, Daniel
Daniel Veillard 300f7d6d 2000-11-24T13:04:04 Added a small DTD related page following the IRC help needed by maciej on the topic, Daniel
Daniel Veillard 748e45d7 2000-11-17T16:36:08 Couples of HTML and Windows fixes: - HTMLparser.c: fixed handling of broken charrefs - xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows patches Daniel
Elliot Lee 0d2340cd 2000-11-14T23:47:56 Make the .m4 file install properly (Makefile.am) Ignore some files. Make the .m4 file install properly (Makefile.am) Ignore some files.
Daniel Veillard 9753ad74 2000-11-13T19:12:23 Commiting new docs, Daniel.
Daniel Veillard 4e19074b 2000-11-13T19:07:22 Oops forgot to add xinclude.h , Daniel.
Daniel Veillard 28929b2f 2000-11-13T18: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
Daniel Veillard 41e06513 2000-11-13T11:47:47 A few serious bugfixes: - parser.[ch] parserInternals.c: applied the conditional section processing fix from Jonathan P Springer <jonathan.springer2@gte.net> - xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS project file, fixed iconv default non support - xpath.c: fixed the problem of evaluating relative expressions when a node context is provided. Daniel
Daniel Veillard bf43275d 2000-11-12T15:56:56 Bug fixes new Xinclude tests: - nanoftp.c: fixed gcc 2.95 new warnings - SAX.c: fixed a stupid bug - tree.c: fixed a formatting problem when round-tripping from/to memory - xinclude.c: chased memleak, fixed a base problem - xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ? xmlXPtrBuildNodeList() - TODO: updated - Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude: adding a first small set of regression tests for XInclude Daniel
Daniel Veillard c2def84b 2000-11-07T14:21:01 Various patches and bug fixes, and XInclude progresses: - nanohttp.[ch]: applied Wayne Davison patches to access the WWW-Authorization header. - parser.c: Closed Bug#30847: Problems when switching encoding in short files by applying Simon Berg's patch. - valid.c: fixed a validation problem - hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from Wayne Davison - xpointer.[ch]: added first version of xmlXPtrBuildNodeList() need to be extended to non full nodes selections. - xinclude.c: starts to work decently Daniel
Daniel Veillard 9e8bfae5 2000-11-06T16: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
Daniel Veillard a4964b75 2000-10-31T18: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
Daniel Veillard 2ffc3591 2000-10-30T15:36:47 - parser.[ch]: added xmlIOParseDTD() - xpointer.c: added support for the 2 extra parameters of string-range, fixed a stoopid error when '0' was present in XPointer expressions - test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added testsuite for the above Daniel
Daniel Veillard 01411227 2000-10-30T15:33:22 *** empty log message ***
Daniel Veillard 6db58199 2000-10-30T09:27:53 Improved the package description in the spec file, Daniel
Daniel Veillard a5db68a3 2000-10-29T18:06:06 - xpath.c xpathInternals.h: applied a large cleaning patch from TOM <ptittom@free.fr>, it also add namespace support for function and variables registration. Daniel
Daniel Veillard bd20df79 2000-10-29T17:53:40 - uri.c: Wayne Davison's patch fixing xmlBuildURI() - Makefile.mingw: Wayne Davison's update adding hash.c Daniel