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  13c4382c26e566d5c6537df4374175d876479dcf (commit)
      from  6acba20523bc72cb9c2645170834af4a9fc24d78 (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 13c4382c26e566d5c6537df4374175d876479dcf
Author: Dave Beckett <[email protected]>
Date:   Sun Jan 10 00:02:14 2010 -0800

    New raptor_uri implementation - reference counted uris with interning.
    
    Based on librdf_uri reference counted uris with interning in an
    librdf_hash, this uses a raptor_avltree to store/lookup previously
    seen uris so that a single URI string has one raptor_uri* object.
    
    Removed initial world parameter from all raptor_uri class methods.
    
    Update all callers of above.
    
    rdfdiff debug prints also updated to generate ntriples

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

Summary of changes:
 librdfa/curie.c                 |    2 +-
 librdfa/rdfa.c                  |    4 +-
 src/ntriples_parse.c            |    8 +-
 src/raptor.h                    |   28 ++--
 src/raptor_abbrev.c             |   24 +-
 src/raptor_expat.c              |    2 +-
 src/raptor_feature.c            |    4 +-
 src/raptor_grddl.c              |  115 +++++-----
 src/raptor_guess.c              |    2 +-
 src/raptor_identifier.c         |   18 +-
 src/raptor_internal.h           |    2 +
 src/raptor_iostream.c           |    2 +-
 src/raptor_json_writer.c        |   18 +-
 src/raptor_librdfa.c            |   10 +-
 src/raptor_locator.c            |    8 +-
 src/raptor_namespace.c          |   30 ++--
 src/raptor_parse.c              |   21 +-
 src/raptor_qname.c              |    8 +-
 src/raptor_rdfxml.c             |   36 ++--
 src/raptor_rss.c                |   32 ++--
 src/raptor_rss_common.c         |   25 +-
 src/raptor_sax2.c               |   12 +-
 src/raptor_serialize.c          |   20 +-
 src/raptor_serialize_dot.c      |   25 +-
 src/raptor_serialize_json.c     |   10 +-
 src/raptor_serialize_ntriples.c |    4 +-
 src/raptor_serialize_rdfxml.c   |   38 ++--
 src/raptor_serialize_rdfxmla.c  |   62 +++---
 src/raptor_serialize_rss.c      |  158 ++++++--------
 src/raptor_serialize_turtle.c   |   29 ++--
 src/raptor_set.c                |    8 +-
 src/raptor_statement.c          |   64 ++----
 src/raptor_turtle_writer.c      |   22 +-
 src/raptor_uri.c                |  461 ++++++++++++++++++++++-----------------
 src/raptor_www.c                |   12 +-
 src/raptor_www_curl.c           |    2 +-
 src/raptor_www_libfetch.c       |    2 +-
 src/raptor_www_libxml.c         |    2 +-
 src/raptor_www_test.c           |    2 +-
 src/raptor_xml.c                |    6 +-
 src/raptor_xml_writer.c         |    6 +-
 src/turtle_lexer.l              |    8 +-
 src/turtle_parser.y             |   42 ++--
 utils/rapper.c                  |   19 +-
 utils/rdfdiff.c                 |   70 +++----
 45 files changed, 739 insertions(+), 744 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