Binary compatibility report for the libJSON library between 6.2 and 6.2.1 versions on x86
Test Info
Library Name | libJSON |
Version #1 | 6.2 |
Version #2 | 6.2.1 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 11 |
Total Shared Libraries | 1 |
Total Symbols / Types | 105 / 43 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 0 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 5 |
Problems with Constants | Low | 0 |
Problems with Symbols, Low Severity (5)
libjson.h,
libjson.so
[+] json_as_bool ( void const* node ) (1)
| Change | Effect |
---|
1 | Type of return value has been changed from int to json_bool_t. | Replacement of return type may indicate a change in its semantic meaning. |
[+] json_empty ( void const* node ) (1)
| Change | Effect |
---|
1 | Type of return value has been changed from int to json_bool_t. | Replacement of return type may indicate a change in its semantic meaning. |
[+] json_equal ( void* node, void* node2 ) (1)
| Change | Effect |
---|
1 | Type of return value has been changed from int to json_bool_t. | Replacement of return type may indicate a change in its semantic meaning. |
[+] json_new_b ( char const* name, int value ) (1)
changed to:json_new_b ( char const* name, json_bool_t value )
| Change | Effect |
---|
1 | Type of 2nd parameter value has been changed from int to json_bool_t. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] json_set_b ( void* node, int value ) (1)
changed to:json_set_b ( void* node, json_bool_t value )
| Change | Effect |
---|
1 | Type of 2nd parameter value has been changed from int to json_bool_t. | Replacement of parameter data type may indicate a change in its semantic meaning. |
to the top
Header Files (11)
internalJSONNode.h
JSON_Base64.h
JSONChildren.h
JSONDebug.h
JSONDefs.h
JSONMemory.h
JSONNode.h
JSONOptions.h
JSONWorker.h
libjson.h
NumberToString.h
to the top
Shared Libraries (1)
libjson.so
to the top