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  b018c571eb9396e308a65713038d6dadbb84fcd6 (commit)
       via  f0b0b23fa9f112255d84ac55fdc903393a1ae8b1 (commit)
       via  68ec919024958e8dc801b0e5443f3aaf1165bd03 (commit)
      from  0ae95aed6ce8f12908a12373191e824a4307bd1b (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 b018c571eb9396e308a65713038d6dadbb84fcd6
Author: Dave Beckett <[email protected]>
Date:   Mon Mar 22 17:19:51 2010 -0700

    Add expression support for STRLANG, STRDT, IF, URI, IRI and BNODE.
    
    (rasqal_expression_clear, rasqal_expression_visit,
    rasqal_expression_write, rasqal_expression_print,
    rasqal_expression_is_constant, rasqal_query_write_sparql_expression):
    Added cases for new expressions.
    
    rasqal_op_labels and rasqal_sparql_op_labels gain labels for new
    tokens.
    
    (rasqal_expression_evaluate): Added dummy support for these
    expressions, causing a fatal error.

commit f0b0b23fa9f112255d84ac55fdc903393a1ae8b1
Author: Dave Beckett <[email protected]>
Date:   Mon Mar 22 17:19:19 2010 -0700

    Added SPARQL lexer/parser for STRLANG, STRDT, IF, IRI, URI and BNODE.

commit 68ec919024958e8dc801b0e5443f3aaf1165bd03
Author: Dave Beckett <[email protected]>
Date:   Mon Mar 22 17:18:49 2010 -0700

    Added operations for IF, URI, IRI, STRLANG, STRDT and BNODE expressions.
    
    rasqal_op gains RASQAL_EXPR_IF, RASQAL_EXPR_URI, RASQAL_EXPR_IRI,
    RASQAL_EXPR_STRLANG, RASQAL_EXPR_STRDT and RASQAL_EXPR_BNODE

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

Summary of changes:
 src/rasqal.h             |   14 ++++++-
 src/rasqal_expr.c        |   94 +++++++++++++++++++++++++++++++++++++++-------
 src/rasqal_query_write.c |   14 ++++++-
 src/sparql_lexer.l       |   24 ++++++++++++
 src/sparql_parser.y      |   56 +++++++++++++++++++++++++--
 5 files changed, 182 insertions(+), 20 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