aboutsummaryrefslogtreecommitdiffstats
path: root/src/env.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-30Use descriptive return codes instead of boolDavid Robillard1-4/+4
2011-04-27Don't hide pointers in typedefs.David Robillard1-8/+8
2011-04-23Tidy.David Robillard1-1/+0
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-19/+11
2011-02-25Switch to 2-clause BSD license.David Robillard1-18/+24
2011-02-16Make serd_writer_set_prefix return bool so it is compatible with SerdPrefixSi...David Robillard1-2/+2
2011-02-16Add SERD_STYLE_RESOLVED option for resolving (expanding) relative URIs in out...David Robillard1-0/+36
2011-01-25Add `amalgamate' waf target for building single source file distribution.David Robillard1-0/+2
2011-01-25Move node functions into API.David Robillard1-10/+0
2011-01-25Change source header tag line.David Robillard1-1/+1
2011-01-25Fix memory leaks.David Robillard1-6/+0
2011-01-24Remove SerdString cruft.David Robillard1-11/+27
2011-01-24Remove SerdString from public API in favour of more expressive (and not neces...David Robillard1-14/+14
2011-01-22SerdNamespaces => SerdEnv.David Robillard1-0/+114