Binary compatibility report for the Tcl library  between 8.1.1 and 8.2.0 versions on x86

Test Info


Library NameTcl
Version #18.1.1
Version #28.2.0
CPU Typex86
GCC Version4.6.1

Test Results


Total Header Files2
Total Shared Libraries1
Total Symbols / Types373 / 395
VerdictCompatible

Problem Summary


SeverityCount
Added Symbols-16
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low17
Problems with
Symbols
High0
Medium0
Low3
Problems with
Constants
Low0

Added Symbols (16)


tclDecls.h, libtcl8.2.so
Tcl_AppendUnicodeToObj Tcl_Obj* objPtr, Tcl_UniChar* unicode, int length )
Tcl_GetAllocMutex ( )
Tcl_GetChannelNames Tcl_Interp* interp )
Tcl_GetCharLength Tcl_Obj* objPtr )
Tcl_GetRange Tcl_Obj* objPtr, int first, int last )
Tcl_GetStackedChannel Tcl_Channel chan )
Tcl_GetUniChar Tcl_Obj* objPtr, int index )
Tcl_GetUnicode Tcl_Obj* objPtr )
Tcl_NewUnicodeObj ( Tcl_UniChar* unicode, int numChars )
Tcl_RegExpExecObj ( Tcl_Interp* interp, Tcl_RegExp regexp, Tcl_Obj* objPtr, int offset, int nmatches, int flags )
Tcl_RegExpGetInfo ( Tcl_RegExp regexp, Tcl_RegExpInfo* infoPtr )
Tcl_RegExpMatchObj ( Tcl_Interp* interp, Tcl_Obj* stringObj, Tcl_Obj* patternObj )
Tcl_SetNotifier Tcl_NotifierProcs* notifierProcPtr )
Tcl_SetUnicodeObj Tcl_Obj* objPtr, Tcl_UniChar* unicode, int numChars )
Tcl_StackChannel ( Tcl_Interp* interp, Tcl_ChannelType* typePtr, ClientData instanceData, int mask, Tcl_Channel prevChan )
Tcl_UnstackChannel ( Tcl_Interp* interp, Tcl_Channel chan )

to the top

Problems with Data Types, Low Severity (17)


tclDecls.h
[+] struct TclStubs (17)

to the top

Problems with Symbols, Low Severity (3)


tclDecls.h, libtcl8.1.so
[+] Tcl_UniCharNcmp ( Tcl_UniChar const* cs, Tcl_UniChar const* ct, size_t n ) (1)
[+] Tcl_UtfNcasecmp char const* s1, char const* s2, size_t n ) (1)
[+] Tcl_UtfNcmp char const* s1, char const* s2, size_t n ) (1)

to the top

Header Files (2)


tcl.h
tclDecls.h

to the top

Shared Libraries (1)


libtcl8.1.so

to the top




Generated on Tue Jul 24 20:22:31 2012 for Tcl by ABI Compliance Checker 1.98.4  
A tool for checking backward compatibility of a C/C++ library API