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  c22ab8011218b451f37574fbd2402eec9827c488 (commit)
      from  20c21716226a8de9390dc66774d15eaa1c32dcd3 (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 c22ab8011218b451f37574fbd2402eec9827c488
Author: Dave Beckett <[email protected]>
Date:   Fri Mar 26 18:48:43 2010 -0700

    Syntax description replaces parser enumeration and get desc methods.
    
    (raptor_world_get_parser_description): Renamed from
    raptor_world_enumerate_parsers and now just takes single int param.
    
    (raptor_parser_get_label, raptor_parser_get_mime_type,
    raptor_parser_get_need_base_uri): Deleted; use
    raptor_world_get_parser_description() result fields instead.
    
    raptor_parser_factory gains an optional get_description factory
    method.
    
    (raptor_parser_get_name): Note this returns main name and point to
    raptor_parser_get_description() to get other names and info.
    
    (raptor_parser_get_description): Added to either use the factory
    method or else return the factory desc.
    
    (raptor_guess_guess_get_description): Updated guess parser to return
    internal description rather than that of 'guess'.
    
    Updated rapper utility to use raptor_parser_get_description() for
    listing parsers.

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

Summary of changes:
 src/raptor.h          |    9 ++---
 src/raptor_guess.c    |   14 ++++++++
 src/raptor_internal.h |    3 ++
 src/raptor_parse.c    |   87 ++++++++++++------------------------------------
 utils/rapper.c        |   19 ++++------
 5 files changed, 50 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