Binary compatibility report for the Tcl library between 8.4.2 and 8.4.3 versions on x86
Test Info
Library Name | Tcl |
Version #1 | 8.4.2 |
Version #2 | 8.4.3 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 3 |
Total Shared Libraries | 1 |
Total Symbols / Types | 496 / 531 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 0 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 1 |
Problems with Constants | Low | 0 |
Problems with Symbols, Low Severity (1)
tclDecls.h,
libtcl8.4.so
[+] Tcl_JoinThread ( Tcl_ThreadId id, int* result ) (1)
changed to:Tcl_JoinThread ( Tcl_ThreadId threadId, int* result )
| Change | Effect |
---|
1 | 1st parameter id has been renamed to threadId. | Renaming of a parameter may indicate a change in its semantic meaning. |
to the top
Header Files (3)
tcl.h
tclDecls.h
tclPlatDecls.h
to the top
Shared Libraries (1)
libtcl8.4.so
to the top