* Wrap Xext*CheckExtension() in do { ... } while(0)
* configure: raise minimum autoconf requirement to 2.70
* configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
* _xgeGetExtensionVersion should not free info on failure
* Check for malloc failure in _xgeGetExtensionVersion
* _xgeDpyClose: handle NULL return from _xgeFindDisplay
* XEVI: fix -Walloc-size
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXext?expand=0&rev=18
* 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
* add ACLOCAL_AMFLAGS = -I m4 to make aclocal pick ax_gcc_builtin.m4
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXext?expand=0&rev=16
* autogen: add default patch prefix
* autogen.sh: use quoted string variables
* autogen.sh: use exec instead of waiting for configure to finish
* Update configure.ac bug URL for gitlab migration
* Assert that values buffer has enough room for provided values
* Fix typos in man pages
* Use __builtin_popcountl if available to replace Ones() in XSecurity.c
* Add description of libXext to README.md
* XSecurityGenerateAuthorization: Allocate enough space in values buffer
* Update README for gitlab migration
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXext?expand=0&rev=14