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  4ab510042913204dd6f833bf334b685e4ebb2296 (commit)
       via  ba3892a6b50ea807e2eeae20165bc6b4d991ebf2 (commit)
      from  43064c1fa3e1b47d554c4b13824733eb13a46439 (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 4ab510042913204dd6f833bf334b685e4ebb2296
Author: Dave Beckett <[email protected]>
Date:   Sat Mar 27 11:35:40 2010 -0700

    Update Turtle and TRiG parsers to emit new graph marks

commit ba3892a6b50ea807e2eeae20165bc6b4d991ebf2
Author: Dave Beckett <[email protected]>
Date:   Sat Mar 27 11:31:48 2010 -0700

    Updated graph mark handler mechanism in a stream of triples
    
    raptor_graph_mark_handler: Renamed from raptor_graph_handler since it
    returns not just a URI (or NULL for default graph) but flags that
    indicate if it was a start/end and whether the graph name was
    declared in the syntax or implicit by the stream of statements.
    
    raptor_graph_mark_flags: Added used above to record the start/end
    marks and declared/not.
    
    (raptor_parser_set_graph_mark_handler): Renamed from
    raptor_parser_set_graph_handler.
    
    raptor_parser: Renamed field to graph_mark_handler and changed type
    to match above.
    
    (raptor_parser_start_graph): Renamed from
    raptor_parser_set_graph_name and added is_declared flag.
    
    (raptor_parser_end_graph): Added.

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

Summary of changes:
 src/raptor.h          |   35 +++++++++++++++++++++++------
 src/raptor_internal.h |    5 ++-
 src/raptor_parse.c    |   38 ++++++++++++++++++++++++-------
 src/turtle_common.h   |    9 +++++--
 src/turtle_parser.y   |   58 ++++++++++++++++++++++++++++++++++++++----------
 utils/rapper.c        |   14 ++++++-----
 6 files changed, 120 insertions(+), 39 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