libXfont: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri Sep 16 22:21:44 PDT 2011


 Makefile.am                  |    6 
 configure.ac                 |   12 -
 include/X11/fonts/bdfint.h   |   10 -
 include/X11/fonts/bitmap.h   |   18 +-
 include/X11/fonts/fntfil.h   |   92 ++++++-------
 include/X11/fonts/fntfilst.h |   38 ++---
 include/X11/fonts/fontmisc.h |    6 
 include/X11/fonts/fontutil.h |   10 -
 include/X11/fonts/pcf.h      |    2 
 src/FreeType/ftenc.c         |   24 +--
 src/FreeType/ftfuncs.c       |  274 +++++++++++++++++++--------------------
 src/FreeType/ftfuncs.h       |   10 -
 src/FreeType/fttools.c       |    8 -
 src/FreeType/xttcap.c        |   40 ++---
 src/FreeType/xttcap.h        |    4 
 src/Makefile.am              |    6 
 src/bitmap/bdfread.c         |   18 +-
 src/bitmap/bdfutils.c        |    2 
 src/bitmap/bitmap.c          |    8 -
 src/bitmap/bitmapfunc.c      |   12 -
 src/bitmap/bitscale.c        |  104 +++++++--------
 src/bitmap/fontink.c         |    2 
 src/bitmap/pcfread.c         |   26 +--
 src/bitmap/pcfwrite.c        |    4 
 src/bitmap/snfread.c         |   10 -
 src/bitmap/snfstr.h          |    2 
 src/builtins/buildfont       |    2 
 src/builtins/builtin.h       |    2 
 src/builtins/dir.c           |    4 
 src/builtins/file.c          |    4 
 src/builtins/fonts.c         |    2 
 src/builtins/fpe.c           |    2 
 src/builtins/render.c        |    2 
 src/fc/fsconvert.c           |   52 +++----
 src/fc/fserve.c              |  296 +++++++++++++++++++++----------------------
 src/fc/fservestr.h           |   18 +-
 src/fc/fsio.c                |   20 +-
 src/fc/fsio.h                |    4 
 src/fc/fslibos.h             |    2 
 src/fc/fstrans.c             |    2 
 src/fontfile/bitsource.c     |   16 +-
 src/fontfile/bunzip2.c       |   12 -
 src/fontfile/catalogue.c     |   34 ++--
 src/fontfile/decompress.c    |   18 +-
 src/fontfile/dirfile.c       |    8 -
 src/fontfile/fontdir.c       |   12 -
 src/fontfile/fontencc.c      |    2 
 src/fontfile/fontfile.c      |   80 +++++------
 src/fontfile/fontscale.c     |    8 -
 src/fontfile/gunzip.c        |   14 +-
 src/fontfile/register.c      |    2 
 src/fontfile/renderers.c     |    4 
 src/stubs/Makefile.am        |    2 
 src/stubs/regfpefunc.c       |   30 ++--
 src/stubs/rmfshdl.c          |    2 
 src/stubs/stubs.h            |    4 
 src/util/atom.c              |    4 
 src/util/fontaccel.c         |    4 
 src/util/fontutil.c          |   28 ++--
 src/util/format.c            |   22 +--
 src/util/patcache.c          |   14 +-
 src/util/private.c           |    4 
 src/util/utilbitmap.c        |   22 +--
 63 files changed, 753 insertions(+), 753 deletions(-)

New commits:
commit 098ab294deed98371ee362fadafcf2e510e0cc50
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Sep 16 22:21:21 2011 -0700

    Strip trailing whitespace
    
    Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
    git diff -w & git diff -b show no diffs from this change
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list