summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* remove some debris...Thomas E. Dickey2019-04-161-1/+0
* change return-type to avoid const-mismatchesThomas E. Dickey2019-04-161-1/+1
* fix const-mismatches in Tmstate.cThomas E. Dickey2019-04-161-2/+2
* fix const-mismatches in TMprint.cThomas E. Dickey2019-04-161-3/+3
* fix const-mismatches in TMparse.cThomas E. Dickey2019-04-161-10/+13
* fix shadowing warning for widgetClass parameter; no binary-changeThomas E. Dickey2019-04-161-5/+5
* fix gcc warnings in Display.cThomas E. Dickey2019-04-161-2/+2
* resolve const-mismatches in Shell.cThomas E. Dickey2019-04-161-53/+55
* resolve const-mismatches in internal functions of Intrinsic.cThomas E. Dickey2019-04-161-10/+12
* Allow all of the "argv" strings to be writable, since those arrays mayThomas E. Dickey2019-04-168-22/+22
* This is a minimal change which compiles when predefining _CONST_X_STRING,Thomas E. Dickey2019-04-167-20/+20
* 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