aboutsummaryrefslogtreecommitdiffstats
path: root/src/serdi.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-25Change source header tag line.David Robillard1-1/+1
2011-01-25Remove cruft.David Robillard1-8/+0
2011-01-25Add serd_reader_read_string.David Robillard1-33/+48
2011-01-25Add standard command line stuff (-h and -v).David Robillard1-2/+22
2011-01-25Fix memory leaks.David Robillard1-2/+13
2011-01-25Fix URI resolution of absolute URIs.David Robillard1-12/+6
2011-01-24Remove SerdString cruft.David Robillard1-18/+0
2011-01-24Remove SerdString from public API in favour of more expressive (and not neces...David Robillard1-65/+144
2011-01-23Shrink code.David Robillard1-13/+10
2011-01-23SerdNodeType => SerdType.David Robillard1-3/+3
2011-01-23Streaming abbreviation.David Robillard1-1/+9
2011-01-22SerdNamespaces => SerdEnv.David Robillard1-10/+10
2011-01-21Full rount-trip test coverage for Turtle reading and writing.David Robillard1-2/+1
2011-01-21Fix command line argument handling when options are given.David Robillard1-3/+4
2011-01-21Gracefully stop parsing on error (i.e. report exactly one error for each bad ...David Robillard1-2/+2
2011-01-21Preliminary support for writing abbreviated Turtle.David Robillard1-7/+47
2011-01-21Make writer write to any sink passed in by the user.David Robillard1-4/+11
2011-01-21Fix language tag reading and writing.David Robillard1-1/+1
2011-01-20Support passing no base URI on command line (use filename as base URI).David Robillard1-13/+38
2011-01-20Add writer API.David Robillard1-15/+16
2011-01-20Add serd_string_free to API.David Robillard1-3/+3
2011-01-20Flesh out documentation.David Robillard1-1/+1
2011-01-20Run, and pass all, bad tests.David Robillard1-2/+1
2011-01-20Rework character reading functions to support reading multi-byte characters (...David Robillard1-76/+8
2011-01-19Initial import.David Robillard1-0/+234