summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-05-18save one indent levelWalter Harms
2019-05-07remove an #include used in debuggingThomas E. Dickey
2019-05-07Proposed revision of XtAppMainLoop() inThomas E. Dickey
2019-05-06add casts to fix compiler warningsThomas E. Dickey
2019-05-06eliminate an unnecessary cast which gave a gcc warning and add a null-pointer...Thomas E. Dickey
2019-05-06if Xalloca.h is corrected to use size_t param, one change is still needed inThomas E. Dickey
2019-05-06fixes for gcc warnings, no object-changeThomas E. Dickey
2019-05-06XtAppProcessEvent expects XtInputMask parameter, which is unsigned-longThomas E. Dickey
2019-05-06use "const void *" rather than "char *" for memcmp, etcThomas E. Dickey
2019-05-06fix 5 more simple gcc warningsThomas E. Dickey
2019-05-06fix gcc warnings when assigning into a bit-field by first masking the valueThomas E. Dickey
2019-05-04Provide suseconds_t typedef on Win32Jon Turney
2019-05-04Fix WHITEFILL after const fixesJon Turney
2019-04-28Merge branch 'master' of ssh://gitlab.freedesktop.org/xorg/lib/libxtWalter Harms
2019-04-28Fix input starvation in XtMainLoop() closes bug #7Walter Harms
2019-04-22Fix covscan complainBenjamin Tissoires
2019-04-22dummy fix for covscanBenjamin Tissoires
2019-04-22Fix leaks detected by covscanBenjamin Tissoires
2019-04-16remove some debris...Thomas E. Dickey
2019-04-16change return-type to avoid const-mismatchesThomas E. Dickey
2019-04-16fix const-mismatches in Tmstate.cThomas E. Dickey
2019-04-16fix const-mismatches in TMprint.cThomas E. Dickey
2019-04-16fix const-mismatches in TMparse.cThomas E. Dickey
2019-04-16fix shadowing warning for widgetClass parameter; no binary-changeThomas E. Dickey
2019-04-16fix gcc warnings in Display.cThomas E. Dickey
2019-04-16resolve const-mismatches in Shell.cThomas E. Dickey
2019-04-16resolve const-mismatches in internal functions of Intrinsic.cThomas E. Dickey
2019-04-16Allow all of the "argv" strings to be writable, since those arrays mayThomas E. Dickey
2019-04-16This is a minimal change which compiles when predefining _CONST_X_STRING,Thomas E. Dickey
2019-04-15eliminate casts of NULL for String* and Cardinal*, since those are unnecessaryThomas E. Dickey
2019-04-06This cleans up the "easy" warning fixes which can be made using myThomas E. Dickey
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