aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-01-22Emit triples in the correct order for streaming abbreviation.David Robillard1-8/+23
2011-01-22Pass context (current graph, subject, predicate) as a struct to functions tha...David Robillard1-49/+59
2011-01-22SerdNamespaces => SerdEnv.David Robillard4-133/+129
2011-01-22Cleanup.David Robillard1-452/+450
2011-01-22Remove unnecessary case.David Robillard1-1/+0
2011-01-21Remove unnecessary writer->prev_o.David Robillard1-6/+1
2011-01-21Full rount-trip test coverage for Turtle reading and writing.David Robillard3-14/+51
2011-01-21Fix command line argument handling when options are given.David Robillard1-3/+4
2011-01-21Tidy.David Robillard1-5/+9
2011-01-21Faster/terser/more consistent character escape reading.David Robillard1-48/+45
2011-01-21Clean up whitespace handling (properly deal with errors while expecting white...David Robillard1-20/+12
2011-01-21Gracefully stop parsing on error (i.e. report exactly one error for each bad ...David Robillard3-66/+97
2011-01-21Preliminary support for writing abbreviated Turtle.David Robillard2-34/+247
2011-01-21Rename write.c to writer.c for consistency.David Robillard1-0/+0
2011-01-21Make writer write to any sink passed in by the user.David Robillard3-57/+56
2011-01-21Fix language tag reading and writing.David Robillard3-4/+3
2011-01-20Shhh.David Robillard1-1/+0
2011-01-20Support passing no base URI on command line (use filename as base URI).David Robillard3-22/+45
2011-01-20Add writer API.David Robillard3-23/+86
2011-01-20Add serd_string_free to API.David Robillard3-6/+13
2011-01-20Flesh out documentation.David Robillard4-6/+6
2011-01-20Fix memory errors (full test suite passes with zero errors or leaks reported ...David Robillard1-3/+2
2011-01-20Run, and pass all, bad tests.David Robillard4-68/+74
2011-01-20Use appropriate type (uint8_t, i.e. byte) for peek/eat/push API (which is byt...David Robillard1-145/+135
2011-01-20Rework character reading functions to support reading multi-byte characters (...David Robillard6-300/+401
2011-01-20Fix memory management on collection parsing.David Robillard1-0/+5
2011-01-20Collection parsing.David Robillard1-20/+92
2011-01-19Add autowaf external.David Robillard1-29/+53
2011-01-19Initial import.David Robillard4-0/+2068