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  be505cf95ef17815ce26e69f19cf3b583dd3d67a (commit)
      from  e63716cb8857dc30189546bf7590a40f822417d6 (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 be505cf95ef17815ce26e69f19cf3b583dd3d67a
Author: Dave Beckett <[email protected]>
Date:   Sun Jan 10 15:40:56 2010 -0800

    Make abbrev_node constructors/lookup functions use raptor_term
    
    (raptor_new_abbrev_node): Pass in a raptor_term and use that to find
    fields to copy.
    
    (raptor_abbrev_node_lookup, raptor_abbrev_subject_find,
    raptor_abbrev_subject_lookup): Lookup using fields in a passed in
    raptor_term.
    
    Update callers to use raptor_term when searching - means creating
    some static raptor_term objects on the stack for now; will be either
    references or dynamically created when raptor_abbrev_node /
    raptor_term node merge is done.

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

Summary of changes:
 src/raptor_abbrev.c            |   74 +++++++++++++++------------------------
 src/raptor_internal.h          |    8 ++--
 src/raptor_serialize_rdfxmla.c |   43 ++++++++++++-----------
 src/raptor_serialize_turtle.c  |   41 +++++++++++++---------
 4 files changed, 81 insertions(+), 85 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