libX11: Changes to 'refs/tags/libX11-1.6.8'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jun 17 14:50:45 UTC 2019


Tag 'libX11-1.6.8' created by Matt Turner <mattst88 at gmail.com> at 2019-06-17 14:50 +0000

libX11-1.6.8
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iNUEABYKAH0WIQSzlptPDvl9ch5jjr2cglpmBdQLvgUCXQeoul8UgAAAAAAuAChp
c3N1ZXItZnByQG5vdGF0aW9ucy5vcGVucGdwLmZpZnRoaG9yc2VtYW4ubmV0QjM5
NjlCNEYwRUY5N0Q3MjFFNjM4RUJEOUM4MjVBNjYwNUQ0MEJCRQAKCRCcglpmBdQL
vq5HAP9QaNsAfRJ/6nogaEW+xunFqycvyR8ue8bneUAeAbh3VwD/WsClHpSCz6dt
cvdKO7r0QDHaDiDWdUjyVXPDIQN1EQg=
=BenL
-----END PGP SIGNATURE-----

Changes since libX11-1.6.7:
Adam Jackson (2):
      _XDefaultIOError: Reformat to be less ugly
      _XDefaultIOError: Do better at detecting explicit shutdown

Alan Coopersmith (23):
      Remove documentation of obsolete B16 & B32 tags in specs/libX11
      Update README for gitlab migration
      Import reallocarray() from OpenBSD
      Convert main src directory to use reallocarray()
      Convert src/XKB to use reallocarray()
      Convert src/xcms to use reallocarray()
      Add some missing allocation failure checks in src/xcms
      Replace _XkbTypedRealloc & _XkbClearElems with new _XkbResizeArray
      Replace Xmalloc+strcpy pairs with strdup calls
      Convert src/xlibi18n to use reallocarray()
      Fix out-of-tree builds after commit 8a62e26515e528bb47917ec4a55cc2b492419eeb
      Remove no-longer-used name variable in _XGetAtomName
      Fix implicit conversion warnings in _XlcCreateDefaultCharSet
      Avoid use-after-free in _XimProtoSetIMValues()
      Fix man page typo: XkbAllBellNotifyMask -> XkbAllBellEventsMask
      XkbAllocGeomOverlayKey man page should be named XkbAllocGeomOverlayKeys
      specs/XKB: Fix misprint in documentation of XkbGetNamedGeometry()
      specs/XKB: Fix misprint in documentation of XkbAllocGeomOverlayRows()
      specs/XKB: Fix misprint in documentation of XkbAllocGeomOverlayKeys()
      specs/XKB: Fix misprint in documentation of XkbFreeGeomOverlayKeys()
      XlibInt.c: include headers needed for ioctl(...FIONREAD...) on Solaris
      Include reallocarray.h in tarballs so "make distcheck" passes
      Add missing close paren to XrmGetStringDatabase synopsis in man page

Albert Astals Cid (2):
      compose.dir: Add ast_ES.UTF-8
      locale.dir: Add ast_ES.UTF-8

Jon Turney (4):
      Add autoconf checks for headers we include for FIONREAD
      Remove makekeys dependency on X headers
      Use EXEEXT_FOR_BUILD for makekeys
      Avoid using libtool wrapper for makekeys

Josh Triplett (1):
      compose.dir.pre: Give the C.UTF-8 locale a full set of UTF-8 compose sequences

Matt Turner (2):
      Use AC_SYS_LARGEFILE
      libX11 1.6.8

Matthias Dieter Wallnöfer (5):
      locale.dir.pre - fix the de_LI latin15 locale
      Update locale.alias.pre - introduce the de_LI aliases (equivalent to de_CH)
      compose.dir.pre - add de_IT locale
      locale.dir.pre - add the de_IT locale
      locale.alias.pre - add the de_IT locale

Pavel Labath (1):
      Fix a leak in XCreateFontSet

Ran Benita (1):
      Compose.man: fix escaped hexadecimal char description

Samuel Thibault (1):
      Braille: Fix typing quickly

Tapani Pälli (1):
      Protect colormap add/removal with display lock

