Binary compatibility report for the readline library between 4.0 and 4.1 versions on x86
Test Info
Library Name | readline |
Version #1 | 4.0 |
Version #2 | 4.1 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 7 |
Total Shared Libraries | 2 |
Total Symbols / Types | 313 / 54 |
Verdict | Incompatible (0.3%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 4 |
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 |
Added Symbols (4)
readline.h,
libreadline.so
rl_already_prompted [data]
rl_gnu_readline_p [data]
rl_num_chars_to_read [data]
rl_on_new_line_with_prompt ( )
to the top
Problems with Symbols, Medium Severity (2)
tilde.h,
libreadline.so
[+] tilde_expand ( ) (1)
changed to:tilde_expand ( char* p1 )
| Change | Effect |
---|
1 | 1st parameter p1 has been added to the calling stack. | This parameter will not be initialized by old clients. |
[+] tilde_expand_word ( ) (1)
changed to:tilde_expand_word ( char* p1 )
| Change | Effect |
---|
1 | 1st parameter p1 has been added to the calling stack. | This parameter will not be initialized by old clients. |
to the top
Header Files (7)
chardefs.h
history.h
keymaps.h
readline.h
rlconf.h
rlstdc.h
tilde.h
to the top
Shared Libraries (2)
libhistory.so
libreadline.so
to the top