1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-28 06:25:09 +03:00
Commit Graph

618 Commits

Author SHA1 Message Date
Daniel Veillard
c3739e7233 LoTR sent a patch fixing the previous commit Daniel
* configure.in: LoTR sent a patch fixing the previous commit
Daniel
2001-05-15 15:23:27 +00:00
Daniel Veillard
a4f27e0da3 'nuff said :-( - configure.in: trying to deal again with the stoopid -R
'nuff said :-(
- configure.in: trying to deal again with the stoopid -R linking
  flag of Solaris
Daniel
2001-05-15 12:41:29 +00:00
Daniel Veillard
790142b5b9 two nodeset access macros from Thomas Broyer Daniel
* xpath.h: two nodeset access macros from Thomas Broyer
Daniel
2001-05-15 10:51:53 +00:00
Daniel Veillard
ba0b8c94ac - xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
patch from Thomas Broyer
Daniel
2001-05-15 09:43:47 +00:00
Daniel Veillard
e62d36c4fd - valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
case
- INSTALL: was empty added stuff from the FAQ
Daniel
2001-05-15 08:53:16 +00:00
Daniel Veillard
a265af7988 Added 1.8.13 release, Daniel 2001-05-14 11:13:58 +00:00
Daniel Veillard
75bea5480e - tree.[ch]: fixing bug #54446, by cleaning some bugs in the
attributes handling and #54433 by adding xmlUnsetProp()
  and xmlUnsetNsProp()
Daniel
2001-05-11 17:41:21 +00:00
Daniel Veillard
0a2a163d2e - HTMLparser.c: Patch from Jonas Borgstrm
(htmlGetEndPriority): New function, returns
the priority of a certain element.
(htmlAutoCloseOnClose): Only close inline elements if they
all have lower or equal priority.
- result/HTML: this of course changed a number of tests results.
Daniel
2001-05-11 14:18:03 +00:00
Daniel Veillard
7d6fd219f2 - xmlIO.c catalog.c: plugged in the default catalog resolution
- doc/gnome-xml.sgml: linked in the Docbook parser and catalog
  documentations
- doc/html/libxml-*.html: rebuild added the missing ones to CVS
Daniel
2001-05-10 15:34:11 +00:00
Daniel Veillard
a737459bc4 - Makefile.am xmlversion.h.in configure.in include/Makefile.am:
integrating catalogs
- catalog.[ch] testCatalog.c: adding a small catalo API
  (only SGML catalog support).
