bdftopcf: Changes to 'refs/tags/bdftopcf-1.1.1'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Oct 15 18:57:04 UTC 2022


Tag 'bdftopcf-1.1.1' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2022-10-15 18:56 +0000

bdftopcf-1.1.1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAABCgAGBQJjSwJ7AAoJEM/fFIgoxkKnj5wQAJz/GPRyYXIGcOlWYu5RsLHG
p+FpoEnJzAp+R0zzgbchP2Ul7Dn+f4lvBZ9NFv83/KG/Br06Q1PySZhRFKrjhLMC
5mSrRf/oSOePYJ6v478dV/L2/B4qiXs064PJ6UwRAiUwqARVEjFMyY2ZUBA6p/8P
VvlF7cD5205BF/o0YJcBkaj6h2RthCr5e/EmqxCLC6Aa8lIHnISKtR58y9rCHE2E
d+gfhKFDxyj18GqkUmufvlLcon3P5SODvI2RMoy+fxtqqtOXjemN8uKfyVUe+Ft9
SUIsHsgCDPbHI7GHfzDlz2dSW3t0dX3k4C+df3aSdJX6gwXPPqizD9Mn1BSpLcAC
tNKi0wQGnn+Gm7pGh6Yly0ajiaBI29KOi6PvQPoxU5w87VK4bhK574/vl41lbu/x
v4tKHbmcM0amg7ep5gLkA7rAPJvHmA5pQmZrZth6CvNiKw6VM70Rw+jzCO+G6zzp
hnnGU02IoQh4sWe2tZYFrzP5ib2C5KJDP7NWYqFge0s2JM9Su570bo/XY8RDcDGi
XDO5oi8isTEbx/p3iaLB3yaEth4x2aWl5DQCr2aI7JPl/tYEKoYSIGqrGUiQczrg
SOuxgt0YtyB+i88kuGwmkH7jPFFvwyzGVf83uLgsihG2BCFvFtmKusvGwnEpwC3U
NOjDCJ7aTyeWKjVGlbhq
=lyDt
-----END PGP SIGNATURE-----

Changes since bdftopcf-1.1:
Alan Coopersmith (16):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      Adopt X.Org standard coding style (via x-indent-all.sh)
      Add .git-blame-ignore-revs to hide whitespace commits from git blame
      Variable scope reductions as recommended by cppcheck
      Delete functions identified as unused by cppcheck
      Make some functions static that aren't called from other files
      Remove redundant assignment
      Remove redundant null-pointer check
      Fix -Wsign-compare warnings
      Remove unnecessary cast of strlen result in malloc argument
      Remove weak symbol setup from Atom code
      bdftopcf 1.1.1

Matthieu Herrb (1):
      Depend on xproto and fsproto that are now used.

---
 .git-blame-ignore-revs |   18 
 .gitlab-ci.yml         |   98 ++++
 Makefile.am            |    6 
 README.md              |   18 
 atom.c                 |  236 ++++------
 bdfint.h               |   34 -
 bdfread.c              | 1092 +++++++++++++++++++++++--------------------------
 bdftopcf.c             |    4 
 bdfutils.c             |  219 ++++-----
 bitmap.c               |  156 +++----
 bitmap.h               |   68 +--
 bitmaputil.c           |  222 ++++-----
 bufio.c                |  144 ++----
 bufio.h                |   48 --
 configure.ac           |    8 
 defaults.c             |    2 
 fileio.c               |   23 -
 filewr.c               |   18 
 fntfil.h               |  227 +++++-----
 fntfilio.h             |   15 
 fntfilst.h             |  166 +++----
 font.h                 |   39 -
 fontaccel.c            |   93 ++--
 fontink.c              |  151 +++---
 fontmisc.h             |   43 -
 fontutil.h             |   28 -
 fontxlfd.h             |   42 -
 pcf.h                  |   20 
 pcfwrite.c             |  519 +++++++++++------------
 private.c              |   69 ---
 stubs.h                |   79 ---
 utilbitmap.c           |  160 ++-----
 32 files changed, 1925 insertions(+), 2140 deletions(-)
---


More information about the xorg-commit mailing list