History log of /external/libxml2/schematron.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4472c3a5a5b516aaf59b89be602fbce52756c3e9 13-May-2016 David Kilzer <ddkilzer@webkit.org> Fix some format string warnings with possible format string vulnerability

For https://bugzilla.gnome.org/show_bug.cgi?id=761029

Decorate every method in libxml2 with the appropriate
LIBXML_ATTR_FORMAT(fmt,args) macro and add some cleanups
following the reports.
/external/libxml2/schematron.c
bb654feb9a64db7fd8b5fefdbb79792883dc7795 13-Apr-2016 Jan Pokorný <jpokorny@redhat.com> Fix typos: dictio{ nn -> n }ar{y,ies}

Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
/external/libxml2/schematron.c
1af8b7b22e3bb569b2c27642064224bc14a1924a 14-Jun-2013 Nicolas Le Cam <niko.lecam@gmail.com> Fix compilation with minimum and schematron.

Add a hard dependancy on tree.
Disable write and close callbacks when output is disabled.
/external/libxml2/schematron.c
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/schematron.c
bccae2d21038967f5d83109f27b925bcd4795602 04-Jun-2009 Daniel Veillard <veillard@redhat.com> * c14n.c debugXML.c doc/examples/io2.c parser.c schematron.c
valid.c xmlschemas.c xmlwriter.c xpath.c: use %s to printf string
patch by Christian Persch, fixes #581612
/external/libxml2/schematron.c
074f37e7ebd5e76ceb584a89745a9e84df5b3be2 01-Sep-2008 Daniel Veillard <veillard@src.gnome.org> applied a couple of patches from Martin avoiding some leaks, fixinq QName

* schematron.c xpath.c: applied a couple of patches from Martin
avoiding some leaks, fixinq QName checks in XPath, XPath debugging
and schematron code cleanups.
* python/tests/Makefile.am python/tests/xpathleak.py: add the
specific regression tests, just tweak it to avoid output by default
Daniel

svn path=/trunk/; revision=3791
/external/libxml2/schematron.c
c4b0debc1e2cd012a3e7e3e820ac32489879a51a 14-Mar-2008 Daniel Veillard <veillard@src.gnome.org> applied patch from Tobias Minich to allow plugin schematron error

* include/libxml/schematron.h include/libxml/xmlerror.h schematron.c:
applied patch from Tobias Minich to allow plugin schematron error
reporting in the normal error system, should fix #513998
Daniel

svn path=/trunk/; revision=3707
/external/libxml2/schematron.c
b9ba0facb5ea803d40005e47b9e721df96995041 13-Nov-2007 Rob Richards <rrichard@src.gnome.org> fix crash/leaks from xmlSchematronParse due to improper schema document

* schematron.c: fix crash/leaks from xmlSchematronParse due to improper
schema document ownership for bug #495215

