summaryrefslogtreecommitdiff
path: root/src/raptor_namespace.c
Commit message (Expand)AuthorAgeFilesLines
* Make raptor_uri_handlers const.Lauri Aalto2007-11-121-4/+4
* raptor_namespace: Check for alloc failures and clean up on error. Changed rap...Lauri Aalto2007-09-211-22/+47
* raptor_namespace.c: Fix comment typoLauri Aalto2007-09-211-1/+1
* (raptor_namespaces_qname_from_uri): Added, to make a qname from theDave Beckett2006-02-221-0/+56
* (raptor_namespaces_format): NULL-terminate the namespace string.Dave Beckett2006-01-161-0/+1
* (raptor_namespace_get_counted_prefix): Added to return prefix andDave Beckett2006-01-151-0/+18
* Remove RCS ID. Copyright 2006Dave Beckett2006-01-081-2/+0
* (main): Cast for stringDave Beckett2006-01-031-1/+1
* 2006 and urlsDave Beckett2006-01-021-3/+2
* (raptor_namespaces_find_namespace): Handle searching for defaultDave Beckett2006-01-011-3/+37
* (raptor_namespaces_format): XML escape the written namespace name URIDave Beckett2005-09-201-12/+27
* (raptor_namespaces_init): Remove un-necessary casts for constantDave Beckett2005-09-091-5/+5
* autodocsDave Beckett2005-08-191-1/+1
* autodocsDave Beckett2005-08-191-3/+125
* autodocsDave Beckett2005-08-191-0/+60
* autodocsDave Beckett2005-08-191-0/+9
* autodocs reformatted for gtk-docDave Beckett2005-08-191-4/+8
* (raptor_namespaces_find_namespace_by_uri): Return NULL if ns_uri isDave Beckett2005-06-071-0/+3
* #2005Dave Beckett2005-01-151-1/+1
* Turn namespace URI string constants into unsigned char* strings.Dave Beckett2005-01-031-5/+5
* (raptor_namespaces_find_namespace_by_uri): Added.Dave Beckett2005-01-011-0/+14
* #formattingDave Beckett2004-12-311-3/+4
* Casts for c++Dave Beckett2004-12-171-2/+2
* (raptor_iostream_write_namespace): Handle ns->uri is NULL and noDave Beckett2004-12-141-3/+4
* (raptor_namespaces_format): Handle ns->uri is NULL and no prefix,Dave Beckett2004-12-141-3/+7
* (raptor_new_namespace_parts_from_string): Added, to decode thingsDave Beckett2004-12-021-0/+77
* (raptor_new_namespace_from_uri): Added with raptor_new_namespace code.Dave Beckett2004-11-301-15/+33
* (raptor_iostream_write_namespace): Added to write a namespace to aDave Beckett2004-11-291-0/+25
* less namespace debugsDave Beckett2004-10-211-1/+1
* Make most namespace debug messages appear only if #ifdef RAPTOR_DEBUG_VERBOSEDave Beckett2004-10-211-0/+13
* Casts for C++Dave Beckett2004-10-191-2/+2
* Fix a bunch of constitency typos in namespace URIsDave Beckett2004-10-191-6/+6
* Export raptor_xml_namespace_uri, raptor_rdf_namespace_ms_uri,Dave Beckett2004-10-191-12/+13
* LGPL / Apache 2.0 licenseDave Beckett2004-09-201-9/+15
* fooDave Beckett2004-09-101-1/+1
* (raptor_new_namespace): Debug message only when level >1Dave Beckett2004-09-101-0/+2
* Calloc fixes.Dave Beckett2004-08-131-1/+1
* Renamed win32_config.h to win32_raptor_config.hDave Beckett2004-06-301-1/+1
* (raptor_namespaces_init): Define xsd, owl when defaults is 2+Dave Beckett2004-04-131-4/+27
* RAPTOR_ERROR* and RAPTOR_FATAL* lose their function arg, using __func__Dave Beckett2004-01-141-8/+2
* Remove all RAPTOR_IN_REDLAND code use of REDLAND_LIBS, REDLAND_CFLAGS.Dave Beckett2003-12-151-14/+0
* Lots of casts for str* function args, return values between unsignedDave Beckett2003-12-061-12/+15
* raptor_namespaces_(new|free) renamed to raptor_(new|free)_namespacesDave Beckett2003-10-201-2/+2
* raptor_namespace_(new|free) renamed to raptor_(new|free)_namespaceDave Beckett2003-10-201-6/+6
* (raptor_namespaces_new,raptor_namespaces_free): Added for constructorDave Beckett2003-10-201-2/+28
* (raptor_namespace_local_name_to_uri): Removed - only used onceDave Beckett2003-10-161-8/+0
* (raptor_namespace_init): Add defaults arg to control whichDave Beckett2003-09-141-5/+12
* Move dmalloc includes into raptor_internal.h and use everywhere.Dave Beckett2003-08-131-5/+0
* (raptor_namespace_copy): Don't copy uri and then lose it.Dave Beckett2003-07-281-11/+10
* Moved error_handler and error_data arguments around.Dave Beckett2003-07-281-21/+46