libXfont: Changes to 'refs/tags/libXfont2-2.0.4'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Sep 14 18:42:55 UTC 2019


Tag 'libXfont2-2.0.4' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2019-09-14 18:42 +0000

libXfont2-2.0.4
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAABCgAGBQJdfTSpAAoJEM/fFIgoxkKnvdoQAIX792gITfWide2TcxSXladH
JB5k1BlChRXUhMeuAnc2ORjSOnoMFidCx/kzmD2pdUbZ2lqOmjZx4QQ9Lu5jc0jA
naikAQTUdJE+mkHHmyHEkceT4pKPzQyp+TFsILjvNJcxDsPw3HwZslgIZXuWoah3
bARPrOvvrb7MY5lk720ngmzcUEiFcxoBWXiYFVdqSyMwqbUq7qM5uzHEMYICTwFU
3r6y1q3SkFZ6Sib1+YlIUfhfvv32k7+opmuoNTpfAtt7p+VBHI3XVAafVs1qNAwe
s8Kau1QrGOEQ7NpO8mC82wZbtowtiXISXYFJmfqE9sgshedAgIfmwNDlP6Crj7c9
589/5j3sL8SBa6IhOIPdTn3I6uz3ujDWFfOtZpEP3YPuUsj7CTQYz1xGtmNlXzKC
kjmvq1W+LXOHIcZNO3OcefnghCRJ/1D4IDZhF01hXLiMatQjfsbC8/ggY5ZLgMMX
4R0K2YVSUDzd/ormfUDpbwA6dabR+kVq5wHv/XdyXI0ki/btolKD9hRmsTi9uaPV
mnQ1YJQ6GbNobhBua49f038UROdBsKw2mVuu0YPMTv6Qnw8CEmVdGpvEZwaM9VxQ
V5bbeTWsWUjOOsxD+AQvT1X2UkZ5P22x5hzdgWsByEGP3MUooTHZ0yRVQ/FCAxIv
zN8rVUDdiipKdd/wjIFZ
=3DkE
-----END PGP SIGNATURE-----

Changes since libXfont2-2.0.3:
Adam Jackson (1):
      fontfile: Remove unused 'bc' slot from _FontEntry

Alan Coopersmith (15):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Add some unit testing utilities
      Add strlcat & strlcpy fallbacks if not provided by libc nor libbsd
      Use bounds checking string functions everywhere
      Add reallocarray fallback if not provided by libc nor libbsd
      Convert multiplying realloc calls to use reallocarray instead
      Convert multiplying malloc calls to use mallocarray instead
      fontxlfd.c: tell gcc that switch fallthrough is intentional
      stubs/atom.c: check for ResizeHashTable failure
      ComputeScaledProperties: check for valid pointers before making atoms
      CatalogueRescan: if opendir() fails, unref fpes, but don't free the cat
      fs_read_glyphs: check if rep is null before dereferencing
      Add src/util/replace.h to noinst_HEADERS so it gets included in tarballs
      libXfont2 2.0.4

Maya Rashish (1):
      Fix whitespace

Rin Okuyama (1):
      avoid -Wformat errors from clang when building with -DDEBUG

---
 Makefile.am                  |   18 +-
 README                       |   89 -----------
 README.md                    |   90 +++++++++++
 configure.ac                 |    7 
 include/X11/fonts/fntfil.h   |    3 
 include/X11/fonts/fntfilst.h |    6 
 src/FreeType/ftenc.c         |    4 
 src/FreeType/ftfuncs.c       |   39 ++--
 src/bitmap/bdfread.c         |    9 -
 src/bitmap/bitmaputil.c      |    3 
 src/bitmap/bitscale.c        |   17 +-
 src/bitmap/pcfread.c         |   13 -
 src/bitmap/pcfwrite.c        |    3 
 src/bitmap/snfread.c         |    5 
 src/fc/fsconvert.c           |    3 
 src/fc/fserve.c              |   43 ++---
 src/fontfile/bitsource.c     |    3 
 src/fontfile/catalogue.c     |   10 -
 src/fontfile/dirfile.c       |   29 +--
 src/fontfile/fontdir.c       |   13 -
 src/fontfile/fontfile.c      |   25 +--
 src/fontfile/fontscale.c     |    3 
 src/fontfile/renderers.c     |    3 
 src/stubs/atom.c             |    7 
 src/util/fontnames.c         |    9 -
 src/util/fontutil.c          |    9 -
 src/util/fontxlfd.c          |  128 +++++++++-------
 src/util/private.c           |    5 
 src/util/reallocarray.c      |   43 +++++
 src/util/replace.h           |   61 +++++++
 src/util/strlcat.c           |   58 +++++++
 src/util/strlcpy.c           |   53 ++++++
 test/utils/README            |   18 ++
 test/utils/font-test-utils.c |  337 +++++++++++++++++++++++++++++++++++++++++++
 test/utils/font-test-utils.h |   49 ++++++
 test/utils/lsfontdir.c       |   74 +++++++++
 36 files changed, 1019 insertions(+), 270 deletions(-)
---


More information about the xorg-commit mailing list