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  9200ff8e21f59dcd7566a7c67985e84d544050c9 (commit)
      from  65ba48bced126ed278c706bdcbc29a6ceff3abd2 (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 9200ff8e21f59dcd7566a7c67985e84d544050c9
Author: Dave Beckett <[email protected]>
Date:   Wed Jan 6 18:23:36 2010 -0800

    Remove RAPTOR_IDENTIFIER_TYPE_XML_LITERAL
    
    This was used for rdf:parseType="Literal" object literals internally
    but publically always is turned into RAPTOR_IDENTIFIER_TYPE_LITERAL.
    
    raptor_identifier_type loses RAPTOR_IDENTIFIER_TYPE_XML_LITERAL
    value.
    
    Removed all code for this which mostly was deleting switch cases but
    also deletes some functions from the Turtle and RDF/XML-abbrev
    serializers.
    
    (raptor_rdfxmla_emit_xml_literal, raptor_turtle_emit_xml_literal):
    Deleted.

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

Summary of changes:
 src/raptor.h                    |   11 ++----
 src/raptor_abbrev.c             |    4 --
 src/raptor_identifier.c         |    7 +---
 src/raptor_librdfa.c            |    4 ++-
 src/raptor_rdfxml.c             |    3 +-
 src/raptor_serialize_dot.c      |   14 +-------
 src/raptor_serialize_json.c     |    4 --
 src/raptor_serialize_ntriples.c |    7 +---
 src/raptor_serialize_rdfxml.c   |   14 +++----
 src/raptor_serialize_rdfxmla.c  |   70 +--------------------------------------
 src/raptor_serialize_simple.c   |    9 +----
 src/raptor_serialize_turtle.c   |   65 +-----------------------------------
 src/raptor_statement.c          |   40 ++++------------------
 utils/rdfdiff.c                 |    3 +-
 14 files changed, 31 insertions(+), 224 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