ojab (1):
      Compose sequences for rouble sign

---
 Makefile.am                    |    2 
 README                         |   40 ---------------
 README.md                      |   33 +++++++++++++
 configure.ac                   |   15 +++++
 man/Compose.man                |    2 
 man/XrmGetFileDatabase.man     |    2 
 man/xkb/Makefile.am            |    2 
 man/xkb/XkbBell.man            |    2 
 man/xkb/XkbBellEvent.man       |    2 
 man/xkb/XkbDeviceBell.man      |    2 
 man/xkb/XkbDeviceBellEvent.man |    2 
 man/xkb/XkbForceBell.man       |    2 
 man/xkb/XkbForceDeviceBell.man |    2 
 modules/im/ximcp/imDefIm.c     |    6 --
 modules/im/ximcp/imLcFlt.c     |    1 
 nls/compose.dir.pre            |    3 +
 nls/en_US.UTF-8/Compose.pre    |    8 +++
 nls/locale.alias.pre           |   10 +++
 nls/locale.dir.pre             |    4 +
 specs/XKB/ch13.xml             |   12 ++--
 specs/libX11/AppC.xml          |   23 ++-------
 src/CopyCmap.c                 |    6 +-
 src/CrCmap.c                   |    6 +-
 src/Depths.c                   |    3 -
 src/FSWrap.c                   |    5 +
 src/Font.c                     |   16 +++---
 src/FontInfo.c                 |   13 ++---
 src/FontNames.c                |    3 -
 src/FreeCmap.c                 |    6 +-
 src/GetAtomNm.c                |    6 --
 src/GetFPath.c                 |    3 -
 src/GetMoEv.c                  |    3 -
 src/GetPntMap.c                |    4 -
 src/GetRGBCMap.c               |    3 -
 src/LiICmaps.c                 |    4 -
 src/LiProps.c                  |    4 -
 src/ListExt.c                  |    3 -
 src/Makefile.am                |    6 +-
 src/ModMap.c                   |    3 -
 src/PixFormats.c               |    3 -
 src/PolyReg.c                  |    5 +
 src/PutImage.c                 |    5 +
 src/QuColors.c                 |    5 +
 src/QuTree.c                   |    4 -
 src/Quarks.c                   |   13 ++---
 src/RdBitF.c                   |    6 +-
 src/Region.c                   |   11 ++--
 src/SetHints.c                 |    7 +-
 src/SetRGBCMap.c               |    7 +-
 src/TextToStr.c                |    4 -
 src/VisUtil.c                  |    8 +--
 src/WrBitF.c                   |    3 -
 src/XlibInt.c                  |   81 ++++++++++++++++++++++++-------
 src/reallocarray.c             |   43 ++++++++++++++++
 src/reallocarray.h             |   44 +++++++++++++++++
 src/util/Makefile.am           |    5 +
 src/util/makekeys.c            |   13 +++--
 src/xcms/CvCols.c              |    5 +
 src/xcms/StCols.c              |    5 +
 src/xcms/cmsColNm.c            |   11 ++++
 src/xcms/cmsInt.c              |    5 +
 src/xkb/Makefile.am            |    1 
 src/xkb/XKBAlloc.c             |   65 +++++--------------------
 src/xkb/XKBGetMap.c            |   21 ++------
 src/xkb/XKBMAlloc.c            |  104 +++++++++--------------------------------
 src/xkb/XKBNames.c             |   10 +--
 src/xkb/XKBlibint.h            |   22 +++++++-
 src/xlibi18n/ICWrap.c          |    3 -
 src/xlibi18n/XDefaultIMIF.c    |    3 -
 src/xlibi18n/XlcDL.c           |    8 +--
 src/xlibi18n/lcCharSet.c       |    4 -
 src/xlibi18n/lcDB.c            |    3 -
 src/xlibi18n/lcGeneric.c       |   27 +++++-----
 src/xlibi18n/lcPrTxt.c         |    7 +-
 src/xlibi18n/lcWrap.c          |    5 +
 75 files changed, 481 insertions(+), 367 deletions(-)
---


More information about the xorg-commit mailing list