aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-04-11Minor hardening.David Robillard3-10/+14
2013-12-24Update to latest Turtle test suite.David Robillard2-16/+65
2013-03-31Write \uFFFF, not \U0000FFFF.David Robillard1-1/+1
2013-03-31Remove unnecessary branch condition.David Robillard1-1/+1
2013-03-30Add more tests from the new W3C Turtle test suite.David Robillard2-12/+22
2013-03-30Implement case-insensitive language tags from new Turtle spec.David Robillard1-6/+4
2013-03-30Improve branch coverage.David Robillard1-1/+1
2013-03-30Don't escape backspace or form feed for ntriples.David Robillard1-2/+6
2013-03-24Set SERD_HAS_NEWLINE and SERD_HAS_QUOTE flags when unescaped newlines or quot...David Robillard2-8/+26
2013-03-24Remove unused SERD_URI enum value.David Robillard1-1/+0
2013-03-04Support dots and colons in pnames.David Robillard1-29/+50
2013-03-04Add missing newline.David Robillard1-1/+1
2013-03-04Improve dot support.David Robillard1-35/+35
2013-03-03Fix crazy logic and redundant call in read_PN_LOCAL().David Robillard1-4/+4
2013-03-03Pass negative eval tests (reject invalid escaped URI characters).David Robillard1-15/+18
2013-03-03Remove dead code.David Robillard1-8/+4
2013-03-03Don't write xsd:decimal literals to Turtle bare if they would not be read backDavid Robillard1-1/+9
2013-03-03Remove comments referring to old grammar rules.David Robillard1-33/+0
2013-03-03Pass turtle-syntax-bad-prefix-01 (propagate errors in write_node).David Robillard1-5/+8
2013-03-02Pass turtle-syntax-number-08.ttl (integer followed by terminating dot).David Robillard1-112/+145
2013-02-25Support most of the latest Turtle Editor's Draft.David Robillard2-374/+467
2013-02-24Fix typo.David Robillard1-1/+1
2013-02-24Generate shorter blank node IDs like the new Turtle test suite.David Robillard1-13/+13
2013-02-03Correctly handle posix_memalign failureDavid Robillard1-2/+2
2013-01-22Fix possible crash in serd_writer_end_anon() when writing invalid listsDavid Robillard1-2/+1
2012-12-23Windows compatibility fixes.David Robillard1-0/+5
2012-12-21Fix crash when serd_node_new_decimal is called with infinity or NaN.David Robillard1-0/+4
2012-12-20Fix crash when resolving against non-standard base URIs.David Robillard1-4/+1
2012-11-14Fix bug that caused "a" abbreviation in non-predicate position (#862).David Robillard1-1/+1
2012-09-09Fix clashing symbol "error" in amalgamation build.David Robillard2-20/+20
2012-08-08Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...David Robillard6-23/+22
2012-08-08Fix incorrect prototype.David Robillard1-1/+1
2012-07-17Support digits at start of local names as per new grammar.David Robillard1-1/+1
2012-07-05Add error callback to reader and writer for custom error reporting.David Robillard6-60/+139
2012-05-13Fix dead assignment.David Robillard1-1/+1
2012-05-10Reset indent when finishing a write.David Robillard1-0/+1
2012-05-08Add incremental read interface suitable for reading from infinite streams.David Robillard2-15/+82
2012-03-29Don't break relative URIs with up-references when parsing a document with no ...David Robillard2-7/+9
2012-03-28Strip duplicate blank lines.David Robillard1-1/+0
2012-03-27Delete trailing whitespace.David Robillard1-1/+1
2012-03-27Don't emit a ; at the end of anonymous descriptions.David Robillard1-2/+1
2012-03-18Add serd_reader_set_default_graph() for reading a file as a named graph.David Robillard1-1/+17
2012-03-18Tolerate NULL URI parameter in serd_env_get_base_uri().David Robillard1-1/+3
2012-03-10Add serd_writer_set_root_uri(), root parameter toDavid Robillard5-115/+188
2012-03-10Trim redundant case.David Robillard1-3/+1
2012-03-08Fix compilation in VC++.David Robillard2-4/+5
2012-03-08Add escape parameter to serd_node_new_file_uri().David Robillard1-2/+3
2012-03-08Make serd_node_from_string tolerate NULL.David Robillard1-0/+4
2012-03-08serd_node_new_uri_from_path => serd_node_new_file_uri.David Robillard1-3/+3
2012-03-08Add serd_writer_get_env().David Robillard5-96/+313