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  59fcf725a44d7cc84fdde710170fb6f572123844 (commit)
      from  5904cc0b4700e2a29029f4ae085ef982d7e2c96d (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 59fcf725a44d7cc84fdde710170fb6f572123844
Author: Dave Beckett <[email protected]>
Date:   Sun Jan 17 16:22:24 2010 -0800

    Code style: use TYPE* var_name = RAPTOR_CALLOC(TYPE, 1, sizeof(*var_name))
    
    This fix caught a few times where the calloc added an extra +1 -
    presumably from the usual thing you need to do with a string malloc.
    e.g. in raptor_new_json_writer(), raptor_new_turtle_writer() and
    raptor_new_xml_writer_v2() which probably were all from the same
    source.

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

Summary of changes:
 src/raptor_avltree.c           |    5 +++--
 src/raptor_general.c           |    2 +-
 src/raptor_grddl.c             |    3 ++-
 src/raptor_iostream.c          |   25 +++++++++----------------
 src/raptor_json_writer.c       |    3 ++-
 src/raptor_namespace.c         |    4 ++--
 src/raptor_nfc_test.c          |    2 +-
 src/raptor_parse.c             |    6 +++---
 src/raptor_qname.c             |    6 +++---
 src/raptor_rdfxml.c            |    6 ++----
 src/raptor_rfc2396.c           |    4 ++--
 src/raptor_rss.c               |    4 ++--
 src/raptor_rss_common.c        |   12 ++++++------
 src/raptor_sax2.c              |    2 +-
 src/raptor_sequence.c          |   12 ++++++++----
 src/raptor_serialize.c         |    4 ++--
 src/raptor_serialize_rdfxml.c  |    3 ++-
 src/raptor_serialize_rdfxmla.c |    8 ++++----
 src/raptor_serialize_rss.c     |   21 +++++++++++++--------
 src/raptor_set.c               |    4 ++--
 src/raptor_statement.c         |    6 +++---
 src/raptor_stringbuffer.c      |    9 ++++++---
 src/raptor_turtle_writer.c     |    4 +++-
 src/raptor_www.c               |    2 +-
 src/raptor_xml.c               |    5 +++--
 src/raptor_xml_writer.c        |    6 ++++--
 src/turtle_lexer.l             |    4 ++--
 src/turtle_parser.y            |    4 ++--
 28 files changed, 94 insertions(+), 82 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