Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[xsrc/trunk]: xsrc/external/mit/libXt/dist initial import of libXt-1.2.1
details: https://anonhg.NetBSD.org/xsrc/rev/c682ae58d9d8
branches: trunk
changeset: 10673:c682ae58d9d8
user: mrg <mrg%NetBSD.org@localhost>
date: Mon Apr 26 21:23:24 2021 +0000
description:
initial import of libXt-1.2.1
diffstat:
external/mit/libXt/dist/ChangeLog | 706 +++
external/mit/libXt/dist/Makefile.in | 16 +-
external/mit/libXt/dist/aclocal.m4 | 126 +-
external/mit/libXt/dist/config.guess | 382 +-
external/mit/libXt/dist/config.sub | 2698 ++++++------
external/mit/libXt/dist/configure | 82 +-
external/mit/libXt/dist/configure.ac | 2 +-
external/mit/libXt/dist/depcomp | 2 +-
external/mit/libXt/dist/include/Makefile.in | 4 +-
external/mit/libXt/dist/include/X11/ConvertI.h | 2 +-
external/mit/libXt/dist/install-sh | 13 +-
external/mit/libXt/dist/ltmain.sh | 329 +-
external/mit/libXt/dist/man/Makefile.in | 4 +-
external/mit/libXt/dist/missing | 2 +-
external/mit/libXt/dist/specs/Makefile.in | 4 +-
external/mit/libXt/dist/src/ActionHook.c | 69 +-
external/mit/libXt/dist/src/Alloc.c | 394 +-
external/mit/libXt/dist/src/ArgList.c | 23 +-
external/mit/libXt/dist/src/Callback.c | 737 +-
external/mit/libXt/dist/src/ClickTime.c | 11 +-
external/mit/libXt/dist/src/Composite.c | 241 +-
external/mit/libXt/dist/src/Constraint.c | 122 +-
external/mit/libXt/dist/src/Converters.c | 2528 ++++++------
external/mit/libXt/dist/src/Core.c | 454 +-
external/mit/libXt/dist/src/Create.c | 841 ++--
external/mit/libXt/dist/src/Destroy.c | 371 +-
external/mit/libXt/dist/src/Display.c | 926 ++--
external/mit/libXt/dist/src/Error.c | 625 +-
external/mit/libXt/dist/src/Event.c | 1878 +++++----
external/mit/libXt/dist/src/EventUtil.c | 183 +-
external/mit/libXt/dist/src/Functions.c | 107 +-
external/mit/libXt/dist/src/GCManager.c | 274 +-
external/mit/libXt/dist/src/Geometry.c | 1023 ++--
external/mit/libXt/dist/src/GetActKey.c | 34 +-
external/mit/libXt/dist/src/GetResList.c | 203 +-
external/mit/libXt/dist/src/GetValues.c | 227 +-
external/mit/libXt/dist/src/HookObj.c | 110 +-
external/mit/libXt/dist/src/Hooks.c | 112 +-
external/mit/libXt/dist/src/Initialize.c | 1026 ++--
external/mit/libXt/dist/src/Intrinsic.c | 1598 ++++---
external/mit/libXt/dist/src/Keyboard.c | 1041 ++--
external/mit/libXt/dist/src/Makefile.in | 4 +-
external/mit/libXt/dist/src/Manage.c | 548 +-
external/mit/libXt/dist/src/Object.c | 278 +-
external/mit/libXt/dist/src/PassivGrab.c | 960 ++--
external/mit/libXt/dist/src/Pointer.c | 80 +-
external/mit/libXt/dist/src/Popup.c | 161 +-
external/mit/libXt/dist/src/PopupCB.c | 32 +-
external/mit/libXt/dist/src/RectObj.c | 122 +-
external/mit/libXt/dist/src/Resources.c | 1685 ++++----
external/mit/libXt/dist/src/Selection.c | 3032 +++++++-------
external/mit/libXt/dist/src/SetSens.c | 53 +-
external/mit/libXt/dist/src/SetValues.c | 543 +-
external/mit/libXt/dist/src/SetWMCW.c | 86 +-
external/mit/libXt/dist/src/Shell.c | 4696 ++++++++++++-----------
external/mit/libXt/dist/src/TMaction.c | 1244 +++---
external/mit/libXt/dist/src/TMgrab.c | 374 +-
external/mit/libXt/dist/src/TMkey.c | 643 +-
external/mit/libXt/dist/src/TMprint.c | 1108 ++--
external/mit/libXt/dist/src/TMstate.c | 2816 +++++++-------
external/mit/libXt/dist/src/Threads.c | 245 +-
external/mit/libXt/dist/src/VarCreate.c | 338 +-
external/mit/libXt/dist/src/VarGet.c | 284 +-
external/mit/libXt/dist/src/Varargs.c | 448 +-
external/mit/libXt/dist/src/Vendor.c | 121 +-
external/mit/libXt/dist/src/sharedlib.c | 154 +-
external/mit/libXt/dist/test-driver | 2 +-
external/mit/libXt/dist/test/Makefile.in | 4 +-
external/mit/libXt/dist/util/Makefile.in | 4 +-
69 files changed, 20544 insertions(+), 19051 deletions(-)
diffs (truncated from 51555 to 300 lines):
diff -r fab3c07dee8b -r c682ae58d9d8 external/mit/libXt/dist/ChangeLog
--- a/external/mit/libXt/dist/ChangeLog Mon Apr 26 21:23:21 2021 +0000
+++ b/external/mit/libXt/dist/ChangeLog Mon Apr 26 21:23:24 2021 +0000
@@ -1,3 +1,672 @@
+commit edd70bdfbbd16247e3d9564ca51d864f82626eb7
+Author: Matt Turner <mattst88%gmail.com@localhost>
+Date: Sun Jan 24 09:45:53 2021 -0500
+
+ libXt 1.2.1
+
+ Signed-off-by: Matt Turner <mattst88%gmail.com@localhost>
+
+commit 32fb9ec3b60d0262d65829ad0fc1463464648c4b
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date: Wed Feb 5 04:37:37 2020 -0500
+
+ _XtCalloc actually uses a Cardinal, not size_t
+
+commit 15a6234f9bee37d3c25bb21ce66db5846e082563
+Author: Walter Harms <wharms%bfs.de@localhost>
+Date: Sun Dec 22 18:48:02 2019 +0100
+
+ add errorhandling to _XtVaToTypedArgList()
+
+ to make it behave like _XtVaToTypedArgList() add some checks
+ and make sure that all args are propper initialized. also
+ replace Malloc with Calloc and get arg check for free
+
+ Signed-off-by: Walter Harms <wharms%bfs.de@localhost>
+
+commit 6cc7763e4bb7298a6c81f81015d6e750d6b4ea5c
+Merge: b2c33d4 51cbf52
+Author: Walter Harms <wharms%bfs.de@localhost>
+Date: Sun Dec 22 18:29:38 2019 +0100
+
+ Merge branch 'master' of ssh://gitlab.freedesktop.org/xorg/lib/libxt
+
+commit b2c33d42605147831c48a8946e90f356340e709e
+Author: Walter Harms <wharms%bfs.de@localhost>
+Date: Sun Dec 22 17:51:53 2019 +0100
+
+ refactoring, reduce indent level
+
+ Signed-off-by: Walter Harms <wharms%bfs.de@localhost>
+
+commit 51cbf52b7668ad46a428dabe8e79e6819e825b20
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date: Fri Nov 15 21:00:44 2019 -0500
+
+ add a null-pointer check, overlooked in fix for issue #12.
+
+ Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit 1bf4dfce4431b016a2970e195ea55188288264f6
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date: Sat Nov 9 21:01:29 2019 -0500
+
+ issue #12: work within existing interface which attempts to obtain the
+ display-pointer from the screen-pointer but fails when the screen-pointer
+ itself is invalid. Ensure that the screen-pointer is valid by checking
+ the default_screen value against the valid range, and forcing it to zero
+ if it is out of bounds.
+
+ Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit 8fe25ef4a99c38abe31113d5cfa0b85c7cd5c2de
+Author: Walter Harms <wharms%bfs.de@localhost>
+Date: Sat Nov 9 22:14:36 2019 +0100
+
+ no need to check arguments for XtFree()
+
+ Signed-off-by: Walter Harms <wharms%bfs.de@localhost>
+
+commit c7bdc7c0b75b6ec4df0bc180a20cf55ed0f43281
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date: Sat Nov 9 06:19:14 2019 -0500
+
+ new build
+
+ Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit ffc91271de153053c5c070fb11b4c701339ea06d
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date: Sat Nov 9 06:02:09 2019 -0500
+
+ issue 12 - DISPLAY=:0.-1 XtScreenDatabase segfault
+
+ Add a null-pointer check XtScreenDatabase(), exit if no display was opened.
+
+ Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit 5964fb7e3a3c43db34e8a85df3332da0117e3336
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date: Thu Aug 1 19:22:27 2019 -0400
+
+ improved the script used for typedef-options with indent, updated indentation
+
+ Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit 727195e741cb4de851870efc92232d66dcd5a8f0
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date: Sun Jul 14 17:42:46 2019 -0400
+
+ bump minor version to reflect code-cleanup
+
+ Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit d9ff063428adeb7139ee2eb1a96c8fb6263bac12
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date: Sun Jul 14 16:33:16 2019 -0400
+
+ remove the ARGUSED lines, which confuse GNU indent, ditto for LINTLIBRARY
+
+ Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit 04bb8d633f922e12f76b17de5b876320b0fe3b69
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date: Sun Jul 14 16:30:05 2019 -0400
+
+ indent'd like "x-indent.sh", but with a more complete set of typedefs - see
+ https://github.com/ThomasDickey/cindent-snapshots/blob/master/scripts/xxx-profile
+
+ Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit 2ff3f1fa183be97e66afb863cb9fec391ee3cd5c
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date: Sun Jul 14 16:23:33 2019 -0400
+
+ indent'd like "x-indent.sh", but with a more complete set of typedefs - see
+ https://github.com/ThomasDickey/cindent-snapshots/blob/master/scripts/xxx-profile
+
+ Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit ceeffbae4c9a19fe304ae13c66bbfa2160a0c4c9
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date: Sun Jul 14 16:22:42 2019 -0400
+
+ indent'd like "x-indent.sh", but with a more complete set of typedefs - see
+ https://github.com/ThomasDickey/cindent-snapshots/blob/master/scripts/xxx-profile
+
+ Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit f9bcb0beff28a12ef66a5555889070c211b6724e
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date: Sun Jul 14 16:21:13 2019 -0400
+
+ indent'd like "x-indent.sh", but with a more complete set of typedefs - see
+ https://github.com/ThomasDickey/cindent-snapshots/blob/master/scripts/xxx-profile
+
+ Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit c32e6431de07c2c6314b710c0a9e446b7a62f831
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date: Sun Jul 14 16:19:32 2019 -0400
+
+ indent'd like "x-indent.sh", but with a more complete set of typedefs - see
+ https://github.com/ThomasDickey/cindent-snapshots/blob/master/scripts/xxx-profile
+
+ Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit 91e5f17c9c7251a001d98613d8399045e6f47377
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date: Sun Jul 14 16:18:37 2019 -0400
+
+ indent'd like "x-indent.sh", but with a more complete set of typedefs - see
+ https://github.com/ThomasDickey/cindent-snapshots/blob/master/scripts/xxx-profile
+
+ Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit 4f41be501408c1f37215665da7049dd363755f7b
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date: Sun Jul 14 16:17:53 2019 -0400
+
+ indent'd like "x-indent.sh", but with a more complete set of typedefs - see
+ https://github.com/ThomasDickey/cindent-snapshots/blob/master/scripts/xxx-profile
+
+ Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit 4d16315364a0d1fd80a5e71f1dc885fe6674072b
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date: Sun Jul 14 16:15:26 2019 -0400
+
+ indent'd like "x-indent.sh", but with a more complete set of typedefs - see
+ https://github.com/ThomasDickey/cindent-snapshots/blob/master/scripts/xxx-profile
+
+ Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit 6972afd215dc195e3213864d9b725a48bf766b6d
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date: Sun Jul 14 16:12:44 2019 -0400
+
+ indent'd like "x-indent.sh", but with a more complete set of typedefs - see
+ https://github.com/ThomasDickey/cindent-snapshots/blob/master/scripts/xxx-profile
+
+ Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit 0aaf4560b718e9c9e5843b610974626b68688a93
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date: Sun Jul 14 16:11:22 2019 -0400
+
+ indent'd like "x-indent.sh", but with a more complete set of typedefs - see
+ https://github.com/ThomasDickey/cindent-snapshots/blob/master/scripts/xxx-profile
+
+ Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit 204b9be31b67cc224bdfb47da3aacec1ceae6cad
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date: Sun Jul 14 16:06:24 2019 -0400
+
+ indent'd like "x-indent.sh", but with a more complete set of typedefs - see
+ https://github.com/ThomasDickey/cindent-snapshots/blob/master/scripts/xxx-profile
+
+ Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit 5e633abc04b0b02be5bba8ffc3d7c4950f12cda0
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date: Sun Jul 14 16:03:06 2019 -0400
+
+ indent'd like "x-indent.sh", but with a more complete set of typedefs - see
+ https://github.com/ThomasDickey/cindent-snapshots/blob/master/scripts/xxx-profile
+
+ Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit 79208cbc8e352bb9e4d7f3392a373f8bb67d21f4
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date: Sun Jul 14 16:00:54 2019 -0400
+
+ indent'd like "x-indent.sh", but with a more complete set of typedefs - see
+ https://github.com/ThomasDickey/cindent-snapshots/blob/master/scripts/xxx-profile
+
+ Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit 832c4eb0ba6cf18ed0dbec2d542b65f10ac549df
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date: Sun Jul 14 15:58:21 2019 -0400
+
+ indent'd like "x-indent.sh", but with a more complete set of typedefs - see
+ https://github.com/ThomasDickey/cindent-snapshots/blob/master/scripts/xxx-profile
+
+ Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit 03b78385ae3628e0e0e66efb6c8f13d277a8da7d
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date: Sun Jul 14 15:55:55 2019 -0400
+
+ indent'd like "x-indent.sh", but with a more complete set of typedefs - see
+ https://github.com/ThomasDickey/cindent-snapshots/blob/master/scripts/xxx-profile
+
+ Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit 7a37a8ddb5b5a208d718244f751fad6678a7bf8b
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date: Sun Jul 14 15:53:11 2019 -0400
+
+ indent'd like "x-indent.sh", but with a more complete set of typedefs - see
+ https://github.com/ThomasDickey/cindent-snapshots/blob/master/scripts/xxx-profile
+
+ Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit 019cfe87355df593355a37f53e768d8ccdf06eb0
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date: Sun Jul 14 15:50:13 2019 -0400
+
+ indent'd like "x-indent.sh", but with a more complete set of typedefs - see
+ https://github.com/ThomasDickey/cindent-snapshots/blob/master/scripts/xxx-profile
+
+ Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit 43f01d164ecdc5d5efe62a5fb82a4d22aa62b0e0
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date: Sun Jul 14 15:48:32 2019 -0400
+
+ indent'd like "x-indent.sh", but with a more complete set of typedefs - see
+ https://github.com/ThomasDickey/cindent-snapshots/blob/master/scripts/xxx-profile
+
+ Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit b7d917281a2bdd51c8816aa89fc76de47d663526
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date: Sun Jul 14 15:47:30 2019 -0400
+
+ indent'd like "x-indent.sh", but with a more complete set of typedefs - see
+ https://github.com/ThomasDickey/cindent-snapshots/blob/master/scripts/xxx-profile
+
+ Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit 710d25ec2432b170c508d08abfe3e2944078590b
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date: Sun Jul 14 15:44:40 2019 -0400
+
+ indent'd like "x-indent.sh", but with a more complete set of typedefs - see
+ https://github.com/ThomasDickey/cindent-snapshots/blob/master/scripts/xxx-profile
+
+ Signed-off-by: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+
+commit c37ea7484dcf7aad160d536a1212924483947490
+Author: Thomas E. Dickey <dickey%invisible-island.net@localhost>
+Date: Sun Jul 14 15:42:47 2019 -0400
+
+ indent'd like "x-indent.sh", but with a more complete set of typedefs - see
Home |
Main Index |
Thread Index |
Old Index