aclocal.m4


Log

Author Commit Date CI Message
Daniel Veillard a2bc368b 2001-05-03T08:27:20 - HTMLparser.c: trying to fix the problem reported by Jonas Borgström - results/HTML/ : a few changes in the output of the HTML tests as a result. - configure.in: tying to fix -liconv where needed Daniel
Daniel Veillard 2a0d2e6b 2001-05-02T17:11:36 fixed a error introduced in Makefile.am, daniel
Daniel Veillard 02141eab 2001-04-30T11:46:40 - tree.c parser.c encoding.c: spent a bit more time looking at the parsing speed and DOM handling. Added a few more speedups. Daniel
Daniel Veillard b59076b8 2001-04-29T17:04:07 - configure.in: default on the DocBook parser inclusion (for Gnome) - DOCBparser.h: fixed a header reference Daniel
Daniel Veillard de57c61c 2001-04-23T09:13:36 - HTMLtree.c: applied change for Paul Sponagl on script saving - Makefile.am: the warning about entity title.xml are normal. Daniel
Daniel Veillard 393df01c 2001-04-22T20:11:18 Finally pushing 2.3.7 out: - configure.in: release of 2.3.7 - Makefile.am: fixing make distcheck Daniel
Daniel Veillard 73639a73 2001-04-10T14:31:39 - xpath.c: Bill Brack pointer an error in detecting a null nodeset Daniel
Daniel Veillard fac26a1f 2001-04-08T13:08:14 Finally released 2.3.6, Daniel
Daniel Veillard d8df6c0e 2001-04-05T16:54:14 Fixes in the plane: - xpath.c: fixed a [] evaluation problem reported - Fixes in the plane: - xpath.c: fixed a [] evaluation problem reported - test/XPath/tests/simpleaddr: extended test - result/XPath/simpleaddr: updated result Daniel
Daniel Veillard bc96766c 2001-03-27T13:56:45 Fixed a make distched problem w.r.t. includes from the new files, Daniel
Daniel Veillard f9533d14 2001-03-03T10:04:57 - HTMLparser.c: fixed loop reported by Marc Sanfacon Daniel
Daniel Veillard b402c07c 2001-03-01T17:28:58 Released libxml-2.3.3: - configure.in: bumped to 2.3.3 - doc/xml.html: updated Daniel
Daniel Veillard 48b2f896 2001-02-25T16:11:03 Okay time to improve performances, gprof session: before real 0m2.483s (2.3.2 release yesterday) current real 0m1.763s when parsing (with tree build/freeing) db10000.xml from XSLTMark: - xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c: avoiding memcpy in production builds MEM_CLEANUP macro use - parser.[ch] parserInternals.c: optimizations of the tightest internal loops inside the parser. Better checking of I/O flushing/loading conditions - xmllint.c : added --timing Daniel
Daniel Veillard 59a3bd37 2001-02-24T22:41:45 Small fix for the release, 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 6a2e4060 2001-02-08T10:31:33 - README: a bit of cleanup - configure.in: preparing for 2.3.0 release 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 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 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 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 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 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
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 5edcc936 2000-10-15T21:43:03 Auto* still annoying peoples, commiting result :-(, Daniel.