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  8a79862a2969218cc4c761e8382aa9e4a807cb87 (commit)
       via  4d386ebf24a65119f334e4d5fee8857aa1e85746 (commit)
       via  42ee1eb5995c0962939ce42b254b4e5df7ddc2b2 (commit)
       via  ad17f1864cc9945ac543cf2d279587dbbc0781e7 (commit)
       via  8dd0b2e67de49854760ef3c4213b60af5186a3d9 (commit)
       via  cb0c2b4dbc6d288d1d26ac27e94b0cc3592d394a (commit)
       via  056301349672ef57c813d0494d8508dabc735a4b (commit)
      from  284095ab8ac2ea6a438e98714317d4cd99de9e23 (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 8a79862a2969218cc4c761e8382aa9e4a807cb87
Author: Dave Beckett <[email protected]>
Date:   Sat Jan 23 16:54:35 2010 -0800

    (raptor_librdfa_generate_statement): Use
    raptor_new_uri_from_counted_string for rdf:XMLLiteral datatype.

commit 4d386ebf24a65119f334e4d5fee8857aa1e85746
Author: Dave Beckett <[email protected]>
Date:   Sat Jan 23 16:54:04 2010 -0800

    (raptor_new_qname_from_resource): Use raptor_new_uri_from_counted_string.

commit 42ee1eb5995c0962939ce42b254b4e5df7ddc2b2
Author: Dave Beckett <[email protected]>
Date:   Sat Jan 23 16:52:59 2010 -0800

    Create feature URI prefix from counted URI string
    
    (raptor_features_enumerate_common): Use raptor_new_uri_from_counted_string.

commit ad17f1864cc9945ac543cf2d279587dbbc0781e7
Author: Dave Beckett <[email protected]>
Date:   Sat Jan 23 16:52:13 2010 -0800

    Create daml namespaces from counted string URIs
    
    Added daml_namespace_uri_string and daml_namespace_uri_string statics
    for DAML namespace URI.
    
    (raptor_rdfxml_parse_init): Use raptor_new_uri_from_counted_string.

commit 8dd0b2e67de49854760ef3c4213b60af5186a3d9
Author: Dave Beckett <[email protected]>
Date:   Sat Jan 23 16:51:33 2010 -0800

    Create rdf and rdfs namespaces from counted string URIs
    
    Added raptor_rdf_schema_namespace_uri_len constant int.
    
    (raptor_namespaces_init): Use raptor_new_uri_from_counted_string.

commit cb0c2b4dbc6d288d1d26ac27e94b0cc3592d394a
Author: Dave Beckett <[email protected]>
Date:   Sat Jan 23 16:43:14 2010 -0800

    Ensure URI string field is always set
    
    Renamed raptor_uri_s field string_length to length.
    
    (raptor_new_uri_from_uri_local_name, raptor_new_uri_relative_to_base,
    raptor_new_uri_for_rdf_concept): Use
    raptor_new_uri_from_counted_string with already calculated length.

commit 056301349672ef57c813d0494d8508dabc735a4b
Author: Dave Beckett <[email protected]>
Date:   Sat Jan 23 16:29:57 2010 -0800

    Create constant strings / lengths for GRDDL predicate URIs
    
    Added grddl_namespaceTransformation_uri_string and
    grddl_profileTransformation_uri_string constant strings with macros
    for lengths.
    
    (raptor_grddl_parse_init): Use above to create grddl parser URIs with
    raptor_new_uri_from_counted_string.

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

Summary of changes:
 src/raptor_abbrev.c    |    3 ++-
 src/raptor_feature.c   |    5 ++++-
 src/raptor_grddl.c     |   13 +++++++++++--
 src/raptor_librdfa.c   |    5 +++--
 src/raptor_namespace.c |   11 +++++++----
 src/raptor_rdfxml.c    |    7 ++++++-
 src/raptor_uri.c       |   23 ++++++++++++-----------
 7 files changed, 45 insertions(+), 22 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