aboutsummaryrefslogtreecommitdiffstats
path: root/src/reader.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-24Don't call serd_strlen for append_string (which is only used on internal ASCI...David Robillard1-10/+7
2011-05-19Express inlining information via statement flags rather than node types.David Robillard1-39/+51
2011-05-18Add test to ensure blank node IDs don't clash with generated IDs.David Robillard1-29/+130
2011-05-12Fix out of bounds array indexing.David Robillard1-1/+1
2011-05-12Use conventional string lengths not including NULL terminatorDavid Robillard1-29/+29
2011-05-11Create SerdNodeFlags typedef for flags.David Robillard1-11/+11
2011-05-11Record whether strings contains quotes or newlines for smart selection of lon...David Robillard1-36/+47
2011-05-06Merge SerdEnv and SerdReadState.David Robillard1-106/+0
2011-05-05Tidy.David Robillard1-24/+25
2011-05-05Remove datatype and lang from internal Node struct (use less stack space).David Robillard1-58/+76
2011-05-05Replace strlen of string constants with sizeof.David Robillard1-3/+3
2011-05-05Fix comments mangled by search/replace.David Robillard1-3/+3
2011-05-05Make serd_read_state_get_base_uri return a pointer.David Robillard1-2/+2
2011-04-30Use descriptive return codes instead of boolDavid Robillard1-36/+27
2011-04-30Consistent error messagesDavid Robillard1-3/+3
2011-04-27Don't hide pointers in typedefs.David Robillard1-87/+86
2011-04-24Fix reader memory stack use and verify read_object fully clears its stack.David Robillard1-12/+10
2011-04-23Fix stack memory leak (unbounded memory increasing per read triple, oops).David Robillard1-3/+5
2011-04-23Improve node struct alignmentDavid Robillard1-3/+3
2011-04-23Fix parsing of language tags with several hyphens.David Robillard1-1/+1
2011-04-23Tidy.David Robillard1-1/+0
2011-04-23Fix crazy define name.David Robillard1-5/+5
2011-04-22Fix license header (awk oops).David Robillard1-1/+1
2011-04-22Switch to ISC license (legally equivalent to MIT license but with less obnoxi...David Robillard1-20/+12
2011-04-16Update copyright headersDavid Robillard1-1/+0
2011-03-02Fix parsing several files/strings with the same parser.David Robillard1-0/+26
2011-02-25Abstract common read state tracking code (SerdReadState) to make user code le...David Robillard1-10/+92
2011-02-25Switch to 2-clause BSD license.David Robillard1-18/+24
2011-02-04Fix parsing double with signs in their exponents (e.g. 1.234e+56).David Robillard1-0/+5
2011-02-03Add ability to set blank node prefix for parsing several files without conflict.David Robillard1-2/+16
2011-01-25Add `amalgamate' waf target for building single source file distribution.David Robillard1-0/+2
2011-01-25Change source header tag line.David Robillard1-1/+1
2011-01-25Fix/test reading empty files.David Robillard1-2/+1
2011-01-25Add serd_reader_read_string.David Robillard1-16/+36
2011-01-25Fix memory leaks.David Robillard1-35/+36
2011-01-25Fix handling of EOF in collections.David Robillard1-2/+2
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 Robillard1-16/+0
2011-01-24Remove SerdString cruft.David Robillard1-0/+7
2011-01-24Remove SerdString from public API in favour of more expressive (and not neces...David Robillard1-21/+47
2011-01-23Gracefully handle failure to emit statement.David Robillard1-14/+15
2011-01-23Shrink code.David Robillard1-1/+1
2011-01-23Rearrange code, put common internal stuff in serd_internal.h.David Robillard1-15/+7
2011-01-23Code cleanup (appease cpplint).David Robillard1-44/+57