Binary compatibility report for the readline library between 6.0 and 6.1 versions on x86
Test Info
Library Name | readline |
Version #1 | 6.0 |
Version #2 | 6.1 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 8 |
Total Shared Libraries | 2 |
Total Symbols / Types | 375 / 71 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 3 |
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 | - | 1 |
Added Symbols (3)
readline.h,
libreadline.so.6.1
rl_backward_menu_complete ( int p1, int p2 )
rl_filename_rewrite_hook [data]
rl_skip_csi_sequence ( 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 0x800000 to 0x1000000. | 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 (1)
readline.h
[+] RL_STATE_REDISPLAYING
| Change | Effect |
---|
1 | The constant RL_STATE_REDISPLAYING with value 0x800000 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.6.0
libreadline.so.6.0
to the top