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  e40fe018d52b32b5f8550d02438dfe40d897dd9a (commit)
       via  51c25ec5c550fddaec359a83741979accc2c88a3 (commit)
       via  709d94553de13ac28a48cdef9b2ca6b5a961bfe5 (commit)
       via  49ff35e7ca61b7f641533ec4666aafd1ab6049c3 (commit)
      from  64ff3155c4df4e5133ef9ddd682cd0465a3f3ccf (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 e40fe018d52b32b5f8550d02438dfe40d897dd9a
Author: Lauri Aalto <[email protected]>
Date:   Wed Feb 10 14:09:23 2010 +0200

    ignore .libs, *.exe

commit 51c25ec5c550fddaec359a83741979accc2c88a3
Author: Lauri Aalto <[email protected]>
Date:   Tue Feb 9 14:50:56 2010 +0200

    Work-in-progress to make rasqal compile with raptor2 git HEAD (with 
RAPTOR_V2_AVAILABLE defined).
    
    (rasqal_escaped_name_to_utf8_string): Changed internal function signature 
to be compatible with both raptor1 and raptor2.
    
    (rasqal_query_results_get_triple): Construct raptor_statement using v2 
raptor_terms.
    
    (rasqal_new_query_results): Init static raptor_statement.
    
    (rasqal_free_query_results): Free terms owned by static raptor_statement.
    
    Changed RAPTOR_LOG_LEVEL_WARNING to RAPTOR_LOG_LEVEL_WARN
    
    Changed function call args:
    
     * raptor_new_namespaces()
    
     * raptor_new_xml_writer()
    
     * raptor_new_qname(), raptor_new_qname_from_namespace_local_name()
    
     * raptor_qname_string_to_uri()
    
     * raptor_error_handlers_init()
    
     * raptor_new_sax2()
    
     * raptor_new_iostream_to_string(), raptor_new_iostream_to_file_handle()
    
     * raptor_uri calls
    
     * raptor_print_ntriples_string()
    
     * raptor_new_sequence(), raptor_sequence_{free,print}_handler -> 
raptor_data_..._handler

commit 709d94553de13ac28a48cdef9b2ca6b5a961bfe5
Author: Lauri Aalto <[email protected]>
Date:   Mon Feb 8 15:40:35 2010 +0200

    (rasqal_literal_string_to_native): Deleted error_handler, error_data args 
from internal function - not used.

commit 49ff35e7ca61b7f641533ec4666aafd1ab6049c3
Author: Lauri Aalto <[email protected]>
Date:   Mon Feb 8 14:50:31 2010 +0200

    (rasqal_query_results_get_rowsource_sparql_xml): Removed redundant call to 
raptor_sax2_set_characters_handler().

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

Summary of changes:
 .gitignore                     |    2 +
 src/rasqal_algebra.c           |   13 +++
 src/rasqal_engine.c            |   12 +++
 src/rasqal_engine_sort.c       |    7 ++
 src/rasqal_expr.c              |   26 +++---
 src/rasqal_feature.c           |   13 +--
 src/rasqal_format_sparql_xml.c |   70 +++++++--------
 src/rasqal_format_table.c      |    8 ++-
 src/rasqal_general.c           |   12 ++--
 src/rasqal_graph_pattern.c     |   17 +++-
 src/rasqal_internal.h          |    8 ++-
 src/rasqal_literal.c           |  191 +++++++---------------------------------
 src/rasqal_map.c               |   16 ++++
 src/rasqal_query.c             |   56 +++++++++---
 src/rasqal_query_results.c     |  112 ++++++++++++++++++++++--
 src/rasqal_query_transform.c   |   38 +++++++-
 src/rasqal_query_write.c       |   19 +----
 src/rasqal_raptor.c            |   55 +-----------
 src/rdql_lexer.l               |   12 ++--
 src/sparql_lexer.l             |   28 +++---
 20 files changed, 377 insertions(+), 338 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