bdftopcf: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Sep 16 21:34:05 UTC 2022


 .git-blame-ignore-revs |   18 
 atom.c                 |  208 ++++-----
 bdfint.h               |   35 -
 bdfread.c              | 1080 ++++++++++++++++++++++++-------------------------
 bdftopcf.c             |    4 
 bdfutils.c             |  210 ++++-----
 bitmap.c               |  151 +++---
 bitmap.h               |   68 +--
 bitmaputil.c           |  215 ++++-----
 bufio.c                |  137 +++---
 bufio.h                |   54 +-
 defaults.c             |    2 
 fileio.c               |   23 -
 filewr.c               |   18 
 fntfil.h               |  227 +++++-----
 fntfilio.h             |   14 
 fntfilst.h             |  166 +++----
 font.h                 |   39 -
 fontaccel.c            |   93 ++--
 fontink.c              |  152 +++---
 fontmisc.h             |   45 --
 fontutil.h             |   28 -
 fontxlfd.h             |   42 -
 pcf.h                  |   21 
 pcfwrite.c             |  515 +++++++++++------------
 private.c              |   60 +-
 stubs.h                |   25 -
 utilbitmap.c           |  161 +++----
 28 files changed, 1900 insertions(+), 1911 deletions(-)

New commits:
commit 548998994665241967a43e583f5d0f00ee089289
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Sep 16 13:20:48 2022 -0700

    Add .git-blame-ignore-revs to hide whitespace commits from git blame
    
    To use this in your local repo clone, you will need to either run
    `git blame --ignore-revs-file .git-blame-ignore-revs`
    or set it permanently with
    `git config blame.ignoreRevsFile .git-blame-ignore-revs`
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 1b66daf529d60196422ba71e77bb95ce74277447
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Sep 16 13:17:52 2022 -0700

    Adopt X.Org standard coding style (via x-indent-all.sh)
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list