1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-27 04:55:04 +03:00
Commit Graph

1439 Commits

Author SHA1 Message Date
Igor Zlatkovic
7ae91bcd9e retired xmlwin32version.h 2002-11-08 17:18:52 +00:00
Igor Zlatkovic
a2258daf2f *** empty log message *** 2002-11-08 15:55:33 +00:00
Igor Zlatkovic
9b5cc15c4a exported additional symbols 2002-11-08 15:55:18 +00:00
Daniel Veillard
7216cfd662 fixed a typo pointed out by Igor try to speed up node compare using line
* globals.c: fixed a typo pointed out by Igor
* xpath.c: try to speed up node compare using line numbers
  if available.
Daniel
2002-11-08 15:10:00 +00:00
Daniel Veillard
a70d62f296 make xmlFreeNode() handle attributes correctly. Daniel
* tree.c: make xmlFreeNode() handle attributes correctly.
Daniel
2002-11-07 14:18:03 +00:00
Igor Zlatkovic
b8e99cc106 *** empty log message *** 2002-11-06 22:52:29 +00:00
Igor Zlatkovic
130e5791b6 completed the #96963 fix 2002-11-06 22:51:58 +00:00
Daniel Veillard
56f21f298e tried to fix bug #97852 reported by Nicolas Noffke Daniel
* xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
Daniel
2002-11-06 15:49:46 +00:00
Daniel Veillard
91ad879819 switched the order of a couple of includes to fix bugs #97100 Daniel
* Makefile.am: switched the order of a couple of includes
  to fix bugs #97100
Daniel
2002-11-04 17:06:52 +00:00
Igor Zlatkovic
2bb82eed0e *** empty log message *** 2002-10-31 16:15:43 +00:00
Igor Zlatkovic
ee1494ae67 fixed bug #96963, reverted to old behaviour of xmlLoadCatalogs 2002-10-31 16:15:29 +00:00
Igor Zlatkovic
9fdd8f3f30 *** empty log message *** 2002-10-31 16:01:23 +00:00
Igor Zlatkovic
8f536a8a53 introduced a more flexible thread config 2002-10-31 16:01:00 +00:00
Igor Zlatkovic
0ad7829a68 introduced a more flexible thread build 2002-10-31 16:00:22 +00:00
Igor Zlatkovic
2103b053e6 thread macros follow the new scheme 2002-10-31 15:59:57 +00:00
Igor Zlatkovic
a42f397a6e broke verlong lines 2002-10-31 15:59:24 +00:00
Igor Zlatkovic
082ff5039f conditionally excluded unistd.h 2002-10-31 15:59:09 +00:00
Igor Zlatkovic
f2160a0267 improvements to the Windows-side of thread handling 2002-10-31 15:58:42 +00:00
John Fleck
61f6fb66ad doc/xml.html (and, by implication, FAQ.html) added UTF-8 conversaion FAQ
2002-10-31  John Fleck  <jfleck@inkstain.net>

	* doc/xml.html (and, by implication, FAQ.html)
	added UTF-8 conversaion FAQ from Marcus Labib Iskander
2002-10-31 15:23:29 +00:00
Igor Zlatkovic
f95b56b491 *** empty log message *** 2002-10-29 17:33:35 +00:00
Igor Zlatkovic
1d69651f04 removed xmlwin32version.h 2002-10-29 17:33:22 +00:00
Daniel Veillard
ce66ce1ac1 applied patch from Brian Stafford to fix a bug in xmlReconciliateNs()
* tree.c: applied patch from Brian Stafford to fix a bug
  in xmlReconciliateNs()
Daniel
2002-10-28 19:01:59 +00:00
Daniel Veillard
7e3f1400ac applied patch from Christian Glahn to allow xmlNewChild() on document
* tree.c: applied patch from Christian Glahn to allow
  xmlNewChild() on document fragment nodes
Daniel
2002-10-28 18:52:57 +00:00
Daniel Veillard
b39bc39378 Christian Glahn found a problem with a recent patch to
* parser.c: Christian Glahn found a problem with a recent
  patch to xmlParseBalancedChunkMemoryRecover()
* xmlschemas.c: Charles Bozeman fixed some Schemas validation
  problems
* result/schemas/elem* result/schemas/seq* test/schemas.elem*
  test/schemas/seq*: added the test cases from Charles
Daniel
2002-10-26 19:29:51 +00:00
Daniel Veillard
366a915f86 serious cleanup of the spec file and associated changes in the Makefiles.
* Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
  serious cleanup of the spec file and associated changes
  in the Makefiles.
* valid.c: try to remove some warnings on x86_64
Daniel
2002-10-23 20:43:53 +00:00
Daniel Veillard
2afc5c510b Rebuilt te docs, oops, daniel 2002-10-23 15:04:30 +00:00
Daniel Veillard
d033d02b31 added winsockcompat.h to EXTRA_DIST to fix bug #96586 Daniel
* include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
  fix bug #96586
Daniel
2002-10-23 14:55:02 +00:00
Daniel Veillard
ce02dbc430 Mikhail Sogrine pointed out a bug in HTML parsing, applied his patch added
* HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
  parsing, applied his patch
* result/HTML/attrents.html result/HTML/attrents.html.err
  result/HTML/attrents.html.sax test/HTML/attrents.html:
  added the test and result case provided by Mikhail Sogrine
