summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2013-08-25 18:43:02 -0700
committerDave Beckett <dave@dajobe.org>2013-08-25 18:43:02 -0700
commit2fbcd49b6ebf1c0b24e54b0d6b3e830bb2cf5729 (patch)
treeb5161490b653ead32262177054a3037b63c5ca3c
parent18400915bdc4e221f42bc7c94573099c40808691 (diff)
downloadraptor-2fbcd49b6ebf1c0b24e54b0d6b3e830bb2cf5729.tar.gz
#changes
-rw-r--r--ChangeLog519
1 files changed, 519 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9caeab6b..beaff2c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,524 @@
+2013-08-25 Dave Beckett <dave@dajobe.org>
+
+ * src/ntriples_parse.c, src/raptor_internal.h: Revert
+ "(raptor_normalize_language): Added to normalize to en-US-BLAH"
+ This reverts commit 7b4788f656546be7abdd87122c03ea005e771c17.
+
+ * src/ntriples_parse.c, src/turtle_lexer.l: Revert "Use
+ raptor_normalize_language to normalize N-Triples and Turtle
+ inputs"
+
+ This reverts commit 74e9fc1160cbb300cb87445bebcca4033a627e56.
+ Conflicts: src/turtle_lexer.l
+
+2013-08-23 Dave Beckett <dave@dajobe.org>
+
+ * src/raptor_concepts.c, src/raptor_internal.h: Add rdf:HTML and
+ rdf:langString from RDF 1.1 concepts
+
+ RDF 1.1 Concepts and Abstract Syntax W3C Last Call Working Draft 23
+ July 2013 http://www.w3.org/TR/2013/WD-rdf11-concepts-20130723/
+ http://www.w3.org/TR/2013/WD-rdf11-concepts-20130723/#section-html
+ http://www.w3.org/TR/2013/WD-rdf11-concepts-20130723/#section-Datatypes
+
+2013-08-12 Dave Beckett <dave@dajobe.org>
+
+ * tests/turtle-2013/Makefile.am: Add 4 bad eval tests to
+ check-bad-turtle
+
+2013-08-11 Dave Beckett <dave@dajobe.org>
+
+ * tests/turtle-2013/Makefile.am,
+ tests/turtle-2013/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_cha
+ r_boundaries.nt,
+ tests/turtle-2013/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_cha
+ r_boundaries.ttl,
+ tests/turtle-2013/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_cha
+ racter_boundaries.nt,
+ tests/turtle-2013/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_cha
+ racter_boundaries.ttl, tests/turtle-2013/manifest.ttl:
+ Renamed long turtle 2013 test file so it can be stored in tar
+
+ localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries*
+ -> localName_with_assigned_nfc_bmp_PN_CHARS_BASE_char_boundaries*
+
+ GNUtar can't handle file names >99 letters
+
+ tar: raptor2-2.0.10/tests/turtle-2013/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.ttl: file name is too long (max 99); not dumped
+ tar: raptor2-2.0.10/tests/turtle-2013/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.nt: file name is too long (max 99); not dumped
+ tar: Exiting with failure status due to previous errors
+
+ * tests/turtle-2013/test-38.nt: remove unused test-38.nt
+
+ * tests/turtle-2013/Makefile.am: Add all TEST_OUT_FILES
+
+ * tests/.gitignore: Ignore raptor_empty_test.trs
+
+ * src/turtle_lexer.l: cast for language
+
+ * tests/turtle-2013/Makefile.am:
+ Use turtle parser to read exemplars
+
+ * scripts/rdfcompare: rdfcompare
+
+ * tests/turtle-2013/anonymous_blank_node_object.nt,
+ tests/turtle-2013/anonymous_blank_node_subject.nt,
+ tests/turtle-2013/blankNodePropertyList_as_object.nt,
+ tests/turtle-2013/blankNodePropertyList_as_subject.nt,
+ tests/turtle-2013/blankNodePropertyList_containing_collection.nt,
+ tests/turtle-2013/blankNodePropertyList_with_multiple_triples.nt,
+ tests/turtle-2013/collection_object.nt,
+ tests/turtle-2013/collection_subject.nt,
+ tests/turtle-2013/first.nt,
+ tests/turtle-2013/labeled_blank_node_object.nt,
+ tests/turtle-2013/labeled_blank_node_subject.nt,
+ tests/turtle-2013/labeled_blank_node_with_PN_CHARS_BASE_character_b
+ oundaries.nt,
+ tests/turtle-2013/labeled_blank_node_with_leading_digit.nt,
+ tests/turtle-2013/labeled_blank_node_with_leading_underscore.nt,
+ tests/turtle-2013/labeled_blank_node_with_non_leading_extras.nt,
+ tests/turtle-2013/last.nt,
+ tests/turtle-2013/nested_blankNodePropertyLists.nt,
+ tests/turtle-2013/nested_collection.nt,
+ tests/turtle-2013/sole_blankNodePropertyList.nt: Replace official
+ results with raptor expected ones
+
+ * tests/turtle-2013/Makefile.am:
+ Use rdfcompare to compare
+
+ * scripts/Makefile.am: Add rdfcompare
+
+ * src/ntriples_parse.c, src/turtle_lexer.l: Use
+ raptor_normalize_language to normalize N-Triples and Turtle inputs
+
+ * src/ntriples_parse.c, src/raptor_internal.h:
+ (raptor_normalize_language): Added to normalize to en-US-BLAH
+
+ * tests/turtle/Makefile.am, tests/turtle/bad-24.ttl,
+ tests/turtle/test-35.ttl: Turtle test for lang and datatype
+ warning is now an error Renamed test-35.ttl to bad-24.ttl
+
+ * tests/turtle-2013/literal_with_escaped_BACKSPACE.nt: Added
+ missing literal_with_escaped_BACKSPACE.nt
+
+ * tests/turtle-2013/Makefile.am: Report normalize N-Triples diff
+
+ * tests/turtle-2013/Makefile.am: Normalize N-Triples expected
+ output before comparing them with diff
+
+ * src/raptor2.h.in:
+ Make N-Triples allow writing \b and \f
+
+ * src/ntriples_parse.c: Always allow UTF-8 in N-Triples strings
+ and URIs (N-Triples 2013)
+
+ (raptor_ntriples_term): Remove allow_utf8 arg and always set it
+ true.
+
+ * src/ntriples_parse.c, src/raptor_serialize_ntriples.c: Use
+ N-Triples 2013 mime type
+
+ * src/turtle_common.c:
+ Allow \b \f escapes in Turtle strings
+
+2013-08-10 Dave Beckett <dave@dajobe.org>
+
+ * src/turtle_parser.y: Make turtle literals with language and
+ datatype an error (Turtle 2013)
+
+ Makes test
+ turtle-syntax-bad-LITERAL2_with_langtag_and_datatype.ttl fail as
+ it should.
+
+ * tests/turtle-2013/Makefile.am: Count and report errors for good
+ tests
+
+ * tests/turtle-2013/Makefile.am: Update BASE_URI
+
+ * tests/turtle-2013/Makefile.am: Updated for Turtle 2013 tests
+
+ * tests/turtle-2013/LITERAL_LONG2_with_UTF8_boundaries.ttl: add
+ missing LITERAL_LONG2_with_UTF8_boundaries.ttl
+
+ * tests/turtle-2013/IRI_subject.nt,
+ tests/turtle-2013/IRI_with_eight_digit_numeric_escape.nt,
+ tests/turtle-2013/IRI_with_four_digit_numeric_escape.nt,
+ tests/turtle-2013/LITERAL1_with_UTF8_boundaries.nt,
+ tests/turtle-2013/LITERAL2.nt,
+ tests/turtle-2013/LITERAL2_with_UTF8_boundaries.nt,
+ tests/turtle-2013/LITERAL_LONG1.nt,
+ tests/turtle-2013/LITERAL_LONG1_with_UTF8_boundaries.nt,
+ tests/turtle-2013/LITERAL_LONG2.nt,
+ tests/turtle-2013/LITERAL_LONG2_with_UTF8_boundaries.nt,
+ tests/turtle-2013/SPARQL_style_base.nt,
+ tests/turtle-2013/SPARQL_style_prefix.nt,
+ tests/turtle-2013/anonymous_blank_node_object.nt,
+ tests/turtle-2013/anonymous_blank_node_subject.nt,
+ tests/turtle-2013/bareword_integer.nt,
+ tests/turtle-2013/comment_following_localName.nt,
+ tests/turtle-2013/default_namespace_IRI.nt,
+ tests/turtle-2013/labeled_blank_node_with_PN_CHARS_BASE_character_b
+ oundaries.nt,
+ tests/turtle-2013/labeled_blank_node_with_leading_digit.nt,
+ tests/turtle-2013/labeled_blank_node_with_leading_underscore.nt,
+ tests/turtle-2013/labeled_blank_node_with_non_leading_extras.nt,
+ tests/turtle-2013/langtagged_LONG.nt,
+ tests/turtle-2013/literal_with_escaped_CARRIAGE_RETURN.nt,
+ tests/turtle-2013/literal_with_escaped_CHARACTER_TABULATION.nt,
+ tests/turtle-2013/literal_with_escaped_FORM_FEED.nt,
+ tests/turtle-2013/literal_with_escaped_LINE_FEED.nt,
+ tests/turtle-2013/literal_with_numeric_escape8.nt,
+ tests/turtle-2013/old_style_base.nt,
+ tests/turtle-2013/old_style_prefix.nt,
+ tests/turtle-2013/prefix_only_IRI.nt,
+ tests/turtle-2013/prefix_with_PN_CHARS_BASE_character_boundaries.nt
+ , tests/turtle-2013/prefix_with_non_leading_extras.nt,
+ tests/turtle-2013/prefixed_IRI_object.nt,
+ tests/turtle-2013/prefixed_IRI_predicate.nt,
+ tests/turtle-2013/prefixed_name_datatype.nt,
+ tests/turtle-2013/repeated_semis_at_end.nt,
+ tests/turtle-2013/sole_blankNodePropertyList.nt: Add .nt versions
+ of shared result files
+
+ * tests/turtle-2013/HYPHEN_MINUS_in_localName.nt,
+ tests/turtle-2013/HYPHEN_MINUS_in_localName.ttl,
+ tests/turtle-2013/IRIREF_datatype.nt,
+ tests/turtle-2013/IRIREF_datatype.ttl,
+ tests/turtle-2013/IRI_spo.nt, tests/turtle-2013/IRI_subject.ttl,
+ tests/turtle-2013/IRI_with_all_punctuation.nt,
+ tests/turtle-2013/IRI_with_all_punctuation.ttl,
+ tests/turtle-2013/IRI_with_eight_digit_numeric_escape.ttl,
+ tests/turtle-2013/IRI_with_four_digit_numeric_escape.ttl,
+ tests/turtle-2013/LICENSE, tests/turtle-2013/LITERAL1.nt,
+ tests/turtle-2013/LITERAL1.ttl,
+ tests/turtle-2013/LITERAL1_all_controls.nt,
+ tests/turtle-2013/LITERAL1_all_punctuation.nt,
+ tests/turtle-2013/LITERAL1_all_punctuation.ttl,
+ tests/turtle-2013/LITERAL1_ascii_boundaries.nt,
+ tests/turtle-2013/LITERAL1_with_UTF8_boundaries.ttl,
+ tests/turtle-2013/LITERAL2.ttl,
+ tests/turtle-2013/LITERAL2_ascii_boundaries.nt,
+ tests/turtle-2013/LITERAL2_with_UTF8_boundaries.ttl,
+ tests/turtle-2013/LITERAL_LONG1.ttl,
+ tests/turtle-2013/LITERAL_LONG1_ascii_boundaries.nt,
+ tests/turtle-2013/LITERAL_LONG1_with_1_squote.nt,
+ tests/turtle-2013/LITERAL_LONG1_with_1_squote.ttl,
+ tests/turtle-2013/LITERAL_LONG1_with_2_squotes.nt,
+ tests/turtle-2013/LITERAL_LONG1_with_2_squotes.ttl,
+ tests/turtle-2013/LITERAL_LONG1_with_UTF8_boundaries.ttl,
+ tests/turtle-2013/LITERAL_LONG2.ttl,
+ tests/turtle-2013/LITERAL_LONG2_ascii_boundaries.nt,
+ tests/turtle-2013/LITERAL_LONG2_with_1_squote.nt,
+ tests/turtle-2013/LITERAL_LONG2_with_1_squote.ttl,
+ tests/turtle-2013/LITERAL_LONG2_with_2_squotes.nt,
+ tests/turtle-2013/LITERAL_LONG2_with_2_squotes.ttl,
+ tests/turtle-2013/LITERAL_LONG2_with_REVERSE_SOLIDUS.nt,
+ tests/turtle-2013/LITERAL_LONG2_with_REVERSE_SOLIDUS.ttl,
+ tests/turtle-2013/LITERAL_with_UTF8_boundaries.nt,
+ tests/turtle-2013/README, tests/turtle-2013/SPARQL_style_base.ttl,
+ tests/turtle-2013/SPARQL_style_prefix.ttl,
+ tests/turtle-2013/anonymous_blank_node_object.ttl,
+ tests/turtle-2013/anonymous_blank_node_subject.ttl,
+ tests/turtle-2013/bareword_a_predicate.nt,
+ tests/turtle-2013/bareword_a_predicate.ttl,
+ tests/turtle-2013/bareword_decimal.nt,
+ tests/turtle-2013/bareword_decimal.ttl,
+ tests/turtle-2013/bareword_double.nt,
+ tests/turtle-2013/bareword_double.ttl,
+ tests/turtle-2013/bareword_integer.ttl,
+ tests/turtle-2013/blankNodePropertyList_as_object.nt,
+ tests/turtle-2013/blankNodePropertyList_as_object.ttl,
+ tests/turtle-2013/blankNodePropertyList_as_subject.nt,
+ tests/turtle-2013/blankNodePropertyList_as_subject.ttl,
+ tests/turtle-2013/blankNodePropertyList_containing_collection.nt,
+ tests/turtle-2013/blankNodePropertyList_containing_collection.ttl,
+ tests/turtle-2013/blankNodePropertyList_with_multiple_triples.nt,
+ tests/turtle-2013/blankNodePropertyList_with_multiple_triples.ttl,
+ tests/turtle-2013/collection_object.nt,
+ tests/turtle-2013/collection_object.ttl,
+ tests/turtle-2013/collection_subject.nt,
+ tests/turtle-2013/collection_subject.ttl,
+ tests/turtle-2013/comment_following_PNAME_NS.nt,
+ tests/turtle-2013/comment_following_PNAME_NS.ttl,
+ tests/turtle-2013/comment_following_localName.ttl,
+ tests/turtle-2013/default_namespace_IRI.ttl,
+ tests/turtle-2013/double_lower_case_e.nt,
+ tests/turtle-2013/double_lower_case_e.ttl,
+ tests/turtle-2013/empty_collection.nt,
+ tests/turtle-2013/empty_collection.ttl,
+ tests/turtle-2013/first.nt, tests/turtle-2013/first.ttl,
+ tests/turtle-2013/labeled_blank_node_object.nt,
+ tests/turtle-2013/labeled_blank_node_object.ttl,
+ tests/turtle-2013/labeled_blank_node_subject.nt,
+ tests/turtle-2013/labeled_blank_node_subject.ttl,
+ tests/turtle-2013/labeled_blank_node_with_PN_CHARS_BASE_character_b
+ oundaries.ttl,
+ tests/turtle-2013/labeled_blank_node_with_leading_digit.ttl,
+ tests/turtle-2013/labeled_blank_node_with_leading_underscore.ttl,
+ tests/turtle-2013/labeled_blank_node_with_non_leading_extras.ttl,
+ tests/turtle-2013/langtagged_LONG.ttl,
+ tests/turtle-2013/langtagged_LONG_with_subtag.nt,
+ tests/turtle-2013/langtagged_LONG_with_subtag.ttl,
+ tests/turtle-2013/langtagged_non_LONG.nt,
+ tests/turtle-2013/langtagged_non_LONG.ttl,
+ tests/turtle-2013/lantag_with_subtag.nt,
+ tests/turtle-2013/lantag_with_subtag.ttl,
+ tests/turtle-2013/last.nt, tests/turtle-2013/last.ttl,
+ tests/turtle-2013/literal_false.nt,
+ tests/turtle-2013/literal_false.ttl,
+ tests/turtle-2013/literal_true.nt,
+ tests/turtle-2013/literal_true.ttl,
+ tests/turtle-2013/literal_with_BACKSPACE.nt,
+ tests/turtle-2013/literal_with_BACKSPACE.ttl,
+ tests/turtle-2013/literal_with_CARRIAGE_RETURN.nt,
+ tests/turtle-2013/literal_with_CARRIAGE_RETURN.ttl,
+ tests/turtle-2013/literal_with_CHARACTER_TABULATION.nt,
+ tests/turtle-2013/literal_with_CHARACTER_TABULATION.ttl,
+ tests/turtle-2013/literal_with_FORM_FEED.nt,
+ tests/turtle-2013/literal_with_FORM_FEED.ttl,
+ tests/turtle-2013/literal_with_LINE_FEED.nt,
+ tests/turtle-2013/literal_with_LINE_FEED.ttl,
+ tests/turtle-2013/literal_with_REVERSE_SOLIDUS.nt,
+ tests/turtle-2013/literal_with_REVERSE_SOLIDUS.ttl,
+ tests/turtle-2013/literal_with_escaped_BACKSPACE.ttl,
+ tests/turtle-2013/literal_with_escaped_CARRIAGE_RETURN.ttl,
+ tests/turtle-2013/literal_with_escaped_CHARACTER_TABULATION.ttl,
+ tests/turtle-2013/literal_with_escaped_FORM_FEED.ttl,
+ tests/turtle-2013/literal_with_escaped_LINE_FEED.ttl,
+ tests/turtle-2013/literal_with_numeric_escape4.nt,
+ tests/turtle-2013/literal_with_numeric_escape4.ttl,
+ tests/turtle-2013/literal_with_numeric_escape8.ttl,
+ tests/turtle-2013/localName_with_PN_CHARS_BASE_character_boundaries
+ .nt,
+ tests/turtle-2013/localName_with_PN_CHARS_BASE_character_boundaries
+ .ttl,
+ tests/turtle-2013/localName_with_assigned_nfc_PN_CHARS_BASE_charact
+ er_boundaries.nt,
+ tests/turtle-2013/localName_with_assigned_nfc_PN_CHARS_BASE_charact
+ er_boundaries.ttl,
+ tests/turtle-2013/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_cha
+ racter_boundaries.nt,
+ tests/turtle-2013/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_cha
+ racter_boundaries.ttl,
+ tests/turtle-2013/localName_with_leading_digit.nt,
+ tests/turtle-2013/localName_with_leading_digit.ttl,
+ tests/turtle-2013/localName_with_leading_underscore.nt,
+ tests/turtle-2013/localName_with_leading_underscore.ttl,
+ tests/turtle-2013/localName_with_nfc_PN_CHARS_BASE_character_bounda
+ ries.nt,
+ tests/turtle-2013/localName_with_nfc_PN_CHARS_BASE_character_bounda
+ ries.ttl, tests/turtle-2013/localName_with_non_leading_extras.nt,
+ tests/turtle-2013/localName_with_non_leading_extras.ttl,
+ tests/turtle-2013/localname_with_COLON.nt,
+ tests/turtle-2013/localname_with_COLON.ttl,
+ tests/turtle-2013/manifest.ttl,
+ tests/turtle-2013/negative_numeric.nt,
+ tests/turtle-2013/negative_numeric.ttl,
+ tests/turtle-2013/nested_blankNodePropertyLists.nt,
+ tests/turtle-2013/nested_blankNodePropertyLists.ttl,
+ tests/turtle-2013/nested_collection.nt,
+ tests/turtle-2013/nested_collection.ttl,
+ tests/turtle-2013/number_sign_following_PNAME_NS.nt,
+ tests/turtle-2013/number_sign_following_PNAME_NS.ttl,
+ tests/turtle-2013/number_sign_following_localName.nt,
+ tests/turtle-2013/number_sign_following_localName.ttl,
+ tests/turtle-2013/numeric_with_leading_0.nt,
+ tests/turtle-2013/numeric_with_leading_0.ttl,
+ tests/turtle-2013/objectList_with_two_objects.nt,
+ tests/turtle-2013/objectList_with_two_objects.ttl,
+ tests/turtle-2013/old_style_base.ttl,
+ tests/turtle-2013/old_style_prefix.ttl,
+ tests/turtle-2013/percent_escaped_localName.nt,
+ tests/turtle-2013/percent_escaped_localName.ttl,
+ tests/turtle-2013/positive_numeric.nt,
+ tests/turtle-2013/positive_numeric.ttl,
+ tests/turtle-2013/predicateObjectList_with_two_objectLists.nt,
+ tests/turtle-2013/predicateObjectList_with_two_objectLists.ttl,
+ tests/turtle-2013/prefix_only_IRI.ttl,
+ tests/turtle-2013/prefix_reassigned_and_used.nt,
+ tests/turtle-2013/prefix_reassigned_and_used.ttl,
+ tests/turtle-2013/prefix_with_PN_CHARS_BASE_character_boundaries.tt
+ l, tests/turtle-2013/prefix_with_non_leading_extras.ttl,
+ tests/turtle-2013/prefixed_IRI_object.ttl,
+ tests/turtle-2013/prefixed_IRI_predicate.ttl,
+ tests/turtle-2013/prefixed_name_datatype.ttl,
+ tests/turtle-2013/repeated_semis_at_end.ttl,
+ tests/turtle-2013/repeated_semis_not_at_end.nt,
+ tests/turtle-2013/repeated_semis_not_at_end.ttl,
+ tests/turtle-2013/reserved_escaped_localName.nt,
+ tests/turtle-2013/reserved_escaped_localName.ttl,
+ tests/turtle-2013/sole_blankNodePropertyList.ttl,
+ tests/turtle-2013/test-38.nt, tests/turtle-2013/test-38.ttl,
+ tests/turtle-2013/turtle-eval-bad-01.ttl,
+ tests/turtle-2013/turtle-eval-bad-02.ttl,
+ tests/turtle-2013/turtle-eval-bad-03.ttl,
+ tests/turtle-2013/turtle-eval-bad-04.ttl,
+ tests/turtle-2013/turtle-eval-struct-01.nt,
+ tests/turtle-2013/turtle-eval-struct-01.ttl,
+ tests/turtle-2013/turtle-eval-struct-02.nt,
+ tests/turtle-2013/turtle-eval-struct-02.ttl,
+ tests/turtle-2013/turtle-subm-01.nt,
+ tests/turtle-2013/turtle-subm-27.nt,
+ tests/turtle-2013/turtle-subm-27.ttl,
+ tests/turtle-2013/turtle-syntax-bad-LITERAL2_with_langtag_and_datat
+ ype.ttl, tests/turtle-2013/turtle-syntax-bad-base-02.ttl,
+ tests/turtle-2013/turtle-syntax-bad-base-03.ttl,
+ tests/turtle-2013/turtle-syntax-bad-blank-label-dot-end.ttl,
+ tests/turtle-2013/turtle-syntax-bad-esc-01.ttl,
+ tests/turtle-2013/turtle-syntax-bad-esc-02.ttl,
+ tests/turtle-2013/turtle-syntax-bad-esc-03.ttl,
+ tests/turtle-2013/turtle-syntax-bad-esc-04.ttl,
+ tests/turtle-2013/turtle-syntax-bad-kw-01.ttl,
+ tests/turtle-2013/turtle-syntax-bad-kw-02.ttl,
+ tests/turtle-2013/turtle-syntax-bad-kw-03.ttl,
+ tests/turtle-2013/turtle-syntax-bad-kw-04.ttl,
+ tests/turtle-2013/turtle-syntax-bad-kw-05.ttl,
+ tests/turtle-2013/turtle-syntax-bad-lang-01.ttl,
+ tests/turtle-2013/turtle-syntax-bad-ln-dash-start.ttl,
+ tests/turtle-2013/turtle-syntax-bad-ln-escape-start.ttl,
+ tests/turtle-2013/turtle-syntax-bad-ln-escape.ttl,
+ tests/turtle-2013/turtle-syntax-bad-missing-ns-dot-end.ttl,
+ tests/turtle-2013/turtle-syntax-bad-missing-ns-dot-start.ttl,
+ tests/turtle-2013/turtle-syntax-bad-n3-extras-01.ttl,
+ tests/turtle-2013/turtle-syntax-bad-n3-extras-02.ttl,
+ tests/turtle-2013/turtle-syntax-bad-n3-extras-03.ttl,
+ tests/turtle-2013/turtle-syntax-bad-n3-extras-04.ttl,
+ tests/turtle-2013/turtle-syntax-bad-n3-extras-05.ttl,
+ tests/turtle-2013/turtle-syntax-bad-n3-extras-06.ttl,
+ tests/turtle-2013/turtle-syntax-bad-n3-extras-09.ttl,
+ tests/turtle-2013/turtle-syntax-bad-n3-extras-10.ttl,
+ tests/turtle-2013/turtle-syntax-bad-n3-extras-11.ttl,
+ tests/turtle-2013/turtle-syntax-bad-n3-extras-12.ttl,
+ tests/turtle-2013/turtle-syntax-bad-ns-dot-end.ttl,
+ tests/turtle-2013/turtle-syntax-bad-ns-dot-start.ttl,
+ tests/turtle-2013/turtle-syntax-bad-num-01.ttl,
+ tests/turtle-2013/turtle-syntax-bad-num-02.ttl,
+ tests/turtle-2013/turtle-syntax-bad-num-03.ttl,
+ tests/turtle-2013/turtle-syntax-bad-num-04.ttl,
+ tests/turtle-2013/turtle-syntax-bad-num-05.ttl,
+ tests/turtle-2013/turtle-syntax-bad-number-dot-in-anon.ttl,
+ tests/turtle-2013/turtle-syntax-bad-pname-01.ttl,
+ tests/turtle-2013/turtle-syntax-bad-pname-02.ttl,
+ tests/turtle-2013/turtle-syntax-bad-pname-03.ttl,
+ tests/turtle-2013/turtle-syntax-bad-prefix-01.ttl,
+ tests/turtle-2013/turtle-syntax-bad-prefix-02.ttl,
+ tests/turtle-2013/turtle-syntax-bad-prefix-04.ttl,
+ tests/turtle-2013/turtle-syntax-bad-prefix-05.ttl,
+ tests/turtle-2013/turtle-syntax-bad-string-01.ttl,
+ tests/turtle-2013/turtle-syntax-bad-string-02.ttl,
+ tests/turtle-2013/turtle-syntax-bad-string-03.ttl,
+ tests/turtle-2013/turtle-syntax-bad-string-04.ttl,
+ tests/turtle-2013/turtle-syntax-bad-string-05.ttl,
+ tests/turtle-2013/turtle-syntax-bad-string-06.ttl,
+ tests/turtle-2013/turtle-syntax-bad-string-07.ttl,
+ tests/turtle-2013/turtle-syntax-bad-struct-01.ttl,
+ tests/turtle-2013/turtle-syntax-bad-struct-02.ttl,
+ tests/turtle-2013/turtle-syntax-bad-struct-03.ttl,
+ tests/turtle-2013/turtle-syntax-bad-struct-04.ttl,
+ tests/turtle-2013/turtle-syntax-bad-struct-05.ttl,
+ tests/turtle-2013/turtle-syntax-bad-struct-06.ttl,
+ tests/turtle-2013/turtle-syntax-bad-struct-07.ttl,
+ tests/turtle-2013/turtle-syntax-bad-struct-08.ttl,
+ tests/turtle-2013/turtle-syntax-bad-struct-09.ttl,
+ tests/turtle-2013/turtle-syntax-bad-struct-10.ttl,
+ tests/turtle-2013/turtle-syntax-bad-struct-11.ttl,
+ tests/turtle-2013/turtle-syntax-bad-struct-12.ttl,
+ tests/turtle-2013/turtle-syntax-bad-struct-13.ttl,
+ tests/turtle-2013/turtle-syntax-bad-struct-14.ttl,
+ tests/turtle-2013/turtle-syntax-bad-struct-15.ttl,
+ tests/turtle-2013/turtle-syntax-bad-struct-16.ttl,
+ tests/turtle-2013/turtle-syntax-bad-struct-17.ttl,
+ tests/turtle-2013/turtle-syntax-bad-uri-01.ttl,
+ tests/turtle-2013/turtle-syntax-bad-uri-02.ttl,
+ tests/turtle-2013/turtle-syntax-bad-uri-03.ttl,
+ tests/turtle-2013/turtle-syntax-bad-uri-04.ttl,
+ tests/turtle-2013/turtle-syntax-bad-uri-05.ttl,
+ tests/turtle-2013/turtle-syntax-base-01.ttl,
+ tests/turtle-2013/turtle-syntax-base-02.ttl,
+ tests/turtle-2013/turtle-syntax-base-03.ttl,
+ tests/turtle-2013/turtle-syntax-base-04.ttl,
+ tests/turtle-2013/turtle-syntax-blank-label.nt,
+ tests/turtle-2013/turtle-syntax-blank-label.ttl,
+ tests/turtle-2013/turtle-syntax-bnode-01.ttl,
+ tests/turtle-2013/turtle-syntax-bnode-02.ttl,
+ tests/turtle-2013/turtle-syntax-bnode-03.ttl,
+ tests/turtle-2013/turtle-syntax-bnode-04.ttl,
+ tests/turtle-2013/turtle-syntax-bnode-05.ttl,
+ tests/turtle-2013/turtle-syntax-bnode-06.ttl,
+ tests/turtle-2013/turtle-syntax-bnode-07.ttl,
+ tests/turtle-2013/turtle-syntax-bnode-08.ttl,
+ tests/turtle-2013/turtle-syntax-bnode-09.ttl,
+ tests/turtle-2013/turtle-syntax-bnode-10.ttl,
+ tests/turtle-2013/turtle-syntax-kw-03.ttl,
+ tests/turtle-2013/turtle-syntax-lists-01.ttl,
+ tests/turtle-2013/turtle-syntax-lists-02.ttl,
+ tests/turtle-2013/turtle-syntax-lists-03.ttl,
+ tests/turtle-2013/turtle-syntax-lists-04.ttl,
+ tests/turtle-2013/turtle-syntax-lists-05.ttl,
+ tests/turtle-2013/turtle-syntax-ln-colons.nt,
+ tests/turtle-2013/turtle-syntax-ln-colons.ttl,
+ tests/turtle-2013/turtle-syntax-ln-dots.nt,
+ tests/turtle-2013/turtle-syntax-ln-dots.ttl,
+ tests/turtle-2013/turtle-syntax-ns-dots.ttl,
+ tests/turtle-2013/turtle-syntax-pname-dots.ttl,
+ tests/turtle-2013/turtle-syntax-pname-esc-01.ttl,
+ tests/turtle-2013/turtle-syntax-pname-esc-02.ttl,
+ tests/turtle-2013/turtle-syntax-pname-esc-03.ttl,
+ tests/turtle-2013/turtle-syntax-prefix-01.ttl,
+ tests/turtle-2013/turtle-syntax-prefix-02.ttl,
+ tests/turtle-2013/turtle-syntax-prefix-03.ttl,
+ tests/turtle-2013/turtle-syntax-prefix-04.ttl,
+ tests/turtle-2013/turtle-syntax-prefix-05.ttl,
+ tests/turtle-2013/turtle-syntax-prefix-06.ttl,
+ tests/turtle-2013/turtle-syntax-prefix-07.ttl,
+ tests/turtle-2013/turtle-syntax-prefix-08.ttl,
+ tests/turtle-2013/turtle-syntax-prefix-09.ttl,
+ tests/turtle-2013/turtle-syntax-str-esc-01.ttl,
+ tests/turtle-2013/turtle-syntax-str-esc-02.ttl,
+ tests/turtle-2013/turtle-syntax-str-esc-03.ttl,
+ tests/turtle-2013/turtle-syntax-string-01.ttl,
+ tests/turtle-2013/turtle-syntax-string-02.ttl,
+ tests/turtle-2013/turtle-syntax-string-03.ttl,
+ tests/turtle-2013/turtle-syntax-string-04.ttl,
+ tests/turtle-2013/turtle-syntax-string-05.ttl,
+ tests/turtle-2013/turtle-syntax-string-06.ttl,
+ tests/turtle-2013/turtle-syntax-string-07.ttl,
+ tests/turtle-2013/turtle-syntax-string-08.ttl,
+ tests/turtle-2013/turtle-syntax-string-09.ttl,
+ tests/turtle-2013/turtle-syntax-string-10.ttl,
+ tests/turtle-2013/turtle-syntax-string-11.ttl,
+ tests/turtle-2013/turtle-syntax-struct-01.ttl,
+ tests/turtle-2013/turtle-syntax-struct-02.ttl,
+ tests/turtle-2013/turtle-syntax-struct-03.ttl,
+ tests/turtle-2013/turtle-syntax-struct-04.ttl,
+ tests/turtle-2013/turtle-syntax-struct-05.ttl,
+ tests/turtle-2013/turtle-syntax-uri-01.ttl,
+ tests/turtle-2013/turtle-syntax-uri-02.ttl,
+ tests/turtle-2013/turtle-syntax-uri-03.ttl,
+ tests/turtle-2013/turtle-syntax-uri-04.ttl,
+ tests/turtle-2013/two_LITERAL_LONG2s.nt,
+ tests/turtle-2013/two_LITERAL_LONG2s.ttl,
+ tests/turtle-2013/underscore_in_localName.nt,
+ tests/turtle-2013/underscore_in_localName.ttl: Import latest
+ Turtle 2013 tests
+
+2013-07-30 Dave Beckett <dave@dajobe.org>
+
+ * configure.ac:
+ Revert 53664470aca6c3393fe05724653c7e45d0c52588
+
+ * librdfa/.gitignore:
+ Add gitignore for objs in librdfa/
+
+ * configure.ac: Add automake option subdir-objects to keep librdfa
+ building
+
2013-05-31 Dave Beckett <dave@dajobe.org>
+ * .travis.yml: Add yajl and run tests
+
+ * .travis.yml: Do an update first
+
* .travis.yml: More travis-ci.org config
2013-04-27 Dave Beckett <dave@dajobe.org>