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

1380 Commits

Author SHA1 Message Date
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
Igor Zlatkovic
15f5f625c3 introduced double-run compilation 2002-09-29 17:54:00 +00:00
Igor Zlatkovic
9524c2325d outsourced WinSock compatibility macros 2002-09-29 17:53:19 +00:00
Igor Zlatkovic
ddce4427ab applied WinCE patch, cleaned up 2002-09-29 17:51:32 +00:00
Igor Zlatkovic
9181cc0316 applied Javier's WinCE patch 2002-09-29 17:51:06 +00:00
Daniel Veillard
e16b57406a preparing release of 2.4.25 updated and regenerated teh docs and web
* configure.in include/libxml/xmlwin32version.h: preparing release
  of 2.4.25
* doc/*: updated and regenerated teh docs and web pages.
Daniel
2002-09-26 17:50:03 +00:00
Daniel Veillard
90d68fbb35 fixed bug #92518 validation error were not covering namespace
* SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
  error were not covering namespace declarations.
* result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
  it was missing the attribute declaration for the namespace
* result/VC/NS3: the fix now report breakages in that test
Daniel
2002-09-26 16:10:21 +00:00
Daniel Veillard
abe0174442 fixing bug #94241 on HTML boolean attributes Daniel
* HTMLtree.c: fixing bug #94241 on HTML boolean attributes
Daniel
2002-09-26 12:40:03 +00:00
Daniel Veillard
2ace195685 added the 3 new modules xmlregexp xmlautomata and xmlunicode and
* doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
  and regenerated the docs and web site
Daniel
2002-09-26 12:28:02 +00:00
Daniel Veillard
dda8f1ba9f make sure ATTRIBUTE_UNUSED is always put after the attribute declaration,
* xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
  ATTRIBUTE_UNUSED is always put after the attribute declaration,
  not before
Daniel
2002-09-26 09:47:36 +00:00
Daniel Veillard
d4cb1e8a5f fixed a stupid error breaking the python API Daniel
* python/generator.py python/libxml2class.txt: fixed a stupid error
  breaking the python API
Daniel
2002-09-26 09:34:23 +00:00
Daniel Veillard
b7c29c38f5 applied a trio update patch from Bjorn Reese which should work with MinGW
* trio.c trio.h triodef.h trionan.c trionan.h triop.h
  triostr.c triostr.h: applied a trio update patch from
  Bjorn Reese which should work with MinGW
Daniel
2002-09-25 22:44:43 +00:00
Daniel Veillard
bd9afb5290 improving some documentation comments found and fixed a mem leak with
* tree.c: improving some documentation comments
* xmlregexp.c: found and fixed a mem leak with python regression tests
* doc/*: rebuilt the doc and the API XML file including the
  xmlregexp.h xmlautomata.h and xmlunicode.h headers
* python/generator.py python/libxml2class.txt python/libxml_wrap.h
  python/types.c: added access to the XML Schemas regexps from
  python
* python/tests/Makefile.am python/tests/regexp.py: added a
  simple regexp bindings test
Daniel
2002-09-25 22:25:35 +00:00
MDT 2002 John Fleck
30c7054c5b doc/xml.html fixing ftp links - thanks to Vitaly Ostanin
Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>

	* doc/xml.html
	fixing ftp links - thanks to Vitaly Ostanin
2002-09-24 14:24:54 +00:00
Daniel Veillard
118aed78f3 fixed the data callback on transition functionality which was broken when
* xmlregexp.c: fixed the data callback on transition functionality
  which was broken when using the compact form
* result/schemas/*: updated the results, less verbose, all tests
  pass like before
* DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
  testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
  xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
  annoying warnings
* xpath.c: try to provide better error report when possible
Daniel
2002-09-24 14:13:13 +00:00
Daniel Veillard
7233615a61 fixed a breakage raised by Jacob Daniel
* Makefile.am: fixed a breakage raised by Jacob
Daniel
2002-09-21 13:08:14 +00:00
Igor Zlatkovic
3f1e94ba34 *** empty log message *** 2002-09-20 18:08:17 +00:00
Igor Zlatkovic
3ad77297ae added HAVE_ERRNO_H definition 2002-09-20 18:07:29 +00:00
Igor Zlatkovic
012805841d *** empty log message *** 2002-09-20 16:40:34 +00:00
Igor Zlatkovic
3acadf4128 applied zlib patch 2002-09-20 16:40:17 +00:00
Igor Zlatkovic
9a4efcb911 *** empty log message *** 2002-09-20 13:41:55 +00:00
Igor Zlatkovic
8e04097434 Mark Vakoc added regexp support 2002-09-20 13:39:53 +00:00
Daniel Veillard
b5c0573578 as pointed by Igor Float and Double parsing ain't finished yet Daniel
* xmlschemastypes.c: as pointed by Igor Float and Double
  parsing ain't finished yet
Daniel
2002-09-20 13:36:25 +00:00
Daniel Veillard
40b11344a8 trying to fix #88412 by bypassing all the python subdir if python ain't
* Makefile.am configure.in: trying to fix #88412 by bypassing
  all the python subdir if python ain't detected
daniel
2002-09-20 12:01:39 +00:00
Daniel Veillard
23e73571f8 made configuring with regexps/automata/unicode the default but without
* Makefile.am configure.in include/libxml/xmlversion.h.in:
  made configuring with regexps/automata/unicode the default
  but without schemas ATM
* testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
  fixed the regexp based DTD validation performance and memory
  problem by switching to a compact form for determinist regexps
  and detecting the determinism property in the process. Seems
  as fast as the old DTD validation specific engine :-) despite
  the regexp built and compaction process.
Daniel
2002-09-19 19:56:43 +00:00
Daniel Veillard
5acfd6b58a determinism is debugged, new DTD checking code now works but
* valid.c: determinism is debugged, new DTD checking code now works
  but xmlFAComputesDeterminism takes far too much CPU and the whole
  set usues too much memory to be really usable as-is
Daniel
2002-09-18 16:29:02 +00:00
Daniel Veillard
0f04f8ed61 fixed another stupid bug in xmlGetNodePath() --version now report the
* tree.c: fixed another stupid bug in xmlGetNodePath()
* xmllint.c: --version now report the options compiled in
Daniel
2002-09-17 23:04:40 +00:00
Daniel Veillard
a646cfdb14 small cleanup switched DTD validation to use only regexp when configured
* HTMLparser.c: small cleanup
* valid.c xmlregexp.c: switched DTD validation to use only regexp
  when configured with them. A bit of debugging around the determinism
  checks is still needed
Daniel
2002-09-17 21:50:03 +00:00
Daniel Veillard
63b01c2da1 stupid bug found by mattam@netcourrier.com Daniel
* python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
Daniel
2002-09-17 19:25:28 +00:00
Daniel Veillard
9272704ba4 small portability glitch fixed. Daniel
* xmlIO.c: small portability glitch fixed.
Daniel
2002-09-17 17:59:20 +00:00
Daniel Veillard
84d70a462f incomplete steps for real/double support avoiding a compilation problem
* xmlschemastypes.c: incomplete steps for real/double support
* testAutomata.c include/libxml/xmlautomata.h
  include/libxml/xmlregexp.h: avoiding a compilation problem
* valid.c include/libxml/valid.h: starting the work toward using
  the regexps for actual DTD validation
Daniel
2002-09-16 10:51:38 +00:00
Daniel Veillard
aeb258a9ca cosmetic cleanup started integrating a DTD validation layer based on the
* hash.c: cosmetic cleanup
* valid.c include/libxml/tree.h include/libxml/valid.h: started
  integrating a DTD validation layer based on the regexps
Daniel
2002-09-13 14:48:12 +00:00
Daniel Veillard
4402ab420f fixed a bug reported by Jeff Goff, the determinism was tested before
* xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
  the determinism was tested before eliminating the epsilon
  transitions :-(
Daniel
2002-09-12 16:02:56 +00:00
Daniel Veillard
c6d4a933f0 updated the python bindings, added code for easier File I/O, and the
* python/generator.py python/libxml.c python/libxml.py
  python/libxml2-python-api.xml python/libxml2class.txt
  python/libxml_wrap.h python/types.c: updated the python
  bindings, added code for easier File I/O, and the ability to
  define a resolver from Python fixing bug #91635
* python/tests/Makefile.am python/tests/inbuf.py
  python/tests/outbuf.py python/tests/pushSAXhtml.py
  python/tests/resolver.py python/tests/serialize.py: updated
  and augmented the set of Python tests.
Daniel
2002-09-12 15:00:57 +00:00
Igor Zlatkovic
353bf5822a *** empty log message *** 2002-09-10 19:07:14 +00:00
Igor Zlatkovic
0ceeb8e821 added more readme info for the binary package 2002-09-10 19:07:02 +00:00