Skip to content

libXmu 1.1.4

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

Alan Coopersmith (19):

  • Build xz tarballs instead of bzip2
  • Fix spelling/wording issues
  • gitlab CI: add a basic build test
  • COPYING: correct source file path names
  • Remove unnnecessary casts from *alloc() and free() calls
  • Import reallocarray() from libX11 (originally from OpenBSD)
  • Convert code to use Xmumallocarray() & reallocarray()
  • XmuGetHostname: Drop support for ancient USG systems
  • get_os_name: Use autoconf to detect uname() support
  • More typo fixes
  • Use memcpy instead of memmove when buffers are known not to overlap
  • Use _CONST_X_STRING to make libXt declare String as const char *
  • Clear some more -Wdiscarded-qualifiers warnings
  • Handle -Wsign-compare warnings
  • Handle -Wmissing-field-initializers warnings
  • _XEditResGet32: Fix casts to avoid unexpected sign extension in 64-bit
  • Add simple test cases for _XEditRes{Put,Get}* functions
  • Add .git-blame-ignore-revs to hide whitespace commits from git blame
  • libXmu 1.1.4

Matthieu Herrb (3):

  • Unifdef SYSVNET
  • Fix OWNER_OS in XmuConvertStandardSelection() on Linux
  • Remove support for XA_IP_ADDRESS

Merge request reports