aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-09-04Fix clash resolution when a blank node ID prefix is set.David Robillard1-4/+5
2015-04-04Fix serializing fractional decimals that would round up.David Robillard1-1/+1
2014-12-17Add support for Turtle named inline nodes extension.David Robillard2-16/+61
2014-12-16Fix reading statements ending with a blank then dot with no space (#989).David Robillard1-11/+13
2014-12-10Configurable strict parsing to tolerate invalid URIs.David Robillard2-1/+18
2014-12-10Fix serd_reader_read_file() for URIs with escaped characters (spaces).David Robillard1-1/+3
2014-12-09Report errors for invalid IRI characters and missing terminators.David Robillard1-10/+17
2014-10-03Remove dependence on fmax() to avoid portability issues.David Robillard2-10/+9
2014-08-08Use Markdown in doc comments for better source readability.David Robillard4-5/+5
2014-08-08Use Markdown in doc comments for better source readability.David Robillard2-4/+4
2014-08-08Update copyright dates.David Robillard7-8/+8
2014-08-05Fix const-correctness violation for reader input string.David Robillard1-11/+14
2014-08-05Remove unnecessary include.David Robillard1-1/+0
2014-05-19Add TODO comment about future API break needed for better error reporting.David Robillard1-0/+6
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