f8e3db0445a1bc8cfe3f77326b07ec161482caa2 |
|
11-Sep-2012 |
Daniel Veillard <veillard@redhat.com> |
Big space and tab cleanup Remove all space before tabs and space and tabs at end of lines.
/external/libxml2/runxmlconf.c
|
c3b1d09ba226a138722a21cc8e8cc8ee29d80f8d |
|
13-Aug-2012 |
Roumen Petrov <bugtrack@roumenpetrov.info> |
clean redefinition of {v}snprintf in C-source as those from *config.h are preferable (e.g. win32config.h)
/external/libxml2/runxmlconf.c
|
1f0453f71546071d13c1cb06b7b6799e63fd4f9f |
|
13-Aug-2012 |
Roumen Petrov <bugtrack@roumenpetrov.info> |
minimize use of HAVE_CONFIG_H as build process for supported platforms provide "config.h" header file
/external/libxml2/runxmlconf.c
|
22030ef8888579b9ae8d8a63367e31b201eef4b5 |
|
23-May-2012 |
Daniel Veillard <veillard@redhat.com> |
Restore code for Windows compilation Try to keep as close to rc1 but still allow the change from Roumen for mingw
/external/libxml2/runxmlconf.c
|
978ff224b2284f50bfb59c70b92a4b77bd4a7388 |
|
20-May-2012 |
Roumen Petrov <bugtrack@roumenpetrov.info> |
use mingw C99 compatible functions {v}snprintf instead those from MSVC runtime
/external/libxml2/runxmlconf.c
|
851ef9489eb62f2293f17b08218075dd3b54764f |
|
10-May-2011 |
Stefan Kost <ensonic@users.sf.net> |
runxmlconf: update to latest testsuite version
/external/libxml2/runxmlconf.c
|
2e36da9f6fe66e092384b2794d4e973389e32fdb |
|
25-Sep-2008 |
Daniel Veillard <veillard@src.gnome.org> |
fix compilation if XPath is not included Daniel * runxmlconf.c: fix compilation if XPath is not included Daniel svn path=/trunk/; revision=3796
/external/libxml2/runxmlconf.c
|
da3fee406da96c344d7b5f4e0631faee74f7e11d |
|
01-Sep-2008 |
Daniel Veillard <veillard@src.gnome.org> |
Borland C fix from Moritz Both regenerate, workaround a problem for buffer * trionan.c: Borland C fix from Moritz Both * testapi.c: regenerate, workaround a problem for buffer testing * xmlIO.c HTMLtree.c: new internal entry point to hide even better xmlAllocOutputBufferInternal * tree.c: harden the code around buffer allocation schemes * parser.c: restore the warning when namespace names are not absolute URIs * runxmlconf.c: continue regression tests if we get the expected number of errors * Makefile.am: run the python tests on make check * xmlsave.c: handle the HTML documents and trees * python/libxml.c: convert python serialization to the xmlSave APIs and avoid some horrible hacks Daniel svn path=/trunk/; revision=3790
/external/libxml2/runxmlconf.c
|
aa6de47ebf0d4f96ed83e06c79a870a4e9b5dd0e |
|
25-Aug-2008 |
Daniel Veillard <veillard@src.gnome.org> |
applied patch from Aswin to fix tree skipping fixed a comment and added a * xmlreader.c: applied patch from Aswin to fix tree skipping * include/libxml/entities.h entities.c: fixed a comment and added a new xmlNewEntity() entry point * runtest.c: be less verbose * tree.c: space and tabs cleanups daniel svn path=/trunk/; revision=3774
/external/libxml2/runxmlconf.c
|
ae0765b6819c77aae2638b40735f354b05b9c150 |
|
31-Jul-2008 |
Daniel Veillard <veillard@src.gnome.org> |
more progresses against the official regression tests small cleanup for * runxmlconf.c: more progresses against the official regression tests * runsuite.c: small cleanup for non-leak reports * include/libxml/tree.h: parsing flags and other properties are now added to the document node, this is generally useful and allow to make Name and NmToken validations based on the parser flags, more specifically the 5th edition of XML or not * HTMLparser.c tree.c: small side effects for the previous changes * parser.c SAX2.c valid.c: the bulk of teh changes are here, the parser and validation behaviour can be affected, parsing flags need to be copied, lot of changes. Also fixing various validation problems in the regression tests. Daniel svn path=/trunk/; revision=3762
/external/libxml2/runxmlconf.c
|
373345764b92c5959154ec233163a2a64a775863 |
|
31-Jul-2008 |
Daniel Veillard <veillard@src.gnome.org> |
added a skipped list, insert rmt-ns10-035 improve 'make check' clean up * runxmlconf.c: added a skipped list, insert rmt-ns10-035 * Makefile.am: improve 'make check' * include/libxml/xmlerror.h parser.c: clean up namespace errors checking and reporting, errors when a document is labelled as UTF-16 while it is parsed as UTF-8 and no encoding was given explicitely. * result/errors/webdav.xml.*: some warnings are no recategorized as Namespace errors Daniel svn path=/trunk/; revision=3761
/external/libxml2/runxmlconf.c
|
09459bf1078992a5dea8c1bbef4919b90bc25218 |
|
30-Jul-2008 |
Daniel Veillard <veillard@src.gnome.org> |
add xmlMemDisplayLast to help debug incremental memory leaks, and some * include/libxml/xmlmemory.h xmlmemory.c: add xmlMemDisplayLast to help debug incremental memory leaks, and some cleanups * runxmlconf.c: use that new call and avoid ever touching the system catalog in the regression tests Daniel svn path=/trunk/; revision=3760
/external/libxml2/runxmlconf.c
|
40ec29a56f4f03a8b4628b46fbc3582ade156bbd |
|
30-Jul-2008 |
Daniel Veillard <veillard@src.gnome.org> |
an XML-1.0 document can't load an 1.1 entity when using entities make sure * parser.c include/libxml/xmlerror.h: an XML-1.0 document can't load an 1.1 entity * runxmlconf.c: when using entities make sure we load them Daniel svn path=/trunk/; revision=3759
/external/libxml2/runxmlconf.c
|
051d52cb6166cb8d7064d185820366943177a561 |
|
29-Jul-2008 |
Daniel Veillard <veillard@src.gnome.org> |
fix a bug not detecting cross entity comments probably when comment * parser.c: fix a bug not detecting cross entity comments probably when comment parsing got optimized. * Makefile.am: add make check * runxmlconf.c: fix the log file name Daniel svn path=/trunk/; revision=3758
/external/libxml2/runxmlconf.c
|
7e5c3f481f5e8c8eb2b038cb24a9b3d77e3806ab |
|
29-Jul-2008 |
Daniel Veillard <veillard@src.gnome.org> |
add a C program to run the W3C test suite, work in progress add a new * runxmlconf.c Makefile.am: add a C program to run the W3C test suite, work in progress * xmllint.c: add a new option --oldxml10 to use the old parser * parser.c: fix the XML_PARSE_OLD10 processing of the new option and a bug in version parsing Daniel svn path=/trunk/; revision=3757
/external/libxml2/runxmlconf.c
|