This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Raptor RDF parser and serializer library".

The branch, master has been updated
       via  f36e0a3ef38822dea73e8ebe56719dc9e8eb7fab (commit)
      from  44527ab0a21b9e7166aaa4a5a1c443e9a78377bc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f36e0a3ef38822dea73e8ebe56719dc9e8eb7fab
Author: Dave Beckett <[email protected]>
Date:   Fri Jan 8 15:44:09 2010 -0800

    libxml generic & structured error saving defaults on.
    
    These are turned on by default so that when libxml library-wide
    generic/structured error handlers are set, this happens by default.
    Previously (1.4.x) it was done anyway, regardless of the flags.
    
    raptor_libxml_flags: update docs to note default is on.
    
    (raptor_new_world): set the flags on.
    
    raptor_world_s: update docs for libxml_flags field to note default.
    
    (raptor_libxml_xmlStructuredError_handler_common): Renamed from
    raptor_libxml_xmlStructuredErrorFunc and contains the core libxml
    error handling but not the parameter guessing.
    
    (raptor_libxml_xmlStructuredError_handler_global): Added to take
    structured errors from the global libxml handlers. Calls
    raptor_libxml_xmlStructuredErrorFunc with world and always NULL
    locator.
    
    (raptor_libxml_xmlStructuredError_handler_parsing): Added to take
    structured errors from serror SAX handler. Calls
    raptor_libxml_xmlStructuredErrorFunc with any world and locator
    found.

-----------------------------------------------------------------------

Summary of changes:
 src/raptor.h          |    8 ++--
 src/raptor_general.c  |    9 ++--
 src/raptor_internal.h |    6 +--
 src/raptor_libxml.c   |  109 +++++++++++++++++++++++++++---------------------
 4 files changed, 72 insertions(+), 60 deletions(-)


hooks/post-receive
-- 
Raptor RDF parser and serializer library
_______________________________________________
redland-commits mailing list
[email protected]
http://lists.librdf.org/mailman/listinfo/redland-commits

Reply via email to