libFS: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Nov 12 19:58:12 UTC 2018


 configure.ac     |    2 +-
 src/FSFontInfo.c |   32 +++++++++++++++++++++++---------
 src/FSFtNames.c  |   23 ++++++++++++++++++-----
 src/FSListCats.c |   28 ++++++++++++++++++++--------
 src/FSOpenFont.c |   17 ++++++++++++-----
 src/FSQGlyphs.c  |   28 +++++++++++++++++-----------
 src/FSQXExt.c    |   28 +++++++++++++++++-----------
 src/FSQXInfo.c   |    3 +--
 src/FSQuExt.c    |   13 ++++++++++++-
 src/FSSetCats.c  |   31 ++++++++++++++++++++++++-------
 src/FSlibint.h   |    3 +++
 11 files changed, 148 insertions(+), 60 deletions(-)

New commits:
commit d3af455fb236931fadb6e863e5a4ed509c61d868
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Sep 23 19:26:02 2018 -0700

    Don't try to send strings larger than protocol allows in requests
    
    Also clears up all "Loss of precision on implicit conversion" warnings
    from Oracle's Parfait static analyser.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 12d64c65200930885c694d018ec66d8946b3a214
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Sep 23 13:51:25 2018 -0700

    Fix sign comparison warning in loop index in FSQueryXInfo
    
    FSQXInfo.c: In function ‘FSQueryXInfo’:
    FSQXInfo.c:110:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (j=0; j<props->num_offsets; j++)
                    ^
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 3eb9c6bbfb4e6caf6efb5dec8744f257c2d63be7
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Sep 23 13:47:35 2018 -0700

    Fix sign comparison warning in loop indexes in FSQueryXExtents{8,16}
    
    FSQXExt.c: In function ‘FSQueryXExtents8’:
    FSQXExt.c:105:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (i = 0; i < reply.num_extents; i++) {
                       ^
    FSQXExt.c: In function ‘FSQueryXExtents16’:
    FSQXExt.c:141:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
      for (i = 0; i < str_len; i++) {
                    ^
    FSQXExt.c:165:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (i = 0; i < reply.num_extents; i++) {
                       ^
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 8213b7070c039ea16d0112eff01cc7420031c089
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Sep 23 13:44:59 2018 -0700

    Fix sign comparison warning in loop indexes in FSQueryXBitmaps{8,16}
    
    FSQGlyphs.c: In function ‘FSQueryXBitmaps8’:
    FSQGlyphs.c:113:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (i=0; i<reply.num_chars; i++)
                    ^
    FSQGlyphs.c: In function ‘FSQueryXBitmaps16’:
    FSQGlyphs.c:160:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
      for (i = 0; i < str_len; i++) {
                    ^
    FSQGlyphs.c:198:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (i=0; i<reply.num_chars; i++)
                    ^
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit caee4c2bf188484f117e5bd866e3b56c8506593e
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Sep 23 13:40:30 2018 -0700

    Fix sign comparison warning in loop index in FSListCatalogues
    
    FSListCats.c: In function ‘FSListCatalogues’:
    FSListCats.c:104:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
      for (i = 0; i < rep.num_catalogues; i++) {
                    ^
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit b37bbeb7ca931b0f5170e877b0bbfd0959d344b7
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Sep 23 13:34:04 2018 -0700

    Fix sign comparison warning in loop index in FSListFontsWithXInfo
    
    FSFontInfo.c: In function ‘FSListFontsWithXInfo’:
    FSFontInfo.c:182:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
      for (j=0; j<pi[i]->num_offsets; j++)
                 ^
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list