Binary compatibility report for the libmowgli library between 0.9.50 and 0.9.95 versions on x86
Test Info
Library Name | libmowgli |
Version #1 | 0.9.50 |
Version #2 | 0.9.95 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 1 |
Total Shared Libraries | 1 |
Total Symbols / Types | 171 / 117 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 18 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
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