summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-07Replace XtMalloc() calls with XtMallocArray()HEADmasterAlan Coopersmith22-114/+91
2023-03-07Replace XtRealloc() calls with XtReallocArray()Alan Coopersmith17-106/+79
2023-03-07Add XtReallocArray() for overflow checking of multiplied argsAlan Coopersmith7-15/+264
2023-03-07test: Add unit tests for XtMalloc, XtCalloc, & XtReallocAlan Coopersmith3-1/+508
2023-03-04configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOLAlan Coopersmith1-1/+1
2023-02-25Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith45-45/+45
2023-02-09TMstate.c: Handle -Wduplicated-branches warningsAlan Coopersmith1-16/+8
2023-02-09Add xfilesearchpath to xt.pcAlan Coopersmith1-0/+1
2023-02-06configure.ac: Replace HAVE_LIBRARY with AC_CHECK_LIBAlan Coopersmith1-1/+1
2022-12-17tests: Replace g_assert() calls with g_assert_*() callsAlan Coopersmith4-17/+20
2022-12-17tests: Use XORG_MEMORY_CHECK_FLAGS from xorg-macros 1.16Alan Coopersmith1-21/+4
2022-12-17tests: update g_test_bug_base url from bugzilla to gitlabAlan Coopersmith3-3/+6
2022-08-11Use memcpy() instead of XtMemmove() when buffers are known to differAlan Coopersmith3-18/+16
2022-08-11Use memcpy() instead of memmove() when buffers are known not to overlapAlan Coopersmith12-64/+60
2022-07-17gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith1-2/+2
2022-07-17Fix spelling/wording issuesAlan Coopersmith3-5/+5
2022-07-17Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2022-06-20update copyright-dateThomas E. Dickey1-1/+1
2022-06-20Support buttons > 5 in translation tables [v2]Keith Packard2-16/+48
2022-06-18cppcheck (revise IsDescendant() to fix possible null-dereference)Thomas E. Dickey1-4/+3
2022-06-18cppcheck fixes (const, null dereferencing, uninitialized, scope)Thomas E. Dickey16-48/+53
2022-06-18fixes for gcc13 warningsThomas E. Dickey3-1/+6
2022-06-18cppcheck and clang --analyze fixesThomas E. Dickey12-19/+28
2022-06-14codespell-fixesThomas E. Dickey25-53/+53
2022-06-14add _X_NORETURN to agree with header-fileThomas E. Dickey4-8/+8
2021-12-02gitlab CI: add a basic build testAlan Coopersmith1-0/+102
2021-06-27Fix InternalCallbackRec layout if pointers are bigger than 64 bitsAlex Richardson2-1/+9
2021-06-27Fix XrmResource layout if pointers are bigger than longAlex Richardson1-4/+9
2021-06-27Cast via intptr_t when converting integers to pointersAlex Richardson6-8/+8
2021-06-27Use XtUIntPtr for integer types that can hold pointersAlex Richardson1-5/+5
2021-06-27XtArgVal: Support architectures where pointers are bigger than longAlex Richardson1-1/+15
2021-06-16Define LONG64 if __SIZEOF_LONG__ indicates 64-bit longAlex Richardson1-1/+5
2021-01-24libXt 1.2.1libXt-1.2.1Matt Turner1-1/+1
2020-02-05_XtCalloc actually uses a Cardinal, not size_tThomas E. Dickey1-2/+2
2019-12-22add errorhandling to _XtVaToTypedArgList()Walter Harms1-6/+15
2019-12-22Merge branch 'master' of ssh://gitlab.freedesktop.org/xorg/lib/libxtWalter Harms59-21814/+22521
2019-12-22refactoring, reduce indent levelWalter Harms1-12/+10
2019-11-15add a null-pointer check, overlooked in fix for issue #12.Thomas E. Dickey1-12/+14
2019-11-09issue #12: work within existing interface which attempts to obtain theThomas E. Dickey1-0/+14
2019-11-09no need to check arguments for XtFree()Walter Harms1-4/+2
2019-11-09new buildThomas E. Dickey1-1/+1
2019-11-09issue 12 - DISPLAY=:0.-1 XtScreenDatabase segfaultThomas E. Dickey1-0/+6
2019-08-01improved the script used for typedef-options with indent, updated indentationThomas E. Dickey48-568/+557
2019-07-14bump minor version to reflect code-cleanupThomas E. Dickey1-1/+1
2019-07-14remove the ARGUSED lines, which confuse GNU indent, ditto for LINTLIBRARYThomas E. Dickey11-44/+16
2019-07-14indent'd like "x-indent.sh", but with a more complete set of typedefs - seeThomas E. Dickey1-46/+41
2019-07-14indent'd like "x-indent.sh", but with a more complete set of typedefs - seeThomas E. Dickey1-51/+56
2019-07-14indent'd like "x-indent.sh", but with a more complete set of typedefs - seeThomas E. Dickey1-136/+140
2019-07-14indent'd like "x-indent.sh", but with a more complete set of typedefs - seeThomas E. Dickey1-509/+540
2019-07-14indent'd like "x-indent.sh", but with a more complete set of typedefs - seeThomas E. Dickey1-19/+17