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  a394a5ca25fbd5346145b0ec83e60d5eb1d6e035 (commit)
      from  8ec297e89496b3701e7a23e5225d5a9837654643 (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 a394a5ca25fbd5346145b0ec83e60d5eb1d6e035
Author: Dave Beckett <[email protected]>
Date:   Thu Feb 25 20:31:18 2010 -0800

    Generate graph name in raptor_statement object for TRIG syntax
    
    struct raptor_turtle_parser_s gains raptor_term* graph_name.
    
    Turtle parser: if trig is set, update graph_name field when { and }
    are parsed, in addition to the raptor_parser_set_graph_name() calls
    
    (raptor_turtle_parse_terminate): Free any existing grpah name.
    
    (raptor_turtle_generate_statement): Set statement graph name for
    TRIG, free it if copied in.  End early if there is no statement
    handler, no need to compute and free terms.

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

Summary of changes:
 src/turtle_common.h |    3 +++
 src/turtle_parser.y |   39 +++++++++++++++++++++++++++++----------
 2 files changed, 32 insertions(+), 10 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