summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-08resolv:assignment discards 'const' qualifier from pointer targetWalter Harms
2019-01-08no need to check args for freeWalter Harms
2019-01-08resolv:shadows a previous localWalter Harms
2019-01-08resolv:shadows a previous localWalter Harms
2019-01-08resolv:shadows a previous localWalter Harms
2019-01-08resolv:shadows a previous localWalter Harms
2019-01-08resolv:shadows a previous localWalter Harms
2019-01-08no need to check XFree argumentsWalter Harms
2018-12-07Update configure.ac bug URL for gitlab migrationAlan Coopersmith
2018-11-19Update README for gitlab migrationAlan Coopersmith
2018-03-24avoid -Wformat errors from clang when building with -DDEBUGRin Okuyama
2017-01-26autogen: add default patch prefixMihail Konev
2017-01-26autogen.sh: use quoted string variablesEmil Velikov
2017-01-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer
2016-09-08darwin: Don't build libXt with -flat_namespaceJeremy Huddleston Sequoia
2015-09-27Get rid of some extraneous ; at the end of C source linesAlan Coopersmith
2015-04-30libXt 1.1.5libXt-1.1.5Alan Coopersmith
2015-04-21Fix _XtInherit on x86_64 WindowsYaakov Selkowitz
2015-04-14Include unistd.h for getpid()Jon TURNEY
2015-04-14Include direct.h header for _getdrives() on Win32Jon TURNEY
2015-02-14unifdef -UCRAY -UCRAY2Alan Coopersmith
2015-01-26asprintf needs _GNU_SOURCE on some platformsRob Clark
2015-01-25makestrs: Use asprintf() if availableAlan Coopersmith
2015-01-25makestrs: Replace strcpy()+strcat() calls with snprintf() callsAlan Coopersmith
2015-01-25makestrs: Replace malloc()+strcpy() calls with strdup() callsAlan Coopersmith
2015-01-25makestrs: use strchr() instead of index()Alan Coopersmith
2015-01-25If CFLAGS_FOR_BUILD is not set, include CWARNFLAGS in default valueAlan Coopersmith
2015-01-08Use string.h instead of X11/Xos.h.Thomas Klausner
2013-09-22Use $(MKDIR_P) in Makefile.am for better code portabilityGaetan Nadon
2013-07-10Revert "Avoid shadowing variables."Alan Coopersmith
2013-07-09Fix char vs. unsigned char warnings.Thomas Klausner
2013-07-09Avoid shadowing variables.Thomas Klausner
2013-07-08Ignore test-driver from automake-1.13.Thomas Klausner
2013-07-08Mark non-returning function with appropriate attribute.Thomas Klausner
2013-07-08Use appropriate variable type for vsnprintf return value.Thomas Klausner
2013-06-07Fix cross-compilationThierry Reding
2013-06-02Add missing comma to fix DEBUG build.Thomas Klausner
2013-05-30libXt 1.1.4libXt-1.1.4Alan Coopersmith
2013-04-26Remove old strtoul workaround for SunOS 4Alan Coopersmith
2013-04-26unvalidated length in _XtResourceConfigurationEH [CVE-2013-2002]Alan Coopersmith
2013-04-26Unchecked return values of XGetWindowProperty [CVE-2013-2005]Alan Coopersmith
2013-01-15autogen.sh: Implement GNOME Build APIColin Walters
2013-01-15configure: Remove AM_MAINTAINER_MODEAdam Jackson
2013-01-12Use AM_CPPFLAGS instead of INCLUDESThierry Reding
2013-01-08unifdef -U__UNIXOS2__Alan Coopersmith
2012-11-30Add XtErrorDB directory to pkg-config file.Egbert Eich
2012-11-30Install ErrorDB into a $datarootdir-path, not $libdir.Egbert Eich
2012-08-23Remove unused macros that are temptations to presentation-level klugery.Eric S. Raymond
2012-08-23Eliminate use of tab stops.Eric S. Raymond
2012-07-30Fix DEBUG build (TMparse.c:376:1: error: overflow in implicit constant conver...Thomas Klausner