Binary compatibility report for the iniParser library  between 3.0 and 3.1 versions on x86

Test Info


Library NameiniParser
Version #13.0
Version #23.1
CPU Typex86
GCC Version4.6.1

Test Results


Total Header Files2
Total Shared Libraries1
Total Symbols / Types20 / 27
VerdictCompatible

Problem Summary


SeverityCount
Added Symbols-3
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low14
Problems with
Constants
Low0

Added Symbols (3)


iniparser.h, libiniparser.so.0
iniparser_dumpsection_ini dictionary* d, char* s, FILE* f )
iniparser_getseckeys dictionary* d, char* s )
iniparser_getsecnkeys dictionary* d, char* s )

to the top

Problems with Symbols, Low Severity (14)


dictionary.h, libiniparser.so.0
[+] dictionary_get dictionary* d, char* key, char* def ) (1)
[+] dictionary_hash char* key ) (1)
[+] dictionary_set dictionary* vd, char* key, char* val ) (2)
[+] dictionary_unset dictionary* d, char* key ) (1)

iniparser.h, libiniparser.so.0
[+] iniparser_find_entry dictionary* ini, char* entry ) (1)
[+] iniparser_getboolean dictionary* d, char* key, int notfound ) (1)
[+] iniparser_getdouble dictionary* d, char* key, double notfound ) (1)
[+] iniparser_getint dictionary* d, char* key, int notfound ) (1)
[+] iniparser_getstring dictionary* d, char* key, char* def ) (1)
[+] iniparser_load char* ininame ) (1)
[+] iniparser_set dictionary* ini, char* entry, char* val ) (2)
[+] iniparser_unset dictionary* ini, char* entry ) (1)

to the top

Header Files (2)


dictionary.h
iniparser.h

to the top

Shared Libraries (1)


libiniparser.so.0

to the top




Generated on Tue Jun 26 16:08:03 2012 for iniParser by ABI Compliance Checker 1.98.2  
A tool for checking backward compatibility of a C/C++ library API