Binary compatibility report for the S-Lang library  between 2.0.6 and 2.0.7 versions on x86

Test Info


Library NameS-Lang
Version #12.0.6
Version #22.0.7
CPU Architecturex86
GCC Version4.6.1

Test Results


Total Header Files2
Total Shared Libraries1
Total Symbols / Types633 / 215
VerdictCompatible

Problem Summary


SeverityCount
Added Symbols-9
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low2
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
Other Changes-0

Added Symbols (9)


slang.h, libslang.so
SLfile_create_clientdata_id int* id )
SLfile_get_clientdata ( SLFile_FD_Type* f, int id, VOID_STAR* cdp )
SLfile_set_clientdata ( SLFile_FD_Type* f, void(*free_func)(VOID_STAR), VOID_STAR cd, int id )
SLfile_set_close_method ( SLFile_FD_Type* f, int(*func)(VOID_STAR) )
SLfile_set_dup_method ( SLFile_FD_Type* f, SLFile_FD_Type*(*func)(VOID_STAR) )
SLfile_set_getfd_method ( SLFile_FD_Type* f, int(*func)(VOID_STAR, int*) )
SLfile_set_read_method ( SLFile_FD_Type* f, int(*func)(VOID_STAR, char*, unsigned int) )
SLfile_set_write_method ( SLFile_FD_Type* f, int(*func)(VOID_STAR, char*, unsigned int) )
SLwchar_set_wcwidth_flags int flags )

to the top

Problems with Data Types, Low Severity (2)


slcurses.h
[+] struct SLcurses_Cell_Type (2)

to the top

Header Files (2)


slang.h
slcurses.h

to the top

Shared Libraries (1)


libslang.so

to the top




Generated on Thu Jan 19 12:55:31 2012 for S-Lang by ABI Compliance Checker 1.96.5  
A tool for checking backward binary compatibility of a shared C/C++ library API