Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-01-16 | Support compilation as C++ under MSVC++ | David Robillard | 1 | -5/+4 |
2012-01-16 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2012-01-14 | Lint. | David Robillard | 1 | -4/+4 |
2012-01-06 | Remove unused parameter. | David Robillard | 1 | -7/+7 |
2011-12-27 | Warn on invalid unicode character and replace (fix #796). | David Robillard | 1 | -7/+13 |
2011-12-25 | Near 100% branch coverage. | David Robillard | 1 | -20/+18 |
2011-12-25 | 100% test coverage. | David Robillard | 1 | -64/+32 |
2011-12-16 | Remove debug print. | David Robillard | 1 | -1/+0 |
2011-12-15 | Remove peek_string, use exactly 1 page as a read buffer. | David Robillard | 1 | -107/+83 |
2011-12-12 | More parser micro-optimization. | David Robillard | 1 | -47/+48 |
2011-12-12 | Remove eat_byte correctness checks for known-correct bytes in optimized builds. | David Robillard | 1 | -70/+77 |
2011-12-12 | Remove branch for EOF detection in eat_byte. | David Robillard | 1 | -9/+4 |
2011-12-12 | Fix memory error introduced a few commits ago. | David Robillard | 1 | -2/+5 |
2011-12-11 | Fix debug build without --stack-check. | David Robillard | 1 | -0/+2 |
2011-12-11 | Move all #ifdef gunk to serd_internal.h. | David Robillard | 1 | -18/+3 |
2011-12-11 | Use posix_fadvise to advise about sequential file access. | David Robillard | 1 | -1/+8 |
2011-12-11 | Add SerdBulkSink for writing bulk output and corresponding serdi -B option. | David Robillard | 1 | -13/+10 |