1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
# OLD VERSION<tab>OLD RETURN<tab>OLD NAME<tab>OLD ARGS<tab>NEW VERSION<tab>NEW RETURN<tab>NEW NAME<tab>NEW ARGS<tab>NOTES
# OLD VERSION<tab>type<tab>OLD NAME<tab>-<tab>NEW VERSION<tab>type<tab>NEW NAME<tab>-<tab>NOTES
# OLD VERSION<tab>enum<tab>OLD NAME<tab>-<tab>NEW VERSION<tab>type<tab>NEW NAME<tab>-<tab>NOTES
#
# Functions
#
1.0.12 - - - 1.0.13 const raptor_syntax_description* librdf_parser_get_description (librdf_world* world, unsigned int counter) Deprecates librdf_parser_enumerate()
1.0.12 - - - 1.0.13 const raptor_syntax_description* librdf_query_results_formats_get_description (librdf_world* world, unsigned int counter) Deprecates librdf_query_results_formats_enumerate()
1.0.12 - - - 1.0.13 const raptor_syntax_description* librdf_serializer_get_description (librdf_world* world, unsigned int counter) Deprecates librdf_serializer_enumerate()
1.0.13 - - - 1.0.14 int librdf_parser_parse_iostream_as_stream (librdf_parser* parser, raptor_iostream *iostream, librdf_uri* base_uri) -
1.0.13 - - - 1.0.14 int librdf_parser_parse_iostream_into_model (librdf_parser* parser, raptor_iostream *iostream, librdf_uri* base_uri, librdf_model* model) -
1.0.13 - - - 1.0.14 const raptor_syntax_description* librdf_query_language_get_description (librdf_world* world, unsigned int counter) -
1.0.13 - - - 1.0.14 int librdf_unicode_char_to_utf8 (librdf_unichar c, unsigned char *output, int length) Documented but deprecated for raptor_unicode_utf8_string_put_char()
1.0.13 - - - 1.0.14 int librdf_utf8_to_unicode_char (librdf_unichar *output, const unsigned char *input, int length) Documented but deprecated for raptor_unicode_utf8_string_get_char()
1.0.13 - - - 1.0.14 unsigned char* librdf_utf8_to_latin1 (const unsigned char *input, int length, int *output_length) -
1.0.13 - - - 1.0.14 unsigned char* librdf_latin1_to_utf8 (const unsigned char *input, int length, int *output_length) -
1.0.13 - - - 1.0.14 void librdf_utf8_print (const unsigned char *input, int length, FILE *stream) -
1.0.14 - - - 1.0.15 void librdf_free_memory (void *ptr) -
1.0.14 - - - 1.0.15 void* librdf_alloc_memory (size_t size) -
1.0.14 - - - 1.0.15 void* librdf_calloc_memory (size_t nmemb, size_t size) -
1.0.14 - - - 1.0.15 librdf_statement* librdf_new_statement_from_statement2 (librdf_statement* statement) -
1.0.14 - - - 1.0.15 librdf_hash* librdf_new_hash (librdf_world *world, const char *name) -
#
# Types
#
1.0.12 type - - 1.0.13 type LIBRDF_VERSION - -
1.0.12 type - - 1.0.13 type LIBRDF_VERSION_STRING - -
1.0.12 type - - 1.0.13 type LIBRDF_VERSION_MAJOR - -
1.0.12 type - - 1.0.13 type LIBRDF_VERSION_MINOR - -
1.0.12 type - - 1.0.13 type LIBRDF_VERSION_RELEASE - -
1.0.12 type librdf_uri - 1.0.13 type librdf_uri - Now a typedef for raptor_uri
1.0.12 type librdf_node - 1.0.13 type librdf_node - Now a typedef for raptor_term
1.0.12 type librdf_statement - 1.0.13 type librdf_statement - Now a typedef for raptor_statement
#
# Enums
#
|