summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libXt 1.1.5libXt-1.1.5Alan Coopersmith2015-04-301-1/+1
* Fix _XtInherit on x86_64 WindowsYaakov Selkowitz2015-04-213-2/+16
* Include unistd.h for getpid()Jon TURNEY2015-04-141-0/+1
* Include direct.h header for _getdrives() on Win32Jon TURNEY2015-04-141-0/+3
* unifdef -UCRAY -UCRAY2Alan Coopersmith2015-02-144-49/+0
* asprintf needs _GNU_SOURCE on some platformsRob Clark2015-01-261-1/+1
* makestrs: Use asprintf() if availableAlan Coopersmith2015-01-252-1/+21
* makestrs: Replace strcpy()+strcat() calls with snprintf() callsAlan Coopersmith2015-01-251-5/+2
* makestrs: Replace malloc()+strcpy() calls with strdup() callsAlan Coopersmith2015-01-251-16/+8
* makestrs: use strchr() instead of index()Alan Coopersmith2015-01-251-3/+3
* If CFLAGS_FOR_BUILD is not set, include CWARNFLAGS in default valueAlan Coopersmith2015-01-251-1/+2
* Use string.h instead of X11/Xos.h.Thomas Klausner2015-01-081-1/+1
* Use $(MKDIR_P) in Makefile.am for better code portabilityGaetan Nadon2013-09-221-2/+2
* Revert "Avoid shadowing variables."Alan Coopersmith2013-07-108-26/+28
* Fix char vs. unsigned char warnings.Thomas Klausner2013-07-092-4/+4
* Avoid shadowing variables.Thomas Klausner2013-07-098-28/+26
* Ignore test-driver from automake-1.13.Thomas Klausner2013-07-081-0/+1
* Mark non-returning function with appropriate attribute.Thomas Klausner2013-07-081-1/+1
* Use appropriate variable type for vsnprintf return value.Thomas Klausner2013-07-081-1/+1
* Fix cross-compilationThierry Reding2013-06-072-0/+3
* Add missing comma to fix DEBUG build.Thomas Klausner2013-06-021-1/+1
* libXt 1.1.4libXt-1.1.4Alan Coopersmith2013-05-301-1/+1
* Remove old strtoul workaround for SunOS 4Alan Coopersmith2013-04-261-8/+1
* unvalidated length in _XtResourceConfigurationEH [CVE-2013-2002]Alan Coopersmith2013-04-261-15/+26
* Unchecked return values of XGetWindowProperty [CVE-2013-2005]Alan Coopersmith2013-04-261-37/+47
* autogen.sh: Implement GNOME Build APIbaserock/morphColin Walters2013-01-151-1/+3
* configure: Remove AM_MAINTAINER_MODEAdam Jackson2013-01-151-1/+0
* Use AM_CPPFLAGS instead of INCLUDESThierry Reding2013-01-122-3/+3
* unifdef -U__UNIXOS2__Alan Coopersmith2013-01-087-86/+5
* Add XtErrorDB directory to pkg-config file.Egbert Eich2012-11-301-0/+2
* Install ErrorDB into a $datarootdir-path, not $libdir.Egbert Eich2012-11-302-1/+4
* Remove unused macros that are temptations to presentation-level klugery.Eric S. Raymond2012-08-23107-6634/+107
* Eliminate use of tab stops.Eric S. Raymond2012-08-232-12/+7
* Fix DEBUG build (TMparse.c:376:1: error: overflow in implicit constant conver...Thomas Klausner2012-07-301-1/+1
* Avoid referencing something that isn't defined. Bring in the definition from ...Thomas Klausner2012-07-301-0/+1
* Add copyright notice and license from the X Consortium to COPYINGJulien Cristau2012-04-231-0/+23
* libXt 1.1.3libXt-1.1.3Alan Coopersmith2012-03-151-1/+1
* Revert "Treat unexpected returned events from poll as errors"Jeremy Huddleston2012-03-121-15/+1
* libXt 1.1.2libXt-1.1.2Alan Coopersmith2012-03-071-1/+1
* informaltable cleanupMatt Dew2012-01-163-6/+6
* Treat unexpected returned events from poll as errorsJeremy Huddleston2012-01-101-1/+15
* Don't re-enter the WaitLoop if block is set to falseStephen Turnbull2012-01-101-1/+8
* Add .gitignore for the newly added DocBook/XML generated files.Gaetan Nadon2011-12-311-0/+5
* docbook.am: embed css styles inside the HTML HEAD elementGaetan Nadon2011-12-311-2/+0
* Remove old files.Matt Dew2011-12-2823-28533/+0
* Initial docbook conversion.Matt Dew2011-12-2825-24/+39888
* Add const attributes to TMparse typedefs to fix gcc -Wwrite-strings warningsAlan Coopersmith2011-10-071-3/+3
* Add const attributes to slashDotXdefaults to fix gcc -Wwrite-strings warningsAlan Coopersmith2011-10-071-4/+4
* Make implementation_default_path return const char *Alan Coopersmith2011-10-071-3/+3
* Make gravity strings const to fix gcc -Wwrite-strings warningsAlan Coopersmith2011-10-071-1/+1