Binary compatibility report for the libXfont library between 1.4.8 and 1.4.99.901 versions on x86
Test Info
Library Name | libXfont |
Version #1 | 1.4.8 |
Version #2 | 1.4.99.901 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 15 |
Total Shared Libraries | 1 |
Total Symbols / Types | 144 / 269 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 0 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 7 |
Problems with Constants | Low | 1 |
Problems with Symbols, Low Severity (7)
fntfil.h,
libXfont.so.1.4.1
[+] FontFileListFonts ( pointer client, FontPathElementPtr fpe, char* pat, int len, int max, FontNamesPtr names ) (1)
changed to:FontFileListFonts ( pointer client, FontPathElementPtr fpe, char const* pat, int len, int max, FontNamesPtr names )
| Change | Effect |
---|
1 | Type of 3rd parameter pat has been changed from char* to char const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] FontFileNameCheck ( char* name ) (1)
changed to:FontFileNameCheck ( char const* name )
| Change | Effect |
---|
1 | Type of 1st parameter name has been changed from char* to char const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] FontFileOpenFont ( pointer client, FontPathElementPtr fpe, Mask flags, char* name, int namelen, fsBitmapFormat format, fsBitmapFormatMask fmask, XID id, FontPtr* pFont, char** aliasName, FontPtr non_cachable_font ) (1)
changed to:FontFileOpenFont ( pointer client, FontPathElementPtr fpe, Mask flags, char const* name, int namelen, fsBitmapFormat format, fsBitmapFormatMask fmask, XID id, FontPtr* pFont, char** aliasName, FontPtr non_cachable_font )
| Change | Effect |
---|
1 | Type of 4th parameter name has been changed from char* to char const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] FontFileReadDirectory ( char* directory, FontDirectoryPtr* pdir ) (1)
changed to:FontFileReadDirectory ( char const* directory, FontDirectoryPtr* pdir )
| Change | Effect |
---|
1 | Type of 1st parameter directory has been changed from char* to char const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] FontFileStartListFonts ( pointer client, FontPathElementPtr fpe, char* pat, int len, int max, pointer* privatep, int mark_aliases ) (1)
changed to:FontFileStartListFonts ( pointer client, FontPathElementPtr fpe, char const* pat, int len, int max, pointer* privatep, int mark_aliases )
| Change | Effect |
---|
1 | Type of 3rd parameter pat has been changed from char* to char const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] FontFileStartListFontsAndAliases ( pointer client, FontPathElementPtr fpe, char* pat, int len, int max, pointer* privatep ) (1)
changed to:FontFileStartListFontsAndAliases ( pointer client, FontPathElementPtr fpe, char const* pat, int len, int max, pointer* privatep )
| Change | Effect |
---|
1 | Type of 3rd parameter pat has been changed from char* to char const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] FontFileStartListFontsWithInfo ( pointer client, FontPathElementPtr fpe, char* pat, int len, int max, pointer* privatep ) (1)
changed to:FontFileStartListFontsWithInfo ( pointer client, FontPathElementPtr fpe, char const* pat, int len, int max, pointer* privatep )
| Change | Effect |
---|
1 | Type of 3rd parameter pat has been changed from char* to char const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
to the top
Problems with Constants, Low Severity (1)
fontconf.h
[+] XFONT_SNFFORMAT
| Change | Effect |
---|
1 | The constant XFONT_SNFFORMAT with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
to the top
Header Files (15)
bdfint.h
bitmap.h
bufio.h
fntfil.h
fntfilio.h
fntfilst.h
fontconf.h
fontencc.h
fontmisc.h
fontshow.h
fontutil.h
fontxlfd.h
ft.h
ftfuncs.h
pcf.h
to the top
Shared Libraries (1)
libXfont.so.1.4.1
to the top