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

65 Commits

Author SHA1 Message Date
Daniel Veillard
beb70bd39b more work on the xml reader interfaces. updated Igor's mail and the Web
* xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
  work on the xml reader interfaces.
* AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
  Web page for the Windows binaries.
Daniel
2002-12-18 14:53:54 +00:00
Igor Zlatkovic
3f752e2a09 added xmlreader interface 2002-12-16 18:45:29 +00:00
Igor Zlatkovic
2d42890dc4 added xmlreader exports 2002-12-16 18:45:04 +00:00
Igor Zlatkovic
fcb5258595 added xml reader exports 2002-12-16 18:34:18 +00:00
Igor Zlatkovic
b894fbc5b7 exported htmlNodeDumpOutput 2002-12-12 12:34:07 +00:00
Igor Zlatkovic
33d1307aa5 applied YALDSP from Mark Vakoc 2002-12-08 17:34:41 +00:00
Igor Zlatkovic
71d47b7517 added more exports 2002-11-22 21:41:28 +00:00
Igor Zlatkovic
853514fc02 added option for python bindings 2002-11-22 21:41:09 +00:00
Igor Zlatkovic
002372e9d0 fixed unresolved symbols for mingw 2002-11-22 18:07:37 +00:00
Igor Zlatkovic
4e2884e17b updates from Javier 2002-11-22 17:54:30 +00:00
Igor Zlatkovic
2772ceaa1e *** empty log message *** 2002-11-14 17:45:20 +00:00
Igor Zlatkovic
b2f616352a cleanup 2002-11-14 17:43:55 +00:00
Igor Zlatkovic
bd1a306cab integrated mingw into jscript configure 2002-11-14 17:43:24 +00:00
Igor Zlatkovic
b8036ea16f *** empty log message *** 2002-11-14 17:42:43 +00:00
Igor Zlatkovic
7ae91bcd9e retired xmlwin32version.h 2002-11-08 17:18:52 +00:00
Igor Zlatkovic
9b5cc15c4a exported additional symbols 2002-11-08 15:55:18 +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
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
15f5f625c3 introduced double-run compilation 2002-09-29 17:54:00 +00:00
Igor Zlatkovic
3acadf4128 applied zlib patch 2002-09-20 16:40:17 +00:00
Igor Zlatkovic
8e04097434 Mark Vakoc added regexp support 2002-09-20 13:39:53 +00:00
Igor Zlatkovic
0ceeb8e821 added more readme info for the binary package 2002-09-10 19:07:02 +00:00
Daniel Veillard
22669b268c updated with version from Elizabeth Barham at
* win32/win32/Makefile.mingw: updated with version from
  Elizabeth Barham at http://soggytrousers.net/repository/
Daniel
2002-08-22 07:17:11 +00:00
Igor Zlatkovic
a78942c5d5 Added the prefix location to the include and lib search path 2002-08-20 14:42:07 +00:00
Aleksey Sanin
9e95176128 added new c14n function to Windows def files
* win32/dsp/libxml2.def.src win32/libxml2.def.src: added
        new c14n function to Windows def files
2002-08-08 18:02:41 +00:00
Igor Zlatkovic
c3b604e23a Added copy *.pdb to install, few have asked for this. 2002-07-10 19:22:22 +00:00
Aleksey Sanin
f8cb6dda89 added merlin-c14n-two.tar.gz tests for c14n/exc-c14n and slightly modified
* result/c14n/exc-without-comments/merlin-c14n-two-*
  result/c14n/without-comments/merlin-c14n-two-*
  test/c14n/exc-without-comments/merlin-c14n-two-*
  test/c14n/without-comments/merlin-c14n-two-*
  testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
c14n/exc-c14n and slightly modified test script to handle
these test cases
* c14n.c: fixed bugs for complicated nodes set (namespace
without node and others from merlin-c14n-two.tar.gz)
* include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
for xmlsec performance patch
* xpath.c: fixed self::node() for namespaces and attributes
2002-06-04 04:27:06 +00:00
Daniel Veillard
1b31e4a0b2 fixing #79334 making htmlParseDocument a public entry point. rebuilt the
* HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
  include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
  a public entry point.
