summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libXt 1.3.0HEADlibXt-1.3.0masterAlan Coopersmith2023-04-091-2/+2
* Replace XtMalloc() calls with XtMallocArray()Alan Coopersmith2023-03-0722-114/+91
* Replace XtRealloc() calls with XtReallocArray()Alan Coopersmith2023-03-0717-106/+79
* Add XtReallocArray() for overflow checking of multiplied argsAlan Coopersmith2023-03-077-15/+264
* test: Add unit tests for XtMalloc, XtCalloc, & XtReallocAlan Coopersmith2023-03-073-1/+508
* configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOLAlan Coopersmith2023-03-041-1/+1
* Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith2023-02-2545-45/+45
* TMstate.c: Handle -Wduplicated-branches warningsAlan Coopersmith2023-02-091-16/+8
* Add xfilesearchpath to xt.pcAlan Coopersmith2023-02-091-0/+1
* configure.ac: Replace HAVE_LIBRARY with AC_CHECK_LIBAlan Coopersmith2023-02-061-1/+1
* tests: Replace g_assert() calls with g_assert_*() callsAlan Coopersmith2022-12-174-17/+20
* tests: Use XORG_MEMORY_CHECK_FLAGS from xorg-macros 1.16Alan Coopersmith2022-12-171-21/+4
* tests: update g_test_bug_base url from bugzilla to gitlabAlan Coopersmith2022-12-173-3/+6
* Use memcpy() instead of XtMemmove() when buffers are known to differAlan Coopersmith2022-08-113-18/+16
* Use memcpy() instead of memmove() when buffers are known not to overlapAlan Coopersmith2022-08-1112-64/+60
* gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith2022-07-171-2/+2
* Fix spelling/wording issuesAlan Coopersmith2022-07-173-5/+5
* Build xz tarballs instead of bzip2Alan Coopersmith2022-07-171-1/+1
* update copyright-dateThomas E. Dickey2022-06-201-1/+1
* Support buttons > 5 in translation tables [v2]Keith Packard2022-06-202-16/+48
* cppcheck (revise IsDescendant() to fix possible null-dereference)Thomas E. Dickey2022-06-181-4/+3
* cppcheck fixes (const, null dereferencing, uninitialized, scope)Thomas E. Dickey2022-06-1816-48/+53
* fixes for gcc13 warningsThomas E. Dickey2022-06-183-1/+6
* cppcheck and clang --analyze fixesThomas E. Dickey2022-06-1812-19/+28
* codespell-fixesThomas E. Dickey2022-06-1425-53/+53
* add _X_NORETURN to agree with header-fileThomas E. Dickey2022-06-144-8/+8
* gitlab CI: add a basic build testAlan Coopersmith2021-12-021-0/+102
* Fix InternalCallbackRec layout if pointers are bigger than 64 bitsAlex Richardson2021-06-272-1/+9
* Fix XrmResource layout if pointers are bigger than longAlex Richardson2021-06-271-4/+9
* Cast via intptr_t when converting integers to pointersAlex Richardson2021-06-276-8/+8
* Use XtUIntPtr for integer types that can hold pointersAlex Richardson2021-06-271-5/+5
* XtArgVal: Support architectures where pointers are bigger than longAlex Richardson2021-06-271-1/+15
* Define LONG64 if __SIZEOF_LONG__ indicates 64-bit longAlex Richardson2021-06-161-1/+5
* libXt 1.2.1libXt-1.2.1Matt Turner2021-01-241-1/+1
* _XtCalloc actually uses a Cardinal, not size_tThomas E. Dickey2020-02-051-2/+2
* add errorhandling to _XtVaToTypedArgList()Walter Harms2019-12-221-6/+15
* Merge branch 'master' of ssh://gitlab.freedesktop.org/xorg/lib/libxtWalter Harms2019-12-2259-21814/+22521
|\
| * add a null-pointer check, overlooked in fix for issue #12.Thomas E. Dickey2019-11-151-12/+14
| * issue #12: work within existing interface which attempts to obtain theThomas E. Dickey2019-11-091-0/+14
| * new buildThomas E. Dickey2019-11-091-1/+1
| * issue 12 - DISPLAY=:0.-1 XtScreenDatabase segfaultThomas E. Dickey2019-11-091-0/+6
| * improved the script used for typedef-options with indent, updated indentationThomas E. Dickey2019-08-0148-568/+557
| * bump minor version to reflect code-cleanupThomas E. Dickey2019-07-141-1/+1
| * remove the ARGUSED lines, which confuse GNU indent, ditto for LINTLIBRARYThomas E. Dickey2019-07-1411-44/+16
| * indent'd like "x-indent.sh", but with a more complete set of typedefs - seeThomas E. Dickey2019-07-141-46/+41
| * indent'd like "x-indent.sh", but with a more complete set of typedefs - seeThomas E. Dickey2019-07-141-51/+56
| * indent'd like "x-indent.sh", but with a more complete set of typedefs - seeThomas E. Dickey2019-07-141-136/+140
| * indent'd like "x-indent.sh", but with a more complete set of typedefs - seeThomas E. Dickey2019-07-141-509/+540
| * indent'd like "x-indent.sh", but with a more complete set of typedefs - seeThomas E. Dickey2019-07-141-19/+17
| * indent'd like "x-indent.sh", but with a more complete set of typedefs - seeThomas E. Dickey2019-07-141-109/+112