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  da2fb2a346dec44efd16a39168ecd66be600662b (commit)
      from  ddd4761b7d30aef5b86d8840535f09dd897a03f7 (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 da2fb2a346dec44efd16a39168ecd66be600662b
Author: Dave Beckett <[email protected]>
Date:   Fri Jan 8 17:19:54 2010 -0800

    Serializer class loses specific fatal/error/warning handling
    
    (raptor_serializer_set_error_handler,
    raptor_serializer_set_warning_handler): Deleted
    
    (raptor_serializer_error, raptor_serializer_simple_error,
    raptor_serializer_error_varargs, raptor_serializer_warning,
    raptor_serializer_warning_varargs): Removed the internal functions
    that called the serializer-specific handlers.
    
    In serializers replaced calls to the above functions with
    raptor_log_error or raptor_log_error_formatted depending on the
    arguments present.

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

Summary of changes:
 src/raptor.h                   |    8 +--
 src/raptor_internal.h          |    6 --
 src/raptor_serialize.c         |  155 ----------------------------------------
 src/raptor_serialize_rdfxml.c  |   20 ++++--
 src/raptor_serialize_rdfxmla.c |   51 +++++++------
 src/raptor_serialize_rss.c     |    3 +-
 src/raptor_serialize_turtle.c  |   40 +++++-----
 7 files changed, 64 insertions(+), 219 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