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  5e949e8eb436febcefa3c5c152664d3673f8bfcc (commit)
       via  6579e11b4b0044805db0c791b258258863fb5ebe (commit)
       via  f70f153e099ccc9c0280ae6cbcf771ecae4dfc46 (commit)
       via  7d2b19e79b87a16fbf929437e7273f88e5230aa4 (commit)
       via  78fbb5e1ccd744a43673215b5a29bd34fd7800be (commit)
       via  d32c023d6972323f557a1c4373f12606393c91df (commit)
       via  180501bca9b15e029b32124cf524c8fe97c4a679 (commit)
       via  84811e0ae603c7d3169bb30b39eef67be89dc63e (commit)
       via  b7d4a78a826c7a273c13511ea8dc904b4815fd5f (commit)
       via  47774b4a113aef5584e7b13257ba4f662b1d2109 (commit)
      from  f6accd9a3d11d7bb1253b53c6a38b62de6fac903 (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 5e949e8eb436febcefa3c5c152664d3673f8bfcc
Author: Lauri Aalto <[email protected]>
Date:   Wed Feb 10 11:44:57 2010 +0200

    Pulled raptor_new_term_from_{uri,literal,blank}(), raptor_free_term() to 
public API.
    Added API documentation.

commit 6579e11b4b0044805db0c791b258258863fb5ebe
Author: Lauri Aalto <[email protected]>
Date:   Tue Feb 9 11:29:22 2010 +0200

    Fixed warnings about enum-int mismatches.

commit f70f153e099ccc9c0280ae6cbcf771ecae4dfc46
Author: Lauri Aalto <[email protected]>
Date:   Fri Feb 5 12:45:44 2010 +0200

    indent + whitespace

commit 7d2b19e79b87a16fbf929437e7273f88e5230aa4
Author: Lauri Aalto <[email protected]>
Date:   Fri Feb 5 15:39:18 2010 +0200

    Made daml_namespace_uri_string_len const.
    Does not need to be initialised data.

commit 78fbb5e1ccd744a43673215b5a29bd34fd7800be
Author: Lauri Aalto <[email protected]>
Date:   Fri Feb 5 15:34:20 2010 +0200

    (raptor_iostream_write_end): Return success (0) if iostream handler does 
not implement write_end.
    Was returning an uninitialized value (most likely non-0).

commit d32c023d6972323f557a1c4373f12606393c91df
Author: Lauri Aalto <[email protected]>
Date:   Fri Feb 5 15:16:27 2010 +0200

    Removed fix-bison/yydestruct hack to pass in YYPARAM* to %destructors.
    Was required for raptor_uri cleanup before raptor_uri became a struct 
containting raptor_world*.

commit 180501bca9b15e029b32124cf524c8fe97c4a679
Author: Lauri Aalto <[email protected]>
Date:   Fri Feb 5 14:59:02 2010 +0200

    (raptor_www_init,raptor_www_finish): Pulled functionality from similar 
_common functions (removed, no longer a need to
    share functionality).

commit 84811e0ae603c7d3169bb30b39eef67be89dc63e
Author: Lauri Aalto <[email protected]>
Date:   Fri Feb 5 13:40:23 2010 +0200

    Remove accidental formatting whitespace from string literal.

commit b7d4a78a826c7a273c13511ea8dc904b4815fd5f
Author: Lauri Aalto <[email protected]>
Date:   Fri Feb 5 12:42:31 2010 +0200

    Fixed code formatter artifact in comment URL.

commit 47774b4a113aef5584e7b13257ba4f662b1d2109
Author: lauraalt <[email protected]>
Date:   Fri Feb 5 11:28:07 2010 +0200

    Fixed typo in comment.

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

Summary of changes:
 src/fix-bison                  |    9 ---------
 src/raptor.h                   |   11 ++++++++++-
 src/raptor_internal.h          |    4 ----
 src/raptor_iostream.c          |    2 +-
 src/raptor_option.c            |   16 ++++++++--------
 src/raptor_rdfxml.c            |    2 +-
 src/raptor_rfc2396.c           |    2 +-
 src/raptor_rss.c               |   12 ++++++------
 src/raptor_sax2.c              |    4 ++--
 src/raptor_serialize.c         |    4 ++--
 src/raptor_serialize_json.c    |   12 ++++++------
 src/raptor_serialize_rdfxml.c  |   34 +++++++++++++++++-----------------
 src/raptor_serialize_rdfxmla.c |   16 ++++++++--------
 src/raptor_serialize_rss.c     |   12 ++++++------
 src/raptor_serialize_turtle.c  |   14 +++++++-------
 src/raptor_set.c               |    4 ++--
 src/raptor_statement.c         |   26 +++++++++++++++++++++++++-
 src/raptor_uri.c               |    4 ++--
 src/raptor_www.c               |   24 ++++--------------------
 src/raptor_xml.c               |    2 +-
 src/raptor_xml_writer.c        |    4 ++--
 src/turtle_parser.y            |    1 -
 22 files changed, 111 insertions(+), 108 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