summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-07-30Avoid referencing something that isn't defined. Bring in the definition from ...Thomas Klausner
2012-04-23Add copyright notice and license from the X Consortium to COPYINGJulien Cristau
2012-03-15libXt 1.1.3libXt-1.1.3Alan Coopersmith
2012-03-12Revert "Treat unexpected returned events from poll as errors"Jeremy Huddleston
2012-03-07libXt 1.1.2libXt-1.1.2Alan Coopersmith
2012-01-16informaltable cleanupMatt Dew
2012-01-10Treat unexpected returned events from poll as errorsJeremy Huddleston
2012-01-10Don't re-enter the WaitLoop if block is set to falseStephen Turnbull
2011-12-31Add .gitignore for the newly added DocBook/XML generated files.Gaetan Nadon
2011-12-31docbook.am: embed css styles inside the HTML HEAD elementGaetan Nadon
2011-12-28Remove old files.Matt Dew
2011-12-28Initial docbook conversion.Matt Dew
2011-10-07Add const attributes to TMparse typedefs to fix gcc -Wwrite-strings warningsAlan Coopersmith
2011-10-07Add const attributes to slashDotXdefaults to fix gcc -Wwrite-strings warningsAlan Coopersmith
2011-10-07Make implementation_default_path return const char *Alan Coopersmith
2011-10-07Make gravity strings const to fix gcc -Wwrite-strings warningsAlan Coopersmith