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 65ba48bced126ed278c706bdcbc29a6ceff3abd2 (commit)
from 8e25967e7b0fb7aee27d1d6dd45446256a99bb54 (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 65ba48bced126ed278c706bdcbc29a6ceff3abd2
Author: Dave Beckett <[email protected]>
Date: Wed Jan 6 18:04:06 2010 -0800
raptor_identifier_type loses the RAPTOR_IDENTIFIER_TYPE_ORDINAL value.
raptor_identifier loses ordinal field.
Consequent removal of RAPTOR_IDENTIFIER_TYPE_ORDINAL from cases
especially handling predicates.
(raptor_rdfxml_end_element_grammar, raptor_rdfxml_generate_statement,
raptor_rdfxml_process_property_attributes,
raptor_rdfxml_serialize_statement): Most changes were made here to
generate a URI instead of the ordinal integers from the various
rdf:li element forms.
Multiple serializers are now simpler in not having to check for
predicate (or even subject/object) ordinals. Several
if ordinal {ordinal handling } .. else {uri handling}
were removed.
rdfdiff lost several checks for ordinal/resource alternatives.
(rdfdiff_ordinal_equals_resource): Deleted.
-----------------------------------------------------------------------
Summary of changes:
src/raptor.h | 4 --
src/raptor_abbrev.c | 20 +--------
src/raptor_identifier.c | 3 -
src/raptor_rdfxml.c | 71 +++++++++++------------------
src/raptor_serialize_dot.c | 13 +-----
src/raptor_serialize_json.c | 4 --
src/raptor_serialize_ntriples.c | 9 ----
src/raptor_serialize_rdfxml.c | 51 ++++++----------------
src/raptor_serialize_rdfxmla.c | 76 +++++---------------------------
src/raptor_serialize_rss.c | 15 +++---
src/raptor_serialize_simple.c | 18 ++------
src/raptor_serialize_turtle.c | 66 ++--------------------------
src/raptor_statement.c | 43 +++----------------
utils/rdfdiff.c | 92 ++++++++-------------------------------
14 files changed, 95 insertions(+), 390 deletions(-)
hooks/post-receive
--
Raptor RDF parser and serializer library
_______________________________________________
redland-commits mailing list
[email protected]
http://lists.librdf.org/mailman/listinfo/redland-commits