summaryrefslogtreecommitdiff
path: root/src/raptor_term.c
Commit message (Expand)AuthorAgeFilesLines
* Accept '_' as alias/typo for '-' in lang strings. Replace on parsing.Dave Beckett2014-10-261-2/+11
* (raptor_new_term_from_blank): Accept "" as same as NULL blankDave Beckett2014-08-091-4/+8
* (raptor_new_term_from_counted_string): Fix memset transposed args.Dave Beckett2013-12-131-1/+1
* Docs: Fix raptor_new_term_from_counted_string referenceDave Beckett2013-12-121-1/+1
* Port changes from rasqal_ntriples.cDave Beckett2013-11-301-1/+1
* Allow reading Turtle numeric stringsDave Beckett2013-11-291-2/+2
* Added raptor_new_term_from_counted_string to write a term as N-TriplesDave Beckett2013-11-281-2/+65
* Use raptor_term_escaped_write instead of deprecated raptor_term_ntriples_writeDave Beckett2013-03-031-2/+3
* Remove all traces of win32_raptor_config.hDaniel Richard G2012-08-301-5/+0
* (raptor_new_term_from_literal): Cast language length againDave Beckett2012-06-111-3/+4
* (raptor_new_term_from_literal): Bad cast for language len truncation.Dave Beckett2012-06-071-1/+1
* (raptor_new_term_from_literal): size_t and char casts.Dave Beckett2012-05-211-3/+3
* Use RAPTOR_BAD_CAST and RAPTOR_GOOD_CASTDave Beckett2011-08-311-2/+2
* Code style change and cleanup for alloc/free macrosDave Beckett2011-07-311-15/+15
* Switch to raptor2.h as main header. raptor.h includes itDave Beckett2011-04-261-1/+1
* autodocsDave Beckett2011-03-201-2/+6
* Autodocs - mention UTF-8 encodings in args/returns for raptor_term docsDave Beckett2011-03-101-9/+9
* Update tmpls and autodocsDave Beckett2010-11-301-1/+0
* Added convienience methods for constructing URI termsDave Beckett2010-11-291-15/+79
* Check world object is valid for Raptor V2 in every constructorDave Beckett2010-11-211-6/+6
* Removed raptor_term_as_counted_string() and raptor_term_as_string() replaced ...Dave Beckett2010-11-071-50/+0
* Deprecated raptor_term_as_..._string() for _to_...string formDave Beckett2010-09-121-1/+51
* STANDALONE flagging for raptor_term unit testsLauri Aalto2010-08-091-1/+2
* Changed behaviour of raptor_new_term_from_counted_blank() and raptor_new_term...Nicholas J Humfrey2010-08-051-22/+32
* More raptor_term unit testsDave Beckett2010-08-031-3/+68
* Add unit tests for raptor_termDave Beckett2010-08-031-0/+211
* (raptor_term_equals): Make terms *different* not equal if lengths are differentDave Beckett2010-08-021-4/+4
* autodocs to note counted string constructors need not be given NULL-terminate...Dave Beckett2010-06-281-2/+8
* Modified raptor_new_*_from_counted_* to handle non-NULL terminated strings.Nicholas J Humfrey2010-06-281-5/+8
* fix raptor_new_term_from_counted_blankDave Beckett2010-06-021-6/+4
* Added raptor_new_term_from_counted_blank for term with counted lengthDave Beckett2010-06-021-8/+41
* Added raptor_new_term_from_counted_literal for constructing from strings with...Dave Beckett2010-06-021-20/+57
* (raptor_new_term_from_literal): Fail if language and datatype are given like ...Dave Beckett2010-05-251-0/+10
* (raptor_new_term_from_literal): Ownership of language should not be taken.Lauri Aalto2010-05-251-1/+0
* (raptor_new_term_from_literal): Do not overwrite literal length with language...Lauri Aalto2010-05-251-1/+1
* (raptor_term_as_counted_string, raptor_term_as_string, raptor_term_print_as_n...Dave Beckett2010-05-241-2/+9
* Move raptor_term class code to new raptor_term.cDave Beckett2010-05-181-0/+519