summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add defensive code for detecting invalid world objectsraptor1Dave Beckett2010-11-223-0/+79
|
* Use AC_LANG_SOURCE for newer autoconfDave Beckett2010-11-221-1/+1
|
* (raptor_rss10_serialize_statement): Fix debug prints when subject is not URIDave Beckett2010-09-191-4/+10
|
* Turn raptor_rss10_store_statement semantics back to raptor 1 form.Dave Beckett2010-09-191-1/+3
| | | | | | (raptor_rss10_store_statement): Does become owner of statement in raptor V1 internals - easier to do due here to avoid multiple copy/frees.
* (raptor_rss10_store_statement): Never call raptor_free_statement()Dave Beckett2010-09-191-3/+2
|
* Backport fix for #386 to raptor1 internalsDave Beckett2010-09-191-2/+2
|
* (raptor_rss10_serialize_statement): Do not set block URIs from blank nodesDave Beckett2010-09-191-1/+1
|
* Fix crash in serializing to atom when comparing blank node as URIDave Beckett2010-09-191-0/+1
| | | | | | (raptor_rss10_serialize_statement): Do not assume object is URI. NOTE: This should use raptor_term_equals and be rewritten to remove the item_uri code.
* Merge GRDDL libxslt set/reset logic from HEAD. commits ↵Dave Beckett2010-08-063-17/+84
| | | | ec422a720c46eae6392d12323944f83f8f7cf35a ... 75aa6dd30634adcebbfe6fd0ea64d8b40cc21519 then edited
* raptor_iostream write_bytes handlers are supposed to return the number of ↵Lauri Aalto2010-02-161-6/+0
| | | | bytes written or 0 on failure
* raptor_iostream write_bytes handlers are supposed to return the number of ↵Lauri Aalto2010-02-161-3/+11
| | | | bytes written or 0 on failure
* Snapshotted raptor_1_4_21 for 1.4.21 releaseraptor_1_4_21Dave Beckett2010-01-301-0/+4
|
* #changesDave Beckett2010-01-291-0/+32
|
* 1.4.21 and 2010 yearsDave Beckett2010-01-296-15/+23
|
* 1.4.21Dave Beckett2010-01-291-0/+7
|
* Ensure serialized Turtle names are legalDave Beckett2010-01-291-1/+37
| | | | | | | | | | (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
* Add Turtle serializing test 34 for not serializing a qname with a .Dave Beckett2010-01-293-2/+13
| | | | Test for Issue#0000337 http://bugs.librdf.org/mantis/view.php?id=337
* 2010Dave Beckett2010-01-291-0/+1
|
* 1.4.21Dave Beckett2010-01-291-2/+6
|
* 2010Dave Beckett2010-01-291-3/+3
|
* 1.4.21Dave Beckett2010-01-281-1/+42
|
* #changesDave Beckett2010-01-281-1/+136
|
* Create a new set for checking for duplicate rdf:ID at start of every parse.Dave Beckett2010-01-281-5/+13
| | | | | | | | | (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.
* Alter Turtle lexer to refuse to accept . in namespace prefix/local namesDave Beckett2010-01-281-3/+9
| | | | | | | | | | | | | | 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
* Add bad turtle tests 21, 22 for . in prefix and qnameDave Beckett2010-01-283-1/+6
|
* Make ntriples parser accept text/plain with q=0.1Dave Beckett2010-01-281-0/+3
| | | | | (raptor_ntriples_parser_register_factory): Register mime type text/plain via raptor_parser_factory_add_mime_type.
* Make Turtle lexer handle \\ at end of triple-quoted literalsDave Beckett2010-01-281-2/+7
| | | | | | | | | | 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
* Add bad-20.ttl test for end of file in middle of \ escapeDave Beckett2010-01-282-1/+4
|
* Added test-33 for \\ at end of triple-quoted turtle literalDave Beckett2010-01-283-2/+6
| | | | | 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
* Update to librdfa GIT commit 1979d7246a1d98f95bab78704a32b87cf95d1ef6Dave Beckett2010-01-281-1/+1
|
* Use build dir for automake aux files.Dave Beckett2010-01-283-6/+8
|
* Ignore build filesDave Beckett2010-01-281-0/+13
|
* Update build environment to latest autogen.sh - enable shave for maintainerDave Beckett2010-01-284-20/+14
|
* Restore to GIT raptor1 branch expected output files ↵Dave Beckett2010-01-282-0/+34
| | | | tests/rdfxml/ex-38-rdfxmla.out tests/turtle/ex-38-turtle.out
* Merge librdfa changes to GIT 88ca099befcb1b81be1a879663e5e891707e5239Dave Beckett2010-01-285-88/+114
| | | | | | | | | | | | Fixes several buffer alloc/realloc problems and failure to terminate strings when using them with strstr(). Other librdfa changes: - added "first" to list of allowed reserved words. - allow @rel/@rev reserved word values to be in any case (TC 134) - librdfa now treats the following characters as valid whitespace characters: SPACE, \t, \n, \v, \f, and \r. (TC 131) - fix generation of xml:lang if language was already in XML Literal (TC 102)
* Make Turtle long literals count raw newlines correctlyDave Beckett2010-01-211-0/+7
| | | | | | (Rule <LITERAL>\" ....): Count the raw newlines seen in the yytext to adjust the line numbers correctly for long literals. Fixes Issue#0000331 http://bugs.librdf.org/mantis/view.php?id=331
* Restore windows version numbers to 1.4.21 for raptor1 seriesDave Beckett2010-01-031-4/+4
|
* Restore soname for raptor1 seriesDave Beckett2010-01-031-1/+1
|
* Make raptor1 branch for raptor1 series - 1.4.21 potentiallyDave Beckett2010-01-023-5/+6
|
* Remove RCS IDDave Beckett2010-01-021-2/+0
|
* Update another .gitignoreDave Beckett2010-01-021-0/+1
|
* Add .gitignore to replace SVN properties svn:ignoreDave Beckett2010-01-028-0/+131
|
* Merge from raptor 1.4.20 release SVNr15728 to trunkraptor_1_4_20Dave Beckett2009-11-294-5/+90
|
* Merge RDFa changes from Raptor branch raptor1 (r15719)Dave Beckett2009-11-2816-81/+206
|
* (raptor_abbrev_subject_lookup): Do not free lookup node, it is owned by ↵Lauri Aalto2009-11-271-2/+1
| | | | context->nodes.
* #changesDave Beckett2009-11-251-0/+26
|
* copied librdfa/iri.c from raptor1 branch to trunkLauri Aalto2009-11-251-0/+68
|
* (raptor_abbrev_subject_lookup): Free node if raptor_new_abbrev_subject() ↵Lauri Aalto2009-11-251-3/+4
| | | | ownership transfer did not succeed.
* (raptor_abbrev_subject_find): Check for failures.Lauri Aalto2009-11-251-1/+7
|
* (raptor_turtle_emit): Free iterators on before returning an error.Lauri Aalto2009-11-251-0/+2
|