Binary compatibility report for the uriparser library between 0.5.1 and 0.5.2 versions on x86
Test Info
Library Name | uriparser |
Version #1 | 0.5.1 |
Version #2 | 0.5.2 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 6 |
Total Shared Libraries | 1 |
Total Symbols / Types | 28 / 59 |
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 | 2 |
Problems with Constants | Low | 0 |
Other Changes in Constants | - | 2 |
Added Symbols (12)
Uri.h,
liburiparser.so.0.0.0
uriEscapeExA ( char const* inFirst, char const* inAfterLast, char* out, UriBool spaceToPlus, UriBool normalizeBreaks )
uriEscapeExW ( wchar_t const* inFirst, wchar_t const* inAfterLast, wchar_t* out, UriBool spaceToPlus, UriBool normalizeBreaks )
uriRemoveBaseUriA ( UriUriA* dest, UriUriA const* absoluteSource, UriUriA const* absoluteBase, UriBool domainRootMode )
uriRemoveBaseUriW ( UriUriW* dest, UriUriW const* absoluteSource, UriUriW const* absoluteBase, UriBool domainRootMode )
uriUnixFilenameToUriStringA ( char const* filename, char* uriString )
uriUnixFilenameToUriStringW ( wchar_t const* filename, wchar_t* uriString )
uriUriStringToUnixFilenameA ( char const* uriString, char* filename )
uriUriStringToUnixFilenameW ( wchar_t const* uriString, wchar_t* filename )
uriUriStringToWindowsFilenameA ( char const* uriString, char* filename )
uriUriStringToWindowsFilenameW ( wchar_t const* uriString, wchar_t* filename )
uriWindowsFilenameToUriStringA ( char const* filename, char* uriString )
uriWindowsFilenameToUriStringW ( wchar_t const* filename, wchar_t* uriString )
to the top
Problems with Symbols, Low Severity (2)
Uri.h,
liburiparser.so.0.0.0
[+] uriEscapeA ( char const* in, char* out, UriBool spaceToPlus, UriBool normalizeBreaks ) (1)
| Change | Effect |
---|
1 | Type of return value has been changed from char const* to char*. | Replacement of return type may indicate a change in its semantic meaning. |
[+] uriEscapeW ( wchar_t const* in, wchar_t* out, UriBool spaceToPlus, UriBool normalizeBreaks ) (1)
| Change | Effect |
---|
1 | Type of return value has been changed from wchar_t const* to wchar_t*. | Replacement of return type may indicate a change in its semantic meaning. |
to the top
Other Changes in Constants (2)
UriBase.h
[+] URI_ERROR_REMOVEBASE_REL_BASE
| Change | Effect |
---|
1 | The constant URI_ERROR_REMOVEBASE_REL_BASE with value 6 has been added. | No effect. |
[+] URI_ERROR_REMOVEBASE_REL_SOURCE
| Change | Effect |
---|
1 | The constant URI_ERROR_REMOVEBASE_REL_SOURCE with value 7 has been added. | No effect. |
to the top
Header Files (6)
Uri.h
UriBase.h
UriDefsAnsi.h
UriDefsConfig.h
UriDefsUnicode.h
UriIp4.h
to the top
Shared Libraries (1)
liburiparser.so.0.0.0
to the top