Binary compatibility report for the kyotocabinet library between 1.2.56 and 1.2.57 versions on x86
Test Info
Library Name | kyotocabinet |
Version #1 | 1.2.56 |
Version #2 | 1.2.57 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 18 |
Total Shared Libraries | 1 |
Total Symbols / Types | 785 / 302 |
Verdict | Incompatible (0.1%) |
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 | 2 |
Low | 0 |
Problems with Constants | Low | 0 |
Problems with Symbols, Medium Severity (2)
kclangc.h,
libkyotocabinet.so.9.17.0
[+] kcdbincrdouble ( KCDB* db, char const* kbuf, size_t ksiz, double num ) (1)
changed to:kcdbincrdouble ( KCDB* db, char const* kbuf, size_t ksiz, double num, double orig )
| Change | Effect |
---|
1 | Parameter orig of type double has been added to the calling stack. | This parameter will not be initialized by old clients. |
[+] kcdbincrint ( KCDB* db, char const* kbuf, size_t ksiz, int64_t num ) (1)
changed to:kcdbincrint ( KCDB* db, char const* kbuf, size_t ksiz, int64_t num, int64_t orig )
| Change | Effect |
---|
1 | Parameter orig of type int64_t has been added to the calling stack. | This parameter will not be initialized by old clients. |
to the top
Header Files (18)
kccachedb.h
kccommon.h
kccompare.h
kccompress.h
kcdb.h
kcdbext.h
kcdirdb.h
kcfile.h
kchashdb.h
kclangc.h
kcmap.h
kcplantdb.h
kcpolydb.h
kcprotodb.h
kcregex.h
kcstashdb.h
kcthread.h
kcutil.h
to the top
Shared Libraries (1)
libkyotocabinet.so.9.17.0
to the top