Binary compatibility report for the lfcbase library between 1.5.6 and 1.5.7 versions on x86
Test Info
Library Name | lfcbase |
Version #1 | 1.5.6 |
Version #2 | 1.5.7 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 34 |
Total Shared Libraries | 1 |
Total Symbols / Types | 388 / 141 |
Verdict | Incompatible (1%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 4 |
Removed Symbols | High | 4 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 4 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (4)
Tokenizer.h,
liblfcbase.so.1.0.0
Tokenizer::Tokenizer [in-charge] ( Chain const& tokenStream, Chain const& sep, char esc )
[symbol: _ZN9TokenizerC1ERK5ChainS2_c]
Tokenizer::Tokenizer [in-charge] ( char* buf, int len, Chain const& sep, char esc )
[symbol: _ZN9TokenizerC1EPciRK5Chainc]
Tokenizer::Tokenizer [not-in-charge] ( Chain const& tokenStream, Chain const& sep, char esc )
[symbol: _ZN9TokenizerC2ERK5ChainS2_c]
Tokenizer::Tokenizer [not-in-charge] ( char* buf, int len, Chain const& sep, char esc )
[symbol: _ZN9TokenizerC2EPciRK5Chainc]
to the top
Removed Symbols (4)
Tokenizer.h,
liblfcbase.so.1.0.0
Tokenizer::Tokenizer [in-charge] ( Chain const& tokenStream, Chain const& sep, char quote, char esc )
[symbol: _ZN9TokenizerC1ERK5ChainS2_cc]
Tokenizer::Tokenizer [in-charge] ( char* buf, int len, Chain const& sep, char quote, char esc )
[symbol: _ZN9TokenizerC1EPciRK5Chaincc]
Tokenizer::Tokenizer [not-in-charge] ( Chain const& tokenStream, Chain const& sep, char quote, char esc )
[symbol: _ZN9TokenizerC2ERK5ChainS2_cc]
Tokenizer::Tokenizer [not-in-charge] ( char* buf, int len, Chain const& sep, char quote, char esc )
[symbol: _ZN9TokenizerC2EPciRK5Chaincc]
to the top
Problems with Symbols, High Severity (4)
Tokenizer.h,
liblfcbase.so.1.0.0
[+] Tokenizer::Tokenizer [in-charge] ( Chain const& tokenStream, Chain const& sep, char quote, char esc ) (1)
changed to:Tokenizer::Tokenizer [in-charge] ( Chain const& tokenStream, Chain const& sep, char esc )
[symbol: _ZN9TokenizerC1ERK5ChainS2_cc]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN9TokenizerC1ERK5ChainS2_cc to _ZN9TokenizerC1ERK5ChainS2_c. This may cause "undefined reference" linker error in old client applications. |
[+] Tokenizer::Tokenizer [not-in-charge] ( Chain const& tokenStream, Chain const& sep, char quote, char esc ) (1)
changed to:Tokenizer::Tokenizer [not-in-charge] ( Chain const& tokenStream, Chain const& sep, char esc )
[symbol: _ZN9TokenizerC2ERK5ChainS2_cc]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN9TokenizerC2ERK5ChainS2_cc to _ZN9TokenizerC2ERK5ChainS2_c. This may cause "undefined reference" linker error in old client applications. |
[+] Tokenizer::Tokenizer [in-charge] ( char* buf, int len, Chain const& sep, char quote, char esc ) (1)
changed to:Tokenizer::Tokenizer [in-charge] ( Chain const& tokenStream, Chain const& sep, char esc )
[symbol: _ZN9TokenizerC1EPciRK5Chaincc]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN9TokenizerC1EPciRK5Chaincc to _ZN9TokenizerC1ERK5ChainS2_c. This may cause "undefined reference" linker error in old client applications. |
[+] Tokenizer::Tokenizer [not-in-charge] ( char* buf, int len, Chain const& sep, char quote, char esc ) (1)
changed to:Tokenizer::Tokenizer [not-in-charge] ( Chain const& tokenStream, Chain const& sep, char esc )
[symbol: _ZN9TokenizerC2EPciRK5Chaincc]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN9TokenizerC2EPciRK5Chaincc to _ZN9TokenizerC2ERK5ChainS2_c. This may cause "undefined reference" linker error in old client applications. |
to the top
Header Files (34)
AESCrypt.h
AVLTreeT.h
Base64Coder.h
BigDecimal.h
BigInteger.h
Bitmap.h
Chain.h
CommandExecuter.h
Crypt.h
Datetime.h
Directory.h
Exception.h
File.h
GetLongOpt.h
GetOpt.h
Host.h
ListT.h
Logger.h
Matcher.h
NanoTimer.h
Net.h
NetHandler.h
Process.h
Semaphore.h
SetT.h
SharedMemory.h
SigHandler.h
Sleeper.h
StackT.h
Thread.h
ThreadLock.h
Timer.h
Tokenizer.h
TreeT.h
to the top
Shared Libraries (1)
liblfcbase.so.1.0.0
to the top