aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-02-10Make serd_uri_resolve return void, since it has no error case anyway.David Robillard3-17/+10
2011-02-04Fix parsing double with signs in their exponents (e.g. 1.234e+56).David Robillard1-0/+5
2011-02-03Fix memory error caused by r89.David Robillard1-1/+2
2011-02-03Add ability to set blank node prefix for parsing several files without conflict.David Robillard1-2/+16
2011-02-03Add serd_node_from_string.David Robillard1-0/+10
2011-02-03Write "//" for URIs with empty authorities (e.g. the correct file:///foo/bar ...David Robillard1-1/+4
2011-01-28Fix crashes when passed NULL nodes.David Robillard2-4/+6
2011-01-26Tolerate NULL base URI.David Robillard2-2/+3
2011-01-26Fix compilation in C++ (which won't implicitly cast 0 to an enum).David Robillard1-0/+2
2011-01-25Add `amalgamate' waf target for building single source file distribution.David Robillard5-0/+10
2011-01-25Move node functions into API.David Robillard4-74/+90
2011-01-25Lint.David Robillard1-1/+1
2011-01-25Change source header tag line.David Robillard6-6/+6
2011-01-25Remove cruft.David Robillard1-8/+0
2011-01-25Fix/test reading empty files.David Robillard1-2/+1
2011-01-25Add serd_reader_read_string.David Robillard2-49/+84
2011-01-25Add standard command line stuff (-h and -v).David Robillard1-2/+22
2011-01-25Fix memory leaks.David Robillard4-43/+55
2011-01-25Fix handling of EOF in collections.David Robillard1-2/+2
2011-01-25Fix URI resolution of absolute URIs.David Robillard2-18/+7
2011-01-25Localise use of fread.David Robillard1-1/+1
2011-01-25fread returns size_t.David Robillard1-1/+1
2011-01-25readahead => peek_string.David Robillard1-6/+6
2011-01-25Remove odd/nonsensical/impossible else case.David Robillard1-1/+1
2011-01-25Fix crash when parsing malformed numbers.David Robillard1-8/+9
2011-01-25Remove unused character escape code.David Robillard1-8/+1
2011-01-25Fix parsing of numbers that begin with a `.'.David Robillard1-1/+1
2011-01-24Remove support for 5 and 6 byte UTF-8 characters.David Robillard2-24/+0
2011-01-24Remove SerdString cruft.David Robillard5-142/+55
2011-01-24Remove SerdString from public API in favour of more expressive (and not neces...David Robillard7-231/+323
2011-01-23Add missing include.David Robillard1-0/+1
2011-01-23Fix build (oops).David Robillard1-1/+1
2011-01-23Faster serd_uri_serialise.David Robillard2-23/+37
2011-01-23Fix abbreviation.David Robillard1-4/+2
2011-01-23Gracefully handle failure to emit statement.David Robillard2-15/+18
2011-01-23Shrink code.David Robillard3-106/+47
2011-01-23Rearrange code, put common internal stuff in serd_internal.h.David Robillard4-45/+37
2011-01-23Code cleanup (appease cpplint).David Robillard4-48/+61
2011-01-23SerdNodeType => SerdType.David Robillard3-22/+22
2011-01-23Test language tags with hyphens.David Robillard1-8/+2
2011-01-23Streaming abbreviation.David Robillard4-140/+298
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