libXext: Changes to 'refs/tags/libXext-1.3.5'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Oct 29 01:59:32 UTC 2022


Tag 'libXext-1.3.5' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2022-10-29 01:59 +0000

libXext-1.3.5
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAABCgAGBQJjXIj+AAoJEM/fFIgoxkKnZssP/32su4oiJzX2CYjEgHsAsYpV
+ztHXjO17iKB4esw6t0+xLkBu2mfarV30jIXC+11Db8CEgRmEpwOweolOXQLFS7d
MXT5qx6bkEUo5rovLEwqYSGsxUT/cufeFQyOX2ftu2jAKcLYPpdX+eFrDuiaylNp
HyGSTJNgHCOQcjb3cXY5JOS/UFFdESEaB8jvC0o+leES1AKg3etRyyoS/rX3wgmS
K4I2JZFwRpJw6EWr0phNQqz3nqzlPuKe2lB+0As6GHvC9c1wJtToCI/VLVM17Tgs
lLLxEdIJrLmyargUBtUg39t4btxJ2dKJkj/kFsw4zBw/ihG11788LkMvqv3OV29E
MTFbrv9mGWWpsY1Cse/9sfnsNqszUQUCfDBaf2FF20oKkMDUGS6GPFhWeuXyntfs
fB5lSX2gx4gKqvsPuCigV6XPoVreq1OfgEhO/4iiYsxV/2LHnKKdGep130iExpvA
Uv/zth8eoO+NLOeQFjxvSGcViLaYhAM73jBDXhlO79xywhxmKwbtImNgRAE/T0Tf
sdUi2n3hyFWOLuP2ZMuAoeqsYQ1PsH/+p782sE6KyOPcYtG+166nlYAsjzH+/xaH
x3IgOUGLwumI7aJjqtZrEQbkKYIC+Sxrjymi5XP3D3U39pXB9/f6UXDOtbY9FS+2
WrH+M750ebWRkF6CZ/aL
=qSjK
-----END PGP SIGNATURE-----

Changes since libXext-1.3.4:
Alan Coopersmith (14):
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      Xge.c, Xge.h: convert from ISO-8859-1 to UTF-8
      Add extutilP.h header for xgeExtRegister() prototype
      Remove unnecessary casts of malloc/calloc results
      Remove unnecessary (char *) casts from Xfree() arguments
      Use calloc instead of malloc if we may not initialize all the bytes
      Import reallocarray() from libX11
      Convert calls to Xmalloc arrays to use Xmallocarray instead
      configure: Use AC_USE_SYSTEM_EXTENSIONS to set GNU_SOURCE & other defines
      Remove "All rights reserved" from Oracle copyright notices.
      COPYING: Add info for Xge.* and reallocarray.* files
      libXext 1.3.5

Matthieu Herrb (1):
      add ACLOCAL_AMFLAGS = -I m4 to make aclocal pick ax_gcc_builtin.m4

---
 .gitlab-ci.yml                         |   99 +++++++++++++++++++++++++++++++++
 COPYING                                |   18 +++++-
 Makefile.am                            |    2 
 README.md                              |    2 
 configure.ac                           |   14 +++-
 include/X11/extensions/XShm.h          |    2 
 include/X11/extensions/Xge.h           |    2 
 include/X11/extensions/multibuf.h      |    6 +-
 include/X11/extensions/shape.h         |    2 
 include/X11/extensions/sync.h          |    2 
 man/DPMSCapable.man                    |    2 
 man/DPMSDisable.man                    |    2 
 man/DPMSEnable.man                     |    2 
 man/DPMSForceLevel.man                 |    2 
 man/DPMSGetTimeouts.man                |    2 
 man/DPMSGetVersion.man                 |    2 
 man/DPMSInfo.man                       |    2 
 man/DPMSQueryExtension.man             |    2 
 man/DPMSSetTimeouts.man                |    2 
 man/XShm.man                           |    2 
 man/XcupGetReservedColormapEntries.man |    2 
 man/XcupQueryVersion.man               |    2 
 man/XcupStoreColors.man                |    4 -
 man/XdbeGetVisualInfo.man              |    2 
 man/Xmbuf.man                          |    2 
 specs/dbelib.xml                       |    2 
 specs/dpmslib.xml                      |    2 
 specs/shapelib.xml                     |    2 
 specs/synclib.xml                      |    2 
 src/Makefile.am                        |    6 +-
 src/XEVI.c                             |    7 +-
 src/XMultibuf.c                        |   12 ++--
 src/XSecurity.c                        |    2 
 src/XShape.c                           |    5 +
 src/XShm.c                             |    4 -
 src/XSync.c                            |    2 
 src/XTestExt1.c                        |    4 -
 src/Xcup.c                             |    8 +-
 src/Xdbe.c                             |   14 ++--
 src/Xge.c                              |   10 ++-
 src/extutil.c                          |   13 +---
 src/extutilP.h                         |   46 +++++++++++++++
 src/reallocarray.c                     |   43 ++++++++++++++
 src/reallocarray.h                     |   44 ++++++++++++++
 44 files changed, 333 insertions(+), 76 deletions(-)
---


More information about the xorg-commit mailing list