summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-02-11unifdef AIXSHLIB & SUNSHLIBHEADmasterAlan Coopersmith6-265/+2
2024-02-11unifdef __EMX__Alan Coopersmith1-4/+0
2024-02-11unifdef VMSAlan Coopersmith1-8/+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 Coopersmith1-1/+1
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. Dickey2-3/+4
2023-11-12issue #20: c23 boolean conflictThomas E. Dickey1-2/+2
2023-08-14issue #19: include <process.h> on Windows for getpid()Thomas E. Dickey1-0/+4
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 Coopersmith1-1/+51
2023-02-25Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith43-43/+43
2023-02-09TMstate.c: Handle -Wduplicated-branches warningsAlan Coopersmith1-16/+8
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-17Fix spelling/wording issuesAlan Coopersmith2-4/+4
2022-06-20Support buttons > 5 in translation tables [v2]Keith Packard1-14/+46
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. Dickey2-1/+4
2022-06-18cppcheck and clang --analyze fixesThomas E. Dickey12-19/+28
2022-06-14codespell-fixesThomas E. Dickey11-26/+26
2021-06-27Fix InternalCallbackRec layout if pointers are bigger than 64 bitsAlex Richardson1-0/+4
2021-06-27Cast via intptr_t when converting integers to pointersAlex Richardson6-8/+8
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 Harms55-21321/+21972
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-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-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
2019-07-14indent'd like "x-indent.sh", but with a more complete set of typedefs - seeThomas E. Dickey1-109/+112
2019-07-14indent'd like "x-indent.sh", but with a more complete set of typedefs - seeThomas E. Dickey1-115/+115
2019-07-14indent'd like "x-indent.sh", but with a more complete set of typedefs - seeThomas E. Dickey1-53/+59
2019-07-14indent'd like "x-indent.sh", but with a more complete set of typedefs - seeThomas E. Dickey1-56/+54