win32/dsp


Log

Author Commit Date CI Message
Aleksey Sanin 9e951761 2002-08-08T18:02:41 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
Aleksey Sanin f8cb6dda 2002-06-04T04:27:06 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
Daniel Veillard 1b31e4a0 2002-05-27T14:44:50 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
Aleksey Sanin 23002568 2002-05-24T07:18:40 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)
Aleksey Sanin db574b66 2002-05-15T01:30:07 exported xmlXPathNodeSetAddNs()
Aleksey Sanin 26d5b21b 2002-05-01T18:33:18 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
Igor Zlatkovic 5bd2689c 2002-03-24T20:56:09 *** empty log message ***
Daniel Veillard 0e47ee29 2002-01-05T18:25:52 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
Daniel Veillard 7f9a6806 2001-12-20T14:01:47 fixes for Windows from Igor Daniel * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes for Windows from Igor Daniel
Daniel Veillard 8e3943cb 2001-11-12T21:35:44 update from Igor for Windows Daniel * win32/dsp/* include/libxml/xmlwin32version.h.in: update from Igor for Windows Daniel
Daniel Veillard a293c323 2001-10-02T13:54:14 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
Daniel Veillard f6ed8bc7 2001-10-02T09:22:47 Igor Zlatkovic patches fixed typos Daniel * win32/dsp/libxml2.def.src: Igor Zlatkovic patches * DOCBparser.c HTMLparser.c parser.c: fixed typos Daniel
Daniel Veillard d63437e1 2001-09-12T15:00:27 tried to incorporate comments from bug #59220 Daniel * win32/dsp/libxml2.def.src: tried to incorporate comments from bug #59220 Daniel
Daniel Veillard b60c54e8 2001-08-16T19:34:27 another set of symbols conditionally defined Daniel * win32/dsp/libxml2.def.src: another set of symbols conditionally defined Daniel
Daniel Veillard 796f4b64 2001-08-16T16:00:13 small cleanup closing bug #59108 Daniel * win32/dsp/libxml2.def.src: small cleanup closing bug #59108 Daniel
Daniel Veillard 50f34371 2001-08-03T12:06:36 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