Age | Commit message (Expand) | Author |
2019-05-18 | Merge branch 'master' of ssh://gitlab.freedesktop.org/xorg/lib/libxt | Walter Harms |
2019-05-18 | save one indent level | Walter Harms |
2019-05-18 | trim obsolete ifdef for ISC, and correct nonstandard "NaNS" to "NaN" | Thomas E. Dickey |
2019-05-18 | use _X_NORETURN, works for gcc and clang | Thomas E. Dickey |
2019-05-18 | use explicit pointer check to eliminate a clang --analyze warning in VarGet.c | Thomas E. Dickey |
2019-05-18 | fix most clang --analyze warnings about null-pointers | Thomas E. Dickey |
2019-05-18 | fix unused-assignment warnings (clang --analyze) | Thomas E. Dickey |
2019-05-18 | ensure XWindowChanges value is initialized before updating it (clang --analyze) | Thomas E. Dickey |
2019-05-18 | fixes cppcheck "style" warnings (mostly variable-scope) | Thomas E. Dickey |
2019-05-18 | add casts to quiet compiler warnings with Solaris 11.4 / gcc 7.3.0 | Thomas E. Dickey |
2019-05-07 | remove an #include used in debugging | Thomas E. Dickey |
2019-05-07 | Proposed revision of XtAppMainLoop() in | Thomas E. Dickey |
2019-05-06 | add casts to fix compiler warnings | Thomas E. Dickey |
2019-05-06 | eliminate an unnecessary cast which gave a gcc warning and add a null-pointer... | Thomas E. Dickey |
2019-05-06 | if Xalloca.h is corrected to use size_t param, one change is still needed in | Thomas E. Dickey |
2019-05-06 | fixes for gcc warnings, no object-change | Thomas E. Dickey |
2019-05-06 | XtAppProcessEvent expects XtInputMask parameter, which is unsigned-long | Thomas E. Dickey |
2019-05-06 | use "const void *" rather than "char *" for memcmp, etc | Thomas E. Dickey |
2019-05-06 | fix 5 more simple gcc warnings | Thomas E. Dickey |
2019-05-06 | fix gcc warnings when assigning into a bit-field by first masking the value | Thomas E. Dickey |
2019-05-04 | Provide suseconds_t typedef on Win32 | Jon Turney |
2019-05-04 | Fix WHITEFILL after const fixes | Jon Turney |
2019-04-28 | Merge branch 'master' of ssh://gitlab.freedesktop.org/xorg/lib/libxt | Walter Harms |
2019-04-28 | Fix input starvation in XtMainLoop() closes bug #7 | Walter Harms |
2019-04-22 | Fix covscan complain | Benjamin Tissoires |
2019-04-22 | dummy fix for covscan | Benjamin Tissoires |
2019-04-22 | Fix leaks detected by covscan | Benjamin Tissoires |
2019-04-16 | remove some debris... | Thomas E. Dickey |
2019-04-16 | change return-type to avoid const-mismatches | Thomas E. Dickey |
2019-04-16 | fix const-mismatches in Tmstate.c | Thomas E. Dickey |
2019-04-16 | fix const-mismatches in TMprint.c | Thomas E. Dickey |
2019-04-16 | fix const-mismatches in TMparse.c | Thomas E. Dickey |
2019-04-16 | fix shadowing warning for widgetClass parameter; no binary-change | Thomas E. Dickey |
2019-04-16 | fix gcc warnings in Display.c | Thomas E. Dickey |
2019-04-16 | resolve const-mismatches in Shell.c | Thomas E. Dickey |
2019-04-16 | resolve const-mismatches in internal functions of Intrinsic.c | Thomas E. Dickey |
2019-04-16 | Allow all of the "argv" strings to be writable, since those arrays may | Thomas E. Dickey |
2019-04-16 | This is a minimal change which compiles when predefining _CONST_X_STRING, | Thomas E. Dickey |
2019-04-15 | eliminate casts of NULL for String* and Cardinal*, since those are unnecessary | Thomas E. Dickey |
2019-04-06 | This cleans up the "easy" warning fixes which can be made using my | Thomas E. Dickey |
2019-04-02 | bzero was marked "legacy" in POSIX 2001, and is not part of the later revisions. | Thomas E. Dickey |
2019-04-02 | Use standard size_t type in the casts for length-parameter of memcpy, memmove | Thomas E. Dickey |
2019-03-12 | fix build when XT_GEO_TATTLER is defined | Thomas E. Dickey |
2019-01-15 | resolv:assignment discards 'const' qualifier from pointer target | Walter Harms |
2019-01-11 | no need to check XFree arguments | Walter Harms |
2019-01-11 | alloc+bzero == calloc | Walter Harms |
2019-01-08 | resolv:assignment discards 'const' qualifier from pointer target | Walter Harms |
2019-01-08 | no need to check args for free | Walter Harms |
2019-01-08 | resolv:shadows a previous local | Walter Harms |
2019-01-08 | resolv:shadows a previous local | Walter Harms |