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, statement-term has been updated
       via  7026fc87776fd907aba58afe9a26658d5d39aa28 (commit)
      from  31a8663503ea17cb8273956afcb7f9a598265b48 (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 7026fc87776fd907aba58afe9a26658d5d39aa28
Author: Dave Beckett <[email protected]>
Date:   Wed Jan 13 17:46:21 2010 -0800

    change raptor_rdfxml_element raptor_term statics fields to objects
    
    raptor_rdfxml_element: reified, bag, subject, predicate and object
    fields are now raptor_term*
    
    (raptor_free_rdfxml_element): Use raptor_free_term on above fields
    instead of raptor_clear_term.
    
    (raptor_rdfxml_start_element_handler): Do not assign world to above
    fields - not allocated yet.
    
    Move setting of default literal_language inscope to code near the
    line where raptor_term for a literal is created.
    
    Start turning direct references to raptor_statement
    field->subject->type into static raptor_term objects (memset then
    assigned) for bags, reified terms, collections, bags, reified
    statements, ...  First stage of conversion to allocated raptor_terms.

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

Summary of changes:
 src/raptor_rdfxml.c |  317 +++++++++++++++++++++++++++------------------------
 utils/rapper.c      |    4 +-
 2 files changed, 168 insertions(+), 153 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