summaryrefslogtreecommitdiff
path: root/src/raptor_locator.c
Commit message (Expand)AuthorAgeFilesLines
* Make raptor_format_integer handle hex tooDave Beckett2011-09-081-4/+10
* Add more RAPTOR_GOOD_CAST and RAPTOR_BAD_CAST and fix some.Dave Beckett2011-08-311-1/+1
* (raptor_locator_format): Use raptor_format_integer to kill snprintfDave Beckett2011-08-281-21/+38
* Use raptor_snprintf() and raptor_vasprintf()Dave Beckett2011-08-271-11/+2
* Avoid snprintf(NULL, ) when there there is no C99 vsnprintf()Dave Beckett2011-08-251-0/+9
* (raptor_locator_format): Cast calculated bufsize to int return.Dave Beckett2011-07-241-1/+1
* Switch to raptor2.h as main header. raptor.h includes itDave Beckett2011-04-261-1/+1
* Revert raptor_locator_uri_string to raptor_locator_uri to protect Reland SWIG...Dave Beckett2010-08-091-2/+3
* #docsDave Beckett2010-05-161-2/+2
* (raptor_locator_print): Gains an int return status like other print functionsDave Beckett2010-05-041-3/+6
* autodocsDave Beckett2010-03-071-1/+0
* Renamed raptor_format_locator to raptor_locator_formatDave Beckett2010-01-301-2/+2
* raptor_print_locator renamed to raptor_locator_printDave Beckett2010-01-301-2/+2
* Adjust raptor_print_locator params to put FILE* last like other print methods.Dave Beckett2010-01-261-2/+2
* wsDave Beckett2010-01-261-0/+3
* Remove _v2 from name and world arg from raptor_locator functionsDave Beckett2010-01-171-11/+9
* New raptor_uri implementation - reference counted uris with interning.Dave Beckett2010-01-101-4/+4
* Remove all raptor v1 APIs with v2 replacements.Dave Beckett2010-01-051-68/+0
* Code style - whitespace around assignment and comparison opsDave Beckett2010-01-051-12/+12
* Added API flag RAPTOR_V2_AVAILABLE.Lauri Aalto2008-10-061-0/+7
* Refactored raptor_locator internals to use v2 raptor_world functions.Lauri Aalto2008-09-021-6/+70
* 2008Dave Beckett2008-06-141-1/+1
* Remove RCS ID. Copyright 2006Dave Beckett2006-01-081-4/+1
* (raptor_update_document_locator): Moved to raptor_sax2.cDave Beckett2005-09-101-12/+0
* autodocs reformatted for gtk-docDave Beckett2005-08-191-9/+23
* (raptor_format_locator): Only print line if > 0Dave Beckett2004-10-261-2/+2
* LGPL / Apache 2.0 licenseDave Beckett2004-09-201-9/+15
* (raptor_update_document_locator): Protect RDF/XML bits with defineDave Beckett2004-08-171-0/+2
* cast for c++Dave Beckett2004-07-271-1/+1
* 2004-07-09 Edd Dumbill <edd@usefulinc.com>Dave Beckett2004-07-091-1/+74
* Renamed win32_config.h to win32_raptor_config.hDave Beckett2004-06-301-1/+1
* (raptor_format_locator): Use raptor_uri_as_counted_string to save a strlen.Dave Beckett2003-12-061-3/+5
* Move dmalloc includes into raptor_internal.h and use everywhere.Dave Beckett2003-08-131-5/+0
* Merged patch from Jose Kahan to switch to use raptor_config.hDave Beckett2003-06-061-1/+1
* (raptor_print_locator): Only print non-negative line numbersDave Beckett2003-02-101-1/+1
* macro RAPTOR_URI_AS_STRING -> raptor_uri_as_stringDave Beckett2002-10-311-3/+3
* (raptor_update_document_locator): Added.Dave Beckett2002-08-191-0/+11
* (raptor_format_locator): Don't count \0 in buffer size.Dave Beckett2002-08-191-2/+0
* Raptor parsing locator functionsDave Beckett2002-08-191-0/+136