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 19bb545d05b729881f2d95f80ffb04a3934213b2 (commit)
via 68baa77c5d43571f950023ad9b7633b5f49b264d (commit)
via 2c4271c352878f08c57a45cbe0928507ffebd7ba (commit)
via 2fa46dad6a2976d7eb52fa7f7ae52a3dabb4597b (commit)
via 05a6591a3a9f94a1656ff2a591be9cf8f695e583 (commit)
via b68f1224971e73d79caa478882122b8e46511002 (commit)
via 5865f273d6813affa7cc485d4cdd37d4b2933e58 (commit)
via 6779cbdea4d9b84678337ff0bb32d7c92cefdd93 (commit)
via 39c569fe6402487f5cb0a116638f8c80cde37353 (commit)
via 41555324e9df93c8a550467b3976093ed7cdabf0 (commit)
from 52bf2ad44cd051438f3556338cf7fb1e8a905114 (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 19bb545d05b729881f2d95f80ffb04a3934213b2
Author: Dave Beckett <[email protected]>
Date: Fri Jan 29 20:19:14 2010 -0800
Ensure serialized Turtle names are legal
(raptor_turtle_is_legal_turtle_qname): Added to enforce prefix and
local name character constraints.
(raptor_turtle_emit_resource): Use above to ensure that XML Qnames
that are not legal Turtle Qnames are never serialized.
Fixes Issue#0000337 http://bugs.librdf.org/mantis/view.php?id=337
commit 68baa77c5d43571f950023ad9b7633b5f49b264d
Author: Dave Beckett <[email protected]>
Date: Fri Jan 29 20:17:10 2010 -0800
Add Turtle serializing test 34 for not serializing a qname with a .
Test for Issue#0000337 http://bugs.librdf.org/mantis/view.php?id=337
commit 2c4271c352878f08c57a45cbe0928507ffebd7ba
Author: Dave Beckett <[email protected]>
Date: Thu Jan 28 20:12:17 2010 -0800
Create a new set for checking for duplicate rdf:ID at start of every parse.
(raptor_rdfxml_parse_init): Remove creating set from when parser is
constructed.
(raptor_rdfxml_parse_start): At start of parsing, delete any existing
id set and only create a new one if the feature
RAPTOR_FEATURE_CHECK_RDF_ID is enabled.
commit 2fa46dad6a2976d7eb52fa7f7ae52a3dabb4597b
Author: Dave Beckett <[email protected]>
Date: Thu Jan 28 19:31:43 2010 -0800
Alter Turtle lexer to refuse to accept . in namespace prefix/local names
Adjust Turtle lexer to match spec for the prefixName and name tokens:
http://www.w3.org/TeamSubmission/2008/SUBM-turtle-20080114/#prefixName
http://www.w3.org/TeamSubmission/2008/SUBM-turtle-20080114/#name
This makes some previously accepted not-to-spec turtle documents be
rejected.
It makes new bad turtle syntax tests bad-21 and bad-22 pass.
(NCNAME_PREFIX): Updated for prefixName
(NCNAME): Update for name
commit 05a6591a3a9f94a1656ff2a591be9cf8f695e583
Author: Dave Beckett <[email protected]>
Date: Thu Jan 28 19:23:17 2010 -0800
Add bad turtle tests 21, 22 for . in prefix and qname
commit b68f1224971e73d79caa478882122b8e46511002
Author: Dave Beckett <[email protected]>
Date: Thu Jan 28 18:57:20 2010 -0800
Make ntriples parser accept text/plain with q=0.1
(raptor_ntriples_parser_register_factory): Register mime type
text/plain via raptor_parser_factory_add_mime_type.
commit 5865f273d6813affa7cc485d4cdd37d4b2933e58
Author: Dave Beckett <[email protected]>
Date: Thu Jan 28 18:51:04 2010 -0800
Make Turtle lexer handle \\ at end of triple-quoted literals
Alter literal regex and let raptor_stringbuffer_append_turtle_string
report problems with buffer ending in middle of \u and \U.
Add rule for bare \ on it's own which can only happen if input ends
on a \.
Fixes Issue#0000318 http://bugs.librdf.org/mantis/view.php?id=318
commit 6779cbdea4d9b84678337ff0bb32d7c92cefdd93
Author: Dave Beckett <[email protected]>
Date: Thu Jan 28 18:26:48 2010 -0800
Add bad-20.ttl test for end of file in middle of \ escape
commit 39c569fe6402487f5cb0a116638f8c80cde37353
Author: Dave Beckett <[email protected]>
Date: Thu Jan 28 17:47:17 2010 -0800
Added test-33 for \\ at end of triple-quoted turtle literal
Added tests/turtle/test-33.ttl and tests/turtle/test-33.out files to test
Issue#0000318 http://bugs.librdf.org/mantis/view.php?id=318
commit 41555324e9df93c8a550467b3976093ed7cdabf0
Author: Dave Beckett <[email protected]>
Date: Thu Jan 28 17:42:36 2010 -0800
Update to librdfa GIT commit 1979d7246a1d98f95bab78704a32b87cf95d1ef6
-----------------------------------------------------------------------
Summary of changes:
librdfa/iri.c | 2 +-
src/ntriples_parse.c | 3 +++
src/raptor_rdfxml.c | 18 +++++++++++++-----
src/raptor_serialize_turtle.c | 38 +++++++++++++++++++++++++++++++++++++-
src/turtle_lexer.l | 21 ++++++++++++++++-----
tests/turtle/Makefile.am | 10 +++++-----
tests/turtle/bad-20.ttl | 3 +++
tests/turtle/bad-21.ttl | 2 ++
tests/turtle/bad-22.ttl | 3 +++
tests/turtle/test-33.out | 1 +
tests/turtle/test-33.ttl | 3 +++
tests/turtle/test-34-out.ttl | 7 +++++++
tests/turtle/test-34.ttl | 4 ++++
13 files changed, 98 insertions(+), 17 deletions(-)
create mode 100644 tests/turtle/bad-20.ttl
create mode 100644 tests/turtle/bad-21.ttl
create mode 100644 tests/turtle/bad-22.ttl
create mode 100644 tests/turtle/test-33.out
create mode 100644 tests/turtle/test-33.ttl
create mode 100644 tests/turtle/test-34-out.ttl
create mode 100644 tests/turtle/test-34.ttl
hooks/post-receive
--
Raptor RDF parser and serializer library
_______________________________________________
redland-commits mailing list
[email protected]
http://lists.librdf.org/mailman/listinfo/redland-commits