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 "Rasqal RDF Query Library".

The branch, master has been updated
       via  04ee29e099cf5508b0732561c5eaabee40a9c707 (commit)
       via  c8eb20034c5ddfd81562c56dce021f54d5ca9394 (commit)
       via  e57ef30eee5ec1d9c8fd9211c9315e97ebd03b4f (commit)
       via  2c2dafa7a57f88924d5e4484eb83548bdca1f019 (commit)
       via  b52b207794d8750d3b69225d8cce9dce2bacc9e2 (commit)
       via  b8d7d6f9404942e32a148899575c9625aa951823 (commit)
      from  0a7e9f8a7a755f183a829b7a4e7da447c10c351b (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 04ee29e099cf5508b0732561c5eaabee40a9c707
Author: Dave Beckett <[email protected]>
Date:   Mon Mar 22 22:35:40 2010 -0700

    Handle BNODE() with NULL expression arg.
    
    (rasqal_expression_clear, rasqal_expression_visit,
    rasqal_expression_evaluate, rasqal_expression_write,
    rasqal_expression_print, rasqal_expression_is_constant): Handle
    optional arg1 for RASQAL_EXPR_BNODE.

commit c8eb20034c5ddfd81562c56dce021f54d5ca9394
Author: Dave Beckett <[email protected]>
Date:   Mon Mar 22 22:29:54 2010 -0700

    Move generate blank node ID functionality to world class and deprecate 
query class methods
    
    rasqal_generate_bnodeid_handler2 added handler typedef taking world
    arg.
    
    rasqal_world gains bnodeid generating parameter fields and
    handler/user data fields.
    
    rasqal_query loses the bnodeid generating parameter fields, renamed
    to unused1-3.
    
    (rasqal_world_set_default_generate_bnodeid_parameters,
    rasqal_world_set_generate_bnodeid_handler): Added
    
    (rasqal_query_set_default_generate_bnodeid_parameters): Deprecated
    for rasqal_world_set_default_generate_bnodeid_parameters and now is a
    wrapper for it.
    
    (rasqal_query_set_generate_bnodeid_handler): Deprecated but still has
    to be stored since handler signature is not the same as new
    rasqal_generate_bnodeid_handler2 typedef.
    
    (rasqal_query_generate_bnodeid): Prefer world bnodeid handler, then
    query handler, then world generate bnodeid functionality.

commit e57ef30eee5ec1d9c8fd9211c9315e97ebd03b4f
Author: Dave Beckett <[email protected]>
Date:   Mon Mar 22 21:17:47 2010 -0700

    Renamed some internal functions
    
    (rasqal_query_default_generate_bnodeid_handler): Renamed from
    rasqal_default_generate_bnodeid_handler

commit 2c2dafa7a57f88924d5e4484eb83548bdca1f019
Author: Dave Beckett <[email protected]>
Date:   Mon Mar 22 21:16:15 2010 -0700

    autodocs

commit b52b207794d8750d3b69225d8cce9dce2bacc9e2
Author: Dave Beckett <[email protected]>
Date:   Mon Mar 22 20:52:53 2010 -0700

    Fix rasqal_expression_visit, rasqal_graph_pattern_visit_fn and 
rasqal_expression_visit_fn docs to match code

commit b8d7d6f9404942e32a148899575c9625aa951823
Author: Dave Beckett <[email protected]>
Date:   Mon Mar 22 20:47:45 2010 -0700

    (BuiltInCall): Handle BNODE() and BNODE(expr)

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

Summary of changes:
 src/rasqal.h          |   11 ++++-
 src/rasqal_expr.c     |   45 ++++++++++++++------
 src/rasqal_general.c  |  109 ++++++++++++++++++++++++++----------------------
 src/rasqal_internal.h |   16 ++++++-
 src/rasqal_query.c    |   99 ++++++++++++++++++++++++++++++++++++++++++++
 src/sparql_parser.y   |   15 +++++--
 6 files changed, 222 insertions(+), 73 deletions(-)


hooks/post-receive
-- 
Rasqal RDF Query Library
_______________________________________________
redland-commits mailing list
[email protected]
http://lists.librdf.org/mailman/listinfo/redland-commits

Reply via email to