summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-11unifdef AIXSHLIB & SUNSHLIBHEADmasterAlan Coopersmith6-265/+2
2024-02-11unifdef __EMX__Alan Coopersmith1-4/+0
2024-02-11unifdef VMSAlan Coopersmith7-23/+0
2024-02-11unifdef USGAlan Coopersmith1-23/+0
2024-02-11unifdef MOTOROLAAlan Coopersmith1-1/+1
2024-02-11unifdef AIXV3Alan Coopersmith2-7/+2
2024-02-11unifdef __osf__Alan Coopersmith2-3/+3
2024-02-11unifdef hpuxAlan Coopersmith2-24/+1
2024-02-11unifdef sgiAlan Coopersmith2-3/+2
2024-02-11unifdef ultrixAlan Coopersmith1-7/+1
2023-11-12quiet a couple of unused-parameter warningsThomas E. Dickey2-2/+2
2023-11-12eliminate an unnecessary castThomas E. Dickey1-1/+1
2023-11-12Add continue_to_dispatch parameter to _XtResourceConfigurationEH()Thomas E. Dickey3-4/+6
2023-11-12remove substitution for EXEEXT_FOR_BUILD, not defined in automakeThomas E. Dickey1-1/+0
2023-11-12issue #20: c23 boolean conflictThomas E. Dickey1-2/+2
2023-09-18README.md: update & correct links to O'Reilly X Toolkit booksAlan Coopersmith1-6/+11
2023-08-14issue #19: include <process.h> on Windows for getpid()Thomas E. Dickey1-0/+4
2023-05-27issue #18: cross-build issue in utilThomas E. Dickey1-0/+3
2023-05-27issue #17: avoid _Static_assert from c++Thomas E. Dickey2-2/+2
2023-04-09libXt 1.3.0libXt-1.3.0Alan Coopersmith1-2/+2
2023-03-07Replace XtMalloc() calls with XtMallocArray()Alan 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