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  8044256f701b751eb36f44780f9041f967b2b559 (commit)
      from  d961a80416d0bee861cbafc2b644426dd4a88603 (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 8044256f701b751eb36f44780f9041f967b2b559
Author: Dave Beckett <[email protected]>
Date:   Sat Apr 24 22:09:36 2010 -0700

    Make all raptor object destructors handle NULL object pointer.
    
    All raptor_free_CLASS() functions when given a NULL object now just
    return rather than a) crash or b) abort()

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

Summary of changes:
 src/raptor_avltree.c       |    3 ++-
 src/raptor_general.c       |    8 +++++---
 src/raptor_iostream.c      |    3 ++-
 src/raptor_namespace.c     |    3 ++-
 src/raptor_option.c        |    4 ++--
 src/raptor_parse.c         |    3 ++-
 src/raptor_qname.c         |    3 ++-
 src/raptor_sax2.c          |    3 ++-
 src/raptor_sequence.c      |    3 ++-
 src/raptor_serialize.c     |    3 ++-
 src/raptor_statement.c     |    7 ++++++-
 src/raptor_stringbuffer.c  |    3 ++-
 src/raptor_turtle_writer.c |    3 +++
 src/raptor_uri.c           |    3 ++-
 src/raptor_xml.c           |    3 ++-
 src/raptor_xml_writer.c    |    3 ++-
 16 files changed, 40 insertions(+), 18 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