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  4ae347a404c3a2504c3ea9b6134c36506e55b2f0 (commit)
      from  aec00634dc2994ebd2a26b84dbfde44610a7772f (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 4ae347a404c3a2504c3ea9b6134c36506e55b2f0
Author: Dave Beckett <[email protected]>
Date:   Sun Jan 17 12:15:37 2010 -0800

    raptor_term values are now a union of uri / literal fields / blank string
    
    raptor_term gains union value with uri field, literal struct and
    blank field for URI, Literal and Blank rdf terms.
    
    Lots of consequent changes; mostly mechanical search and replace.
    Removed several (raptor_uri*)value and (unsigned char*)value casts.
    
    (raptor_rss10_move_statements): Changes but when zeroing uri /
    literal, do that in separate steps rather than assigning to value.

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

Summary of changes:
 src/raptor.h                    |   28 ++++++--
 src/raptor_abbrev.c             |   20 +++---
 src/raptor_grddl.c              |    6 +-
 src/raptor_internal.h           |    2 +-
 src/raptor_json_writer.c        |    4 +-
 src/raptor_rdfxml.c             |   13 ++--
 src/raptor_serialize_dot.c      |   14 ++--
 src/raptor_serialize_json.c     |   44 ++++++------
 src/raptor_serialize_ntriples.c |   16 ++--
 src/raptor_serialize_rdfxml.c   |   32 ++++----
 src/raptor_serialize_rdfxmla.c  |    4 +-
 src/raptor_serialize_rss.c      |   83 ++++++++++++----------
 src/raptor_serialize_simple.c   |   25 ++++---
 src/raptor_serialize_turtle.c   |    6 +-
 src/raptor_statement.c          |  145 ++++++++++++++++++++-------------------
 src/turtle_parser.y             |   22 +++---
 utils/rapper.c                  |    2 +-
 utils/rdfdiff.c                 |   37 ++++++-----
 18 files changed, 266 insertions(+), 237 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