libXfont: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri Nov 11 20:15:39 PST 2011


 include/X11/fonts/bdfint.h   |    6 +++---
 include/X11/fonts/fntfil.h   |    2 +-
 include/X11/fonts/fntfilst.h |    2 +-
 include/X11/fonts/fontmisc.h |    2 +-
 include/X11/fonts/pcf.h      |    2 +-
 src/FreeType/ftenc.c         |    6 +++---
 src/FreeType/ftfuncs.c       |    2 +-
 src/bitmap/bdfread.c         |   22 ++++++++++++----------
 src/bitmap/bdfutils.c        |   19 ++++++++++---------
 src/bitmap/bitscale.c        |    2 +-
 src/bitmap/pcfread.c         |   30 +++++++++++++++++++-----------
 src/bitmap/pcfwrite.c        |    3 ++-
 src/bitmap/snfread.c         |    8 +++++---
 src/builtins/builtin.h       |    2 +-
 src/fc/fsio.c                |    6 +++---
 src/fc/fsio.h                |    4 ++--
 src/fontfile/fontdir.c       |    4 ++--
 src/util/atom.c              |    4 ++--
 src/util/fontxlfd.c          |   18 ++++++------------
 19 files changed, 76 insertions(+), 68 deletions(-)

New commits:
commit 3f87a8b0b86de83ea8944a53de82caf254a9988a
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Oct 21 20:49:50 2011 -0700

    Use * precision notation instead of computing sprintf format strings
    
    Allows gcc to check format strings instead of just warning about them
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Jeremy Huddleston <jeremyhu at apple.com>

commit 613faa245437bb948b4c86ea6c7fbb716e38f0bf
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Oct 2 09:30:09 2011 -0700

    Fix printf warnings about incorrect argument types
    
    Mostly due to difference between sizeof & int on 64-bit platforms
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Jeremy Huddleston <jeremyhu at apple.com>

commit f24c559bcb42e3ea9321c3e6a9ecf0720a581e33
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Oct 2 09:19:47 2011 -0700

    Add _X_ATTRIBUTE_PRINTF to *Error/*Warning functions taking printf formats
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Jeremy Huddleston <jeremyhu at apple.com>

commit 3715cd752bac912a56aa1cbb9dd874624a709aab
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Oct 2 09:16:05 2011 -0700

    Add const attributes to fix gcc -Wwrite-strings warnings
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Jeremy Huddleston <jeremyhu at apple.com>



More information about the xorg-commit mailing list