Binary compatibility report for the libmowgli library between 0.1.3 and 0.1.4 versions on x86
Test Info
Library Name | libmowgli |
Version #1 | 0.1.3 |
Version #2 | 0.1.4 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 1 |
Total Shared Libraries | 1 |
Total Symbols / Types | 78 / 56 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 12 |
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 (12)
mowgli_error_backtrace.h,
libmowgli.so.1.0.0
mowgli_error_context_create ( )
mowgli_error_context_destroy ( mowgli_error_context_t* e )
mowgli_error_context_display ( mowgli_error_context_t* e, char const* delim )
mowgli_error_context_display_with_error ( mowgli_error_context_t* e, char const* delim, char const* error )
mowgli_error_context_pop ( mowgli_error_context_t* e )
mowgli_error_context_push ( mowgli_error_context_t* e, char const* msg, ... )
mowgli_random.h,
libmowgli.so.1.0.0
mowgli_random_destroy ( mowgli_random_t* self )
mowgli_random_int ( mowgli_random_t* self )
mowgli_random_int_ranged ( mowgli_random_t* self, int begin, int end )
mowgli_random_new ( )
mowgli_random_new_with_seed ( unsigned int seed )
mowgli_random_reseed ( mowgli_random_t* self, unsigned int seed )
to the top
Header Files (1)
mowgli.h
to the top
Shared Libraries (1)
libmowgli.so.1.0.0
to the top