summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* eliminate casts of NULL for String* and Cardinal*, since those are unnecessaryThomas E. Dickey2019-04-1526-119/+119
* This cleans up the "easy" warning fixes which can be made using myThomas E. Dickey2019-04-0638-523/+523
* bzero was marked "legacy" in POSIX 2001, and is not part of the later revisions.Thomas E. Dickey2019-04-024-6/+6
* Use standard size_t type in the casts for length-parameter of memcpy, memmoveThomas E. Dickey2019-04-023-19/+19
* fix build when XT_GEO_TATTLER is definedThomas E. Dickey2019-03-121-8/+8
* resolv:assignment discards 'const' qualifier from pointer targetWalter Harms2019-01-155-17/+19
* no need to check XFree argumentsWalter Harms2019-01-111-3/+1
* alloc+bzero == callocWalter Harms2019-01-111-7/+6
* resolv:assignment discards 'const' qualifier from pointer targetWalter Harms2019-01-081-4/+5
* no need to check args for freeWalter Harms2019-01-081-1/+1
* resolv:shadows a previous localWalter Harms2019-01-081-5/+5
* resolv:shadows a previous localWalter Harms2019-01-081-4/+4
* resolv:shadows a previous localWalter Harms2019-01-081-1/+1
* resolv:shadows a previous localWalter Harms2019-01-081-2/+1
* resolv:shadows a previous localWalter Harms2019-01-081-1/+0
* no need to check XFree argumentsWalter Harms2019-01-083-27/+13
* avoid -Wformat errors from clang when building with -DDEBUGRin Okuyama2018-03-242-5/+5
* Get rid of some extraneous ; at the end of C source linesAlan Coopersmith2015-09-272-4/+4
* Fix _XtInherit on x86_64 WindowsYaakov Selkowitz2015-04-212-1/+10
* 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-142-36/+0
* 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
* 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
* Add missing comma to fix DEBUG build.Thomas Klausner2013-06-021-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
* Use AM_CPPFLAGS instead of INCLUDESThierry Reding2013-01-121-2/+2
* unifdef -U__UNIXOS2__Alan Coopersmith2013-01-087-86/+5
* Install ErrorDB into a $datarootdir-path, not $libdir.Egbert Eich2012-11-301-1/+1
* Fix DEBUG build (TMparse.c:376:1: error: overflow in implicit constant conver...Thomas Klausner2012-07-301-1/+1
* Revert "Treat unexpected returned events from poll as errors"Jeremy Huddleston2012-03-121-15/+1
* 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 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
* Convert ISOLatin1 functions to specify args as const char *Alan Coopersmith2011-10-071-8/+8
* Whitespace changes related to cleaning up previous patchJeremy Huddleston2011-10-071-14/+12
* Don't pop elements from our array while we're itterating through it.Jeremy Huddleston2011-10-071-2/+5
* Bug 40577 - Missing bound checking in FreeSelectionProperty()Olivier Fourdan2011-10-031-1/+4
* Strip trailing whitespaceAlan Coopersmith2011-10-0311-54/+54
* LP64 fix for TypedArgToArg()Jeremy Huddleston2011-10-021-0/+2
* Bug 34715: XtAppMainLoop doesn't work without a DisplayJordan Hayes2011-03-141-7/+1