aboutsummaryrefslogtreecommitdiffstats
path: root/src/reader.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-04Delete trailing whitespaceDavid Robillard1-3/+3
2015-10-02Full test coverageDavid Robillard1-46/+49
2015-09-04Fix clash resolution when a blank node ID prefix is set.David Robillard1-4/+5
2014-12-17Add support for Turtle named inline nodes extension.David Robillard1-1/+24
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 Robillard1-1/+13
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-08-08Use Markdown in doc comments for better source readability.David Robillard1-2/+2
2014-08-08Update copyright dates.David Robillard1-1/+1
2014-08-05Fix const-correctness violation for reader input string.David Robillard1-11/+14
2013-12-24Update to latest Turtle test suite.David Robillard1-2/+9
2013-03-30Add more tests from the new W3C Turtle test suite.David Robillard1-9/+19
2013-03-30Implement case-insensitive language tags from new Turtle spec.David Robillard1-6/+4
2013-03-24Set SERD_HAS_NEWLINE and SERD_HAS_QUOTE flags when unescaped newlines or quot...David Robillard1-4/+12
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-03Remove comments referring to old grammar rules.David Robillard1-33/+0
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 Robillard1-299/+332
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
2012-09-09Fix clashing symbol "error" in amalgamation build.David Robillard1-16/+16
2012-08-08Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...David Robillard1-5/+5
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 Robillard1-20/+42
2012-05-08Add incremental read interface suitable for reading from infinite streams.David Robillard1-12/+66
2012-03-27Delete trailing whitespace.David Robillard1-1/+1
2012-03-18Add serd_reader_set_default_graph() for reading a file as a named graph.David Robillard1-1/+17
2012-03-08Fix compilation in VC++.David Robillard1-2/+2
2012-03-03Fix reading of empty files (e.g. /dev/null) test case.David Robillard1-7/+7
2012-02-29Handle files and strings that start with a UTF-8 Byte Order Mark (fix #814).David Robillard1-1/+15
2012-02-21Add prefix to generated node IDs as well, to avoid clashing when reading mult...David Robillard1-8/+13
2012-02-21Report read error if both "genid" and "docid" IDs are found in the same docum...David Robillard1-7/+13
2012-02-21Make -p actually work as advertised.David Robillard1-17/+13
2012-02-20Remove odd assertion.David Robillard1-2/+1
2012-02-20Trim some fat by taking advantage of ReadContext for statement emission.David Robillard1-16/+9
2012-02-20Fix collection parsing code to not leak stack space.David Robillard1-178/+148
2012-02-20Use iterative algorithm for collection parsing.David Robillard1-59/+52
2012-02-20Implement pretty-printing for collections.David Robillard1-50/+46
2012-02-01Fix jumps past variable initialization.David Robillard1-4/+6
2012-01-16Support compilation as C++ under MSVC++David Robillard1-5/+4
2012-01-16Update copyright dates.David Robillard1-1/+1
2012-01-14Lint.David Robillard1-4/+4
2012-01-06Remove unused parameter.David Robillard1-7/+7
2011-12-27Warn on invalid unicode character and replace (fix #796).David Robillard1-7/+13