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  fb9a7800d441c5e72a203bfc6b6383bca06fe262 (commit)
       via  0638611ce4728403f3252c2322c096d7fa25ab0b (commit)
      from  223b46d2bc7880deaca0081131b3c885e15fb235 (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 fb9a7800d441c5e72a203bfc6b6383bca06fe262
Author: Dave Beckett <[email protected]>
Date:   Mon Jan 18 22:10:29 2010 -0800

    Update rdf namespace concepts to add PlainLiteral, share across parsers
    
    raptor_rdf_ns_term_id gains RDF_NS_PlainLiteral; reordered to put
    together with RDF_NS_XMLLiteral, the other datatype.
    
    raptor_world gains an array of pointers to raptor_uri* concepts.
    
    turtle_parser loses nil_uri, first_uri, rest_uri that are now
    available via the macros.
    
    rss_parser loses rdf:type and rdf:Seq concept URIs that are now
    available via the macros.
    
    Added macros RAPTOR_RDF_{name}_URI(world) to get pointer to static
    raptor_uri* for NS terms.
    
    RDF/XML parser cuts down to just 5 DAML NS URIs to manage itself.
    
    (raptor_new_uri_for_rdf_concept): now takes const name.
    
    (raptor_concepts_init, raptor_concepts_finish): Added.
    
    (raptor_world_open): Call raptor_concepts_init; re-order to init URIs
    then concepts first.
    
    (raptor_free_world): Call raptor_concepts_finish
    
    Update RDF/XML, RSS and Turtle parsers to use shared URIs.

commit 0638611ce4728403f3252c2322c096d7fa25ab0b
Author: Dave Beckett <[email protected]>
Date:   Mon Jan 18 21:19:51 2010 -0800

    2010

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

Summary of changes:
 src/Makefile.am            |    2 +-
 src/raptor.h               |    6 +-
 src/raptor_concepts.c      |  148 +++++++++++++++++++++++++
 src/raptor_general.c       |   12 ++-
 src/raptor_internal.h      |  108 ++++++++++++++++++
 src/raptor_rdfxml.c        |  263 ++++++-------------------------------------
 src/raptor_rss.c           |    4 +-
 src/raptor_rss.h           |    6 +-
 src/raptor_rss_common.c    |    2 -
 src/raptor_serialize_rss.c |    4 +-
 src/raptor_uri.c           |    6 +-
 src/turtle_common.h        |    4 -
 src/turtle_parser.y        |   33 ++----
 13 files changed, 323 insertions(+), 275 deletions(-)
 create mode 100644 src/raptor_concepts.c


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