svn path=/trunk/; revision=3663
/external/libxml2/schematron.c
38d452ac1c98b64eb0723175a67c2f59adc35d5a 22-May-2007 William M. Brack <wbrack@src.gnome.org> Fixed typo in xmlCharEncFirstLine pointed out by Mark Rowe (bug #440159)

* encoding.c: Fixed typo in xmlCharEncFirstLine pointed out
by Mark Rowe (bug #440159)
* include/libxml/xmlversion.h.in: Added check for definition of
_POSIX_C_SOURCE to avoid warnings on Apple OS/X (patch from
Wendy Doyle and Mark Rowe, bug #346675)
* schematron.c, testapi.c, tree.c, xmlIO.c, xmlsave.c: minor
changes to fix compilation warnings - no change to logic.

svn path=/trunk/; revision=3618
/external/libxml2/schematron.c
11ce4004d86bb4b317c48b7d5124ba33e40e10f5 10-Mar-2006 Daniel Veillard <veillard@src.gnome.org> end of first pass on coverity reports. Daniel

* runtest.c schematron.c testAutomata.c tree.c valid.c xinclude.c
xmlcatalog.c xmlreader.c xmlregexp.c xpath.c: end of first
pass on coverity reports.
Daniel
/external/libxml2/schematron.c
54a8f67c0504bb1bc17a2e5f139f3128953915d1 07-Oct-2005 Rob Richards <rrichard@src.gnome.org> remove warnings under Windows.

* schematron.c xmlregexp.c: remove warnings under Windows.
/external/libxml2/schematron.c
ccb4d41c13bea3c81cf074ed43b84bd686c7d124 23-Aug-2005 Daniel Veillard <veillard@src.gnome.org> regenerated fixed a compilation problem some cleanups and one bug fix

* elfgcchack.h testapi.c doc/*: regenerated
* schematron.c: fixed a compilation problem
* xmlregexp.c include/libxml/xmlregexp.h: some cleanups and one bug fix
* result/expr/base: slightly changes the number of Cons.
Daniel
/external/libxml2/schematron.c
d541c8f8b460c7a82c1d2142706372f681293f75 31-Jul-2005 Daniel Veillard <veillard@src.gnome.org> report improvement more tests Daniel

* schematron.c: report improvement
* test/schematron/zvon* result/schematron/zvon*: more tests
Daniel
/external/libxml2/schematron.c
eaecb3eab2bbdcbb8827989ff48c6dcafd0ae2d9 31-Jul-2005 Daniel Veillard <veillard@src.gnome.org> more bug fixes, improve the error reporting. second test Daniel

* schematron.c: more bug fixes, improve the error reporting.
* test/schematron/zvon2* result/schematron/zvon2*: second test
Daniel
/external/libxml2/schematron.c
c740a17f453f1b5de647c394362aa85c64c3003b 31-Jul-2005 Daniel Veillard <veillard@src.gnome.org> fixing the loop bug, fixing schematron text error rendering started

* schematron.c xmllint.c: fixing the loop bug, fixing schematron
text error rendering
* Makefile.am result/schematron/* test/schematron/zvon1*.sct:
started integrating within "make tests"
Daniel
/external/libxml2/schematron.c
e70375cd7911ac73df1b488cc0afc0b78d99819e 30-Jul-2005 Daniel Veillard <veillard@src.gnome.org> commiting work done on the plane last week-end Daniel

* schematron.c xmllint.c include/libxml/schematron.h: commiting
work done on the plane last week-end
Daniel
/external/libxml2/schematron.c
24505b0f5c872c5afb6da5093565e5a6e09ca541 29-Jul-2005 Daniel Veillard <veillard@src.gnome.org> a lot of small cleanups based on Linus' sparse check output. Daniel

* HTMLparser.c SAX2.c encoding.c globals.c parser.c relaxng.c
runsuite.c runtest.c schematron.c testHTML.c testReader.c
testRegexp.c testSAX.c testThreads.c valid.c xinclude.c xmlIO.c
xmllint.c xmlmodule.c xmlschemas.c xpath.c xpointer.c: a lot of
small cleanups based on Linus' sparse check output.
Daniel
/external/libxml2/schematron.c
d4501d77caca9aea0bf27ce3fdc28ed33b8e144e 24-Jul-2005 Daniel Veillard <veillard@src.gnome.org> started adding schematron to the xmllint tool, the report infrastructure

* schematron.c xmllint.c: started adding schematron to the xmllint
tool, the report infrastructure is gonna be fun.
Daniel
/external/libxml2/schematron.c
ed6c54971fdb7fa37c183b1a36c2e581c750984b 23-Jul-2005 Daniel Veillard <veillard@src.gnome.org> changed xmlPatterncompile signature to pass an int and not an enum since

* pattern.c include/libxml/pattern.h: changed xmlPatterncompile
signature to pass an int and not an enum since it can generate
ABI compat troubles.
* include/libxml/schematron.h schematron.c: adding the new
schematron code, work in progress lots to be left and needing
testing
* include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h.in
Makefile.am configure.in: integration of schematron into the
build
* xpath.c include/libxml/xpath.h: adding flags to control compilation
options right now just XML_XPATH_CHECKNS.
Daniel
/external/libxml2/schematron.c