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  853761ea3d5331e5cf871cec04a7c3f381c05576 (commit)
       via  83bbabb0c3bcc8c211890a748654c12d4393a906 (commit)
      from  cc78302073fbf3d5171b1f897b6d1986c9ad57b1 (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 853761ea3d5331e5cf871cec04a7c3f381c05576
Author: Dave Beckett <[email protected]>
Date:   Mon Feb 8 23:00:19 2010 -0800

    Export to public API functions and structs to allow creating standalone 
results
    
    rasqal_variables_table added to public API (opaque struct)
    
    rasqal_new_variables_table() and rasqal_free_variables_table() added
    to public API to make a variables table and free it.
    
    rasqal_query_results_type enum added to public API for use with
    rasqal_new_query_results().
    
    rasqal_new_query_results() added to public API to create a static
    query result set.
    
    rasqal_query_results_add_row() added to public API to add a row to a
    static query result set.  Adjust to return a failure status.
    
    rasqal_new_row_for_size(), rasqal_free_row() and
    rasqal_row_set_value_at() added to public API to make a row with
    literal values.  Add docs plus argument and offset checking
    to rasqal_row_set_value_at().

commit 83bbabb0c3bcc8c211890a748654c12d4393a906
Author: Dave Beckett <[email protected]>
Date:   Mon Feb 8 22:27:54 2010 -0800

    #ws

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

Summary of changes:
 src/rasqal.h               |   54 +++++++++++++++++++++++++++++++++++++++++++-
 src/rasqal_internal.h      |   29 +----------------------
 src/rasqal_query_results.c |   10 +++++--
 src/rasqal_row.c           |   17 ++++++++++---
 src/rasqal_variable.c      |   14 +++++++++++
 utils/srxread.c            |    2 +-
 6 files changed, 90 insertions(+), 36 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