Binary compatibility report for the uriparser library  between 0.2.1 and 0.3.0 versions on x86

Test Info


Library Nameuriparser
Version #10.2.1
Version #20.3.0
CPU Typex86
GCC Version4.6.1

Test Results


Total Header Files1
Total Shared Libraries1
Total Symbols / Types4 / 13
VerdictCompatible

Problem Summary


SeverityCount
Added Symbols-14
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
Other Changes
in Constants
-10

Added Symbols (14)


Uri.h, liburiparser.so
uriFreeUriMembersA UriUriA* uri )
uriFreeUriMembersW UriUriW* uri )
uriParseUriA ( UriParserStateA* state, char const* text )
uriParseUriExA ( UriParserStateA* state, char const* first, char const* afterLast )
uriParseUriExW ( UriParserStateW* state, wchar_t const* first, wchar_t const* afterLast )
uriParseUriW ( UriParserStateW* state, wchar_t const* text )
uriUnescapeInPlaceA char* inout )
uriUnescapeInPlaceW wchar_t* inout )

UriBase.h, liburiparser.so
uriGetOctetValue ( unsigned char const* digits, int digitCount )
uriWriteQuadToDoubleByte ( unsigned char const* hexDigits, int digitCount, unsigned char* output )

UriIp4.h, liburiparser.so
uriParseIpFourAddressA ( unsigned char* octetOutput, char const* first, char const* afterLast )
uriParseIpFourAddressW ( unsigned char* octetOutput, wchar_t const* first, wchar_t const* afterLast )

UriIp4Base.h, liburiparser.so
uriPushToStack ( UriIp4Parser* parser, unsigned char digit )
uriStackToOctet ( UriIp4Parser* parser, unsigned char* octet )

to the top

Other Changes in Constants (10)


Uri.h
[+] URI_TWICE_H_ANSI
[+] URI_TWICE_H_UNICODE

UriBase.h
[+] URI_ERROR_MALLOC
[+] URI_ERROR_NULL
[+] URI_ERROR_SYNTAX
[+] URI_FALSE
[+] URI_SUCCESS
[+] URI_TRUE

UriIp4.h
[+] URI_IP4_TWICE_H_ANSI
[+] URI_IP4_TWICE_H_UNICODE

to the top

Header Files (1)


uriparser.h

to the top

Shared Libraries (1)


liburiparser.so

to the top




Generated on Mon Jan 26 17:27:07 2015 for uriparser by ABI Compliance Checker 1.99.9  
A tool for checking backward compatibility of a C/C++ library API