Age | Commit message (Expand) | Author | Files | Lines |
2023-03-07 | Replace XtMalloc() calls with XtMallocArray()HEADmaster | Alan Coopersmith | 22 | -114/+91 |
2023-03-07 | Replace XtRealloc() calls with XtReallocArray() | Alan Coopersmith | 17 | -106/+79 |
2023-03-07 | Add XtReallocArray() for overflow checking of multiplied args | Alan Coopersmith | 7 | -15/+264 |
2023-03-07 | test: Add unit tests for XtMalloc, XtCalloc, & XtRealloc | Alan Coopersmith | 3 | -1/+508 |
2023-03-04 | configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL | Alan Coopersmith | 1 | -1/+1 |
2023-02-25 | Remove "All rights reserved" from Oracle copyright notices | Alan Coopersmith | 45 | -45/+45 |
2023-02-09 | TMstate.c: Handle -Wduplicated-branches warnings | Alan Coopersmith | 1 | -16/+8 |
2023-02-09 | Add xfilesearchpath to xt.pc | Alan Coopersmith | 1 | -0/+1 |
2023-02-06 | configure.ac: Replace HAVE_LIBRARY with AC_CHECK_LIB | Alan Coopersmith | 1 | -1/+1 |
2022-12-17 | tests: Replace g_assert() calls with g_assert_*() calls | Alan Coopersmith | 4 | -17/+20 |
2022-12-17 | tests: Use XORG_MEMORY_CHECK_FLAGS from xorg-macros 1.16 | Alan Coopersmith | 1 | -21/+4 |
2022-12-17 | tests: update g_test_bug_base url from bugzilla to gitlab | Alan Coopersmith | 3 | -3/+6 |
2022-08-11 | Use memcpy() instead of XtMemmove() when buffers are known to differ | Alan Coopersmith | 3 | -18/+16 |
2022-08-11 | Use memcpy() instead of memmove() when buffers are known not to overlap | Alan Coopersmith | 12 | -64/+60 |
2022-07-17 | gitlab CI: stop requiring Signed-off-by in commits | Alan Coopersmith | 1 | -2/+2 |
2022-07-17 | Fix spelling/wording issues | Alan Coopersmith | 3 | -5/+5 |
2022-07-17 | Build xz tarballs instead of bzip2 | Alan Coopersmith | 1 | -1/+1 |
2022-06-20 | update copyright-date | Thomas E. Dickey | 1 | -1/+1 |
2022-06-20 | Support buttons > 5 in translation tables [v2] | Keith Packard | 2 | -16/+48 |
2022-06-18 | cppcheck (revise IsDescendant() to fix possible null-dereference) | Thomas E. Dickey | 1 | -4/+3 |
2022-06-18 | cppcheck fixes (const, null dereferencing, uninitialized, scope) | Thomas E. Dickey | 16 | -48/+53 |
2022-06-18 | fixes for gcc13 warnings | Thomas E. Dickey | 3 | -1/+6 |
2022-06-18 | cppcheck and clang --analyze fixes | Thomas E. Dickey | 12 | -19/+28 |
2022-06-14 | codespell-fixes | Thomas E. Dickey | 25 | -53/+53 |
2022-06-14 | add _X_NORETURN to agree with header-file | Thomas E. Dickey | 4 | -8/+8 |
2021-12-02 | gitlab CI: add a basic build test | Alan Coopersmith | 1 | -0/+102 |
2021-06-27 | Fix InternalCallbackRec layout if pointers are bigger than 64 bits | Alex Richardson | 2 | -1/+9 |
2021-06-27 | Fix XrmResource layout if pointers are bigger than long | Alex Richardson | 1 | -4/+9 |
2021-06-27 | Cast via intptr_t when converting integers to pointers | Alex Richardson | 6 | -8/+8 |
2021-06-27 | Use XtUIntPtr for integer types that can hold pointers | Alex Richardson | 1 | -5/+5 |
2021-06-27 | XtArgVal: Support architectures where pointers are bigger than long | Alex Richardson | 1 | -1/+15 |
2021-06-16 | Define LONG64 if __SIZEOF_LONG__ indicates 64-bit long | Alex Richardson | 1 | -1/+5 |
2021-01-24 | libXt 1.2.1libXt-1.2.1 | Matt Turner | 1 | -1/+1 |
2020-02-05 | _XtCalloc actually uses a Cardinal, not size_t | Thomas E. Dickey | 1 | -2/+2 |
2019-12-22 | add errorhandling to _XtVaToTypedArgList() | Walter Harms | 1 | -6/+15 |
2019-12-22 | Merge branch 'master' of ssh://gitlab.freedesktop.org/xorg/lib/libxt | Walter Harms | 59 | -21814/+22521 |
2019-12-22 | refactoring, reduce indent level | Walter Harms | 1 | -12/+10 |
2019-11-15 | add a null-pointer check, overlooked in fix for issue #12. | Thomas E. Dickey | 1 | -12/+14 |
2019-11-09 | issue #12: work within existing interface which attempts to obtain the | Thomas E. Dickey | 1 | -0/+14 |
2019-11-09 | no need to check arguments for XtFree() | Walter Harms | 1 | -4/+2 |
2019-11-09 | new build | Thomas E. Dickey | 1 | -1/+1 |
2019-11-09 | issue 12 - DISPLAY=:0.-1 XtScreenDatabase segfault | Thomas E. Dickey | 1 | -0/+6 |
2019-08-01 | improved the script used for typedef-options with indent, updated indentation | Thomas E. Dickey | 48 | -568/+557 |
2019-07-14 | bump minor version to reflect code-cleanup | Thomas E. Dickey | 1 | -1/+1 |
2019-07-14 | remove the ARGUSED lines, which confuse GNU indent, ditto for LINTLIBRARY | Thomas E. Dickey | 11 | -44/+16 |
2019-07-14 | indent'd like "x-indent.sh", but with a more complete set of typedefs - see | Thomas E. Dickey | 1 | -46/+41 |
2019-07-14 | indent'd like "x-indent.sh", but with a more complete set of typedefs - see | Thomas E. Dickey | 1 | -51/+56 |
2019-07-14 | indent'd like "x-indent.sh", but with a more complete set of typedefs - see | Thomas E. Dickey | 1 | -136/+140 |
2019-07-14 | indent'd like "x-indent.sh", but with a more complete set of typedefs - see | Thomas E. Dickey | 1 | -509/+540 |
2019-07-14 | indent'd like "x-indent.sh", but with a more complete set of typedefs - see | Thomas E. Dickey | 1 | -19/+17 |