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  fb34586ab924eb8249ee60a649ba59d86fd1b0bd (commit)
       via  6df63fb6cbaf56be73b41bb4881b5c0573c4c750 (commit)
      from  7bde3c2ed9b1840872a2abfa59d7bbbe28991734 (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 fb34586ab924eb8249ee60a649ba59d86fd1b0bd
Author: Dave Beckett <[email protected]>
Date:   Tue Jan 19 22:00:56 2010 -0800

    Add some resilience to calloc/malloc failure
    
    (raptor_rss_parse_init): Code tidy.
    
    (raptor_rss_block_set_field): Add return value for failure. Check for
    URI and string alloc failure.
    
    (raptor_rss_start_element_handler, raptor_rss_end_element_handler):
    Set parser failure and end on alloc failure.
    
    (raptor_rss_insert_rss_link): Add return value for failure and check
    for new field, string failure.
    
    (raptor_rss_insert_identifiers): Add return value for failure and
    check for above function failing.
    
    (raptor_rss_copy_field): Return failure on string alloc failure.
    
    (raptor_rss_parse_chunk): Fail to parse when
    raptor_rss_insert_identifiers fails.

commit 6df63fb6cbaf56be73b41bb4881b5c0573c4c750
Author: Dave Beckett <[email protected]>
Date:   Tue Jan 19 21:47:47 2010 -0800

    Make score sorting us a dynamic buffer in raptor_world_guess_parser_name
    
    (raptor_world_guess_parser_name): Calloc/free the array and remove
    FIXME!

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

Summary of changes:
 src/raptor_parse.c |   40 ++++++++++++-----------
 src/raptor_rss.c   |   92 ++++++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 93 insertions(+), 39 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