aboutsummaryrefslogtreecommitdiffstats
path: root/src/n3.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-08Fix various warnings and conversion issuesDavid Robillard1-5/+5
2021-03-08Expand URIs in readerDavid Robillard1-20/+119
2021-03-08Add SERD_READ_EXACT_BLANKS flagDavid Robillard1-1/+1
2021-03-08Add support for parsing variablesDavid Robillard1-4/+75
2021-03-08WIP: Make Reader always read from a ByteSourceDavid Robillard1-4/+4
2021-03-08Emit reader errors on stack overflows in string literalsDavid Robillard1-1/+9
2021-03-08Split up serd_internal.hDavid Robillard1-1/+1
2021-03-08Support reading lone lists in lax modeDavid Robillard1-1/+1
2021-03-08Handle read errors more preciselyDavid Robillard1-26/+18
2021-03-08Use simpler names for statement flagsDavid Robillard1-4/+4
2021-03-08Simplify streaming API and improve pretty printingDavid Robillard1-19/+27
2021-03-08WIP: Leave statement cursor at the start of literalsDavid Robillard1-1/+11
2021-03-08Improve reader error handlingDavid Robillard1-31/+40
2021-03-08Remove unnecessary parameter from read_LANGTAG()David Robillard1-8/+8
2021-03-08Set flags directly when reading literal nodesDavid Robillard1-57/+35
2021-03-08Zero node padding before passing to reader sinksDavid Robillard1-1/+4
2021-03-08Remove datatype and language from reader contextDavid Robillard1-30/+25
2021-03-08Simplify stack management by popping in bulk at higher levelsDavid Robillard1-62/+31
2021-03-08Use a fixed-size reader stackDavid Robillard1-128/+142
2021-03-07Add SerdSink interface and hide implementationsDavid Robillard1-11/+4
2021-03-07Use consistent naming for function typesDavid Robillard1-6/+6
2021-03-07Simplify reader interfaceDavid Robillard1-1/+2
2021-03-07Merge datatype/language into nodeDavid Robillard1-15/+19
2021-03-07Make nodes opaqueDavid Robillard1-13/+16
2021-03-07Use char* for strings in public APIDavid Robillard1-7/+5
2021-01-02Use email address instead of website for attributionDavid Robillard1-1/+1
2020-12-31Format all code with clang-formatDavid Robillard1-1295/+1373
2020-12-31Avoid "else" after "break" and "return"David Robillard1-13/+33
2020-11-13Improve IRI reading performanceDavid Robillard1-10/+13
2020-11-13Remove use of C character class functions that may use localeDavid Robillard1-2/+1
2020-08-16Fix handling of bad syntax that ends a collectionDavid Robillard1-1/+2
2020-08-16Fix EOF and null byte handlingDavid Robillard1-3/+6
2020-08-15Clean up reader error handlingDavid Robillard1-279/+319
2020-08-15Make read_String() return a statusDavid Robillard1-42/+47
2020-08-15Make read_IRIREF_scheme() return a statusDavid Robillard1-15/+11
2020-08-15Make r_err() return a statusDavid Robillard1-52/+74
2020-08-15Make read_PrefixedName() return a statusDavid Robillard1-12/+17
2020-08-15Make read_PERCENT() return a statusDavid Robillard1-8/+4
2020-08-15Make read_UCHAR() and read_ECHAR() return a statusDavid Robillard1-21/+21
2020-08-15Exploit push_byte return statusDavid Robillard1-2/+1
2020-08-15Harden prefixed name parsingDavid Robillard1-9/+39
2020-08-14Clean up and separate internal headersDavid Robillard1-1/+5
2020-07-06Fix spurious semicolon warningsDavid Robillard1-2/+2
2020-07-06Fix format conversion warningsDavid Robillard1-3/+6
2020-07-05Remove unreachable codeDavid Robillard1-3/+2
2020-06-21Cleanup: Add missing default switch casesDavid Robillard1-0/+7
2020-06-21Cleanup: Fix uninitialised variablesDavid Robillard1-19/+19
2020-06-21Cleanup: Remove unnecessary storesDavid Robillard1-1/+1
2020-06-21Clean up includesDavid Robillard1-4/+5
2019-10-27Fix EOF handling while reading in bulk or from stringsDavid Robillard1-15/+23