summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOLHEADmasterAlan Coopersmith2023-03-041-2/+2
* configure: raise minimum autoconf requirement to 2.70Alan Coopersmith2023-02-162-5/+6
* Wrap Xext*CheckExtension() in do { ... } while(0)Alan Coopersmith2022-11-201-4/+6
* libXext 1.3.5libXext-1.3.5Alan Coopersmith2022-10-281-2/+2
* COPYING: Add info for Xge.* and reallocarray.* filesAlan Coopersmith2022-10-171-1/+16
* Remove "All rights reserved" from Oracle copyright notices.Alan Coopersmith2022-10-1715-15/+14
* configure: Use AC_USE_SYSTEM_EXTENSIONS to set GNU_SOURCE & other definesAlan Coopersmith2022-07-171-0/+5
* Convert calls to Xmalloc arrays to use Xmallocarray insteadAlan Coopersmith2022-06-113-4/+7
* Import reallocarray() from libX11Alan Coopersmith2022-06-114-2/+91
* Use calloc instead of malloc if we may not initialize all the bytesAlan Coopersmith2022-06-105-6/+6
* Remove unnecessary (char *) casts from Xfree() argumentsAlan Coopersmith2022-06-105-12/+12
* Remove unnecessary casts of malloc/calloc resultsAlan Coopersmith2022-06-108-15/+13
* Add extutilP.h header for xgeExtRegister() prototypeAlan Coopersmith2022-06-104-3/+50
* Xge.c, Xge.h: convert from ISO-8859-1 to UTF-8Alan Coopersmith2022-06-102-2/+2
* gitlab CI: add a basic build testAlan Coopersmith2022-06-101-0/+99
* Fix spelling/wording issuesAlan Coopersmith2022-06-1015-18/+18
* Build xz tarballs instead of bzip2Alan Coopersmith2022-06-101-1/+1
* add ACLOCAL_AMFLAGS = -I m4 to make aclocal pick ax_gcc_builtin.m4Matthieu Herrb2019-08-031-0/+2
* libXext 1.3.4libXext-1.3.4Alan Coopersmith2019-03-161-1/+1
* Add description of libXext to README.mdAlan Coopersmith2019-03-161-0/+3
* Update configure.ac bug URL for gitlab migrationAlan Coopersmith2019-03-161-1/+1
* Update README for gitlab migrationAlan Coopersmith2018-11-193-29/+24
* autogen: add default patch prefixMihail Konev2017-01-261-0/+3
* autogen.sh: use quoted string variablesEmil Velikov2017-01-261-4/+4
* autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer2017-01-261-1/+1
* Use __builtin_popcountl if available to replace Ones() in XSecurity.cAlan Coopersmith2016-03-033-2/+182
* Fix typos in man pagesAlan Coopersmith2016-03-032-2/+2
* Assert that values buffer has enough room for provided valuesAlan Coopersmith2016-03-031-0/+5
* XSecurityGenerateAuthorization: Allocate enough space in values bufferRob Wu2016-03-031-1/+1
* libXext 1.3.3libXext-1.3.3Peter Hutterer2014-07-241-1/+1
* Xge: remove warning messages about missing Xge extension event translationsKeith Packard2014-03-171-7/+0
* XeviGetVisualInfo: Free & clear *evi_return, not evi_return pointerAlan Coopersmith2014-03-081-2/+4
* Stricter event error checkingNathan Kidd2014-01-201-11/+17
* Remove fallback for _XEatDataWords, require libX11 1.6 for itAlan Coopersmith2013-11-0710-55/+1
* Require ANSI C89 pre-processor, drop pre-C89 token pasting supportAlan Coopersmith2013-06-243-18/+0
* Replace sprintf with snprintf when looking up extension error stringsAlan Coopersmith2013-06-222-2/+2
* libXext 1.3.2libXext-1.3.2Alan Coopersmith2013-05-311-1/+1
* integer overflow in XSyncListSystemCounters() [CVE-2013-1982 6/6]Alan Coopersmith2013-05-021-7/+25
* integer overflow in XShapeGetRectangles() [CVE-2013-1982 5/6]Alan Coopersmith2013-05-021-10/+14
* integer overflow in XeviGetVisualInfo() [CVE-2013-1982 4/6]Alan Coopersmith2013-04-261-7/+18
* several integer overflows in XdbeGetVisualInfo() [CVE-2013-1982 3/6]Alan Coopersmith2013-04-261-10/+17
* integer overflow in XcupStoreColors() [CVE-2013-1982 2/6]Alan Coopersmith2013-04-261-14/+11
* integer overflow in XcupGetReservedColormapEntries() [CVE-2013-1982 1/6]Alan Coopersmith2013-04-261-7/+12
* Use _XEatDataWords to avoid overflow of rep.length bit shiftingAlan Coopersmith2013-04-1310-9/+64
* autogen.sh: Implement GNOME Build APIbaserock/morphColin Walters2013-01-151-1/+3
* configure: Remove AM_MAINTAINER_MODEAdam Jackson2013-01-151-1/+0
* Replace presentationm-level requests with .RS/RE.Eric S. Raymond2012-08-231-9/+9
* Replace various unsafe presentation-level requests with .RS/.RE and .EX/EE.Eric S. Raymond2012-08-231-47/+68
* Avoid having macros expand code to be: ((f) ? (f)->m1 : NULL)->m2Thomas Klausner2012-07-301-2/+2
* Destroy generic event extension after last display is removedChase Douglas2012-04-231-1/+9