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  ed5016e98aa7154481854b54bf40ec96e886906c (commit)
      from  79d1d4c4d3fab8cdab4543da7a66950739510d7c (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 ed5016e98aa7154481854b54bf40ec96e886906c
Author: Dave Beckett <[email protected]>
Date:   Tue Jan 5 22:16:00 2010 -0800

    Add raptor_world field to raptor_statement, remove raptor_statement_v2.
    
    raptor_statment gains a raptor_world* field.
    
    raptor_statement_v2 typedef is deleted.
    
    (raptor_print_statement_as_ntriples_common,
    raptor_statement_compare_common): Deleted these internal helper
    functions.
    
    (raptor_print_statement_v2): Renamed to raptor_print_statement
    (raptor_print_statement_as_ntriples_v2): Renamed to
    raptor_print_statement_as_ntriples.
    (raptor_statement_part_as_counted_string_v2): Renamed to
    raptor_statement_part_as_counted_string.
    (raptor_statement_part_as_string_v2): Renamed to
    raptor_statement_part_as_string.
    (raptor_statement_compare_v2): Renamed to raptor_statement_compare.
    (raptor_statement_copy): Loses world arg.
    (raptor_statement_copy_v2, raptor_statement_copy_v2_from_v1):
    Deleted.
    (raptor_free_statement): Loses world arg.
    
    (raptor_free_statement_v2, raptor_print_statement_v1): Deleted
    
    (raptor_statement_init): Added to initialise statically a allocated
    statement.
    
    (raptor_new_parser_v2): Init static statement with
    raptor_statement_init().

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

Summary of changes:
 src/raptor.h                |   29 ++----
 src/raptor_abbrev.c         |   16 ++--
 src/raptor_internal.h       |    9 +-
 src/raptor_parse.c          |    1 +
 src/raptor_rss_common.c     |    2 +-
 src/raptor_serialize_json.c |   16 ++--
 src/raptor_serialize_rss.c  |  120 +++++++++++-----------
 src/raptor_statement.c      |  240 ++++++++++++++++---------------------------
 utils/rdfdiff.c             |   18 ++--
 9 files changed, 184 insertions(+), 267 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