Test Info
| Library Name | dico-dev |
| Version #1 | base |
| Version #2 | lfs |
| Arch | ARM |
| Subject | Source Compatibility |
Test Results
| Total Header Files | 17 |
| Total Libraries | 0 |
| Total Symbols / Types | 206 / 62 |
| Compatibility |
98.8% |
Problem Summary
| Severity | Count |
|---|
| Added Symbols | - | 4 |
| Removed Symbols | High | 4 |
Problems with Data Types | High | 0 |
| Medium | 0 |
| Low | 1 |
Problems with Symbols | High | 0 |
| Medium | 4 |
| Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols 4
stream.h
dico_stream_seek ( dico_stream_t stream, long long offset, int whence )
_Z16dico_stream_seekP11dico_streamxi
dico_stream_set_seek ( dico_stream_t stream, int(*fun_seek)(void*, long long, int, long long*) )
_Z20dico_stream_set_seekP11dico_streamPFiPvxiPxE
dico_stream_set_size ( dico_stream_t stream, int(*sizefn)(void*, long long*) )
_Z20dico_stream_set_sizeP11dico_streamPFiPvPxE
dico_stream_size ( dico_stream_t stream, long long* psize )
_Z16dico_stream_sizeP11dico_streamPx
to the top
Removed Symbols 4
stream.h
dico_stream_seek ( dico_stream_t stream, long offset, int whence )
_Z16dico_stream_seekP11dico_streamli
dico_stream_set_seek ( dico_stream_t stream, int(*fun_seek)(void*, long, int, long*) )
_Z20dico_stream_set_seekP11dico_streamPFiPvliPlE
dico_stream_set_size ( dico_stream_t stream, int(*sizefn)(void*, long*) )
_Z20dico_stream_set_sizeP11dico_streamPFiPvPlE
dico_stream_size ( dico_stream_t stream, long* psize )
_Z16dico_stream_sizeP11dico_streamPl
to the top
Problems with Symbols, Medium Severity 4
stream.h
[+] dico_stream_seek ( dico_stream_t stream, long offset, int whence ) 1
⇣
dico_stream_seek ( dico_stream_t stream, long long offset, int whence )
_Z16dico_stream_seekP11dico_streamli
|
Change |
Effect |
| 1 |
Parameters list has been changed. |
Recompilation of a client program may be broken. |
[+] dico_stream_set_seek ( dico_stream_t stream, int(*fun_seek)(void*, long, int, long*) ) 1
⇣
dico_stream_set_seek ( dico_stream_t stream, int(*fun_seek)(void*, long long, int, long long*) )
_Z20dico_stream_set_seekP11dico_streamPFiPvliPlE
|
Change |
Effect |
| 1 |
Parameters list has been changed. |
Recompilation of a client program may be broken. |
[+] dico_stream_set_size ( dico_stream_t stream, int(*sizefn)(void*, long*) ) 1
⇣
dico_stream_set_size ( dico_stream_t stream, int(*sizefn)(void*, long long*) )
_Z20dico_stream_set_sizeP11dico_streamPFiPvPlE
|
Change |
Effect |
| 1 |
Parameters list has been changed. |
Recompilation of a client program may be broken. |
[+] dico_stream_size ( dico_stream_t stream, long* psize ) 1
⇣
dico_stream_size ( dico_stream_t stream, long long* psize )
_Z16dico_stream_sizeP11dico_streamPl
|
Change |
Effect |
| 1 |
Parameters list has been changed. |
Recompilation of a client program may be broken. |
to the top
Problems with Data Types, Low Severity 1
stdio.h
[+] typedef off_t 1
|
Change |
Effect |
| 1 |
Base type has been changed from long to long long. |
Recompilation of a client program may be broken. |
[+] affected symbols: 2 (1%)
dico_stream_bytes_in ( dico_stream_t stream )
Return value is of type 'off_t'.
dico_stream_bytes_out ( dico_stream_t stream )
Return value is of type 'off_t'.
to the top
Header Files 17
argcv.h
assoc.h
diag.h
dico.h
filter.h
list.h
markup.h
parseopt.h
strat.h
stream.h
tokenize.h
types.h
udb.h
url.h
utf8.h
util.h
xlat.h
to the top
Libraries 0
to the top