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  7a836181ac9f8a690d4cb87954da7d9ac983c02b (commit)
      from  df9a3cad43571ee06691be4ee4e2b488f2561f0a (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 7a836181ac9f8a690d4cb87954da7d9ac983c02b
Author: Dave Beckett <[email protected]>
Date:   Thu Feb 25 20:08:50 2010 -0800

    Added graph name to raptor_statement
    
    raptor_statement typedef gains an optional raptor_term* graph field
    for the graph name of the triple.
    
    (raptor_new_statement_from_nodes): Gains an optional graph argument.
    
    (raptor_statement_copy, raptor_free_statement,
    raptor_statement_print, raptor_statement_print_as_ntriples): Updated
    to use graph field if present.
    
    Updated raptor_new_statement_from_nodes() callers in turtle parser.

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

Summary of changes:
 src/raptor.h           |    4 +++-
 src/raptor_internal.h  |    2 +-
 src/raptor_statement.c |   35 ++++++++++++++++++++++++++++++++++-
 src/turtle_parser.y    |    8 ++++----
 4 files changed, 42 insertions(+), 7 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