summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-07fix a couple of strict warnings by refactoring macrosThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-07-07remove/amend a few casts which produced warningsThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-07-07fix a possibly-uninitialized quark, and remove unnecessary casts which ↵Thomas E. Dickey
produced warnings Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-07-07constify table passed to _XtTableAddConverter to reduce strict compiler warningsThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-07-07use _X_UNUSED to quiet compiler warningsThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-06-18Merge remote-tracking branch 'upstream/master'Thomas E. Dickey
2019-06-18add a dependency on makestrs to help with parallel buildslibXt-1.2.0Thomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-06-18force a version-bumpThomas E. Dickey
2019-06-18Merge remote-tracking branch 'upstream/master'Thomas E. Dickey
2019-06-18fix a typoThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-06-18fix a typoThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-06-17Merge remote-tracking branch 'upstream/master'Thomas E. Dickey
2019-06-17Merge branch 'master' of https://gitlab.freedesktop.org/dickey/libxtThomas E. Dickey
2019-06-17update for proposed release as 1.2.0Thomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-06-17update to 1.1.5.3 to reflect documentation updates/reviewThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-06-17update to 1.1.5.3 to reflect documentation updates/reviewThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-06-14remove dead codeWalter Harms
Signed-off-by: Walter Harms <wharms@bfs.de>
2019-06-14make _XtWaitForSomething accept always the same number of argumentsWalter Harms
to reduce the #ifdef forrest make _XtWaitForSomething accept all arguments. Also add a dummy use for drop_lock to avoid unused warnings Signed-off-by: Walter Harms <wharms@bfs.de>
2019-06-13fix some more errata, plus reformat a list for consistencyThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-06-13fix some punctuation errataThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-06-13reduce ifdef/ifndef inconsistency for USE_POLLThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-06-10fix documentation to refect reality..Walter Harms
XtNewString is strdup() with NULL check. A Function not a macro. Signed-off-by: Walter Harms <wharms@bfs.de>
2019-06-10remove useles elseWalter Harms
Signed-off-by: Walter Harms <wharms@bfs.de>
2019-06-10no need to check arument for XtFree()Walter Harms
Signed-off-by: Walter Harms <wharms@bfs.de>
2019-06-10use strdup in two places; remove a bogus "else" from X11R6.4 changesThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-06-10fix formatting errataThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-06-10correct markup for header- and library-filenames; they are not functionsThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-06-10fix a syntax mess introduced by R6.6 ifdef'ingThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-06-10fix fake-quotes in manpagesThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-06-10drop "session" resource XtNsession / XtCSession, which was listed in X11R6 ↵Thomas E. Dickey
but never defined in headers Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-06-10add superscript-markup in range definitionsThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-06-09no need to check argument for X(t)FreeWalter Harms
Signed-off-by: Walter Harms <wharms@bfs.de>
2019-06-05Merge branch 'master' of ssh://gitlab.freedesktop.org/xorg/lib/libxtWalter Harms
2019-05-29fix compiler warnings when WHITEFILL is definedThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-05-29fix compiler warnings when _TRACE_HEAP is definedThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-05-29build- and compiler-warning fixes when XTTRACEMEMORY is definedThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-05-29build-fix and compiler-warnings when TRACE_TM is definedThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-05-29add prototype for DEBUG-functionThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-05-29fix compiler-warning when DEBUG is definedThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-05-19Merge remote-tracking branch 'upstream/master'Thomas E. Dickey
2019-05-19bump to 1.1.5.2 to reflect noreturn-changesThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-05-19bump to 1.1.5.2 to reflect noreturn-changesThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-05-18Merge branch 'master' of ssh://gitlab.freedesktop.org/xorg/lib/libxtWalter Harms
2019-05-18save one indent levelWalter Harms
2019-05-18trim obsolete ifdef for ISC, and correct nonstandard "NaNS" to "NaN"Thomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-05-18use _X_NORETURN, works for gcc and clangThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-05-18use explicit pointer check to eliminate a clang --analyze warning in VarGet.cThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-05-18fix most clang --analyze warnings about null-pointersThomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-05-18fix unused-assignment warnings (clang --analyze)Thomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2019-05-18ensure XWindowChanges value is initialized before updating it (clang --analyze)Thomas E. Dickey
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>