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  99540a6ff0e6b38423bb5dc2ed0294b9dece118e (commit)
       via  babcad3ce4623d4fc83e8aeea091dd769f28cfbc (commit)
      from  767f5731d2536577d8c9246b1dff8db372e109ef (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 99540a6ff0e6b38423bb5dc2ed0294b9dece118e
Author: Dave Beckett <[email protected]>
Date:   Tue Mar 9 19:06:18 2010 -0800

    Update parser set/get option API to use generic code
    
    raptor_parser_s: loose cache_control and user_agent char* option
    fields that are now managed by the raptor_object_options.
    
    (raptor_free_parser): Use raptor_object_options_clear() to tidy up
    option strings.
    
    (raptor_parser_set_option): Use raptor_object_options_set_option().
    
    (raptor_parser_set_option_string): Deleted, merged into above.
    
    (raptor_parser_get_option): Use raptor_object_options_get_option().
    
    (raptor_parser_get_option_string): Deleted, merged into above.
    
    Update references to string options to use
    RAPTOR_OPTIONS_GET/SET_STIRNG macros.

commit babcad3ce4623d4fc83e8aeea091dd769f28cfbc
Author: Dave Beckett <[email protected]>
Date:   Tue Mar 9 19:05:40 2010 -0800

    Move support for option get/set into generic code and handle strings.
    
    (raptor_object_options_copy_state): Copy strings when copying state.
    
    (raptor_object_options_init): Set integers / strings to 0 / NULL.
    
    (raptor_object_options_clear_state): Added to free strings.
    
    (raptor_object_options_get_option): Added to get any option for an
    option area.
    
    (raptor_object_options_set_option): Added to set any option for an
    option area.

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

Summary of changes:
 src/raptor.h          |    8 +-
 src/raptor_internal.h |   26 ++----
 src/raptor_option.c   |  107 +++++++++++++++++++++-
 src/raptor_parse.c    |  247 +++++++------------------------------------------
 4 files changed, 150 insertions(+), 238 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