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  e596d3db4537dc71d42464e5440eb7899b11108d (commit)
      from  3aac1a35ee03f0dd8d9af59f998097ab8964faf3 (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 e596d3db4537dc71d42464e5440eb7899b11108d
Author: Dave Beckett <[email protected]>
Date:   Fri Jan 8 12:25:32 2010 -0800

    Make libxml error handling save/restore happen once in world
    
    struct raptor_sax2_s loses saved_structured_error_context,
    saved_structured_error_handler, saved_generic_error_context and
    saved_generic_error_handler
    
    struct raptor_world_s gains above fields.
    
    (raptor_libxml_init, raptor_libxml_finish): Added to capture the
    save/restore of xmlSetStructuredErrorFunc and xmlSetGenericErrorFunc
    context and handlers.
    
    (raptor_world_open, raptor_free_world): Call raptor_libxml_init and
    raptor_libxml_finish.
    
    (raptor_libxml_sax_init_error_handlers): Renamed from
    raptor_libxml_init_sax_error_handlers.
    
    (raptor_libxml_sax_init): libxml setup specific to a SAX setup
    
    (raptor_grddl_parse_init_common): Use above.
    
    (raptor_new_sax2): Delete libxml init code.
    (raptor_sax2_parse_start): Delete xmlSetStructuredErrorFunc call and
    use raptor_libxml_sax_init.

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

Summary of changes:
 src/raptor_general.c  |   10 ++++++
 src/raptor_grddl.c    |    4 +-
 src/raptor_internal.h |   21 ++++++++-----
 src/raptor_libxml.c   |   78 +++++++++++++++++++++++++++++++++++--------------
 src/raptor_sax2.c     |   32 +-------------------
 5 files changed, 82 insertions(+), 63 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