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  d41147c5089b50a00b863c636cda6b6ae4743fdd (commit)
      from  ba4a9e75e20f34d0d08ad9e63bc0952d412ea81e (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 d41147c5089b50a00b863c636cda6b6ae4743fdd
Author: Dave Beckett <[email protected]>
Date:   Thu Feb 18 14:05:33 2010 -0800

    Rename raptor_iostream write bytes/string method to 
raptor_iostream_TYPE_write form with iostream arg at end.
    
    (raptor_iostream_write_bytes, raptor_iostream_write_byte,
    raptor_iostream_read_bytes): Put iostream arg at end but don't move
    type, bytes are the lowest level iostream read/writing routines so use a
    different convention to writing 'types'.
    
    (raptor_iostream_string_write); Renamed from
    raptor_iostream_write_string().
    
    (raptor_iostream_counted_string_write): Renamed from
    raptor_iostream_write_counted_string().
    
    Update callers - lots of them!

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

Summary of changes:
 src/raptor.h                    |   10 +-
 src/raptor_iostream.c           |   74 +++++++-------
 src/raptor_json_writer.c        |   50 +++++-----
 src/raptor_namespace.c          |   12 +-
 src/raptor_qname.c              |   12 ++-
 src/raptor_serialize_dot.c      |  220 +++++++++++++++++++-------------------
 src/raptor_serialize_json.c     |   54 +++++-----
 src/raptor_serialize_ntriples.c |   30 +++---
 src/raptor_serialize_simple.c   |   24 ++--
 src/raptor_turtle_writer.c      |   94 +++++++++--------
 src/raptor_xml.c                |   74 +++++++-------
 src/raptor_xml_writer.c         |   98 +++++++++---------
 12 files changed, 377 insertions(+), 375 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