Binary compatibility report for the libmowgli library between 0.9.50 and 0.9.95 versions on x86

Test Info


Library Namelibmowgli
Version #10.9.50
Version #20.9.95
CPU Typex86
GCC Version4.6.1

Test Results


Total Header Files1
Total Shared Libraries1
Total Symbols / Types171 / 117
VerdictCompatible

Problem Summary


SeverityCount
Added Symbols-18
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0

Added Symbols (18)


mowgli_index.h, libmowgli.so.2.0.0
mowgli_index_allocate ( mowgli_index_t* index, int size )
mowgli_index_append ( mowgli_index_t* index, void* value )
mowgli_index_copy_append ( mowgli_index_t* source, int from, mowgli_index_t* target, int count )
mowgli_index_copy_insert ( mowgli_index_t* source, int from, mowgli_index_t* target, int to, int count )
mowgli_index_copy_set ( mowgli_index_t* source, int from, mowgli_index_t* target, int to, int count )
mowgli_index_count mowgli_index_t* index )
mowgli_index_create ( )
mowgli_index_delete ( mowgli_index_t* index, int at, int count )
mowgli_index_destroy mowgli_index_t* index )
mowgli_index_get ( mowgli_index_t* index, int at )
mowgli_index_insert ( mowgli_index_t* index, int at, void* value )
mowgli_index_merge_append ( mowgli_index_t* first, mowgli_index_t* second )
mowgli_index_merge_insert ( mowgli_index_t* first, int at, mowgli_index_t* second )
mowgli_index_move ( mowgli_index_t* index, int from, int to, int count )
mowgli_index_set ( mowgli_index_t* index, int at, void* value )
mowgli_index_sort ( mowgli_index_t* index, int(*compare)(void const*, void const*) )

mowgli_string.h, libmowgli.so.2.0.0
mowgli_strlcat char* dest, char const* src, size_t count )
mowgli_strlcpy char* dest, char const* src, size_t count )

to the top

Header Files (1)


mowgli.h

to the top

Shared Libraries (1)


libmowgli.so.2.0.0

to the top