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  99adc87259c3ca7c6a3a03070a2e92794e99a30a (commit)
      from  be505cf95ef17815ce26e69f19cf3b583dd3d67a (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 99adc87259c3ca7c6a3a03070a2e92794e99a30a
Author: Dave Beckett <[email protected]>
Date:   Sun Jan 10 22:39:13 2010 -0800

    Replace raptor_identifier with raptor_term inside rdf/xml parser.
    
    struct raptor_rdfxml_element_s updated to change fields reified, bag,
    subject, predicate, object from raptor_identifier to raptor_term.
    Also added a reified_id field for storing an ID used for reification;
    not clear if this is entirely necessary.
    
    (raptor_clear_term): Added based on raptor_clear_identifier.
    
    (raptor_free_term): Added.
    
    (raptor_copy_term): Added based on raptor_copy_identifier but not
    calling raptor_free term on dest; call raptor_clear_term instead.
    
    (raptor_free_rdfxml_element): Use raptor_clear_term to replace
    raptor_clear_identifier.
    
    (raptor_rdfxml_generate_statement): Updated to use raptor_term field
    names.  Some loss of clarity here since identifier URI/blank node
    fields are merged into one void* term field 'value' for now.
    
    (raptor_rdfxml_process_property_attributes,
    raptor_rdfxml_start_element_grammar): Updated for raptor_term
    fields.   For capturing bag/reified IDs, use local variables rather
    than overloading subject/reified/bad.id fields.

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

Summary of changes:
 src/raptor_internal.h  |    3 +
 src/raptor_rdfxml.c    |  702 +++++++++++++++++++++++++-----------------------
 src/raptor_statement.c |  146 ++++++++++
 3 files changed, 513 insertions(+), 338 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