Age | Commit message (Expand) | Author | Files | Lines |
2016-06-13 | Fix use of uninitialized fields | David Robillard | 1 | -16/+1 |
2016-05-29 | Fix handling of file I/O errors | David Robillard | 1 | -3/+10 |
2016-05-17 | Fix unaligned memory access (UB which breaks ARM) | David Robillard | 1 | -6/+6 |
2016-01-17 | Support mixed-case language tags | Arto Bendiken | 1 | -1/+1 |
2015-10-07 | Update copyright dates | David Robillard | 1 | -1/+1 |
2015-10-04 | Delete trailing whitespace | David Robillard | 1 | -3/+3 |
2015-10-02 | Full test coverage | David Robillard | 1 | -46/+49 |
2015-09-04 | Fix clash resolution when a blank node ID prefix is set. | David Robillard | 1 | -4/+5 |
2014-12-17 | Add support for Turtle named inline nodes extension. | David Robillard | 1 | -1/+24 |
2014-12-16 | Fix reading statements ending with a blank then dot with no space (#989). | David Robillard | 1 | -11/+13 |
2014-12-10 | Configurable strict parsing to tolerate invalid URIs. | David Robillard | 1 | -1/+13 |
2014-12-10 | Fix serd_reader_read_file() for URIs with escaped characters (spaces). | David Robillard | 1 | -1/+3 |
2014-12-09 | Report errors for invalid IRI characters and missing terminators. | David Robillard | 1 | -10/+17 |
2014-08-08 | Use Markdown in doc comments for better source readability. | David Robillard | 1 | -2/+2 |
2014-08-08 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2014-08-05 | Fix const-correctness violation for reader input string. | David Robillard | 1 | -11/+14 |
2013-12-24 | Update to latest Turtle test suite. | David Robillard | 1 | -2/+9 |
2013-03-30 | Add more tests from the new W3C Turtle test suite. | David Robillard | 1 | -9/+19 |
2013-03-30 | Implement case-insensitive language tags from new Turtle spec. | David Robillard | 1 | -6/+4 |
2013-03-24 | Set SERD_HAS_NEWLINE and SERD_HAS_QUOTE flags when unescaped newlines or quot... | David Robillard | 1 | -4/+12 |
2013-03-04 | Support dots and colons in pnames. | David Robillard | 1 | -29/+50 |
2013-03-04 | Add missing newline. | David Robillard | 1 | -1/+1 |
2013-03-04 | Improve dot support. | David Robillard | 1 | -35/+35 |
2013-03-03 | Fix crazy logic and redundant call in read_PN_LOCAL(). | David Robillard | 1 | -4/+4 |
2013-03-03 | Pass negative eval tests (reject invalid escaped URI characters). | David Robillard | 1 | -15/+18 |
2013-03-03 | Remove dead code. | David Robillard | 1 | -8/+4 |
2013-03-03 | Remove comments referring to old grammar rules. | David Robillard | 1 | -33/+0 |
2013-03-02 | Pass turtle-syntax-number-08.ttl (integer followed by terminating dot). | David Robillard | 1 | -112/+145 |
2013-02-25 | Support most of the latest Turtle Editor's Draft. | David Robillard | 1 | -299/+332 |
2013-02-24 | Fix typo. | David Robillard | 1 | -1/+1 |
2013-02-24 | Generate shorter blank node IDs like the new Turtle test suite. | David Robillard | 1 | -13/+13 |
2012-09-09 | Fix clashing symbol "error" in amalgamation build. | David Robillard | 1 | -16/+16 |
2012-08-08 | Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis... | David Robillard | 1 | -5/+5 |
2012-07-17 | Support digits at start of local names as per new grammar. | David Robillard | 1 | -1/+1 |
2012-07-05 | Add error callback to reader and writer for custom error reporting. | David Robillard | 1 | -20/+42 |
2012-05-08 | Add incremental read interface suitable for reading from infinite streams. | David Robillard | 1 | -12/+66 |
2012-03-27 | Delete trailing whitespace. | David Robillard | 1 | -1/+1 |
2012-03-18 | Add serd_reader_set_default_graph() for reading a file as a named graph. | David Robillard | 1 | -1/+17 |
2012-03-08 | Fix compilation in VC++. | David Robillard | 1 | -2/+2 |
2012-03-03 | Fix reading of empty files (e.g. /dev/null) test case. | David Robillard | 1 | -7/+7 |
2012-02-29 | Handle files and strings that start with a UTF-8 Byte Order Mark (fix #814). | David Robillard | 1 | -1/+15 |
2012-02-21 | Add prefix to generated node IDs as well, to avoid clashing when reading mult... | David Robillard | 1 | -8/+13 |
2012-02-21 | Report read error if both "genid" and "docid" IDs are found in the same docum... | David Robillard | 1 | -7/+13 |
2012-02-21 | Make -p actually work as advertised. | David Robillard | 1 | -17/+13 |
2012-02-20 | Remove odd assertion. | David Robillard | 1 | -2/+1 |
2012-02-20 | Trim some fat by taking advantage of ReadContext for statement emission. | David Robillard | 1 | -16/+9 |
2012-02-20 | Fix collection parsing code to not leak stack space. | David Robillard | 1 | -178/+148 |
2012-02-20 | Use iterative algorithm for collection parsing. | David Robillard | 1 | -59/+52 |
2012-02-20 | Implement pretty-printing for collections. | David Robillard | 1 | -50/+46 |
2012-02-01 | Fix jumps past variable initialization. | David Robillard | 1 | -4/+6 |