- parser.c: restaured xmlKeepBlanksDefault(0) API
Daniel
2001-05-10 14:17:55 +00:00
Daniel Veillard
c17337c062 - tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
Daniel
2001-05-09 10:51:31 +00:00
Daniel Veillard
257d910769 - parser.c: added xmlParseExternalEntityPrivate() to allow
propagation of ctxt->_private when parsing external entities
Daniel
2001-05-08 10:41:44 +00:00
Daniel Veillard
083c2660f4 - HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
Daniel
2001-05-08 08:27:14 +00:00
Daniel Veillard
01ef738700 - configure.in: fixed a small portability problem with AM_CONDITIONAL
Daniel
2001-05-08 07:31:43 +00:00
Daniel Veillard
4de4d3bf2d - valid.c: warn when indeterminist content model is detected
- result/VC/ElementValid8: this adds a message
- Makefile.am: add --novalid for VCM tests
- parserInternals.c: added a call to Init memory
Daniel
2001-05-07 20:50:47 +00:00
Daniel Veillard
6426935a9a - HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
when both parameters are NULL.
Daniel
2001-05-04 17:52:34 +00:00
Daniel Veillard
377219233f - valid.c: applied small patch from Gary Pennington, reindented
some part of the code.
Daniel
2001-05-04 15:21:12 +00:00
Daniel Veillard
3bbbe6fa2a preparing for 2.3.8 release, updated and regenerated the docs Daniel
* configure.in doc/xml.html doc/html/*: preparing for 2.3.8
  release, updated and regenerated the docs
Daniel
2001-05-03 11:15:37 +00:00
Daniel Veillard
357c960e40 - xpath.c result/XPath/expr/floats : clarified and cleanup
printing of abnormal floats in tests.
Daniel
2001-05-03 10:49:20 +00:00
Daniel Veillard
a2bc368bc9 - HTMLparser.c: trying to fix the problem reported by Jonas Borgstrm
- results/HTML/ : a few changes in the output of the HTML tests as
  a result.
- configure.in: tying to fix -liconv where needed
Daniel
2001-05-03 08:27:20 +00:00
Daniel Veillard
2a0d2e6b14 fixed a error introduced in Makefile.am, daniel 2001-05-02 17:11:36 +00:00
Daniel Veillard
7150a0385c - configure.in Makefile.am: make the inclusion of the trio
modules in the library conditional
Daniel
2001-05-02 16:41:11 +00:00
Daniel Veillard
c057c5dcd1 - DOCBparser.c: patche from Lszl Kovcs, fixed entities refs
in attributes handling
Daniel
2001-05-02 12:41:24 +00:00
Daniel Veillard
edddff9726 - xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
flushing
Daniel
2001-05-02 10:58:52 +00:00
Daniel Veillard
c654d60364 Added an entry to the FAQ, Daniel 2001-05-01 12:42:26 +00:00
Daniel Veillard
c8f620ba7f fix of an XSLT namespace bug reported on the list general/bug-8- Daniel
* xpath.c: fix of an XSLT namespace bug reported on the list general/bug-8-
Daniel
2001-04-30 20:31:33 +00:00
Daniel Veillard
5792e16f05 - strio.h trio.c: Dan McNichol suggested a couple of small
fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
Daniel
2001-04-30 17:44:45 +00:00
Daniel Veillard
02141eabb2 - 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
2001-04-30 11:46:40 +00:00
Daniel Veillard
3ed155fcdf How to bump raw SAX parsing speed from 5.8M/s to 7.4M/s in 4 lines of code:
- parser.c: small but effective parsing speed improvement
Daniel
2001-04-29 19:56:59 +00:00
Daniel Veillard
b59076b898 - configure.in: default on the DocBook parser inclusion (for Gnome)
- DOCBparser.h: fixed a header reference
Daniel
2001-04-29 17:04:07 +00:00
Daniel Veillard
b45c43be20 - configure.in xpath.c: applied Bjorn patches for FPE on the
alpha
Daniel
2001-04-28 17:02:11 +00:00
Daniel Veillard
eefd44943c - tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
xmlSaveFormatFileTo()
Daniel
2001-04-28 16:55:50 +00:00
Daniel Veillard
e39a93d0d3 This improves seriously some XSLt speed tests:
- xpath.c: simple and efficient optimization, XPath functions
  aways bind to the same code, cache this
- TODO: updated (by saying some is obsolete)
Daniel
2001-04-28 14:35:02 +00:00
Daniel Veillard
2156a56bcb - xpath.c: more cleanup work on XPath name parsing routines
Daniel
2001-04-28 12:24:34 +00:00
Daniel Veillard
61d80a2822 - parserInternals.c xpath.[ch]: some UTF8 cleanup on
xmlXPathParseName
- xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
- debugXML.c: avoid compilation problems if compiling without
  HTML support, Igor Zlatkovic
- win32/libxml2/libxml2.def.src: being able to compile without
  XPath on Windows
Daniel
2001-04-27 17:13:01 +00:00
Daniel Veillard
dbb14a72f0 - parser.c: applied fixes from Christian Glahn bug report #53391
Daniel
2001-04-26 20:54:01 +00:00
Daniel Veillard
2913e4cef5 new patches from Toshio Kuratomi Daniel
* libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
Daniel
2001-04-26 19:29:02 +00:00
Daniel Veillard
67fee94e53 - tree.[ch]: added xmlSaveFormatFile interface for saving
and indenting a file.
Daniel
2001-04-26 18:59:03 +00:00
Daniel Veillard
82e4971dc2 - xpath.c: fixed bug #53689 related to processing-instruction()
Daniel
2001-04-26 14:38:03 +00:00
Daniel Veillard
02f077a7ae - DOCBparser.c: patche from Lszl Kovcs
Daniel
2001-04-26 10:59:11 +00:00
Daniel Veillard
30211a0eef - parser.c: applied fixes from Christian Glahn bug report #53391
Daniel
2001-04-26 09:33:18 +00:00
Daniel Veillard
5a7c3459d0 - error.c: Jean Franois Lecomte provided a complete description
and a fix to bug #53537
Daniel
2001-04-26 09:16:13 +00:00
Daniel Veillard
5c4ec4c862 - libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
Daniel
2001-04-26 07:43:59 +00:00
Daniel Veillard
1034da2bff - DOCBparser.c SAX.c: a bit more work on entities processing.
Still Need to cleanup XML output and references in attributes
Daniel
2001-04-25 19:06:28 +00:00
Daniel Veillard
4ec0b0f4c3 - DOCBparser.c include/Makefile.am: two patches from Lszl Kovcs
Daniel
2001-04-25 15:53:40 +00:00
Daniel Veillard
b33c201978 - tree.c: trying to fix #53574, not completely complete,
I would like xmllint --copy --debug test/ent1 and
  xmllint --debug test/ent1 to show the same result.
- xpath.c: fix a bug when trying to sort namespace nodes
Daniel
2001-04-25 12:59:04 +00:00
Daniel Veillard
5146f20c6c - HTMLtree.c: real fix for #53402
Daniel
2001-04-25 10:29:44 +00:00
Daniel Veillard
7533cc8fda Good old cycle: new release, new bug reports, new fixes ...
- HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
  PIs when using xsl:output
- valid.c: closing #53537 some case generate segfaults if there
  is validity errors
Daniel
2001-04-24 15:52:00 +00:00
Daniel Veillard
61b33d5733 - SAX.c testDocbook.c DOCBparser.c: more work on the support
of external parsed entities, added --noent to testDocbook
- valid.c: Garry Pennington found an uninitialized variable
  access in xmlValidateElementContent()
Daniel
2001-04-24 13:55:12 +00:00
Daniel Veillard
56098d4f35 - HTMLparser.c : HTML parsing still sucks ... trying to deal
with madness
- result/HTML/ : this modified the result of the regression tests
  a lot.
Daniel
2001-04-24 12:51:09 +00:00