Skip to content

libXext 1.3.5

Alan Coopersmith requested to merge alanc/libxext:release into master

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

Merge request reports