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

1415 Commits

Author SHA1 Message Date
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
Daniel Veillard
06665eccc9 Limit the number of returned hits, Daniel 2002-10-08 17:26:56 +00:00
Daniel Veillard
f08d400dbc Added year archiving + fix a problem on current date archive, Daniel 2002-10-08 17:17:11 +00:00
Daniel Veillard
01e87d2295 added mailing-list archives indexing and lookup Daniel
* doc/index.py doc/search.php: added mailing-list archives
  indexing and lookup
Daniel
2002-10-08 16:55:06 +00:00
Daniel Veillard
9dc1cf1d9d patch from Mark Vakoc to fix xmlNodeGetPath() Daniel
* tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
Daniel
2002-10-08 08:26:11 +00:00
Daniel Veillard
80ce373e9a Regenerated the docs and added a set of files missing from CVS, Daniel 2002-10-07 17:39:30 +00:00
Daniel Veillard
a6287a463c Debugging of strange results and tuning, Daniel 2002-10-07 13:17:22 +00:00
Daniel Veillard
9b00613d05 improved HTML indexing make the queries also lookup the HTML based indexes
* doc/index.py: improved HTML indexing
* doc/search.php: make the queries also lookup the HTML based indexes
Daniel
2002-10-07 11:13:27 +00:00
Daniel Veillard
141d04ba74 added HTML page indexing Daniel
* doc/index.py: added HTML page indexing
Daniel
2002-10-06 21:51:18 +00:00
Daniel Veillard
dc6d4abae7 Added a bit of logging to the searches to get a better idea of what's
asked for, Daniel
2002-10-04 15:58:34 +00:00
Igor Zlatkovic
d7f3c3374d typo :-) 2002-10-04 13:38:53 +00:00
Igor Zlatkovic
91a6270a9a *** empty log message *** 2002-10-04 13:34:16 +00:00
Igor Zlatkovic
124ec318f8 fixed lists in XML_CATALOG_FILES 2002-10-04 13:32:49 +00:00
Igor Zlatkovic
043620e1cb extended slashification to fix the base problem in xslt 2002-10-04 13:32:07 +00:00
Daniel Veillard
ceb09b956e typo/bug found by Christian Glahn Daniel
* valid.c: typo/bug found by Christian Glahn
Daniel
2002-10-04 11:46:37 +00:00
Daniel Veillard
538d3b9039 Grab the passwd from an envidonment variable, Daniel 2002-10-01 14:04:56 +00:00
Daniel Veillard
2c77cd7ff8 Added the operation needed to start the indexer on a box, daniel 2002-10-01 13:54:14 +00:00
Daniel Veillard
3371ff8fe2 Added the indexing script use to fill up the MySQL DB with API indexes, Daniel 2002-10-01 13:37:48 +00:00
Daniel Veillard
ad0ac02414 Improve cross reference rating, Daniel 2002-10-01 12:08:12 +00:00
Daniel Veillard
55a4eb539c Update the description, Daniel 2002-10-01 11:54:06 +00:00
Daniel Veillard
5ede35e3bf Integrated the search form to the web site, regenerated, Daniel 2002-10-01 11:37:35 +00:00
Daniel Veillard
8135e5f735 Started adding a search front-end, Daniel 2002-10-01 11:13:14 +00:00
Igor Zlatkovic
c55fc55f2c added .cvsignore 2002-09-29 18:00:59 +00:00
Igor Zlatkovic
4320d87d4a PocketPC with Windows CE support 2002-09-29 17:56:43 +00:00
Igor Zlatkovic
9d66fa1372 *** empty log message *** 2002-09-29 17:54:36 +00:00