Daniel
2002-10-22 19:14:58 +00:00
Daniel Veillard
e645e8c141 Applied the VMS update patch from Craig A. Berry update Daniel
* vms/build_libxml.com vms/config.vms vms/readme.vms
  include/libxml/parser.h include/libxml/parserInternals.h
  include/libxml/tree.h include/libxml/xmlIO.h
  HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
  tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
  Applied the VMS update patch from Craig A. Berry
* doc/*.html: update
Daniel
2002-10-22 17:35:37 +00:00
Daniel Veillard
f000f07303 made xmlGetUTF8Char public Daniel
* include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
Daniel
2002-10-22 14:28:17 +00:00
Daniel Veillard
1e20822541 adding a grep command to --shell in xmllint for T.V. Raman Daniel
* debugXML.c: adding a grep command to --shell in xmllint
  for T.V. Raman
Daniel
2002-10-22 14:25:25 +00:00
Daniel Veillard
9cdcf36e70 tried to fix some of the problem with --sgml Daniel
* xmlcatalog.c: tried to fix some of the problem with --sgml
Daniel
2002-10-22 14:23:59 +00:00
Daniel Veillard
935494a10e tried to fix bug #91500 where doc->children may be overriden by a call to
* parser.c: tried to fix bug #91500 where doc->children may
  be overriden by a call to xmlParseBalancedChunkMemory()
* catalog.c: tried to fix bug #90945 w.r.t. parsing of system
  identifiers in SGML catalogs containing '&'
Daniel
2002-10-22 14:22:46 +00:00
Daniel Veillard
c0ac069982 fixed bugs when passing result value tree to Python functions. Daniel
* python/types.c: fixed bugs when passing result value tree
  to Python functions.
Daniel
2002-10-20 21:31:50 +00:00
Daniel Veillard
4826743d16 preparing the release of 2.4.26 updated and rebuilt the documentation
* configure.in: preparing the release of 2.4.26
* doc/*: updated and rebuilt the documentation
Daniel
2002-10-18 11:21:38 +00:00
Daniel Veillard
bb284f4453 fixed a XML Namespace compliance bug reported by Alexander Grimalovsky
* parser.c: fixed a XML Namespace compliance bug reported by
  Alexander Grimalovsky
Daniel
2002-10-16 18:02:47 +00:00
Daniel Veillard
44892f73dd fixed serialization of script and style when they are not lowercase (i.e.
* HTMLtree.c: fixed serialization of script and style when
  they are not lowercase (i.e. added using the API to the tree).
Daniel
2002-10-16 15:23:26 +00:00
Daniel Veillard
2fd8542ca0 make xmlValidateDocument emit a warning msg if there is no DTD, pointed by
* valid.c: make xmlValidateDocument emit a warning msg if there
  is no DTD, pointed by Christian Glahn
Daniel
2002-10-16 14:32:41 +00:00
Daniel Veillard
3237023d6a fixed the validation of sequences content model when some of the blocks
* xmlregexp.c xmlschemas.c: fixed the validation of sequences
  content model when some of the blocks have min or max, and a couple
  of bugs found in the process.
* result/schemas/list0* test/schemas/list0*: added some specific
  regression tests
Daniel
2002-10-16 14:08:14 +00:00
Daniel Veillard
a2e8c5ce8b updated the contact informations Daniel
* README: updated the contact informations
Daniel
2002-10-15 10:41:43 +00:00
Daniel Veillard
63186735fc use test -f instead of test -e since Solaris /bin/sh misses it, reported
* Makefile.am: use test -f instead of test -e since Solaris /bin/sh
  misses it, reported by Peter Bray.
Daniel
2002-10-15 08:43:17 +00:00
Daniel Veillard
96c3a3bf5e investigating xmlNodeGetContent() on namespace nodes and removed a few
* tree.c: investigating xmlNodeGetContent() on namespace nodes
  and removed a few warnings
Daniel
2002-10-14 15:39:04 +00:00
Daniel Veillard
819d5cb84d Christian Glahn found a small bug in the push parser. cleaned up and made
* parser.c: Christian Glahn found a small bug in the push parser.
* xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
  public
Daniel
2002-10-14 11:15:18 +00:00
Daniel Veillard
6045c90aef added xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
* xmlschemas.c include/libxml/xmlschemas.h: added
  xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
* testSchemas.c: added --memory to test the new interface
Daniel
2002-10-09 21:13:59 +00:00
Daniel Veillard
595978c978 make the link to search a local reference, daniel 2002-10-09 18:46:35 +00:00
Daniel Veillard
f007012cd9 integrated the XSLT indexing, a few fixed in the indexer, added a scope
* doc/index.py doc/search.php: integrated the XSLT indexing,
  a few fixed in the indexer, added a scope selection at the
  search level.
Daniel
2002-10-09 14:24:17 +00:00
Daniel Veillard
01992e0446 Joe Marcus Clarke reported a segfault on FBsd this was due to
* valid.c: Joe Marcus Clarke reported a segfault on FBsd
  this was due to uninitialized parts of the validation context
Daniel
2002-10-09 10:20:30 +00:00
Daniel Veillard
321be0c5bf applied patch from Mark Vakoc except the API change, preserved it. updated
* debugXML.c: applied patch from Mark Vakoc except the API
  change, preserved it.
* doc/*: updated the docs to point to the search engine for
  information lookup or before bug/help reports.
Daniel
2002-10-08 21:26:42 +00:00
Daniel Veillard
d7960a8a76 Fixed a small bug for year wide archive indexing, Daniel 2002-10-08 19:13:50 +00:00
Daniel Veillard
10543b1b4b And limit the number in the SQL requests too, Daniel 2002-10-08 17:30:30 +00:00