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 8e97598b914b9769ebc3a2442adb3891b6c8894b (commit)
from e2abf09127cf53372bde93aa331a1c7dc2a253a5 (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 8e97598b914b9769ebc3a2442adb3891b6c8894b
Author: Dave Beckett <[email protected]>
Date: Thu Jan 7 23:10:02 2010 -0800
Alter raptor_new_sax2() to take world and locator not error_handlers.
struct raptor_sax2_s loses error_handlers field.
(raptor_new_sax2): Change to add world and locator at start; store
them and forget about error_handlers.
(raptor_sax2_simple_error, raptor_sax2_parse_chunk,
raptor_sax2_start_element): Take error handlers from world, not sax2.
(raptor_grddl_parse_init_common, raptor_librdfa_parse_start,
raptor_rdfxml_parse_init, raptor_rss_parse_init): Update to new
raptor_new_sax2 calling convention.
(raptor_libxml_warning, raptor_libxml_error_common,
raptor_libxml_validation_warning): Call error handlers under world
rather than in sax2 error_handlers object.
(raptor_libxml_xmlStructuredErrorFunc): Find error handlers via world.
struct rdfacontext [in librdfa] replaces error_handlers with world and
locator fields for use in calling raptor_new_sax2()
(rdfa_create_new_element_context) [in librdfa]: no need to copy
error_handlers.
(rdfa_parse_start) [in librdfa] use stored world and locator.
-----------------------------------------------------------------------
Summary of changes:
librdfa/rdfa.c | 5 ++---
librdfa/rdfa.h | 3 ++-
src/raptor.h | 2 +-
src/raptor_grddl.c | 2 +-
src/raptor_internal.h | 2 --
src/raptor_librdfa.c | 3 ++-
src/raptor_libxml.c | 20 ++++++++++----------
src/raptor_rdfxml.c | 2 +-
src/raptor_rss.c | 2 +-
src/raptor_sax2.c | 37 ++++++++++++++++++-------------------
10 files changed, 38 insertions(+), 40 deletions(-)
hooks/post-receive
--
Raptor RDF parser and serializer library
_______________________________________________
redland-commits mailing list
[email protected]
http://lists.librdf.org/mailman/listinfo/redland-commits