Binary compatibility report for the TRE library between 0.7.6 and 0.8.0 versions on x86
Test Info
Library Name | TRE |
Version #1 | 0.7.6 |
Version #2 | 0.8.0 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 2 |
Total Shared Libraries | 1 |
Total Symbols / Types | 20 / 10 |
Verdict | Incompatible (80%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 16 |
Removed Symbols | High | 16 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (16)
tre.h,
libtre.so.5.0.0
tre_regaexec ( regex_t const* preg, char const* string, regamatch_t* match, regaparams_t params, int eflags )
tre_reganexec ( regex_t const* preg, char const* string, size_t len, regamatch_t* match, regaparams_t params, int eflags )
tre_regaparams_default ( regaparams_t* params )
tre_regawexec ( regex_t const* preg, wchar_t const* string, regamatch_t* match, regaparams_t params, int eflags )
tre_regawnexec ( regex_t const* preg, wchar_t const* string, size_t len, regamatch_t* match, regaparams_t params, int eflags )
tre_regcomp ( regex_t* preg, char const* regex, int cflags )
tre_regerror ( int errcode, regex_t const* preg, char* errbuf, size_t errbuf_size )
tre_regexec ( regex_t const* preg, char const* string, size_t nmatch, regmatch_t* pmatch, int eflags )
tre_regfree ( regex_t* preg )
tre_regncomp ( regex_t* preg, char const* regex, size_t len, int cflags )
tre_regnexec ( regex_t const* preg, char const* string, size_t len, size_t nmatch, regmatch_t* pmatch, int eflags )
tre_reguexec ( regex_t const* preg, tre_str_source const* string, size_t nmatch, regmatch_t* pmatch, int eflags )
tre_regwcomp ( regex_t* preg, wchar_t const* regex, int cflags )
tre_regwexec ( regex_t const* preg, wchar_t const* string, size_t nmatch, regmatch_t* pmatch, int eflags )
tre_regwncomp ( regex_t* preg, wchar_t const* regex, size_t len, int cflags )
tre_regwnexec ( regex_t const* preg, wchar_t const* string, size_t len, size_t nmatch, regmatch_t* pmatch, int eflags )
to the top
Removed Symbols (16)
regex.h,
libtre.so.4.2.5
regaexec ( regex_t const* preg, char const* string, regamatch_t* match, regaparams_t params, int eflags )
reganexec ( regex_t const* preg, char const* string, size_t len, regamatch_t* match, regaparams_t params, int eflags )
regaparams_default ( regaparams_t* params )
regawexec ( regex_t const* preg, wchar_t const* string, regamatch_t* match, regaparams_t params, int eflags )
regawnexec ( regex_t const* preg, wchar_t const* string, size_t len, regamatch_t* match, regaparams_t params, int eflags )
regcomp ( regex_t* preg, char const* regex, int cflags )
regerror ( int errcode, regex_t const* preg, char* errbuf, size_t errbuf_size )
regexec ( regex_t const* preg, char const* string, size_t nmatch, regmatch_t* pmatch, int eflags )
regfree ( regex_t* preg )
regncomp ( regex_t* preg, char const* regex, size_t len, int cflags )
regnexec ( regex_t const* preg, char const* string, size_t len, size_t nmatch, regmatch_t* pmatch, int eflags )
reguexec ( regex_t const* preg, tre_str_source const* string, size_t nmatch, regmatch_t* pmatch, int eflags )
regwcomp ( regex_t* preg, wchar_t const* regex, int cflags )
regwexec ( regex_t const* preg, wchar_t const* string, size_t nmatch, regmatch_t* pmatch, int eflags )
regwncomp ( regex_t* preg, wchar_t const* regex, size_t len, int cflags )
regwnexec ( regex_t const* preg, wchar_t const* string, size_t len, size_t nmatch, regmatch_t* pmatch, int eflags )
to the top
Header Files (2)
regex.h
tre-config.h
to the top
Shared Libraries (1)
libtre.so.4.2.5
to the top
Generated on Tue Jul 24 20:08:59 2012 for TRE by ABI Compliance Checker 1.98.4
A tool for checking backward compatibility of a C/C++ library API