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 ff94067eff57db77f2e1c3482650a21c7609180c (commit)
from feb4e51f1c20d5a7f838c176749e2b0877980b39 (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 ff94067eff57db77f2e1c3482650a21c7609180c
Author: Dave Beckett <[email protected]>
Date: Sun Mar 7 11:56:27 2010 -0800
Give raptor_world a flags mechanism for pre-open configuration
raptor_world_flags: Replaces raptor_libxml_flags and is an enum not a
bitmask. Add RAPTOR_WORLD_FLAGS_URI_INTERNING flag for disabling URI
interning using an AVL-Tree.
(raptor_world_set_libxslt_security_preferences,
raptor_world_set_log_handler): Gains an int return value to
report failure if world is already opened.
(raptor_world_set_flag): Replaces raptor_world_set_libxml_flags and
has both an enum flag, int value and int error return.
Update libxml code looking for world->libxml_flags to use new enum
names as bitmasks.
-----------------------------------------------------------------------
Summary of changes:
src/raptor.h | 37 +++++++++++++---------
src/raptor_general.c | 79 +++++++++++++++++++++++++++++++++++++-----------
src/raptor_internal.h | 3 ++
src/raptor_libxml.c | 8 ++--
src/raptor_uri.c | 2 +-
5 files changed, 91 insertions(+), 38 deletions(-)
hooks/post-receive
--
Raptor RDF parser and serializer library
_______________________________________________
redland-commits mailing list
[email protected]
http://lists.librdf.org/mailman/listinfo/redland-commits