Binary compatibility report for the readline library between 5.0 and 5.1 versions on x86
Test Info
Library Name | readline |
Version #1 | 5.0 |
Version #2 | 5.1 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 8 |
Total Shared Libraries | 2 |
Total Symbols / Types | 364 / 71 |
Verdict | Compatible |
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 | 0 |
Low | 0 |
Problems with Constants | Low | 1 |
Other Changes in Constants | - | 4 |
Added Symbols (4)
readline.h,
libreadline.so.5.1
rl_prefer_env_winsize [data]
rl_reset_screen_size ( )
rl_variable_value ( char const* p1 )
rl_vi_rubout ( int p1, int p2 )
to the top
Problems with Constants, Low Severity (1)
readline.h
[+] RL_STATE_DONE
| Change | Effect |
---|
1 | The value of constant RL_STATE_DONE has been changed from 0x80000 to 0x800000. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
to the top
Other Changes in Constants (4)
readline.h
[+] RL_STATE_CALLBACK
| Change | Effect |
---|
1 | The constant RL_STATE_CALLBACK with value 0x080000 has been added. | No effect. |
[+] RL_STATE_MULTIKEY
| Change | Effect |
---|
1 | The constant RL_STATE_MULTIKEY with value 0x200000 has been added. | No effect. |
[+] RL_STATE_VICMDONCE
| Change | Effect |
---|
1 | The constant RL_STATE_VICMDONCE with value 0x400000 has been added. | No effect. |
[+] RL_STATE_VIMOTION
| Change | Effect |
---|
1 | The constant RL_STATE_VIMOTION with value 0x100000 has been added. | No effect. |
to the top
Header Files (8)
chardefs.h
history.h
keymaps.h
readline.h
rlconf.h
rlstdc.h
rltypedefs.h
tilde.h
to the top
Shared Libraries (2)
libhistory.so.5.0
libreadline.so.5.0
to the top