- 13 Sep, 2001 2 commits
-
-
Daniel Veillard authored
-
Daniel Veillard authored
* libxml-2.0.pc.in: dohh generated the wrong include path :-( * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-( Daniel
-
- 12 Sep, 2001 4 commits
-
-
Daniel Veillard authored
-
Daniel Veillard authored
* config.h.in configure.in libxml.spec.in include/libxml/Makefile.am libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml, updated the configuration scripts systems accordingly
-
Daniel Veillard authored
* configure.in: preparing for 2.4.4 * doc/xml.html doc/html/*: updated and rebuilt the docs Daniel
-
Daniel Veillard authored
* win32/dsp/libxml2.def.src: tried to incorporate comments from bug #59220 Daniel
-
- 11 Sep, 2001 1 commit
-
-
Daniel Veillard authored
* parser.c result/noent/wml.xml: fixed bug #59981 related to handling of '&' in attributes when entities are substitued Daniel
-
- 10 Sep, 2001 4 commits
-
-
Daniel Veillard authored
* libxml.h include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in: Tried to close bug #60131 Daniel
-
Daniel Veillard authored
* SAX.c: fixed a bug in the HTML parser introduced Sep 9 Daniel
-
Daniel Veillard authored
* SAX.c: fixing bug #59946 on xmlns="" Daniel
-
Daniel Veillard authored
* include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple but allocates a new error code. Daniel
-
- 09 Sep, 2001 1 commit
-
-
Daniel Veillard authored
* xmllint.c: John Fleck fixed typos in the options output * parser.c SAX.c: fix ignorable white space SAX selection * entities.c: Steve Underwood found the possibility of an ininite loop in case of error. Daniel
-
- 07 Sep, 2001 1 commit
-
-
Daniel Veillard authored
* Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD Daniel
-
- 05 Sep, 2001 1 commit
-
-
Daniel Veillard authored
* parser.c: warn if version is not 1.0 but it's not strictly speaking an error after analyzing the spec Daniel
-
- 03 Sep, 2001 2 commits
-
-
MDT 2001 John Fleck authored
Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net> *doc/catalog.html - add link to the html version of the man page, other linguistic cleanups
-
MDT 2001 John Fleck authored
Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net> * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man file, has not yet been included in the build.
-
- 01 Sep, 2001 1 commit
-
-
Daniel Veillard authored
* catalog.c: removed a duplicate affectation Justin Fletcher Daniel
-
- 31 Aug, 2001 3 commits
-
-
Daniel Veillard authored
* tree.c: Armin Sander pointed a possible text coalescing problem, completed his patch. Daniel
-
Bjorn Reese authored
-
Daniel Veillard authored
* libxml.4 parser.c: doc updates from Heiko Rupp * parserInternals.c: 2 sanity checks from Heiko Rupp Daniel
-
- 28 Aug, 2001 2 commits
-
-
Daniel Veillard authored
* include/libxml/tree.h: added fix to the header Daniel
-
Daniel Veillard authored
* tree.c: applied patch from Armin Sander to make some pointers const in xmlCopyNode() Daniel
-
- 27 Aug, 2001 1 commit
-
-
Daniel Veillard authored
* xpath.c: hum, restrict the integer usage gcc bug workaround to only gcc compilers so that other architecture don't get penalized by this limitation. * include/libxml/xpath.h: small typo fix from Heiko W. Rupp Daniel
-
- 26 Aug, 2001 1 commit
-
-
Daniel Veillard authored
* valid.c: fixed a Windows compiler warning (Chris Poblete) * xpath.c: fix for mod when dividend is 0 (Chris Poblete) Daniel
-
- 25 Aug, 2001 1 commit
-
-
Daniel Veillard authored
* include/libxml/catalog.h catalog.c xmlcatalog.c: added a --convert option to xmlcatalog to convert SGML ones to the XML syntax. * xmllint.c: small cleanup for $SGML_CATALOG_FILES support. Daniel
-
- 24 Aug, 2001 2 commits
-
-
Daniel Veillard authored
-
Daniel Veillard authored
-
- 23 Aug, 2001 5 commits
-
-
Daniel Veillard authored
-
Daniel Veillard authored
* catalog.c xmlIO.c: started some serious testing and fixed a few bug and optmization needs. Daniel
-
Daniel Veillard authored
* Makefile.am configure.in include/libxml/xmlwin32version.h: preparing for a 2.4.3 release even if it may not be ready yet * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected all file parsing lookup to go through the entity resolver, add to add an API to bypass it (needed to load catalogs themselves), some cleanup on the catalog code too. * nanoftp.c: small cleanup * doc/catalog.html: small update Daniel
-
Daniel Veillard authored
* catalog.c: fixed bugi #59406 in SGML catalog parsing reported by Jun Kuriyama Daniel
-
Daniel Veillard authored
* doc/catalog.html: finished the catalog documentation Daniel
-
- 22 Aug, 2001 4 commits
-
-
Daniel Veillard authored
* doc/catalog.html doc/xml.html: added documentation about Catalog support, misses an API description * doc/html/*: reextracted the API pages Daniel
-
Daniel Veillard authored
* include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c: Added the part about section 7.2 on URI resolution, fixed a side effect in the HTML parser, look complete and ready to rock except the URI/SystemID part! Daniel
-
Daniel Veillard authored
* include/libxml/catalog.h include/libxml/parser.h include/libxml/xmlerror.h catalog.c parser.c parserInternals.c xmlIO.c: added support and APIs needed for the catalog PI * include/libxml/xmlIO.h: cleanup Daniel
-
Daniel Veillard authored
* catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c include/libxml/catalog.h: starts to look okay, really plugged the new framework, cleaned a lot of stuff, added some APIs, except the PI's support missing this should be mostly complete * result/catalogs/* test/catalogs/*: added new test, enriched the existing one with URN ID tests Daniel
-
- 21 Aug, 2001 3 commits
-
-
Daniel Veillard authored
* catalog.c: fixed nextCatalog * result/catalogs/docbook test/catalogs/*: started adding a small regression test Daniel
-
Daniel Veillard authored
* Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h: more work on the XML catalog support. * parser.c include/libxml/parser.h: small cleanup seems using list as a public parameter name can give portability troubles * trionan.c trionan.h xpath.c include/libxml/trionan.h include/libxml/xpath.h include/libxml/Makefile.am: removed trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN wrappers Daniel
-
Bjorn Reese authored
-
- 20 Aug, 2001 1 commit
-
-
Daniel Veillard authored
* Makefile.am xmlcatalog.c libxml.spec.in: renaming testCatalog as xmlcatalog, making it an installed app adding a shell, and preparing it to be a /etc/xml/catalog management tool, though not ready yet * catalog.c include/libxml/catalog.h: adding support for XML Catalogs http://www.oasis-open.org/committees/entity/ not finished, there is some interesting tradeoffs and a few open questions left. Daniel
-