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  914047a84cd13e3f17ba8d7884dc25c87e661977 (commit)
      from  2955ee7a9e37392b91bf46b2f7fe78576fcf6f18 (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 914047a84cd13e3f17ba8d7884dc25c87e661977
Author: Dave Beckett <[email protected]>
Date:   Mon Jan 18 12:24:26 2010 -0800

    Make raptor_abbrev_node use raptor_term rather than another embedded node
    
    raptor_abbrev_node loses the 'value' union and a pile of
    sub-structure duplicating raptor_term* contents; yet another
    librdf_node copy bites the dust.
    
    (raptor_new_abbrev_node): Use raptor_new_term_from_term
    
    (raptor_free_abbrev_node): Use raptor_free_term
    
    (raptor_abbrev_node_cmp): Thin wrapper around raptor_term_compare
    
    (raptor_abbrev_node_equals): Thin wrapper around raptor_term_equals
    
    Update all references to the raptor_abbrev_node internals above.
    
    (raptor_rdfxmla_serialize_init, raptor_turtle_emit_subject): Fix a
    couple of places where a static raptor_term was used for creating a
    raptor_abbrev_node; now make a dynamic one so it can be reference
    counted and freed.

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

Summary of changes:
 src/raptor_abbrev.c            |  174 +++-------------------------------------
 src/raptor_internal.h          |   19 +----
 src/raptor_serialize_rdfxmla.c |  152 ++++++++++++++++++-----------------
 src/raptor_serialize_turtle.c  |   86 ++++++++------------
 4 files changed, 127 insertions(+), 304 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