* doc/*: rebuilt the API and docs
Daniel
2002-05-27 14:44:50 +00:00
Aleksey Sanin
23002568a6 changed default value for global parameter xmlIndentTreeOutput to 1 and
* global.data globals.c tree.c include/libxml/globals.h                         win32/libxml2.def.src win32/dsp/libxml2.def.src: changed                        default value for global parameter xmlIndentTreeOutput to 1 and                 introduced new global parameter xmlTreeIndentString (the string                 used to do one-level indent) with default value "  " (as it was                 in tree.c)
2002-05-24 07:18:40 +00:00
Aleksey Sanin
db574b6697 exported xmlXPathNodeSetAddNs() 2002-05-15 01:30:07 +00:00
Igor Zlatkovic
2abace5623 exported xmlXPathNodeSetAddNs() 2002-05-14 22:22:12 +00:00
Aleksey Sanin
26d5b21b7f exported default 'file:', 'http:' and 'ftp:' protocols input handlers and
* include/libxml/xmlIO.h win32/dsp/libxml2.def.src
win32/libxml2.def.src xmlIO.c: exported default
'file:', 'http:' and 'ftp:' protocols input handlers
and maked protocols comparisson case insensitiv
2002-05-01 18:33:18 +00:00
Aleksey Sanin
5aac8b85dd exported default 'file:', 'http:' and 'ftp:' protocols input handlers and
* include/libxml/xmlIO.h win32/dsp/libxml2.def.src
win32/libxml2.def.src xmlIO.c: exported default
'file:', 'http:' and 'ftp:' protocols input handlers
and maked protocols comparisson case insensitive
2002-05-01 18:32:28 +00:00
Igor Zlatkovic
a6f2d90669 *** empty log message *** 2002-04-16 17:57:17 +00:00
Igor Zlatkovic
9425ce2d50 *** empty log message *** 2002-04-10 21:57:11 +00:00
Igor Zlatkovic
ac97f6e056 Windows command-line build components added. 2002-03-24 21:00:26 +00:00
Igor Zlatkovic
5bd2689cfe *** empty log message *** 2002-03-24 20:56:09 +00:00
Daniel Veillard
0e47ee29be big cleanup of the Windows/MSVC project files from Igor Zlatkovic Daniel
* win32/*: big cleanup of the Windows/MSVC project files
  from Igor Zlatkovic
Daniel
2002-01-05 18:25:52 +00:00
Daniel Veillard
7f9a6806ed fixes for Windows from Igor Daniel
* include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
  for Windows from Igor
Daniel
2001-12-20 14:01:47 +00:00
Daniel Veillard
d3b29d2e36 close #67019 Daniel
* win32/libxml2/libxml2.def.src: close #67019
Daniel
2001-12-18 07:53:16 +00:00
Daniel Veillard
8e3943cbab update from Igor for Windows Daniel
* win32/dsp/* include/libxml/xmlwin32version.h.in: update
  from Igor for Windows
Daniel
2001-11-12 21:35:44 +00:00
Daniel Veillard
ff0b7311ec update from Tobias Peters for 2.4.5 generate line nubers in elements
* win32/Makefile.mingw: update from Tobias Peters for 2.4.5
* DOCBparser.c: generate line nubers in elements
Daniel
2001-10-11 06:46:09 +00:00
Daniel Veillard
a293c32378 adding xmlSAXParseFileWithData following Marco Stipek suggestion Daniel
* win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
  adding xmlSAXParseFileWithData following Marco Stipek suggestion
Daniel
2001-10-02 13:54:14 +00:00
Daniel Veillard
f6ed8bc7b2 Igor Zlatkovic patches fixed typos Daniel
* win32/dsp/libxml2.def.src: Igor Zlatkovic patches
* DOCBparser.c HTMLparser.c parser.c: fixed typos
Daniel
2001-10-02 09:22:47 +00:00
Daniel Veillard
d63437e1fa tried to incorporate comments from bug #59220 Daniel
* win32/dsp/libxml2.def.src: tried to incorporate comments
  from bug #59220
Daniel
2001-09-12 15:00:27 +00:00
Daniel Veillard
b60c54e870 another set of symbols conditionally defined Daniel
* win32/dsp/libxml2.def.src: another set of symbols conditionally
      defined
Daniel
2001-08-16 19:34:27 +00:00
Daniel Veillard
796f4b64e1 small cleanup closing bug #59108 Daniel
* win32/dsp/libxml2.def.src: small cleanup closing bug
  #59108
Daniel
2001-08-16 16:00:13 +00:00
Daniel Veillard
50f3437111 applied Win32 Facelift No.2 patches from Igor Zlatkovic for Windows/MSC
* DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
  testSAX.c xmlIO.c xmllint.c include/win32config.h
  include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
  include/libxml/xmlwin32version.h.in win32/README.MSDev
  win32/dsp/*: applied Win32 Facelift No.2 patches from
  Igor Zlatkovic for Windows/MSC
Daniel
2001-08-03 12:06:36 +00:00