summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-04-02bzero was marked "legacy" in POSIX 2001, and is not part of the later revisions.Thomas E. Dickey
2019-04-02Use standard size_t type in the casts for length-parameter of memcpy, memmoveThomas E. Dickey
2019-03-12fix build when XT_GEO_TATTLER is definedThomas E. Dickey
2019-01-15resolv:assignment discards 'const' qualifier from pointer targetWalter Harms
2019-01-11no need to check XFree argumentsWalter Harms
2019-01-11alloc+bzero == callocWalter Harms
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-03-24avoid -Wformat errors from clang when building with -DDEBUGRin Okuyama
2015-09-27Get rid of some extraneous ; at the end of C source linesAlan 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
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-08Mark non-returning function with appropriate attribute.Thomas Klausner
2013-07-08Use appropriate variable type for vsnprintf return value.Thomas Klausner
2013-06-02Add missing comma to fix DEBUG build.Thomas Klausner
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-12Use AM_CPPFLAGS instead of INCLUDESThierry Reding
2013-01-08unifdef -U__UNIXOS2__Alan Coopersmith
2012-11-30Install ErrorDB into a $datarootdir-path, not $libdir.Egbert Eich
2012-07-30Fix DEBUG build (TMparse.c:376:1: error: overflow in implicit constant conver...Thomas Klausner
2012-03-12Revert "Treat unexpected returned events from poll as errors"Jeremy Huddleston
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-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
2011-10-07Convert ISOLatin1 functions to specify args as const char *Alan Coopersmith
2011-10-07Whitespace changes related to cleaning up previous patchJeremy Huddleston
2011-10-07Don't pop elements from our array while we're itterating through it.Jeremy Huddleston
2011-10-03Bug 40577 - Missing bound checking in FreeSelectionProperty()Olivier Fourdan
2011-10-03Strip trailing whitespaceAlan Coopersmith
2011-10-02LP64 fix for TypedArgToArg()Jeremy Huddleston
2011-03-14Bug 34715: XtAppMainLoop doesn't work without a DisplayJordan Hayes
2011-03-09XtAsprintf: Fix memory corruption.Cyril Brulebois
2011-03-06Incorrect cast in XtCvtIntToPixmap could cause bus error on 64-bit machinesAlan Coopersmith