Projects
openEuler:Mainline
libX11
Sign Up
Log In
Username
Password
We truncated the diff of some files because they were too big. If you want to see the full diff for every file,
click here
.
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 2
View file
_service:tar_scm:libX11.spec
Changed
@@ -1,5 +1,5 @@ Name: libX11 -Version: 1.8.1 +Version: 1.8.4 Release: 1 Summary: Core X11 protocol client library License: MIT @@ -7,6 +7,7 @@ Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.xz Patch1: dont-forward-keycode-0.patch +#Patch6001: backport-CVE-2022-3554.patch BuildRequires: xorg-x11-util-macros >= 1.11 xorg-x11-proto-devel perl-Pod-Usage libXau-devel BuildRequires: libxcb-devel >= 1.2 libXdmcp-devel xorg-x11-xtrans-devel >= 1.0.3-4 make @@ -34,7 +35,11 @@ %build autoreconf -ivf -%configure --disable-silent-rules +%if 0%{?build_cross} == 1 +%configure --disable-silent-rules --enable-malloc0returnsnull --disable-static +%else +%configure --disable-silent-rules --disable-static +%endif %make_build %install @@ -61,7 +66,6 @@ %files devel %defattr(-,root,root) -%{_libdir}/*.a %{_libdir}/*.so %{_includedir}/X11/*.h %{_libdir}/pkgconfig/*.pc @@ -69,10 +73,22 @@ %files help %defattr(-,root,root) -%doc README.md NEWS ChangeLog +%doc README.md ChangeLog %{_mandir}/*/* %changelog +* Wed Apr 12 2023 liweiganga <liweiganga@uniontech.com> - 1.8.4-1 +- update to 1.8.4 + +* Tue Apr 11 2023 zhangpan <zhangpan103@h-partners.com> - 1.8.1-4 +- add build options for i686 + +* Fri Nov 04 2022 wangkerong <wangkerong@h-partners.com> - 1.8.1-3 +- disable static library + +* Mon Oct 24 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 1.8.1-2 +- fix CVE-2022-3554 + * Mon Jun 20 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.8.1-1 - update to 1.8.1
View file
_service:tar_scm:dont-forward-keycode-0.patch
Changed
@@ -1,6 +1,17 @@ -diff -up libX11-1.6.3/modules/im/ximcp/imDefFlt.c.jx libX11-1.6.3/modules/im/ximcp/imDefFlt.c ---- libX11-1.6.3/modules/im/ximcp/imDefFlt.c.jx 2015-03-09 18:28:45.000000000 -0400 -+++ libX11-1.6.3/modules/im/ximcp/imDefFlt.c 2015-03-10 12:32:31.912149644 -0400 +From f8b0946c5594728ce7e1cd04552acce05571cd4e Mon Sep 17 00:00:00 2001 +From: leeffo <leeffo@yeah.net> +Date: Wed, 12 Apr 2023 10:40:48 +0800 +Subject: PATCH dont forward keycode 0 + +--- + modules/im/ximcp/imDefFlt.c | 2 +- + modules/im/ximcp/imDefLkup.c | 24 ++++++++++++++++++++++++ + 2 files changed, 25 insertions(+), 1 deletion(-) + +diff --git a/modules/im/ximcp/imDefFlt.c b/modules/im/ximcp/imDefFlt.c +index 44cc688..f89d2cb 100644 +--- a/modules/im/ximcp/imDefFlt.c ++++ b/modules/im/ximcp/imDefFlt.c @@ -142,7 +142,7 @@ _XimProtoKeypressFilter( { Xim im = (Xim)ic->core.im; @@ -10,10 +21,11 @@ _XimPendingFilter(ic); UNMARK_FABRICATED(im); return NOTFILTERD; -diff -up libX11-1.6.3/modules/im/ximcp/imDefLkup.c.jx libX11-1.6.3/modules/im/ximcp/imDefLkup.c ---- libX11-1.6.3/modules/im/ximcp/imDefLkup.c.jx 2015-03-09 18:28:45.000000000 -0400 -+++ libX11-1.6.3/modules/im/ximcp/imDefLkup.c 2015-03-10 12:32:31.911149637 -0400 -@@ -332,6 +332,17 @@ _XimForwardEvent( +diff --git a/modules/im/ximcp/imDefLkup.c b/modules/im/ximcp/imDefLkup.c +index dd1adf5..61f9c95 100644 +--- a/modules/im/ximcp/imDefLkup.c ++++ b/modules/im/ximcp/imDefLkup.c +@@ -333,6 +333,17 @@ _XimForwardEvent( XEvent *ev, Bool sync) { @@ -31,7 +43,7 @@ #ifdef EXT_FORWARD if (((ev->type == KeyPress) || (ev->type == KeyRelease))) if (_XimExtForwardKeyEvent(ic, (XKeyEvent *)ev, sync)) -@@ -604,6 +615,19 @@ _XimUnregCommitInfo( +@@ -605,6 +616,19 @@ _XimUnregCommitInfo( Xfree(info->keysym); ic->private.proto.commit_info = info->next; Xfree(info); @@ -51,3 +63,6 @@ return; } +-- +2.20.1 +
View file
_service
Changed
@@ -2,7 +2,7 @@ <service name="tar_scm"> <param name="scm">git</param> <param name="url">git@gitee.com:src-openeuler/libX11.git</param> - <param name="revision">19a056baf9d1f40cb69266c12b20538ca3636d26</param> + <param name="revision">master</param> <param name="exclude">*</param> <param name="extract">*</param> </service>
View file
_service:tar_scm:libX11-1.8.1.tar.xz/.
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/NEWS
Deleted
@@ -1,185 +0,0 @@ -Version 1.1.2 - 2007-06-03 - -* Security fixes: - * Fix CVE-2007-1667: Multiple integer overflows in the XGetPixel() and - XInitImage() functions. - * Bug #9279: Fixed a file descriptor leak. - -* Xlib/XCB: Ensure _XReadEvents reads at least one new event and blocks for - exactly one event. Large performance improvement for XIfEvent and similar. - -* Hold XCB's Xlib lock even when only the user lock (XLockDisplay) is held. - An Xlib client can query Display state, such as with NextRequest, while it - holds only the Xlib user lock (between XLockDisplay and XUnlockDisplay), so - XCB requests in other threads should be blocked when the Xlib user lock is - held. We acquire the lock even when XInitThreads was not called, so that - pure XCB code can use multiple threads even in an otherwise single-threaded - Xlib application. - -* Allow re-entrant Xlib calls from _XIOError. - Some libraries try to clean up X resources from atexit handlers, _fini, or - C++ destructors. To make these work, downgrade the Display lock to a user - lock (as in XLockDisplay) before calling exit(3). This blocks Xlib calls - from threads other than the one calling exit(3) while still allowing the - exit handlers to call Xlib. - -* Xlib/XCB: Avoid re-crashing after _XIOError. - -* Xlib/XCB: Only remove pending_requests when there are provably no more responses. - -* For NetBSD, define XTHREADLIB and XTHREAD_CFLAGS. - -* Bug #7703: Fixed XSetSizeHints() et al wrt use of uninitialized data. - Now only those fields of the respective hint struct are set that - are actually valid in the input data. - -* Bug #10292: Fixed a memory leak related to XOpenDisplay() in the XCB code. - -* Bug #7713: Initialize all of the event's fields before sending it. - -* Bug #10562: Define _GNU_SOURCE on glibc systems. - -* Use unistd.h to get getresuid() and friends, now that we have _GNU_SOURCE - defined. - -* Switched function definitions from K&R to ANSI style. - -* Many constness fixes. - -* Fixed a few warnings. - -* Fix 64bit issues with reallocation. - -* Manpage fixes: - * Add man pages for XKB APIs. - (Volunteer needed to convert prototypes in man pages to ANSI C style...) - * Protect C comments and #defines in XKB man pages from being mangled by cpp - * Fix typo in nroff macro in XkbAddGeomOverlayKey.man - * Bug #9695: Fixed a few argument types in the XOpenIM manpage. - * Markup tweak for XOpenIM. - * Bug #9696: refer to XDefineCursor() instead of XDefineCusor(). - * Bug #9697: Fixed documentation of XVisualInfo struct. The "depth" member - was said to be unsigned int, but it's signed. - -* nls fixes: - * Update el_GR.UTF-8/Compose.pre to match changes in xkeyboard-config cvs. - * For nls/*.pre, allow people to comment lines by starting them with '##'. - -* Build system fixes: - * Add autogen.sh to EXTRA_DIST. - * Makefile.am: make ChangeLog hook safer - * Don't distribute the configure-generated XlibConf.h in tarballs. - -Version 1.1.1 - 2006-11-30 - -The "xcompmgr is hard, let's go releasing" release - -* Fix Bug #9154 and friends, to unbreak xcompmgr: - Always process an event for _XReadEvents, even if an error occurs. - Previously, process_responses (in the wait_for_first_event case called - from _XReadEvents) considered any return from xcb_wait_for_event - sufficient to think it had processed an event. If xcb_wait_for_event - returned an error, and no more events occurred before process_responses - called xcb_poll_for_event, process_responses would try to return with - dpy->head NULL, and would fail an assertion for the _XReadEvents - postcondition. Now, process_responses continues using xcb_wait_for_event - until it gets an event. - -* Bug #9153: Fix access to freed memory. - The fix for bug #8622 introduced a smaller bug where _XReply would - read memory shortly after freeing it. This patch caches the needed - value in a stack-allocated variable before the heap-allocated memory - is freed. - -* libx11 doesn't use inputproto in public headers; don't require it in x11.pc. - Based on a Debian patch. - -* Debian bug #354315: Clarify return value in XGetWindowAttributes man page. - Patch by Debian user Ross Combs. - - -Version 1.1 - 2006-11-23 - -* Add note in man-page that XListFontsWithInfo is not thread-safe. _XReply - drops the Display lock, so the value of dpy->request may change before - _XReply is called again. Jamey Sharp discovered this by inspection a few - years ago. - -* Fix Bug #8622, by fixing the response processing order for threaded apps. - process_responses (the common code for _XReply, _XReadEvents, and - _XEventsQueued) now handles responses in order, by adding condition variables - to the list of outstanding requests in dpy->xcb->pending_requests, and - blocking on them when those requests should get processed, to allow _XReply - to process them; if actually called from _XReply, it returns when _XReply's - request should get processed. _XReply broadcasts on its condition variable - after it has read its reply and re-acquired the display lock. - -* Don't hold the display lock around callbacks to the application. This avoids - recursive locking of the display lock (which triggers an XCB locking - assertion), particularly with emacs. - -* Add xcb-xlib dependency to x11.pc when built against XCB. - -* Allocate the right amount of memory for dpy->lock_fns. Fixes a crash on - startup with gdk. - - -Version 1.1 RC2 - 2006-11-02 - -Benno Schulenberg: - nls: remove duplicate compose entries (bug #2286) - nls: remove shadowed compose entries (bug #2286) - nls (en_US): remove long compositions that override shorter (bug #2286) - -Caolan McNamara: - XKB geometry: fix leaks in GetKeyboardByName (bug #8099) - -David Nusinow: - Dynamically generate internal manpage section using __libmanpagesuffix__ so that it actually matches the section if you don't use 3X11 - -Jamey Sharp: - Add correct Display locking to XKB functions. - XKB bugfix: SyncHandle must be called after UnlockDisplay, not before. - XCB: check for and handle I/O errors in _XGetXCBBuffer. - -Matthias Hopf: - Fix double open of compose file. - - -Version 1.1 RC1 - 2006-10-06 - -This release includes the Xlib/XCB work, which uses XCB as the Xlib transport -layer, and allows a client to use both Xlib and XCB on the same connection. -This allows clients to transition from Xlib to XCB incrementally. - -Clients which link only to libX11, and do not use XCB, should not notice any -differences in this release. Clients desiring XCB interoperability should -additionally #include <X11/Xlib-xcb.h>, link to libX11-xcb, use -XGetXCBConnection(dpy) to obtain the underlying XCB connection, and then use -XCB functions directly on that connection. - -Note that while a client can issue requests and handle their replies or errors -with either Xlib or XCB, only one can own and handle the event queue. By -default, Xlib must own the event queue, for compatibility with legacy Xlib -clients. Clients can use the function XSetEventQueueOwner immediately after -XOpenDisplay to let XCB own the event queue instead. Clients may not call -this function after processing any responses, as this will potentially lose -responses. - -We expect to have an RC2 release corresponding to the Xorg RC2 schedule, which -should include additional internal architecture enhancements, but no -user-visible changes. 1.0 final should match RC2. - -Other smaller changes in this release: -* correct ChangeLog generation -* support running lint and sparse -* Autoconf 2.60 -* fix man page for XUrgencyHint -* improve man pages for XGrabButton, XGrabKey, XGetWindowProperty -* new locales: as_IN.UTF-8, kn_IN.UTF-8, ml_IN.UTF-8, or_IN.UTF-8, - te_IN.UTF-8, ur_IN.UTF-8 -* on systems with both UNIXCONN and LOCALCONN, try unix if local fails -* fix sparse warnings -* ansify static functions - --- Josh Triplett <josh@freedesktop.org>, Jamey Sharp <jamey@minilop.net>
View file
_service:tar_scm:libX11-1.8.1.tar.xz/include
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/include/X11
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/include/X11/extensions
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/m4
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/modules
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/modules/im
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/modules/im/ximcp
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/modules/lc
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/modules/lc/Utf8
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/modules/lc/def
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/modules/lc/gen
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/modules/om
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/modules/om/generic
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/C
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/am_ET.UTF-8
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/armscii-8
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/cs_CZ.UTF-8
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/el_GR.UTF-8
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/en_US.UTF-8
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/fi_FI.UTF-8
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/georgian-academy
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/georgian-ps
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/ibm-cp1133
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/iscii-dev
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/isiri-3342
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/iso8859-1
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/iso8859-10
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/iso8859-11
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/iso8859-13
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/iso8859-14
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/iso8859-15
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/iso8859-2
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/iso8859-3
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/iso8859-4
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/iso8859-5
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/iso8859-6
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/iso8859-7
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/iso8859-8
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/iso8859-9
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/iso8859-9e
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/ja
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/ja.JIS
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/ja.SJIS
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/ja_JP.UTF-8
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/km_KH.UTF-8
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/ko
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/ko_KR.UTF-8
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/koi8-c
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/koi8-r
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/koi8-u
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/microsoft-cp1251
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/microsoft-cp1255
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/microsoft-cp1256
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/mulelao-1
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/nokhchi-1
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/pt_BR.UTF-8
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/pt_PT.UTF-8
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/ru_RU.UTF-8
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/sr_RS.UTF-8
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/tatar-cyr
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/th_TH
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/th_TH.UTF-8
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/tscii-0
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/vi_VN.tcvn
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/vi_VN.viscii
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/zh_CN
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/zh_CN.UTF-8
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/zh_CN.gb18030
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/zh_CN.gbk
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/zh_HK.UTF-8
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/zh_HK.big5
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/zh_HK.big5hkscs
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/zh_TW
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/zh_TW.UTF-8
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/zh_TW.big5
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/specs
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/specs/XIM
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/specs/XKB
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/specs/i18n
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/specs/i18n/compose
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/specs/i18n/framework
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/specs/i18n/localedb
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/specs/i18n/trans
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/specs/libX11
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/UIThrStubs.c
Deleted
@@ -1,157 +0,0 @@ -/* - * - * Copyright (c) 1995 David E. Wexelblat. All rights reserved - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL DAVID E. WEXELBLAT BE LIABLE FOR ANY CLAIM, DAMAGES OR - * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, - * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR - * OTHER DEALINGS IN THE SOFTWARE. - * - * Except as contained in this notice, the name of David E. Wexelblat shall - * not be used in advertising or otherwise to promote the sale, use or - * other dealings in this Software without prior written authorization - * from David E. Wexelblat. - * - */ - -/* - * Stubs for thread functions needed by the X library. Supports - * UnixWare 2.x threads; may support Solaris 2 threads as well, but not - * tested. Defining things this way removes the dependency of the X - * library on the threads library, but still supports threads if the user - * specificies the thread library on the link line. - */ - -/* - * Modifications by Carlos A M dos Santos, XFree86 Project, November 1999. - * - * Explanation from <X11/Xos_r.h>: - * The structure below is complicated, mostly because P1003.1c (the - * IEEE POSIX Threads spec) went through lots of drafts, and some - * vendors shipped systems based on draft API that were changed later. - * Unfortunately POSIX did not provide a feature-test macro for - * distinguishing each of the drafts. - */ - -#ifdef CTHREADS -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif -#include <cthreads.h> -typedef cthread_t xthread_t; -#define xthread_self cthread_self -#pragma weak cthread_self = _Xthr_self_stub_ -#define xmutex_init mutex_init -#pragma weak mutex_init = _Xthr_zero_stub_ -#pragma weak mutex_clear = _Xthr_zero_stub_ -#pragma weak mutex_lock = _Xthr_zero_stub_ -#pragma weak mutex_unlock = _Xthr_zero_stub_ -#pragma weak condition_init = _Xthr_zero_stub_ -#pragma weak condition_clear = _Xthr_zero_stub_ -#pragma weak condition_wait = _Xthr_zero_stub_ -#pragma weak condition_signal = _Xthr_zero_stub_ -#pragma weak condition_broadcast = _Xthr_zero_stub_ -#else /* !CTHREADS */ -#if defined(SVR4) && !defined(__sgi) -#include <thread.h> -typedef thread_t xthread_t; -#pragma weak thr_self = _Xthr_self_stub_ -#pragma weak mutex_init = _Xthr_zero_stub_ -#pragma weak mutex_destroy = _Xthr_zero_stub_ -#pragma weak mutex_lock = _Xthr_zero_stub_ -#pragma weak mutex_unlock = _Xthr_zero_stub_ -#pragma weak cond_init = _Xthr_zero_stub_ -#pragma weak cond_destroy = _Xthr_zero_stub_ -#pragma weak cond_wait = _Xthr_zero_stub_ -#pragma weak cond_signal = _Xthr_zero_stub_ -#pragma weak cond_broadcast = _Xthr_zero_stub_ -#else /* !SVR4 */ -#ifdef WIN32 -#include <X11/Xthreads.h> -#else /* !WIN32 */ -#ifdef USE_TIS_SUPPORT -#include <tis.h> -typedef pthread_t xthread_t; -#pragma weak tis_self = _Xthr_self_stub_ -#pragma weak tis_mutex_init = _Xthr_zero_stub_ -#pragma weak tis_mutex_destroy = _Xthr_zero_stub_ -#pragma weak tis_mutex_lock = _Xthr_zero_stub_ -#pragma weak tis_mutex_unlock = _Xthr_zero_stub_ -#pragma weak tis_cond_init = _Xthr_zero_stub_ -#pragma weak tis_cond_destroy = _Xthr_zero_stub_ -#pragma weak tis_cond_wait = _Xthr_zero_stub_ -#pragma weak tis_cond_signal = _Xthr_zero_stub_ -#pragma weak tis_cond_broadcast = _Xthr_zero_stub_ -#else -#include <pthread.h> -typedef pthread_t xthread_t; -#if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) -xthread_t pthread_self() __attribute__ ((weak, alias ("_Xthr_self_stub_"))); -int pthread_mutex_init() __attribute__ ((weak, alias ("_Xthr_zero_stub_"))); -int pthread_mutex_destroy() __attribute__ ((weak, alias ("_Xthr_zero_stub_"))); -int pthread_mutex_lock() __attribute__ ((weak, alias ("_Xthr_zero_stub_"))); -int pthread_mutex_unlock() __attribute__ ((weak, alias ("_Xthr_zero_stub_"))); -int pthread_cond_init() __attribute__ ((weak, alias ("_Xthr_zero_stub_"))); -int pthread_cond_destroy() __attribute__ ((weak, alias ("_Xthr_zero_stub_"))); -int pthread_cond_wait() __attribute__ ((weak, alias ("_Xthr_zero_stub_"))); -int pthread_cond_signal() __attribute__ ((weak, alias ("_Xthr_zero_stub_"))); -int pthread_cond_broadcast() __attribute__ ((weak, alias ("_Xthr_zero_stub_"))); -int pthread_key_create() __attribute__ ((weak, alias ("_Xthr_zero_stub_"))); -void *pthread_getspecific() __attribute__ ((weak, alias ("_Xthr_zero_stub_"))); -int pthread_setspecific() __attribute__ ((weak, alias ("_Xthr_zero_stub_"))); -#else /* __GNUC__ */ -#pragma weak pthread_self = _Xthr_self_stub_ -#pragma weak pthread_mutex_init = _Xthr_zero_stub_ -#pragma weak pthread_mutex_destroy = _Xthr_zero_stub_ -#pragma weak pthread_mutex_lock = _Xthr_zero_stub_ -#pragma weak pthread_mutex_unlock = _Xthr_zero_stub_ -#pragma weak pthread_cond_init = _Xthr_zero_stub_ -#pragma weak pthread_cond_destroy = _Xthr_zero_stub_ -#pragma weak pthread_cond_wait = _Xthr_zero_stub_ -#pragma weak pthread_cond_signal = _Xthr_zero_stub_ -#pragma weak pthread_cond_broadcast = _Xthr_zero_stub_ -/* These are added for libGL */ -#pragma weak pthread_key_create = _Xthr_zero_stub_ -#pragma weak pthread_getspecific = _Xthr_zero_stub_ -#pragma weak pthread_setspecific = _Xthr_zero_stub_ -#endif /* __GNUC__ */ -#if defined(_DECTHREADS_) || defined(linux) -#pragma weak pthread_equal = _Xthr_equal_stub_ /* See Xthreads.h! */ -int -_Xthr_equal_stub_() -{ - return(1); -} -#endif /* _DECTHREADS_ || linux */ -#endif /* USE_TIS_SUPPORT */ -#endif /* WIN32 */ -#endif /* SVR4 */ -#endif /* CTHREADS */ - -static xthread_t -_Xthr_self_stub_() -{ - static xthread_t _X_no_thread_id; - - return(_X_no_thread_id); /* defined by <X11/Xthreads.h> */ -} - -static int -_Xthr_zero_stub_() -{ - return(0); -}
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/util
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/xcms
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/xkb
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/xlibi18n
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/xlibi18n/lcUniConv
Deleted
-(directory)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/COPYING -> _service:tar_scm:libX11-1.8.4.tar.xz/COPYING
Changed
@@ -13,8 +13,7 @@ Copyright (C) 2003-2006,2008 Jamey Sharp, Josh Triplett Copyright © 2009 Red Hat, Inc. -Copyright 1990-1992,1999,2000,2004,2009,2010 Oracle and/or its affiliates. -All rights reserved. +Copyright (c) 1990-1992, 1999, 2000, 2004, 2009, 2010, 2015, 2017, Oracle and/or its affiliates. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), @@ -228,35 +227,6 @@ ---------------------------------------- - -Copyright (c) 1995 David E. Wexelblat. All rights reserved - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL DAVID E. WEXELBLAT BE LIABLE FOR ANY CLAIM, DAMAGES OR -OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, -ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. - -Except as contained in this notice, the name of David E. Wexelblat shall -not be used in advertising or otherwise to promote the sale, use or -other dealings in this Software without prior written authorization -from David E. Wexelblat. - - ---------------------------------------- - Copyright 1990, 1991 by OMRON Corporation Permission to use, copy, modify, distribute, and sell this software and its @@ -940,3 +910,19 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + ---------------------------------------- + +Copyright (c) 2008 Otto Moerbeek <otto@drijf.net> + +Permission to use, copy, modify, and distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +
View file
_service:tar_scm:libX11-1.8.1.tar.xz/ChangeLog -> _service:tar_scm:libX11-1.8.4.tar.xz/ChangeLog
Changed
@@ -1,3 +1,717 @@ +commit fc5ec8edda1efdf5d66db4e76796e3c407527b3b +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Sat Feb 4 12:02:29 2023 -0800 + + libX11 1.8.4 + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit ba548ed1688d4d5a83913218155d0ddf616ff176 +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Sun Jan 15 11:39:20 2023 -0800 + + configure: options summary should say "libX11", not just "X11" + + We're not configuring the entire window system here, just one library + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit eb1c272ab5230d548077b9f59aca4b3457c3a8f8 +Author: GaryOderNichts <garyodernichts@gmail.com> +Date: Sat Dec 17 16:28:40 2022 +0100 + + Fix a9e845 and 797755 Allow X*IfEvent() to reenter libX11 + +commit 0c7c4ce875ea65160705180ebb68a2c88afb678e +Author: Benno Schulenberg <bensberg@telfort.nl> +Date: Thu Nov 3 17:25:29 2022 +0100 + + nls: add two compose sequences for capital B with stroke, for consistency + + Two compose sequences (with plain ASCII characters) existed for + the lowercase b with stroke (ƀ) but not for the capital one (Ƀ). + + This addresses part of issue #166. + + Reported-by: J. McWilliams + + Signed-off-by: Benno Schulenberg <bensberg@telfort.nl> + +commit a80ef097e713aba0330b9cf9f3c1e309084b926f +Author: Benno Schulenberg <bensberg@telfort.nl> +Date: Thu Nov 3 16:48:03 2022 +0100 + + nls: delete twelve compose sequences that cannot be typed + + There is not any keyboard layout (in xkeyboard-config) that contains + `obelowdot` or `ubelowdot`, so having compose sequences that use these + symbols is pointless. + + There are some layouts that contain `otilde` (and one that contains + `utilde`), but those layouts then do not contain `dead_horn`, so + the compose sequences that combine the two symbols are pointless. + + There are a few layouts that contain U+0256, U+025C, U+025F or U+0279, + but those layouts do not contain `dead_hook`, so the compose sequences + that combine the latter with one of the former are pointless. + + Signed-off-by: Benno Schulenberg <bensberg@telfort.nl> + +commit 078cc39f05ddfd6166762f3166129258ddd07dd3 +Author: Benno Schulenberg <bensberg@telfort.nl> +Date: Thu Nov 3 16:31:04 2022 +0100 + + nls: delete 88 compose sequences that have the accents in the wrong order + + The various compose sequences with the accents in their proper order + (the highest placed accent first) continue to exist. + + Signed-off-by: Benno Schulenberg <bensberg@telfort.nl> + +commit aa5ef0ba80558f946871f574d38a15673e66221e +Author: Benno Schulenberg <bensberg@telfort.nl> +Date: Thu Nov 3 16:27:51 2022 +0100 + + nls: move the compose sequences for Ș and Ț to the fitting Unicode block + + This addresses a side note of issue #166. + + Reported-by: J. McWilliams + + Signed-off-by: Benno Schulenberg <bensberg@telfort.nl> + +commit 82c25879b72f1ba7e9abe00e7bad55add33135cf +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Wed Jan 4 11:25:48 2023 -0800 + + xlibi18n: Update Imake instructions to autoconf equivalent in comments + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit 88399e01be679bfcc9a5e8922ffe2c47f0e56dee +Author: Yuxuan Shui <yshuiv7@gmail.com> +Date: Tue Jan 3 15:09:28 2023 +0000 + + Revert "Update XPutBackEvent() to support clients that put back unpadded events" + + This reverts commit d6d6cba90215d323567fef13d6565756c9956f60. + + The reverted commit intended to fix the problem where an unpadded X + event struct is passed into XPutBackEvent, by creating a padded struct + with _XEventToWire and _XWireToEvent. However, _XWireToEvent updates the + last sequence number in Display, which may cause xlib to complain about + lost sequence numbers. + + IMO, the problem that commit tried to solve is a bug in the client + library, and workaround it inside Xlib is bad practice, especially given + the problem it caused. Plus, the offender cited in the original commit + message, freeglut, has already fixed this problem. + + Fixes: #176 #174 + + Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com> + +commit 48487c4b9028e9eec5371742f51e1d64c2e17296 +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Thu Dec 15 14:52:20 2022 -0800 + + libX11 1.8.3 + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit d6d6cba90215d323567fef13d6565756c9956f60 +Author: Keith Packard <keithp@keithp.com> +Date: Sun Dec 11 10:32:26 2022 -0800 + + Update XPutBackEvent() to support clients that put back unpadded events + + It seems to be common practice of some X11 clients to pass specific event + types into APIs that take XEvent*. For example, freeglut does: + + XConfigureEvent fakeEvent = {0}; + ... + XPutBackEvent(fgDisplay.Display, (XEvent*)&fakeEvent); + + This can result in reads overflowing the input event when libX11 does: + + XEvent store = *event; + + ================================================================= + ==75304==ERROR: AddressSanitizer: stack-buffer-overflow on address 0x00016ee4a8e8 at pc 0x000101c54d14 bp 0x00016ee4a0d0 sp 0x00016ee49888 + READ of size 192 at 0x00016ee4a8e8 thread T0 + #0 0x101c54d10 in __asan_memcpy+0x1a4 (libclang_rt.asan_osx_dynamic.dylib:arm64e+0x3cd10) + #1 0x102848a18 in _XPutBackEvent PutBEvent.c:41 + #2 0x1028490a4 in XPutBackEvent PutBEvent.c:84 + #3 0x1013295c8 in fgOpenWindow freeglut_window.c:1178 + #4 0x101321984 in fgCreateWindow freeglut_structure.c:108 + #5 0x10132b138 in glutCreateWindow freeglut_window.c:1551 + #6 0x100fb7d94 in main+0x78 (checkeredTriangles:arm64+0x100003d94) + #7 0x197de3e4c (<unknown module>) + + Address 0x00016ee4a8e8 is located in stack of thread T0 at offset 840 in frame + #0 0x1013282f8 in fgOpenWindow freeglut_window.c:1063 + + This frame has 8 object(s): + 32, 40) 'title.addr' + 64, 176) 'winAttr' (line 1066) + 208, 240) 'textProperty' (line 1067) + 272, 352) 'sizeHints' (line 1068) + 384, 440) 'wmHints' (line 1069) + 480, 672) 'eventReturnBuffer' (line 1070) + 736, 740) 'num_FBConfigs' (line 1072) + 752, 840) 'fakeEvent' (line 1074) <== Memory access at offset 840 overflows this variable + + This change allows XPutBackEvent() to support such clients without + risk of memory read overflow. + + Reviewed-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> + Tested-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> + +commit 496d9bfeedda89a2211ec665f9214c2693c022f4 +Author: Jeremy Huddleston Sequoia <jeremyhu@apple.com> +Date: Sat Dec 3 16:26:47 2022 -0800 + + ximcp: Address warning found by UBSan when growing an empty tree + + imLcPrs.c:681:52: runtime error: applying zero offset to null pointer + + Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> + +commit 7f7bcd7b6f569e9f70e3ddd134924f178e2596b1 +Author: Takao Fujiwara <tfujiwar@redhat.com> +Date: Tue Dec 6 16:59:56 2022 +0000 + + nls: consecutive cs number in en_US.UTF-8/XLC_LOCALE + +commit ba095967349dff583bd0989d0ba78aa334e9bedf +Author: Ulrich Sibiller <uli42@gmx.de> +Date: Wed Nov 30 23:47:29 2022 +0100 + + ChkIfEv.c: fix wrong handling of dpy->in_ifevent + + Is no longer a bool but a counter. + + Signed-off-by: Ulrich Sibiller <uli42@gmx.de> + +commit 70eaf1174e2809d1a6c43868d53f8cd844ef636a +Author: Ulrich Sibiller <uli42@gmx.de> +Date: Wed Nov 30 23:42:02 2022 +0100 +
View file
_service:tar_scm:libX11-1.8.1.tar.xz/Makefile.in -> _service:tar_scm:libX11-1.8.4.tar.xz/Makefile.in
Changed
@@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -169,7 +169,7 @@ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ - cscope distdir distdir-am dist dist-all distcheck + cscope distdir dist dist-all distcheck am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is @@ -187,11 +187,14 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +CSCOPE = cscope DIST_SUBDIRS = include modules src nls man specs am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/x11-xcb.pc.in \ $(srcdir)/x11.pc.in $(top_srcdir)/include/X11/XlibConf.h.in \ - AUTHORS COPYING ChangeLog INSTALL NEWS README.md compile \ - config.guess config.sub install-sh ltmain.sh missing + AUTHORS COPYING ChangeLog INSTALL compile config.guess \ + config.sub install-sh ltmain.sh missing DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) @@ -230,8 +233,6 @@ DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz GZIP_ENV = --best DIST_TARGETS = dist-xz dist-gzip -# Exists only to be overridden by the user if desired. -AM_DISTCHECK_DVI_TARGET = dvi distuninstallcheck_listfiles = find . -type f -print am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' @@ -260,8 +261,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ -CSCOPE = @CSCOPE@ -CTAGS = @CTAGS@ CWARNFLAGS = @CWARNFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ @@ -275,11 +274,9 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ -ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ FGREP = @FGREP@ -FILECMD = @FILECMD@ FILE_MAN_DIR = @FILE_MAN_DIR@ FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ FOP = @FOP@ @@ -343,6 +340,7 @@ STRIP = @STRIP@ STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ +USE_THREAD_LIBS = @USE_THREAD_LIBS@ VERSION = @VERSION@ WCHAR32 = @WCHAR32@ X11_CFLAGS = @X11_CFLAGS@ @@ -413,7 +411,6 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ -runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -458,8 +455,8 @@ echo ' $(SHELL) ./config.status'; \ $(SHELL) ./config.status;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -621,10 +618,8 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -rm -f cscope.out cscope.in.out cscope.po.out cscope.files -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am -distdir-am: $(DISTFILES) +distdir: $(DISTFILES) $(am__remove_distdir) test -d "$(distdir)" || mkdir "$(distdir)" @srcdirstrip=`echo "$(srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ @@ -692,7 +687,7 @@ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r "$(distdir)" dist-gzip: distdir - tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz + tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__post_remove_distdir) dist-bzip2: distdir @@ -706,10 +701,6 @@ tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz $(am__post_remove_distdir) -dist-zstd: distdir - tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst - $(am__post_remove_distdir) - dist-tarZ: distdir @echo WARNING: "Support for distribution archives compressed with" \ "legacy program 'compress' is deprecated." >&2 @@ -721,7 +712,7 @@ @echo WARNING: "Support for shar distribution archives is" \ "deprecated." >&2 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 - shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz + shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz $(am__post_remove_distdir) dist-zip: distdir @@ -739,7 +730,7 @@ distcheck: dist case '$(DIST_ARCHIVES)' in \ *.tar.gz*) \ - eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ + GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lz*) \ @@ -749,11 +740,9 @@ *.tar.Z*) \ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ *.shar.gz*) \ - eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ + GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ - *.tar.zst*) \ - zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ esac chmod -R a-w $(distdir) chmod u+w $(distdir) @@ -769,7 +758,7 @@ $(DISTCHECK_CONFIGURE_FLAGS) \ --srcdir=../.. --prefix="$$dc_install_base" \ && $(MAKE) $(AM_MAKEFLAGS) \ - && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ + && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ && $(MAKE) $(AM_MAKEFLAGS) install \ && $(MAKE) $(AM_MAKEFLAGS) installcheck \ @@ -935,7 +924,7 @@ am--refresh check check-am clean clean-cscope clean-generic \ clean-libtool cscope cscopelist-am ctags ctags-am dist \ dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \ - dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \ + dist-tarZ dist-xz dist-zip distcheck distclean \ distclean-generic distclean-hdr distclean-libtool \ distclean-tags distcleancheck distdir distuninstallcheck dvi \ dvi-am html html-am info info-am install install-am \
View file
_service:tar_scm:libX11-1.8.1.tar.xz/README.md -> _service:tar_scm:libX11-1.8.4.tar.xz/README.md
Changed
@@ -31,6 +31,36 @@ https://www.x.org/wiki/Development/Documentation/SubmittingPatches +## Release 1.8.3 + + * Improved handling of reentering libX11 via X*IfEvent() calls (!171, !173) + * Fix loading of en_US.UTF-8/XLC_LOCALE (#167, !174) + * Add XFreeThreads() and automatic call from a destructor function when + thread-safety-constructor is enabled (!167). + * Address issues found by UBSan and AddressSanitizer + * Fix build with older gcc versions (!169) + +## Release 1.8.2 + + * Allow X*IfEvent() to reenter libX11 to avoid deadlock from unsafe + calls when thread-safety-constructor is enabled (!150). + * Remove Xlib's pthread function stubs - instead use system provided + threads functions, including linking against any needed pthread + libraries if thread-safety-constructor is enabled (!155, !156). + * Fix off-by-one error in XKeycodeToKeysym for indexes > 3 (!78). + * Allow XNSpotLocation with OnTheSpot (!127). + * Fix Win32 build when -fno-common is in effect (!140). + * Fix memory leak in XRegisterIMInstantiateCallback (!158). + * Add compose sequences for the double-struck capitals ℕ ℤ ℚ ℝ ℂ (!144), + the Samogitian E with dot above and macron (!147), Unicode minus sign (!163). + * Change <Compose> <^> <-> to mean superscript minus instead of macron (!162). + * Delete compose sequences that mix top-row digits with numpad digits (!139) + or mix upper & lower case letters (!144). + * Delete some unuseful compose sequences meant for Bépo layout (!146). + * Delete compose sequences using leftcaret & rightcaret keysyms (!163). + * Remove KOI8-R character set from en_US.UTF-8/XLC_LOCALE (!148). + * Map sr locales to sr_RS compose files (!161). + ## Release 1.8.1 * Fix --enable-thread-safety-constructor configure option
View file
_service:tar_scm:libX11-1.8.1.tar.xz/aclocal.m4 -> _service:tar_scm:libX11-1.8.4.tar.xz/aclocal.m4
Changed
@@ -1,6 +1,6 @@ -# generated automatically by aclocal 1.16.5 -*- Autoconf -*- +# generated automatically by aclocal 1.15 -*- Autoconf -*- -# Copyright (C) 1996-2021 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -14,1140 +14,12 @@ m4_ifndef(AC_CONFIG_MACRO_DIRS, m4_defun(_AM_CONFIG_MACRO_DIRS, )m4_defun(AC_CONFIG_MACRO_DIRS, _AM_CONFIG_MACRO_DIRS($@))) m4_ifndef(AC_AUTOCONF_VERSION, m4_copy(m4_PACKAGE_VERSION, AC_AUTOCONF_VERSION))dnl -m4_if(m4_defn(AC_AUTOCONF_VERSION), 2.71,, -m4_warning(this file was generated for autoconf 2.71. +m4_if(m4_defn(AC_AUTOCONF_VERSION), 2.69,, +m4_warning(this file was generated for autoconf 2.69. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically 'autoreconf'.)) -# Copyright (C) 2002-2021 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# AM_AUTOMAKE_VERSION(VERSION) -# ---------------------------- -# Automake X.Y traces this macro to ensure aclocal.m4 has been -# generated from the m4 files accompanying Automake X.Y. -# (This private macro should not be called outside this file.) -AC_DEFUN(AM_AUTOMAKE_VERSION, -am__api_version='1.16' -dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to -dnl require some minimum version. Point them to the right macro. -m4_if($1, 1.16.5, , - AC_FATAL(Do not call $0, use AM_INIT_AUTOMAKE($1).))dnl -) - -# _AM_AUTOCONF_VERSION(VERSION) -# ----------------------------- -# aclocal traces this macro to find the Autoconf version. -# This is a private macro too. Using m4_define simplifies -# the logic in aclocal, which can simply ignore this definition. -m4_define(_AM_AUTOCONF_VERSION, ) - -# AM_SET_CURRENT_AUTOMAKE_VERSION -# ------------------------------- -# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. -# This function is AC_REQUIREd by AM_INIT_AUTOMAKE. -AC_DEFUN(AM_SET_CURRENT_AUTOMAKE_VERSION, -AM_AUTOMAKE_VERSION(1.16.5)dnl -m4_ifndef(AC_AUTOCONF_VERSION, - m4_copy(m4_PACKAGE_VERSION, AC_AUTOCONF_VERSION))dnl -_AM_AUTOCONF_VERSION(m4_defn(AC_AUTOCONF_VERSION))) - -# AM_AUX_DIR_EXPAND -*- Autoconf -*- - -# Copyright (C) 2001-2021 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# For projects using AC_CONFIG_AUX_DIR(foo), Autoconf sets -# $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to -# '$srcdir', '$srcdir/..', or '$srcdir/../..'. -# -# Of course, Automake must honor this variable whenever it calls a -# tool from the auxiliary directory. The problem is that $srcdir (and -# therefore $ac_aux_dir as well) can be either absolute or relative, -# depending on how configure is run. This is pretty annoying, since -# it makes $ac_aux_dir quite unusable in subdirectories: in the top -# source directory, any form will work fine, but in subdirectories a -# relative path needs to be adjusted first. -# -# $ac_aux_dir/missing -# fails when called from a subdirectory if $ac_aux_dir is relative -# $top_srcdir/$ac_aux_dir/missing -# fails if $ac_aux_dir is absolute, -# fails when called from a subdirectory in a VPATH build with -# a relative $ac_aux_dir -# -# The reason of the latter failure is that $top_srcdir and $ac_aux_dir -# are both prefixed by $srcdir. In an in-source build this is usually -# harmless because $srcdir is '.', but things will broke when you -# start a VPATH build or use an absolute $srcdir. -# -# So we could use something similar to $top_srcdir/$ac_aux_dir/missing, -# iff we strip the leading $srcdir from $ac_aux_dir. That would be: -# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` -# and then we would define $MISSING as -# MISSING="\${SHELL} $am_aux_dir/missing" -# This will work as long as MISSING is not called from configure, because -# unfortunately $(top_srcdir) has no meaning in configure. -# However there are other variables, like CC, which are often used in -# configure, and could therefore not use this "fixed" $ac_aux_dir. -# -# Another solution, used here, is to always expand $ac_aux_dir to an -# absolute PATH. The drawback is that using absolute paths prevent a -# configured tree to be moved without reconfiguration. - -AC_DEFUN(AM_AUX_DIR_EXPAND, -AC_REQUIRE(AC_CONFIG_AUX_DIR_DEFAULT)dnl -# Expand $ac_aux_dir to an absolute path. -am_aux_dir=`cd "$ac_aux_dir" && pwd` -) - -# AM_CONDITIONAL -*- Autoconf -*- - -# Copyright (C) 1997-2021 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# AM_CONDITIONAL(NAME, SHELL-CONDITION) -# ------------------------------------- -# Define a conditional. -AC_DEFUN(AM_CONDITIONAL, -AC_PREREQ(2.52)dnl - m4_if($1, TRUE, AC_FATAL($0: invalid condition: $1), - $1, FALSE, AC_FATAL($0: invalid condition: $1))dnl -AC_SUBST($1_TRUE)dnl -AC_SUBST($1_FALSE)dnl -_AM_SUBST_NOTMAKE($1_TRUE)dnl -_AM_SUBST_NOTMAKE($1_FALSE)dnl -m4_define(_AM_COND_VALUE_$1, $2)dnl -if $2; then - $1_TRUE= - $1_FALSE='#' -else - $1_TRUE='#' - $1_FALSE= -fi -AC_CONFIG_COMMANDS_PRE( -if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then - AC_MSG_ERROR(conditional "$1" was never defined. -Usually this means the macro was only invoked conditionally.) -fi)) - -# Copyright (C) 1999-2021 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - - -# There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be -# written in clear, in which case automake, when reading aclocal.m4, -# will think it sees a *use*, and therefore will trigger all it's -# C support machinery. Also note that it means that autoscan, seeing -# CC etc. in the Makefile, will ask for an AC_PROG_CC use... - - -# _AM_DEPENDENCIES(NAME) -# ---------------------- -# See how the compiler implements dependency checking. -# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC". -# We try a few techniques and use that to set a single cache variable. -# -# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was -# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular -# dependency, and given that the user is not expected to run this macro, -# just rely on AC_PROG_CC. -AC_DEFUN(_AM_DEPENDENCIES, -AC_REQUIRE(AM_SET_DEPDIR)dnl -AC_REQUIRE(AM_OUTPUT_DEPENDENCY_COMMANDS)dnl -AC_REQUIRE(AM_MAKE_INCLUDE)dnl -AC_REQUIRE(AM_DEP_TRACK)dnl - -m4_if($1, CC, depcc="$CC" am_compiler_list=, - $1, CXX, depcc="$CXX" am_compiler_list=, - $1, OBJC, depcc="$OBJC" am_compiler_list='gcc3 gcc', - $1, OBJCXX, depcc="$OBJCXX" am_compiler_list='gcc3 gcc', - $1, UPC, depcc="$UPC" am_compiler_list=, - $1, GCJ, depcc="$GCJ" am_compiler_list='gcc3 gcc', - depcc="$$1" am_compiler_list=) - -AC_CACHE_CHECK(dependency style of $depcc, - am_cv_$1_dependencies_compiler_type, -if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then - # We make a subdir and do the tests there. Otherwise we can end up - # making bogus files that we don't know about and never remove. For - # instance it was reported that on HP-UX the gcc test will end up - # making a dummy file named 'D' -- because '-MD' means "put the output - # in D". - rm -rf conftest.dir - mkdir conftest.dir - # Copy depcomp to subdir because otherwise we won't find it if we're - # using a relative directory. - cp "$am_depcomp" conftest.dir - cd conftest.dir - # We will build objects and dependencies in a subdirectory because - # it helps to detect inapplicable dependency modes. For instance - # both Tru64's cc and ICC support -MD to output dependencies as a - # side effect of compilation, but ICC will put the dependencies in - # the current directory while Tru64 will put them in the object - # directory.
View file
_service:tar_scm:libX11-1.8.1.tar.xz/compile -> _service:tar_scm:libX11-1.8.4.tar.xz/compile
Changed
@@ -1,9 +1,9 @@ #! /bin/sh # Wrapper for compilers which do not understand '-c -o'. -scriptversion=2018-03-07.03; # UTC +scriptversion=2012-10-14.11; # UTC -# Copyright (C) 1999-2021 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # Written by Tom Tromey <tromey@cygnus.com>. # # This program is free software; you can redistribute it and/or modify @@ -17,7 +17,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <https://www.gnu.org/licenses/>. +# along with this program. If not, see <http://www.gnu.org/licenses/>. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -53,7 +53,7 @@ MINGW*) file_conv=mingw ;; - CYGWIN* | MSYS*) + CYGWIN*) file_conv=cygwin ;; *) @@ -67,7 +67,7 @@ mingw/*) file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` ;; - cygwin/* | msys/*) + cygwin/*) file=`cygpath -m "$file" || echo "$file"` ;; wine/*) @@ -255,8 +255,7 @@ echo "compile $scriptversion" exit $? ;; - cl | */\\cl | cl.exe | */\\cl.exe | \ - icl | */\\icl | icl.exe | */\\icl.exe ) + cl | */\\cl | cl.exe | */\\cl.exe ) func_cl_wrapper "$@" # Doesn't return... ;; esac @@ -340,9 +339,9 @@ # Local Variables: # mode: shell-script # sh-indentation: 2 -# eval: (add-hook 'before-save-hook 'time-stamp) +# eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-time-zone: "UTC0" +# time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End:
View file
_service:tar_scm:libX11-1.8.1.tar.xz/config.guess -> _service:tar_scm:libX11-1.8.4.tar.xz/config.guess
Changed
@@ -1,10 +1,8 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2021 Free Software Foundation, Inc. +# Copyright 1992-2018 Free Software Foundation, Inc. -# shellcheck disable=SC2006,SC2268 # see below for rationale - -timestamp='2021-06-03' +timestamp='2018-03-01' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -29,19 +27,11 @@ # Originally written by Per Bothner; maintained since 2000 by Ben Elliston. # # You can get the latest version of this script from: -# https://git.savannah.gnu.org/cgit/config.git/plain/config.guess +# https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess # # Please send patches to <config-patches@gnu.org>. -# The "shellcheck disable" line above the timestamp inhibits complaints -# about features and limitations of the classic Bourne shell that were -# superseded or lifted in POSIX. However, this script identifies a wide -# variety of pre-POSIX systems that do not have POSIX shells at all, and -# even some reasonably current systems (Solaris 10 as case-in-point) still -# have a pre-POSIX /bin/sh. - - me=`echo "$0" | sed -e 's,.*/,,'` usage="\ @@ -60,7 +50,7 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2021 Free Software Foundation, Inc. +Copyright 1992-2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -94,8 +84,7 @@ exit 1 fi -# Just in case it came from the environment. -GUESS= +trap 'exit 1' 1 2 15 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a # compiler to aid in system detection is discouraged as it requires @@ -107,90 +96,73 @@ # Portable tmp directory creation inspired by the Autoconf team. -tmp= -# shellcheck disable=SC2172 -trap 'test -z "$tmp" || rm -fr "$tmp"' 0 1 2 13 15 - -set_cc_for_build() { - # prevent multiple calls if $tmp is already set - test "$tmp" && return 0 - : "${TMPDIR=/tmp}" - # shellcheck disable=SC2039,SC3028 - { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || - { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } || - { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir "$tmp" 2>/dev/null) && echo "Warning: creating insecure temp directory" >&2 ; } || - { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } - dummy=$tmp/dummy - case ${CC_FOR_BUILD-},${HOST_CC-},${CC-} in - ,,) echo "int x;" > "$dummy.c" - for driver in cc gcc c89 c99 ; do - if ($driver -c -o "$dummy.o" "$dummy.c") >/dev/null 2>&1 ; then - CC_FOR_BUILD=$driver - break - fi - done - if test x"$CC_FOR_BUILD" = x ; then - CC_FOR_BUILD=no_compiler_found - fi - ;; - ,,*) CC_FOR_BUILD=$CC ;; - ,*,*) CC_FOR_BUILD=$HOST_CC ;; - esac -} +set_cc_for_build=' +trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; +trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; +: ${TMPDIR=/tmp} ; + { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || + { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || + { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || + { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; +dummy=$tmp/dummy ; +tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; +case $CC_FOR_BUILD,$HOST_CC,$CC in + ,,) echo "int x;" > "$dummy.c" ; + for c in cc gcc c89 c99 ; do + if ($c -c -o "$dummy.o" "$dummy.c") >/dev/null 2>&1 ; then + CC_FOR_BUILD="$c"; break ; + fi ; + done ; + if test x"$CC_FOR_BUILD" = x ; then + CC_FOR_BUILD=no_compiler_found ; + fi + ;; + ,,*) CC_FOR_BUILD=$CC ;; + ,*,*) CC_FOR_BUILD=$HOST_CC ;; +esac ; set_cc_for_build= ;' # This is needed to find uname on a Pyramid OSx when run in the BSD universe. # (ghazi@noc.rutgers.edu 1994-08-24) -if test -f /.attbin/uname ; then +if (test -f /.attbin/uname) >/dev/null 2>&1 ; then PATH=$PATH:/.attbin ; export PATH fi UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown -UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown +UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown -case $UNAME_SYSTEM in +case "$UNAME_SYSTEM" in Linux|GNU|GNU/*) - LIBC=unknown + # If the system lacks a compiler, then just pick glibc. + # We could probably try harder. + LIBC=gnu - set_cc_for_build + eval "$set_cc_for_build" cat <<-EOF > "$dummy.c" #include <features.h> #if defined(__UCLIBC__) LIBC=uclibc #elif defined(__dietlibc__) LIBC=dietlibc - #elif defined(__GLIBC__) - LIBC=gnu #else - #include <stdarg.h> - /* First heuristic to detect musl libc. */ - #ifdef __DEFINED_va_list - LIBC=musl - #endif + LIBC=gnu #endif EOF - cc_set_libc=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` - eval "$cc_set_libc" + eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`" - # Second heuristic to detect musl libc. - if "$LIBC" = unknown && - command -v ldd >/dev/null && - ldd --version 2>&1 | grep -q ^musl; then - LIBC=musl - fi - - # If the system lacks a compiler, then just pick glibc. - # We could probably try harder. - if "$LIBC" = unknown ; then - LIBC=gnu + # If ldd exists, use it to detect musl libc. + if command -v ldd >/dev/null && \ + ldd --version 2>&1 | grep -q ^musl + then + LIBC=musl fi ;; esac # Note: order is significant - the case branches are not exclusive. -case $UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION in +case "$UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION" in *:NetBSD:*:*) # NetBSD (nbsd) targets should (where applicable) match one or # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*, @@ -202,12 +174,12 @@ # # Note: NetBSD doesn't particularly care about the vendor # portion of the name. We always set it to "unknown". + sysctl="sysctl -n hw.machine_arch" UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \ - /sbin/sysctl -n hw.machine_arch 2>/dev/null || \ - /usr/sbin/sysctl -n hw.machine_arch 2>/dev/null || \ + "/sbin/$sysctl" 2>/dev/null || \ + "/usr/sbin/$sysctl" 2>/dev/null || \ echo unknown)` - case $UNAME_MACHINE_ARCH in - aarch64eb) machine=aarch64_be-unknown ;; + case "$UNAME_MACHINE_ARCH" in armeb) machine=armeb-unknown ;; arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;;
View file
_service:tar_scm:libX11-1.8.1.tar.xz/config.sub -> _service:tar_scm:libX11-1.8.4.tar.xz/config.sub
Changed
@@ -1,10 +1,8 @@ #! /bin/sh # Configuration validation subroutine script. -# Copyright 1992-2021 Free Software Foundation, Inc. +# Copyright 1992-2018 Free Software Foundation, Inc. -# shellcheck disable=SC2006,SC2268 # see below for rationale - -timestamp='2021-08-14' +timestamp='2018-02-28' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -35,7 +33,7 @@ # Otherwise, we print the canonical config type on stdout and succeed. # You can get the latest version of this script from: -# https://git.savannah.gnu.org/cgit/config.git/plain/config.sub +# https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub # This file is supposed to be the same for all GNU packages # and recognize all the CPU types, system types and aliases @@ -52,13 +50,6 @@ # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM # It is wrong to echo any other type of specification. -# The "shellcheck disable" line above the timestamp inhibits complaints -# about features and limitations of the classic Bourne shell that were -# superseded or lifted in POSIX. However, this script identifies a wide -# variety of pre-POSIX systems that do not have POSIX shells at all, and -# even some reasonably current systems (Solaris 10 as case-in-point) still -# have a pre-POSIX /bin/sh. - me=`echo "$0" | sed -e 's,.*/,,'` usage="\ @@ -76,7 +67,7 @@ version="\ GNU config.sub ($timestamp) -Copyright 1992-2021 Free Software Foundation, Inc. +Copyright 1992-2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -98,7 +89,7 @@ - ) # Use stdin as input. break ;; -* ) - echo "$me: invalid option $1$help" >&2 + echo "$me: invalid option $1$help" exit 1 ;; *local*) @@ -119,1181 +110,1223 @@ exit 1;; esac -# Split fields of configuration type -# shellcheck disable=SC2162 -saved_IFS=$IFS -IFS="-" read field1 field2 field3 field4 <<EOF -$1 -EOF -IFS=$saved_IFS +# Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). +# Here we must recognize all the valid KERNEL-OS combinations. +maybe_os=`echo "$1" | sed 's/^\(.*\)-\(^-*-^-*\)$/\2/'` +case $maybe_os in + nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ + linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ + knetbsd*-gnu* | netbsd*-gnu* | netbsd*-eabi* | \ + kopensolaris*-gnu* | cloudabi*-eabi* | \ + storm-chaos* | os2-emx* | rtmk-nova*) + os=-$maybe_os + basic_machine=`echo "$1" | sed 's/^\(.*\)-\(^-*-^-*\)$/\1/'` + ;; + android-linux) + os=-linux-android + basic_machine=`echo "$1" | sed 's/^\(.*\)-\(^-*-^-*\)$/\1/'`-unknown + ;; + *) + basic_machine=`echo "$1" | sed 's/-^-*$//'` + if "$basic_machine" != "$1" + then os=`echo "$1" | sed 's/.*-/-/'` + else os=; fi + ;; +esac -# Separate into logical components for further validation -case $1 in - *-*-*-*-*) - echo Invalid configuration \`"$1"\': more than four components >&2 - exit 1 +### Let's recognize common machines as not being operating systems so +### that things like config.sub decstation-3100 work. We also +### recognize some manufacturers as not being operating systems, so we +### can provide default operating systems below. +case $os in + -sun*os*) + # Prevent following clause from handling this invalid input. ;; - *-*-*-*) - basic_machine=$field1-$field2 - basic_os=$field3-$field4 + -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ + -att* | -7300* | -3300* | -delta* | -motorola* | -sun234* | \ + -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ + -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ + -c123* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ + -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ + -apple | -axis | -knuth | -cray | -microblaze*) + os= + basic_machine=$1 ;; - *-*-*) - # Ambiguous whether COMPANY is present, or skipped and KERNEL-OS is two - # parts - maybe_os=$field2-$field3 - case $maybe_os in - nto-qnx* | linux-* | uclinux-uclibc* \ - | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* \ - | netbsd*-eabi* | kopensolaris*-gnu* | cloudabi*-eabi* \ - | storm-chaos* | os2-emx* | rtmk-nova*) - basic_machine=$field1 - basic_os=$maybe_os - ;; - android-linux) - basic_machine=$field1-unknown - basic_os=linux-android - ;; - *) - basic_machine=$field1-$field2 - basic_os=$field3 - ;; - esac + -bluegene*) + os=-cnk ;; - *-*) - # A lone config we happen to match not fitting any pattern - case $field1-$field2 in - decstation-3100) - basic_machine=mips-dec - basic_os= - ;; - *-*) - # Second component is usually, but not always the OS - case $field2 in - # Prevent following clause from handling this valid os - sun*os*) - basic_machine=$field1 - basic_os=$field2 - ;; - zephyr*) - basic_machine=$field1-unknown - basic_os=$field2 - ;; - # Manufacturers - dec* | mips* | sequent* | encore* | pc533* | sgi* | sony* \ - | att* | 7300* | 3300* | delta* | motorola* | sun234* \ - | unicom* | ibm* | next | hp | isi* | apollo | altos* \ - | convergent* | ncr* | news | 32* | 3600* | 3100* \ - | hitachi* | c123* | convex* | sun | crds | omron* | dg \ - | ultra | tti* | harris | dolphin | highlevel | gould \ - | cbm | ns | masscomp | apple | axis | knuth | cray \ - | microblaze* | sim | cisco \ - | oki | wec | wrs | winbond) - basic_machine=$field1-$field2 - basic_os= - ;; - *) - basic_machine=$field1 - basic_os=$field2 - ;; - esac - ;; - esac + -sim | -cisco | -oki | -wec | -winbond) + os= + basic_machine=$1 ;; - *) - # Convert single-component short-hands not valid as part of - # multi-component configurations. - case $field1 in - 386bsd) - basic_machine=i386-pc - basic_os=bsd - ;; - a29khif) - basic_machine=a29k-amd - basic_os=udi - ;; - adobe68k) - basic_machine=m68010-adobe - basic_os=scout - ;; - alliant) - basic_machine=fx80-alliant
View file
_service:tar_scm:libX11-1.8.1.tar.xz/configure -> _service:tar_scm:libX11-1.8.4.tar.xz/configure
Changed
@@ -1,12 +1,11 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for libX11 1.8.1. +# Generated by GNU Autoconf 2.69 for libX11 1.8.4. # -# Report bugs to <https://gitlab.freedesktop.org/xorg/lib/libx11/issues>. +# Report bugs to <https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues>. # # -# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, -# Inc. +# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. # # # This configure script is free software; the Free Software Foundation @@ -17,16 +16,14 @@ # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh -as_nop=: -if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 -then : +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST -else $as_nop +else case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( @@ -36,46 +33,46 @@ fi - -# Reset variables that may have inherited troublesome values from -# the environment. - -# IFS needs to be set, to space, tab, and newline, in precisely that order. -# (If _AS_PATH_WALK were called with IFS unset, it would have the -# side effect of setting IFS to empty, thus disabling word splitting.) -# Quoting is to prevent editors from complaining about space-tab. as_nl=' ' export as_nl -IFS=" "" $as_nl" - -PS1='$ ' -PS2='> ' -PS4='+ ' - -# Ensure predictable behavior from utilities with locale-dependent output. -LC_ALL=C -export LC_ALL -LANGUAGE=C -export LANGUAGE - -# We cannot yet rely on "unset" to work, but we need these variables -# to be unset--not just set to an empty or harmless value--now, to -# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct -# also avoids known problems related to "unset" and subshell syntax -# in other old shells (e.g. bash 2.01 and pdksh 5.2.14). -for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH -do eval test \${$as_var+y} \ - && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : -done - -# Ensure that fds 0, 1, and 2 are open. -if (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi -if (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi -if (exec 3>&2) ; then :; else exec 2>/dev/null; fi +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +# Prefer a ksh shell builtin over an external printf program on Solaris, +# but without wasting forks for bash or zsh. +if test -z "$BASH_VERSION$ZSH_VERSION" \ + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='print -r --' + as_echo_n='print -rn --' +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in #( + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi # The user is always right. -if ${PATH_SEPARATOR+false} :; then +if test "${PATH_SEPARATOR+set}" != set; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || @@ -84,6 +81,13 @@ fi +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +IFS=" "" $as_nl" + # Find who we are. Look in the path if we contain no directory separator. as_myself= case $0 in #(( @@ -92,12 +96,8 @@ for as_dir in $PATH do IFS=$as_save_IFS - case $as_dir in #((( - '') as_dir=./ ;; - */) ;; - *) as_dir=$as_dir/ ;; - esac - test -r "$as_dir$0" && as_myself=$as_dir$0 && break + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done IFS=$as_save_IFS @@ -109,10 +109,30 @@ as_myself=$0 fi if test ! -f "$as_myself"; then - printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi +# Unset variables that we do not need and which cause bugs (e.g. in +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +# suppresses any "Segmentation fault" message there. '((' could +# trigger a bug in pdksh 5.2.14. +for as_var in BASH_ENV ENV MAIL MAILPATH +do eval test x\${$as_var+set} = xset \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH # Use a proper internal environment variable to ensure we don't fall # into an infinite loop, continuously re-executing ourselves. @@ -134,22 +154,20 @@ exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} # Admittedly, this is quite paranoid, since all the known shells bail # out after a failed `exec'. -printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 -exit 255 +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 +as_fn_exit 255 fi # We don't want this to propagate to other subprocesses. { _as_can_reexec=; unset _as_can_reexec;} if test "x$CONFIG_SHELL" = x; then - as_bourne_compatible="as_nop=: -if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 -then : + as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which # is contrary to our usage. Disable this feature. alias -g '\${1+\"\$@\"}'='\"\$@\"' setopt NO_GLOB_SUBST
View file
_service:tar_scm:libX11-1.8.1.tar.xz/configure.ac -> _service:tar_scm:libX11-1.8.4.tar.xz/configure.ac
Changed
@@ -1,8 +1,8 @@ # Initialize Autoconf AC_PREREQ(2.60) -AC_INIT(libX11, 1.8.1, - https://gitlab.freedesktop.org/xorg/lib/libx11/issues, libX11) +AC_INIT(libX11, 1.8.4, + https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues, libX11) AC_CONFIG_SRCDIR(Makefile.am) AC_CONFIG_HEADERS(src/config.h include/X11/XlibConf.h) AC_CONFIG_MACRO_DIR(m4) @@ -222,9 +222,6 @@ ;; esac -AC_CHECK_LIB(c, pthread_self, thrstubs="no", thrstubs="yes") -AM_CONDITIONAL(THRSTUBS, test x$thrstubs = xyes) - # XXX incomplete, please fill this in if test x$xthreads = xyes ; then case $host_os in @@ -245,6 +242,17 @@ AC_SUBST(XTHREADLIB) AC_SUBST(XTHREAD_CFLAGS) +if test "x$USE_THREAD_SAFETY_CONSTRUCTOR" = "xyes"; then + USE_THREAD_LIBS="$XTHREADLIB" +else + # This should be kept in sync with libxcb + case $host_os in + linux*|darwin*|solaris*) ;; + *) X11_REQUIRES="$X11_REQUIRES pthread-stubs" ;; + esac +fi +AC_SUBST(USE_THREAD_LIBS) + AC_CHECK_FUNC(poll, AC_DEFINE(USE_POLL, 1, poll() function is available), ) # @@ -432,12 +440,12 @@ AC_OUTPUT echo "" -echo "X11 will be built with the following settings:" +echo "$PACKAGE_STRING will be built with the following settings:" echo " Loadable i18n module support: "$XLIB_LOADABLE_I18N echo " Loadable xcursor library support: "$XLIB_LOADABLE_XCURSOR echo " Threading support: "$xthreads echo " Use Threads safe API: "$mtsafeapi -echo " Threads stubs in libX11: "$thrstubs +echo " Use thread safety constructor: "$USE_THREAD_SAFETY_CONSTRUCTOR echo " XCMS: "$XCMS echo " Internationalization support: "$XLOCALE echo " XF86BigFont support: "$XF86BIGFONT
View file
_service:tar_scm:libX11-1.8.1.tar.xz/depcomp -> _service:tar_scm:libX11-1.8.4.tar.xz/depcomp
Changed
@@ -1,9 +1,9 @@ #! /bin/sh # depcomp - compile a program generating dependencies as side-effects -scriptversion=2018-03-07.03; # UTC +scriptversion=2013-05-30.07; # UTC -# Copyright (C) 1999-2021 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <https://www.gnu.org/licenses/>. +# along with this program. If not, see <http://www.gnu.org/licenses/>. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -783,9 +783,9 @@ # Local Variables: # mode: shell-script # sh-indentation: 2 -# eval: (add-hook 'before-save-hook 'time-stamp) +# eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-time-zone: "UTC0" +# time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End:
View file
_service:tar_scm:libX11-1.8.1.tar.xz/include/Makefile.in -> _service:tar_scm:libX11-1.8.4.tar.xz/include/Makefile.in
Changed
@@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -171,6 +171,8 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -197,8 +199,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ -CSCOPE = @CSCOPE@ -CTAGS = @CTAGS@ CWARNFLAGS = @CWARNFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ @@ -212,11 +212,9 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ -ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ FGREP = @FGREP@ -FILECMD = @FILECMD@ FILE_MAN_DIR = @FILE_MAN_DIR@ FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ FOP = @FOP@ @@ -280,6 +278,7 @@ STRIP = @STRIP@ STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ +USE_THREAD_LIBS = @USE_THREAD_LIBS@ VERSION = @VERSION@ WCHAR32 = @WCHAR32@ X11_CFLAGS = @X11_CFLAGS@ @@ -350,7 +349,6 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ -runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -403,8 +401,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -536,10 +534,8 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am -distdir-am: $(DISTFILES) +distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ list='$(DISTFILES)'; \
View file
_service:tar_scm:libX11-1.8.1.tar.xz/include/X11/Xlib.h -> _service:tar_scm:libX11-1.8.4.tar.xz/include/X11/Xlib.h
Changed
@@ -1735,6 +1735,10 @@ void ); +extern Status XFreeThreads( + void +); + extern void XLockDisplay( Display* /* display */ );
View file
_service:tar_scm:libX11-1.8.1.tar.xz/include/X11/Xlibint.h -> _service:tar_scm:libX11-1.8.4.tar.xz/include/X11/Xlibint.h
Changed
@@ -43,6 +43,10 @@ #include <X11/Xproto.h> /* to declare xEvent */ #include <X11/XlibConf.h> /* for configured options like XTHREADS */ +#ifdef XTHREADS +#include <X11/Xthreads.h> +#endif + /* The Xlib structs are full of implicit padding to properly align members. We can't clean that up without breaking ABI, so tell clang not to bother complaining about it. */ @@ -207,6 +211,10 @@ XIOErrorExitHandler exit_handler; void *exit_handler_data; + CARD32 in_ifevent; +#ifdef XTHREADS + xthread_t ifevent_thread; +#endif }; #define XAllocIDs(dpy,ids,n) (*(dpy)->idlist_alloc)(dpy,ids,n) @@ -581,11 +589,11 @@ #define MakeBigReq(req,n) \ { \ CARD64 _BRdat; \ - CARD32 _BRlen = req->length - 1; \ + CARD32 _BRlen = (CARD32) (req->length - 1); \ req->length = 0; \ _BRdat = ((CARD32 *)req)_BRlen; \ memmove(((char *)req) + 8, ((char *)req) + 4, (_BRlen - 1) << 2); \ - ((CARD32 *)req)1 = _BRlen + n + 2; \ + ((CARD32 *)req)1 = _BRlen + (CARD32) (n) + 2; \ Data32(dpy, &_BRdat, 4); \ } #else @@ -596,7 +604,7 @@ req->length = 0; \ _BRdat = ((CARD32 *)req)_BRlen; \ memmove(((char *)req) + 8, ((char *)req) + 4, (_BRlen - 1) << 2); \ - ((CARD32 *)req)1 = _BRlen + n + 2; \ + ((CARD32 *)req)1 = _BRlen + (CARD32) (n) + 2; \ Data32(dpy, &_BRdat, 4); \ } #endif @@ -615,10 +623,10 @@ MakeBigReq(req,n) \ } else { \ n = badlen; \ - req->length += n; \ + req->length = (CARD16) (req->length + n); \ } \ } else \ - req->length += n + req->length = (CARD16) (req->length + n) #else #define SetReqLen(req,n,badlen) \ req->length += n @@ -641,10 +649,10 @@ #ifndef DataRoutineIsProcedure #define Data(dpy, data, len) {\ if (dpy->bufptr + (len) <= dpy->bufmax) {\ - memcpy(dpy->bufptr, data, (int)(len));\ - dpy->bufptr += ((len) + 3) & ~3;\ + memcpy(dpy->bufptr, data, (size_t)(len));\ + dpy->bufptr += ((size_t)((len) + 3) & (size_t)~3);\ } else\ - _XSend(dpy, data, len);\ + _XSend(dpy, (_Xconst char*)(data), (long)(len));\ } #endif /* DataRoutineIsProcedure */ @@ -667,14 +675,14 @@ if (dpy->bufptr + (n) > dpy->bufmax) \ _XFlush (dpy); \ ptr = (type) dpy->bufptr; \ - memset(ptr, '\0', n); \ + memset(ptr, '\0', (size_t)(n)); \ dpy->bufptr += (n); #define Data16(dpy, data, len) Data((dpy), (_Xconst char *)(data), (len)) #define _XRead16Pad(dpy, data, len) _XReadPad((dpy), (char *)(data), (len)) #define _XRead16(dpy, data, len) _XRead((dpy), (char *)(data), (len)) #ifdef LONG64 -#define Data32(dpy, data, len) _XData32(dpy, (_Xconst long *)data, len) +#define Data32(dpy, data, len) _XData32(dpy, (_Xconst long *)(data), (unsigned)(len)) extern int _XData32( Display *dpy, _Xconst long *data, @@ -686,7 +694,7 @@ long len ); #else -#define Data32(dpy, data, len) Data((dpy), (_Xconst char *)(data), (len)) +#define Data32(dpy, data, len) Data((dpy), (_Xconst char *)(data), (long)(len)) #define _XRead32(dpy, data, len) _XRead((dpy), (char *)(data), (len)) #endif
View file
_service:tar_scm:libX11-1.8.1.tar.xz/install-sh -> _service:tar_scm:libX11-1.8.4.tar.xz/install-sh
Changed
@@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2020-11-14.01; # UTC +scriptversion=2013-12-25.23; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -69,11 +69,6 @@ # Desired mode of installed file. mode=0755 -# Create dirs (including intermediate dirs) using mode 755. -# This is like GNU 'install' as of coreutils 8.32 (2020). -mkdir_umask=22 - -backupsuffix= chgrpcmd= chmodcmd=$chmodprog chowncmd= @@ -104,28 +99,18 @@ --version display version info and exit. -c (ignored) - -C install only if different (preserve data modification time) + -C install only if different (preserve the last data modification time) -d create directories instead of installing files. -g GROUP $chgrpprog installed files to GROUP. -m MODE $chmodprog installed files to MODE. -o USER $chownprog installed files to USER. - -p pass -p to $cpprog. -s $stripprog installed files. - -S SUFFIX attempt to back up existing files, with suffix SUFFIX. -t DIRECTORY install into DIRECTORY. -T report an error if DSTFILE is a directory. Environment variables override the default commands: CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG RMPROG STRIPPROG - -By default, rm is invoked with -f; when overridden with RMPROG, -it's up to you to specify -f if you want it. - -If -S is not specified, no backups are attempted. - -Email bug reports to bug-automake@gnu.org. -Automake home page: https://www.gnu.org/software/automake/ " while test $# -ne 0; do @@ -152,13 +137,8 @@ -o) chowncmd="$chownprog $2" shift;; - -p) cpprog="$cpprog -p";; - -s) stripcmd=$stripprog;; - -S) backupsuffix="$2" - shift;; - -t) is_target_a_directory=always dst_arg=$2 @@ -275,10 +255,6 @@ dstdir=$dst test -d "$dstdir" dstdir_status=$? - # Don't chown directories that already exist. - if test $dstdir_status = 0; then - chowncmd="" - fi else # Waiting for this to be detected by the "$cpprog $src $dsttmp" command @@ -295,18 +271,15 @@ fi dst=$dst_arg - # If destination is a directory, append the input filename. + # If destination is a directory, append the input filename; won't work + # if double slashes aren't ignored. if test -d "$dst"; then if test "$is_target_a_directory" = never; then echo "$0: $dst_arg: Is a directory" >&2 exit 1 fi dstdir=$dst - dstbase=`basename "$src"` - case $dst in - */) dst=$dst$dstbase;; - *) dst=$dst/$dstbase;; - esac + dst=$dstdir/`basename "$src"` dstdir_status=0 else dstdir=`dirname "$dst"` @@ -315,16 +288,27 @@ fi fi - case $dstdir in - */) dstdirslash=$dstdir;; - *) dstdirslash=$dstdir/;; - esac - obsolete_mkdir_used=false if test $dstdir_status != 0; then case $posix_mkdir in '') + # Create intermediate dirs using mode 755 as modified by the umask. + # This is like FreeBSD 'install' as of 1997-10-28. + umask=`umask` + case $stripcmd.$umask in + # Optimize common cases. + *23672367) mkdir_umask=$umask;; + .*00202 | .0202 | .02) mkdir_umask=22;; + + *0-7) + mkdir_umask=`expr $umask + 22 \ + - $umask % 100 % 40 + $umask % 20 \ + - $umask % 10 % 4 + $umask % 2 + `;; + *) mkdir_umask=$umask,go-w;; + esac + # With -d, create the new directory with the user-specified mode. # Otherwise, rely on $mkdir_umask. if test -n "$dir_arg"; then @@ -334,49 +318,43 @@ fi posix_mkdir=false - # The $RANDOM variable is not portable (e.g., dash). Use it - # here however when possible just to lower collision chance. - tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ - - trap ' - ret=$? - rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" 2>/dev/null - exit $ret - ' 0 - - # Because "mkdir -p" follows existing symlinks and we likely work - # directly in world-writeable /tmp, make sure that the '$tmpdir' - # directory is successfully created first before we actually test - # 'mkdir -p'. - if (umask $mkdir_umask && - $mkdirprog $mkdir_mode "$tmpdir" && - exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null 2>&1 - then - if test -z "$dir_arg" || { - # Check for POSIX incompatibilities with -m. - # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or - # other-writable bit of parent directory when it shouldn't. - # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. - test_tmpdir="$tmpdir/a" - ls_ld_tmpdir=`ls -ld "$test_tmpdir"` - case $ls_ld_tmpdir in - d????-?r-*) different_mode=700;; - d????-?--*) different_mode=755;; - *) false;; - esac && - $mkdirprog -m$different_mode -p -- "$test_tmpdir" && { - ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"` - test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" - } - } - then posix_mkdir=: - fi - rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" - else - # Remove any dirs left behind by ancient mkdir implementations. - rmdir ./$mkdir_mode ./-p ./-- "$tmpdir" 2>/dev/null - fi - trap '' 0;; + case $umask in + *1235670-70-7) + # POSIX mkdir -p sets u+wx bits regardless of umask, which + # is incompatible with FreeBSD 'install' when (umask & 300) != 0. + ;; + *) + tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ + trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 + + if (umask $mkdir_umask && + exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 + then + if test -z "$dir_arg" || { + # Check for POSIX incompatibilities with -m. + # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or + # other-writable bit of parent directory when it shouldn't. + # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. + ls_ld_tmpdir=`ls -ld "$tmpdir"` + case $ls_ld_tmpdir in + d????-?r-*) different_mode=700;; + d????-?--*) different_mode=755;; + *) false;;
View file
_service:tar_scm:libX11-1.8.1.tar.xz/ltmain.sh -> _service:tar_scm:libX11-1.8.4.tar.xz/ltmain.sh
Changed
@@ -1,12 +1,12 @@ -#! /usr/bin/env sh +#! /bin/sh ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in -## by inline-source v2019-02-19.15 +## by inline-source v2014-01-03.01 -# libtool (GNU libtool) 2.4.7 +# libtool (GNU libtool) 2.4.6 # Provide generalized library-building support services. # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 -# Copyright (C) 1996-2019, 2021-2022 Free Software Foundation, Inc. +# Copyright (C) 1996-2015 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. @@ -31,8 +31,8 @@ PROGRAM=libtool PACKAGE=libtool -VERSION=2.4.7 -package_revision=2.4.7 +VERSION=2.4.6 +package_revision=2.4.6 ## ------ ## @@ -64,25 +64,34 @@ # libraries, which are installed to $pkgauxdir. # Set a version string for this script. -scriptversion=2019-02-19.15; # UTC +scriptversion=2015-01-20.17; # UTC # General shell script boiler plate, and helper functions. # Written by Gary V. Vaughan, 2004 -# This is free software. There is NO warranty; not even for -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# -# Copyright (C) 2004-2019, 2021 Bootstrap Authors -# -# This file is dual licensed under the terms of the MIT license -# <https://opensource.org/license/MIT>, and GPL version 2 or later -# <http://www.gnu.org/licenses/gpl-2.0.html>. You must apply one of -# these licenses when using or redistributing this software or any of -# the files within it. See the URLs above, or the file `LICENSE` -# included in the Bootstrap distribution for the full license texts. +# Copyright (C) 2004-2015 Free Software Foundation, Inc. +# This is free software; see the source for copying conditions. There is NO +# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. + +# As a special exception to the GNU General Public License, if you distribute +# this file as part of a program or library that is built using GNU Libtool, +# you may include this file under the same distribution terms that you use +# for the rest of that program. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNES FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. -# Please report bugs or propose patches to: -# <https://github.com/gnulib-modules/bootstrap/issues> +# Please report bugs or propose patches to gary@gnu.org. ## ------ ## @@ -130,12 +139,9 @@ _G_safe_locale=\"$_G_var=C; \$_G_safe_locale\" fi" done -# These NLS vars are set unconditionally (bootstrap issue #24). Unset those -# in case the environment reset is needed later and the $save_* variant is not -# defined (see the code above). -LC_ALL=C -LANGUAGE=C -export LANGUAGE LC_ALL + +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH # Make sure IFS has a sensible default sp=' ' @@ -153,26 +159,6 @@ fi -# func_unset VAR -# -------------- -# Portably unset VAR. -# In some shells, an 'unset VAR' statement leaves a non-zero return -# status if VAR is already unset, which might be problematic if the -# statement is used at the end of a function (thus poisoning its return -# value) or when 'set -e' is active (causing even a spurious abort of -# the script in this case). -func_unset () -{ - { eval $1=; (eval unset $1) >/dev/null 2>&1 && eval unset $1 || : ; } -} - - -# Make sure CDPATH doesn't cause `cd` commands to output the target dir. -func_unset CDPATH - -# Make sure ${,E,F}GREP behave sanely. -func_unset GREP_OPTIONS - ## ------------------------- ## ## Locate command utilities. ## @@ -273,7 +259,7 @@ rm -f conftest.in conftest.tmp conftest.nl conftest.out } - func_path_progs "sed gsed" func_check_prog_sed "$PATH:/usr/xpg4/bin" + func_path_progs "sed gsed" func_check_prog_sed $PATH:/usr/xpg4/bin rm -f conftest.sed SED=$func_path_progs_result } @@ -309,7 +295,7 @@ rm -f conftest.in conftest.tmp conftest.nl conftest.out } - func_path_progs "grep ggrep" func_check_prog_grep "$PATH:/usr/xpg4/bin" + func_path_progs "grep ggrep" func_check_prog_grep $PATH:/usr/xpg4/bin GREP=$func_path_progs_result } @@ -374,35 +360,6 @@ s/\\(^$_G_bs\\)$_G_bs2$_G_dollar/\\1$_G_bs2$_G_bs$_G_dollar/g s/\n//g" -# require_check_ifs_backslash -# --------------------------- -# Check if we can use backslash as IFS='\' separator, and set -# $check_ifs_backshlash_broken to ':' or 'false'. -require_check_ifs_backslash=func_require_check_ifs_backslash -func_require_check_ifs_backslash () -{ - _G_save_IFS=$IFS - IFS='\' - _G_check_ifs_backshlash='a\\b' - for _G_i in $_G_check_ifs_backshlash - do - case $_G_i in - a) - check_ifs_backshlash_broken=false - ;; - '') - break - ;; - *) - check_ifs_backshlash_broken=: - break - ;; - esac - done - IFS=$_G_save_IFS - require_check_ifs_backslash=: -} - ## ----------------- ## ## Global variables. ## @@ -623,16 +580,16 @@ { $debug_cmd - func_quote_arg pretty "$2" - eval "$1+=\\ \$func_quote_arg_result" + func_quote_for_eval "$2" + eval "$1+=\\ \$func_quote_for_eval_result" }' else func_append_quoted () { $debug_cmd - func_quote_arg pretty "$2" - eval "$1=\$$1\\ \$func_quote_arg_result" + func_quote_for_eval "$2" + eval "$1=\$$1\\ \$func_quote_for_eval_result" } fi @@ -1134,203 +1091,85 @@ } -# func_quote_portable EVAL ARG
View file
_service:tar_scm:libX11-1.8.1.tar.xz/m4/libtool.m4 -> _service:tar_scm:libX11-1.8.4.tar.xz/m4/libtool.m4
Changed
@@ -1,7 +1,6 @@ # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- # -# Copyright (C) 1996-2001, 2003-2019, 2021-2022 Free Software -# Foundation, Inc. +# Copyright (C) 1996-2001, 2003-2015 Free Software Foundation, Inc. # Written by Gordon Matzigkeit, 1996 # # This file is free software; the Free Software Foundation gives @@ -32,7 +31,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. ) -# serial 59 LT_INIT +# serial 58 LT_INIT # LT_PREREQ(VERSION) @@ -182,7 +181,6 @@ m4_require(_LT_CHECK_SHELL_FEATURES)dnl m4_require(_LT_PATH_CONVERSION_FUNCTIONS)dnl m4_require(_LT_CMD_RELOAD)dnl -m4_require(_LT_DECL_FILECMD)dnl m4_require(_LT_CHECK_MAGIC_METHOD)dnl m4_require(_LT_CHECK_SHAREDLIB_FROM_LINKLIB)dnl m4_require(_LT_CMD_OLD_ARCHIVE)dnl @@ -221,8 +219,8 @@ ofile=libtool can_build_shared=yes -# All known linkers require a '.a' archive for static linking (except MSVC and -# ICC, which need '.lib'). +# All known linkers require a '.a' archive for static linking (except MSVC, +# which needs '.lib'). libext=a with_gnu_ld=$lt_cv_prog_gnu_ld @@ -780,7 +778,7 @@ # if finds mixed CR/LF and LF-only lines. Since sed operates in # text mode, it properly converts lines to CR/LF. This bash problem # is reportedly fixed, but why not run on old versions too? - $SED '$q' "$ltmain" >> "$cfgfile" \ + sed '$q' "$ltmain" >> "$cfgfile" \ || (rm -f "$cfgfile"; exit 1) mv -f "$cfgfile" "$ofile" || @@ -1044,8 +1042,8 @@ _LT_EOF echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD - echo "$AR $AR_FLAGS libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD - $AR $AR_FLAGS libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD + echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD + $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD cat > conftest.c << _LT_EOF @@ -1069,12 +1067,17 @@ _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; darwin1.*) _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; - darwin*) - case $MACOSX_DEPLOYMENT_TARGET,$host in - 10.012,*|,*powerpc*-darwin5-8*) - _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; - *) - _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; + darwin*) # darwin 5.x on + # if running on 10.5 or later, the deployment target defaults + # to the OS version, if on x86, and 10.4, the deployment + # target defaults to 10.4. Don't you love it? + case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in + 10.0,*86*-darwin8*|10.0,*-darwin91*) + _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; + 10.012,.*) + _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; + 10.*) + _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; esac ;; esac @@ -1123,12 +1126,12 @@ output_verbose_link_cmd=func_echo_all _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil" _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil" - _LT_TAGVAR(archive_expsym_cmds, $1)="$SED 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil" - _LT_TAGVAR(module_expsym_cmds, $1)="$SED -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil" + _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil" + _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil" m4_if($1, CXX, if test yes != "$lt_cv_apple_cc_single_mod"; then _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dsymutil" - _LT_TAGVAR(archive_expsym_cmds, $1)="$SED 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_syms$_lt_dsymutil" + _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_syms$_lt_dsymutil" fi ,) else @@ -1242,8 +1245,7 @@ # _LT_WITH_SYSROOT # ---------------- AC_DEFUN(_LT_WITH_SYSROOT, -m4_require(_LT_DECL_SED)dnl -AC_MSG_CHECKING(for sysroot) +AC_MSG_CHECKING(for sysroot) AC_ARG_WITH(sysroot, AS_HELP_STRING(--with-sysroot@<:@=DIR@:>@, Search for dependent libraries within DIR (or the compiler's sysroot @@ -1260,7 +1262,7 @@ fi ;; #( /*) - lt_sysroot=`echo "$with_sysroot" | $SED -e "$sed_quote_subst"` + lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` ;; #( no|'') ;; #( @@ -1290,7 +1292,7 @@ # options accordingly. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then - case `$FILECMD conftest.$ac_objext` in + case `/usr/bin/file conftest.$ac_objext` in *ELF-32*) HPUX_IA64_MODE=32 ;; @@ -1307,7 +1309,7 @@ echo '#line '$LINENO' "configure"' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then if test yes = "$lt_cv_prog_gnu_ld"; then - case `$FILECMD conftest.$ac_objext` in + case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -melf32bsmip" ;; @@ -1319,7 +1321,7 @@ ;; esac else - case `$FILECMD conftest.$ac_objext` in + case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -32" ;; @@ -1341,7 +1343,7 @@ echo '#line '$LINENO' "configure"' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then emul=elf - case `$FILECMD conftest.$ac_objext` in + case `/usr/bin/file conftest.$ac_objext` in *32-bit*) emul="${emul}32" ;; @@ -1349,7 +1351,7 @@ emul="${emul}64" ;; esac - case `$FILECMD conftest.$ac_objext` in + case `/usr/bin/file conftest.$ac_objext` in *MSB*) emul="${emul}btsmip" ;; @@ -1357,7 +1359,7 @@ emul="${emul}ltsmip" ;; esac - case `$FILECMD conftest.$ac_objext` in + case `/usr/bin/file conftest.$ac_objext` in *N32*) emul="${emul}n32" ;; @@ -1377,14 +1379,14 @@ # not appear in the list. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then - case `$FILECMD conftest.o` in + case `/usr/bin/file conftest.o` in *32-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_i386_fbsd" ;; x86_64-*linux*) - case `$FILECMD conftest.o` in + case `/usr/bin/file conftest.o` in *x86-64*) LD="${LD-ld} -m elf32_x86_64" ;; @@ -1452,7 +1454,7 @@ # options accordingly. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then - case `$FILECMD conftest.o` in + case `/usr/bin/file conftest.o` in *64-bit*) case $lt_cv_prog_gnu_ld in yes*) @@ -1491,22 +1493,9 @@ m4_defun(_LT_PROG_AR, AC_CHECK_TOOLS(AR, ar, false) : ${AR=ar}
View file
_service:tar_scm:libX11-1.8.1.tar.xz/m4/ltoptions.m4 -> _service:tar_scm:libX11-1.8.4.tar.xz/m4/ltoptions.m4
Changed
@@ -1,7 +1,7 @@ # Helper functions for option handling. -*- Autoconf -*- # -# Copyright (C) 2004-2005, 2007-2009, 2011-2019, 2021-2022 Free -# Software Foundation, Inc. +# Copyright (C) 2004-2005, 2007-2009, 2011-2015 Free Software +# Foundation, Inc. # Written by Gary V. Vaughan, 2004 # # This file is free software; the Free Software Foundation gives
View file
_service:tar_scm:libX11-1.8.1.tar.xz/m4/ltsugar.m4 -> _service:tar_scm:libX11-1.8.4.tar.xz/m4/ltsugar.m4
Changed
@@ -1,6 +1,6 @@ # ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*- # -# Copyright (C) 2004-2005, 2007-2008, 2011-2019, 2021-2022 Free Software +# Copyright (C) 2004-2005, 2007-2008, 2011-2015 Free Software # Foundation, Inc. # Written by Gary V. Vaughan, 2004 #
View file
_service:tar_scm:libX11-1.8.1.tar.xz/m4/ltversion.m4 -> _service:tar_scm:libX11-1.8.4.tar.xz/m4/ltversion.m4
Changed
@@ -1,7 +1,6 @@ # ltversion.m4 -- version numbers -*- Autoconf -*- # -# Copyright (C) 2004, 2011-2019, 2021-2022 Free Software Foundation, -# Inc. +# Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc. # Written by Scott James Remnant, 2004 # # This file is free software; the Free Software Foundation gives @@ -10,15 +9,15 @@ # @configure_input@ -# serial 4245 ltversion.m4 +# serial 4179 ltversion.m4 # This file is part of GNU Libtool -m4_define(LT_PACKAGE_VERSION, 2.4.7) -m4_define(LT_PACKAGE_REVISION, 2.4.7) +m4_define(LT_PACKAGE_VERSION, 2.4.6) +m4_define(LT_PACKAGE_REVISION, 2.4.6) AC_DEFUN(LTVERSION_VERSION, -macro_version='2.4.7' -macro_revision='2.4.7' +macro_version='2.4.6' +macro_revision='2.4.6' _LT_DECL(, macro_version, 0, Which release of libtool.m4 was used?) _LT_DECL(, macro_revision, 0) )
View file
_service:tar_scm:libX11-1.8.1.tar.xz/m4/lt~obsolete.m4 -> _service:tar_scm:libX11-1.8.4.tar.xz/m4/lt~obsolete.m4
Changed
@@ -1,7 +1,7 @@ # lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*- # -# Copyright (C) 2004-2005, 2007, 2009, 2011-2019, 2021-2022 Free -# Software Foundation, Inc. +# Copyright (C) 2004-2005, 2007, 2009, 2011-2015 Free Software +# Foundation, Inc. # Written by Scott James Remnant, 2004. # # This file is free software; the Free Software Foundation gives
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/Compose.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/Compose.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 2009 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 2009, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"),
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/Makefile.in -> _service:tar_scm:libX11-1.8.4.tar.xz/man/Makefile.in
Changed
@@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -166,7 +166,7 @@ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ - distdir distdir-am + distdir am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is @@ -184,6 +184,8 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -236,8 +238,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ -CSCOPE = @CSCOPE@ -CTAGS = @CTAGS@ CWARNFLAGS = @CWARNFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ @@ -251,11 +251,9 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ -ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ FGREP = @FGREP@ -FILECMD = @FILECMD@ FILE_MAN_DIR = @FILE_MAN_DIR@ FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ FOP = @FOP@ @@ -319,6 +317,7 @@ STRIP = @STRIP@ STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ +USE_THREAD_LIBS = @USE_THREAD_LIBS@ VERSION = @VERSION@ WCHAR32 = @WCHAR32@ X11_CFLAGS = @X11_CFLAGS@ @@ -389,7 +388,6 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ -runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -1488,8 +1486,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -1647,10 +1645,8 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am -distdir-am: $(DISTFILES) +distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ list='$(DISTFILES)'; \
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/XAddHost.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/XAddHost.man
Changed
@@ -29,7 +29,7 @@ .\" .\" X Window System is a trademark of The Open Group. .\" -.\" Copyright 2004 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 2004, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"),
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/XIfEvent.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/XIfEvent.man
Changed
@@ -147,6 +147,10 @@ .BR True . If it did not find a match, it must return .BR False . +.LP +Note that the predicate procedure is called with the +display locked, and thus is not allowed to call any function +that would take the display lock again. .SH "SEE ALSO" XAnyEvent(__libmansuffix__), XNextEvent(__libmansuffix__),
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/XInitThreads.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/XInitThreads.man
Changed
@@ -52,6 +52,8 @@ .HP Status XInitThreads\^(void); .HP +Status XFreeThreads\^(void); +.HP void XLockDisplay\^(\^Display *\fIdisplay\fP\^); .HP void XUnlockDisplay\^(\^Display *\fIdisplay\fP\^); @@ -76,7 +78,11 @@ a mutual exclusion lock in a toolkit or through explicit client programming), Xlib thread initialization is not required. It is recommended that single-threaded programs not call this function. - +.LP +The +.B XFreeThreads +function frees the memory allocated by +.BR XInitThreads . .LP The .B XLockDisplay
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/XOpenIM.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/XOpenIM.man
Changed
@@ -139,7 +139,8 @@ .LP The .B XCloseIM -function closes the specified input method. +function closes the specified input method and frees the memory pointed +to by the im argument. .LP The .B XSetIMValues
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/Makefile.in -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/Makefile.in
Changed
@@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -178,8 +178,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ -CSCOPE = @CSCOPE@ -CTAGS = @CTAGS@ CWARNFLAGS = @CWARNFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ @@ -193,11 +191,9 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ -ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ FGREP = @FGREP@ -FILECMD = @FILECMD@ FILE_MAN_DIR = @FILE_MAN_DIR@ FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ FOP = @FOP@ @@ -261,6 +257,7 @@ STRIP = @STRIP@ STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ +USE_THREAD_LIBS = @USE_THREAD_LIBS@ VERSION = @VERSION@ WCHAR32 = @WCHAR32@ X11_CFLAGS = @X11_CFLAGS@ @@ -331,7 +328,6 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ -runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -570,8 +566,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -615,10 +611,8 @@ cscope cscopelist: -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am -distdir-am: $(DISTFILES) +distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ list='$(DISTFILES)'; \
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbActionCtrls.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbActionCtrls.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -31,7 +31,7 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- act +.I act action from which to extract controls .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbAddDeviceLedInfo.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbAddDeviceLedInfo.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,13 +33,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- device_info +.I device_info structure in which to add LED info .TP -.I \- led_class +.I led_class input extension class for LED device of interest .TP -.I \- led_id +.I led_id input extension ID for LED device of interest .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbAddGeomColor.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbAddGeomColor.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,13 +33,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- geom +.I geom geometry to be updated .TP -.I \- spec +.I spec color to be added .TP -.I \- pixel +.I pixel color to be added .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbAddGeomDoodad.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbAddGeomDoodad.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,13 +33,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- geom +.I geom geometry to which the doodad is added .TP -.I \- section +.I section section, if any, to which the doodad is added .TP -.I \- name +.I name name of the new doodad .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbAddGeomKey.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbAddGeomKey.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -30,7 +30,7 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- row +.I row row to be updated .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbAddGeomKeyAlias.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbAddGeomKeyAlias.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,13 +33,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- geom +.I geom geometry to be updated .TP -.I \- alias +.I alias alias to be added .TP -.I \- real +.I real real name to be bound to the new alias .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbAddGeomOutline.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbAddGeomOutline.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -31,10 +31,10 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- shape +.I shape shape to be updated .TP -.I \- sz_points +.I sz_points number of points to be reserved .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbAddGeomOverlay.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbAddGeomOverlay.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -32,13 +32,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- section +.I section section to which an overlay will be added .TP -.I \- name +.I name name of the overlay .TP -.I \- sz_rows +.I sz_rows number of rows to reserve in the overlay .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbAddGeomOverlayKey.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbAddGeomOverlayKey.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,13 +33,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- overlay +.I overlay overlay to be updated .TP -.I \- row +.I row row in overlay to be updated .TP -.I \- under +.I under primary name of the key to be considered .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbAddGeomOverlayRow.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbAddGeomOverlayRow.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -32,13 +32,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- overlay +.I overlay overlay to be updated .TP -.I \- row_under +.I row_under row to be overlaid in the section overlay overlays .TP -.I \- sz_keys +.I sz_keys number of keys to reserve in the row .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbAddGeomProperty.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbAddGeomProperty.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,13 +33,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- geom +.I geom geometry to be updated .TP -.I \- name +.I name name of the new property .TP -.I \- value +.I value value for the new property .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbAddGeomRow.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbAddGeomRow.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -31,10 +31,10 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- section +.I section section to be updated .TP -.I \- sz_keys +.I sz_keys number of keys to be reserved .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbAddGeomSection.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbAddGeomSection.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -34,19 +34,19 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- geom +.I geom geometry to be updated .TP -.I \- name +.I name name of the new section .TP -.I \- sz_rows +.I sz_rows number of rows to reserve in the section .TP -.I \- sz_doodads +.I sz_doodads number of doodads to reserve in the section .TP -.I \- sz_overlays +.I sz_overlays number of overlays to reserve in the section .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbAddGeomShape.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbAddGeomShape.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -32,13 +32,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- geom +.I geom geometry to be updated .TP -.I \- name +.I name name of the new shape .TP -.I \- sz_outlines +.I sz_outlines number of outlines to be reserved .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbAddSymInterpret.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbAddSymInterpret.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -34,16 +34,16 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- xkb +.I xkb keyboard description to be updated .TP -.I \- si +.I si symbol interpretation to be added .TP -.I \- updateMap +.I updateMap True=>apply compatibility map to keys .TP -.I \- changes +.I changes changes are put here .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbAllocClientMap.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbAllocClientMap.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -34,13 +34,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- xkb +.I xkb keyboard description in which to allocate client map .TP -.I \- which +.I which mask selecting map components to allocate .TP -.I \- type_count +.I type_count value of num_types field in map to be allocated .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbAllocCompatMap.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbAllocCompatMap.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,13 +33,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- xkb +.I xkb keyboard description in which to allocate compat map .TP -.I \- which +.I which mask of compatibility map components to allocate .TP -.I \- num_si +.I num_si number of symbol interpretations to allocate .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbAllocControls.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbAllocControls.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -32,10 +32,10 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- xkb +.I xkb Xkb description in which to allocate ctrls rec .TP -.I \- which +.I which mask of components of ctrls to allocate .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbAllocDeviceInfo.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbAllocDeviceInfo.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,13 +33,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- device_spec +.I device_spec device ID with which structure will be used .TP -.I \- n_buttons +.I n_buttons number of button actions to allocate space for .TP -.I \- sz_leds +.I sz_leds number of LED feedbacks to allocate space for .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbAllocDeviceLedInfo.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbAllocDeviceLedInfo.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -32,10 +32,10 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- device_info +.I device_info structure in which to allocate LED space .TP -.I \- num_needed +.I num_needed number of indicators to allocate space for .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbAllocGeomColors.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbAllocGeomColors.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -31,10 +31,10 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- geom +.I geom geometry for which colors should be allocated .TP -.I \- num_needed +.I num_needed number of new colors required .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbAllocGeomDoodads.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbAllocGeomDoodads.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -32,10 +32,10 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- geom +.I geom geometry for which doodads should be allocated .TP -.I \- num_needed +.I num_needed number of new doodads required .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbAllocGeomKeyAliases.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbAllocGeomKeyAliases.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -31,10 +31,10 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- geom +.I geom geometry for which key aliases should be allocated .TP -.I \- num_needed +.I num_needed number of new key aliases required .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbAllocGeomKeys.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbAllocGeomKeys.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -31,10 +31,10 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- row +.I row row to which keys should be allocated .TP -.I \- num_needed +.I num_needed number of new keys required .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbAllocGeomOutlines.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbAllocGeomOutlines.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -32,10 +32,10 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- shape +.I shape shape for which outlines should be allocated .TP -.I \- num_needed +.I num_needed number of new outlines required .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbAllocGeomOverlayKeys.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbAllocGeomOverlayKeys.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -32,10 +32,10 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- row +.I row section for which rows should be allocated .TP -.I \- num_needed +.I num_needed number of new rows required .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbAllocGeomOverlayRows.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbAllocGeomOverlayRows.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -31,10 +31,10 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- overlay +.I overlay section for which rows should be allocated .TP -.I \- num_needed +.I num_needed number of new rows required .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbAllocGeomOverlays.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbAllocGeomOverlays.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -31,10 +31,10 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- section +.I section section for which overlays should be allocated .TP -.I \- num_needed +.I num_needed number of new overlays required .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbAllocGeomPoints.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbAllocGeomPoints.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -31,10 +31,10 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- outline +.I outline outline for which points should be allocated .TP -.I \- num_needed +.I num_needed number of new points required .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbAllocGeomProps.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbAllocGeomProps.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -31,11 +31,11 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- geom -_summary_ +.I geom +geometry for which properties should be allocated .TP -.I \- num_needed -_summary_ +.I num_needed +number of new properties required .SH DESCRIPTION .LP Xkb provides a number of functions to allocate and free subcomponents of a
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbAllocGeomRows.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbAllocGeomRows.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -31,10 +31,10 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- section +.I section section for which rows should be allocated .TP -.I \- num_needed +.I num_needed number of new rows required .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbAllocGeomSectionDoodads.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbAllocGeomSectionDoodads.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -32,10 +32,10 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- section +.I section section for which doodads should be allocated .TP -.I \- num_needed +.I num_needed number of new doodads required .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbAllocGeomSections.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbAllocGeomSections.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -31,10 +31,10 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- geom +.I geom geometry for which sections should be allocated .TP -.I \- num_needed +.I num_needed number of new sections required .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbAllocGeomShapes.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbAllocGeomShapes.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -31,10 +31,10 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- geom +.I geom geometry for which shapes should be allocated .TP -.I \- num_needed +.I num_needed number of new shapes required .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbAllocGeometry.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbAllocGeometry.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -32,10 +32,10 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- xkb +.I xkb keyboard description for which geometry is to be allocated .TP -.I \- sizes +.I sizes initial sizes for all geometry components .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbAllocIndicatorMaps.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbAllocIndicatorMaps.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -32,7 +32,7 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- xkb +.I xkb keyboard description structure .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbAllocKeyboard.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbAllocKeyboard.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"),
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbAllocNames.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbAllocNames.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -34,16 +34,16 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- xkb +.I xkb keyboard description for which names are to be allocated .TP -.I \- which +.I which mask of names to be allocated .TP -.I \- num_rg +.I num_rg total number of radio group names needed .TP -.I \- num_key_aliases +.I num_key_aliases total number of key aliases needed .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbAllocServerMap.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbAllocServerMap.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,13 +33,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- xkb +.I xkb keyboard description in which to allocate server map .TP -.I \- which +.I which mask selecting map components to allocate .TP -.I \- count_acts +.I count_acts value of num_acts field in map to be allocated .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbApplyCompatMapToKey.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbApplyCompatMapToKey.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -34,13 +34,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- xkb +.I xkb keyboard description to be updated .TP -.I \- key +.I key key to be updated .TP -.I \- changes +.I changes notes changes to the Xkb keyboard description .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbBell.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbBell.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -34,16 +34,16 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- display +.I display connection to the X server .TP -.I \- window +.I window event window, or None .TP -.I \- percent +.I percent relative volume, which can range from -100 to 100 inclusive .TP -.I \- name +.I name a bell name, or NULL .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbBellEvent.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbBellEvent.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -35,16 +35,16 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- display +.I display connection to the X server .TP -.I \- window +.I window the event window, or None .TP -.I \- percent, +.I percent relative volume, which can range from -100 to 100 inclusive .TP -.I \- name +.I name a bell name, or NULL .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbChangeControls.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbChangeControls.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"),
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbChangeDeviceInfo.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbChangeDeviceInfo.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -34,13 +34,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- dpy +.I dpy connection to X server .TP -.I \- device_info +.I device_info local copy of device state and configuration .TP -.I \- changes +.I changes note specifying changes in device_info .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbChangeEnabledControls.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbChangeEnabledControls.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -34,16 +34,16 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- dpy +.I dpy connection to X server .TP -.I \- device_spec - keyboard device to modify +.I device_spec +keyboard device to modify .TP -.I \- mask +.I mask 1 bit -> controls to enable / disable .TP -.I \- values +.I values 1 bit => enable, 0 bit => disable .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbChangeIndicators.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbChangeIndicators.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -34,16 +34,16 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- dpy +.I dpy connection to the X server .TP -.I \- xkb +.I xkb keyboard description from which names are to be taken. .TP -.I \- changes +.I changes indicators to be updated on the server .TP -.I \- state +.I state new state of indicators listed in changes->state_changes .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbChangeMap.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbChangeMap.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -35,13 +35,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- dpy +.I dpy connection to X server .TP -.I \- xkb +.I xkb description from which new values are taken .TP -.I \- changes +.I changes identifies component parts to update .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbChangeNames.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbChangeNames.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -22,24 +22,24 @@ .\" .TH XkbChangeNames __libmansuffix__ __xorgversion__ "XKB FUNCTIONS" .SH NAME -XkbChangeNames \- _summary-line_ +XkbChangeNames \- Change symbolic names in the server .SH SYNOPSIS .HP .B Bool XkbChangeNames .BI "(\^Display *" "dpy" "\^," .BI "unsigned int " "which" "\^," -.BI "XkbDescPtr " "Xkb" "\^);" +.BI "XkbDescPtr " "xkb" "\^);" .if n .ti +5n .if t .ti +.5i .SH ARGUMENTS .TP -.I \- dpy +.I dpy connection to the X server .TP -.I \- which +.I which mask of names or map components to be updated .TP -.I \- Xkb +.I xkb keyboard description to be updated .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbChangeTypesOfKey.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbChangeTypesOfKey.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -36,22 +36,22 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- xkb +.I xkb keyboard description to be changed .TP -.I \- key +.I key keycode for key of interest .TP -.I \- n_groups +.I n_groups new number of groups for key .TP -.I \- groups +.I groups mask indicating groups to change .TP -.I \- new_types_in +.I new_types_in indices for new groups specified in groups .TP -.I \- p_changes +.I p_changes notes changes made to xkb .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbComputeRowBounds.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbComputeRowBounds.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -32,13 +32,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- geom +.I geom geometry that contains the section .TP -.I \- section +.I section section that contains the row .TP -.I \- row +.I row row to be examined and updated .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbComputeSectionBounds.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbComputeSectionBounds.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -31,10 +31,10 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- geom +.I geom geometry that contains the section .TP -.I \- section +.I section section to be examined and updated .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbComputeShapeBounds.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbComputeShapeBounds.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -30,7 +30,7 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- shape +.I shape shape to be examined .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbComputeShapeTop.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbComputeShapeTop.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -31,10 +31,10 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- shape +.I shape shape to be examined .TP -.I \- bounds_rtrn +.I bounds_rtrn backfilled with the bounding box for the shape .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbCopyKeyType.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbCopyKeyType.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -31,10 +31,10 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- from +.I from pointer to XkbKeyTypeRec to be copied .TP -.I \- into +.I into pointer to XkbKeyTypeRec to be changed .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbCopyKeyTypes.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbCopyKeyTypes.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -32,13 +32,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- from +.I from pointer to array of XkbKeyTypeRecs to copy .TP -.I \- into +.I into pointer to array of XkbKeyTypeRecs to change .TP -.I \- num_types +.I num_types number of types to copy .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbDeviceBell.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbDeviceBell.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -37,25 +37,25 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- display +.I display connection to the X server .TP -.I \- window +.I window window for which the bell is generated, or None .TP -.I \- device_spec +.I device_spec device ID, or XkbUseCoreKbd .TP -.I \- bell_class +.I bell_class X input extension bell class of the bell to be rung .TP -.I \- bell_id +.I bell_id X input extension bell ID of the bell to be rung .TP -.I \- percent +.I percent bell volume, from -100 to 100 inclusive .TP -.I \- name +.I name a name for the bell, or NULL .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbDeviceBellEvent.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbDeviceBellEvent.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -38,25 +38,25 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- display +.I display connection to the X server .TP -.I \- window +.I window event window, or None .TP -.I \- device_spec +.I device_spec device ID, or XkbUseCoreKbd .TP -.I \- bell_class +.I bell_class input extension bell class for the event .TP -.I \- bell_id +.I bell_id input extension bell ID for the event .TP -.I \- percent +.I percent volume for the bell, which can range from -100 to 100 inclusive .TP -.I \- name +.I name a bell name, or NULL .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbFindOverlayForKey.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbFindOverlayForKey.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,13 +33,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- geom +.I geom geometry that contains the section .TP -.I \- section +.I section section to be searched for matching keys .TP -.I \- under +.I under primary name of the key to be considered .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbForceBell.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbForceBell.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,10 +33,10 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- display +.I display connection to the X server .TP -.I \- percent +.I percent volume for the bell, which can range from -100 to 100 inclusive .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbForceDeviceBell.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbForceDeviceBell.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -37,22 +37,22 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- display +.I display connection to the X server .TP -.I \- window +.I window event window, or None .TP -.I \- device_spec +.I device_spec device ID, or XkbUseCoreKbd .TP -.I \- bell_class +.I bell_class input extension class of the bell to be rung .TP -.I \- bell_id +.I bell_id input extension ID of the bell to be rung .TP -.I \- percent +.I percent relative volume, which can range from -100 to 100 inclusive .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbFreeClientMap.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbFreeClientMap.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -34,13 +34,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- xkb +.I xkb keyboard description containing client map to free .TP -.I \- which +.I which mask identifying components of map to free .TP -.I \- free_all +.I free_all True => free all client components and map itself .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbFreeCompatMap.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbFreeCompatMap.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,13 +33,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- xkb +.I xkb Xkb description in which to free compatibility map .TP -.I \- which +.I which mask of compatibility map components to free .TP -.I \- free_map +.I free_map True => free XkbCompatMap structure itself .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbFreeComponentList.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbFreeComponentList.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -32,7 +32,7 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- list +.I list pointer to XkbComponentListRec to free .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbFreeControls.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbFreeControls.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,13 +33,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- xkb +.I xkb Xkb description in which to free controls components .TP -.I \- which +.I which mask of components of ctrls to free .TP -.I \- free_all +.I free_all True => free everything + ctrls itself .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbFreeDeviceInfo.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbFreeDeviceInfo.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,13 +33,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- device_info +.I device_info pointer to XkbDeviceInfoRec in which to free items .TP -.I \- which +.I which mask of components of device_info to free .TP -.I \- free_all +.I free_all True => free everything, including device_info .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbFreeGeomColors.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbFreeGeomColors.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,16 +33,16 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- geom +.I geom geometry in which colors should be freed .TP -.I \- first +.I first first color to be freed .TP -.I \- count +.I count number of colors to be freed .TP -.I \- free_all +.I free_all True => all colors are freed .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbFreeGeomDoodads.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbFreeGeomDoodads.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -32,13 +32,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- doodads +.I doodads doodads to be freed .TP -.I \- count +.I count number of doodads to be freed .TP -.I \- free_all +.I free_all True => all doodads are freed .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbFreeGeomKeyAliases.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbFreeGeomKeyAliases.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,16 +33,16 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- geom +.I geom geometry in which key aliases should be freed .TP -.I \- first +.I first first key alias to be freed .TP -.I \- count +.I count number of key aliases to be freed .TP -.I \- free_all +.I free_all True => all key aliases are freed .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbFreeGeomKeys.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbFreeGeomKeys.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,16 +33,16 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- row +.I row row in which keys should be freed .TP -.I \- first +.I first first key to be freed .TP -.I \- count +.I count number of keys to be freed .TP -.I \- free_all +.I free_all True => all keys are freed .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbFreeGeomOutlines.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbFreeGeomOutlines.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,16 +33,16 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- shape +.I shape shape in which outlines should be freed .TP -.I \- first +.I first first outline to be freed .TP -.I \- count +.I count number of outlines to be freed .TP -.I \- free_all +.I free_all True => all outlines are freed .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbFreeGeomOverlayKeys.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbFreeGeomOverlayKeys.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,16 +33,16 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- row +.I row row in which keys should be freed .TP -.I \- first +.I first first key to be freed .TP -.I \- count +.I count number of keys to be freed .TP -.I \- free_all +.I free_all True => all keys are freed .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbFreeGeomOverlayRows.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbFreeGeomOverlayRows.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,16 +33,16 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- overlay +.I overlay section in which rows should be freed .TP -.I \- first +.I first first row to be freed .TP -.I \- count +.I count number of rows to be freed .TP -.I \- free_all +.I free_all True => all rows are freed .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbFreeGeomOverlays.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbFreeGeomOverlays.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,16 +33,16 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- section +.I section section in which overlays should be freed .TP -.I \- first +.I first first overlay to be freed .TP -.I \- count +.I count number of overlays to be freed .TP -.I \- free_all +.I free_all True => all overlays are freed .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbFreeGeomPoints.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbFreeGeomPoints.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,16 +33,16 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- outline +.I outline outline in which points should be freed .TP -.I \- first +.I first first point to be freed .TP -.I \- count +.I count number of points to be freed .TP -.I \- free_all +.I free_all True => all points are freed .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbFreeGeomProperties.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbFreeGeomProperties.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,16 +33,16 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- geom +.I geom geometry in which properties should be freed .TP -.I \- first +.I first first property to be freed .TP -.I \- count +.I count number of properties to be freed .TP -.I \- free_all +.I free_all True => all properties are freed .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbFreeGeomRows.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbFreeGeomRows.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,16 +33,16 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- section +.I section section in which rows should be freed .TP -.I \- first +.I first first row to be freed .TP -.I \- count +.I count number of rows to be freed .TP -.I \- free_all +.I free_all True => all rows are freed .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbFreeGeomSections.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbFreeGeomSections.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,16 +33,16 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- geom +.I geom geometry in which sections should be freed .TP -.I \- first +.I first first section to be freed .TP -.I \- count +.I count number of sections to be freed .TP -.I \- free_all +.I free_all True => all sections are freed .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbFreeGeomShapes.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbFreeGeomShapes.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,16 +33,16 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- geom +.I geom geometry in which shapes should be freed .TP -.I \- first +.I first first shape to be freed .TP -.I \- count +.I count number of shapes to be freed .TP -.I \- free_all +.I free_all True => all shapes are freed .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbFreeGeometry.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbFreeGeometry.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -32,13 +32,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- geom +.I geom geometry to be freed .TP -.I \- which +.I which mask of geometry components to be freed .TP -.I \- free_all +.I free_all True => the entire geometry is freed .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbFreeIndicatorMaps.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbFreeIndicatorMaps.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -32,7 +32,7 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- xkb +.I xkb keyboard description structure .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbFreeKeyboard.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbFreeKeyboard.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"),
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbFreeNames.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbFreeNames.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,13 +33,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- xkb +.I xkb keyboard description for which names are to be freed .TP -.I \- which +.I which mask of names components to be freed .TP -.I \- free_map +.I free_map True => XkbNamesRec structure itself should be freed .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbFreeServerMap.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbFreeServerMap.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -34,13 +34,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- xkb +.I xkb keyboard description containing server map to free .TP -.I \- which +.I which mask identifying components of map to free .TP -.I \- free_all +.I free_all True => free all server map components and server itself .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbGetAccessXTimeout.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbGetAccessXTimeout.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -37,25 +37,25 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- display +.I display unsigned short .TP -.I \- device_spec +.I device_spec device to query, or XkbUseCoreKbd .TP -.I \- timeout_rtrn +.I timeout_rtrn delay until AccessXTimeout, seconds .TP -.I \- ctrls_mask_rtrn +.I ctrls_mask_rtrn backfilled with controls to modify .TP -.I \- ctrls_values_rtrn +.I ctrls_values_rtrn backfilled with on/off status for controls .TP -.I \- options_mask_rtrn +.I options_mask_rtrn backfilled with ax_options to modify .TP -.I \- options_values_rtrn +.I options_values_rtrn backfilled with values for ax_options .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbGetAutoRepeatRate.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbGetAutoRepeatRate.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -34,16 +34,16 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- display +.I display connection to X server .TP -.I \- device_spec +.I device_spec desired device ID, or XkbUseCoreKbd .TP -.I \- timeout_rtrn +.I timeout_rtrn backfilled with initial repeat delay, ms .TP -.I \- interval_rtrn +.I interval_rtrn backfilled with subsequent repeat delay, ms .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbGetAutoResetControls.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbGetAutoResetControls.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -32,13 +32,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- dpy - connection to X server +.I dpy +connection to X server .TP -.I \- auto_ctrls - specifies which bits in auto_values are relevant +.I auto_ctrls +specifies which bits in auto_values are relevant .TP -.I \- auto_values +.I auto_values 1 bit => corresponding control has auto-reset on .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbGetBounceKeysDelay.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbGetBounceKeysDelay.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -34,13 +34,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- display +.I display connection to X server .TP -.I \- device_spec +.I device_spec device ID, or XkbUseCoreKbd .TP -.I \- delay_rtrn +.I delay_rtrn backfilled with bounce keys delay, ms .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbGetCompatMap.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbGetCompatMap.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -34,13 +34,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- display +.I display connection to server .TP -.I \- which +.I which mask of compatibility map components to fetch .TP -.I \- xkb +.I xkb keyboard description where results placed .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbGetControls.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbGetControls.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,13 +33,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- display +.I display connection to X server .TP -.I \- which +.I which mask of controls requested .TP -.I \- xkb +.I xkb keyboard description for controls information .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbGetControlsChanges.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbGetControlsChanges.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -34,13 +34,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- dpy +.I dpy connection to X server .TP -.I \- xkb +.I xkb xkb->ctrls will be updated .TP -.I \- changes +.I changes indicates which parts of xkb->ctrls to update .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbGetDetectableAutoRepeat.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbGetDetectableAutoRepeat.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -32,10 +32,10 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- display +.I display connection to X server .TP -.I \- supported_rtrn +.I supported_rtrn backfilled True if DetectableAutoRepeat supported .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbGetDeviceButtonActions.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbGetDeviceButtonActions.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -36,19 +36,19 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- dpy +.I dpy connection to X server .TP -.I \- device_info +.I device_info structure to update with results .TP -.I \- all_buttons +.I all_buttons True => get information for all buttons .TP -.I \- first_button +.I first_button number of first button for which info is desired .TP -.I \- num_buttons +.I num_buttons number of buttons for which info is desired .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbGetDeviceInfo.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbGetDeviceInfo.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -37,19 +37,19 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- dpy +.I dpy connection to X server .TP -.I \- which +.I which mask indicating information to return .TP -.I \- device_spec +.I device_spec device ID, or XkbUseCoreKbd .TP -.I \- ind_class +.I ind_class feedback class for indicator requests .TP -.I \- ind_id +.I ind_id feedback ID for indicator requests .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbGetDeviceInfoChanges.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbGetDeviceInfoChanges.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -35,13 +35,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- dpy +.I dpy connection to X server .TP -.I \- device_info +.I device_info structure to update with results .TP -.I \- changes +.I changes contains notes of changes that have occurred .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbGetDeviceLedInfo.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbGetDeviceLedInfo.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -36,19 +36,19 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- dpy +.I dpy connection to X server .TP -.I \- device_info +.I device_info structure to update with results .TP -.I \- led_class +.I led_class LED feedback class assigned by input extension .TP -.I \- led_id +.I led_id LED feedback ID assigned by input extension .TP -.I \- which +.I which mask indicating desired information .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbGetGeometry.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbGetGeometry.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -32,10 +32,10 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- dpy +.I dpy connection to the X server .TP -.I \- xkb +.I xkb keyboard description that contains the ID for the keyboard and into which the geometry should be loaded .SH DESCRIPTION
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbGetIndicatorChanges.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbGetIndicatorChanges.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -34,16 +34,16 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- dpy +.I dpy connection to the X server .TP -.I \- xkb +.I xkb keyboard description to hold the new values .TP -.I \- changes +.I changes indicator maps/state to be obtained from the server .TP -.I \- state +.I state backfilled with the state of the indicators .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbGetIndicatorMap.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbGetIndicatorMap.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,13 +33,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- dpy +.I dpy connection to the X server .TP -.I \- which +.I which mask of indicators for which maps should be returned .TP -.I \- desc +.I desc keyboard description to be updated .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbGetIndicatorState.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbGetIndicatorState.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -32,13 +32,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- display +.I display connection to the X server .TP -.I \- device_spec +.I device_spec device ID, or XkbUseCoreKbd .TP -.I \- state_return +.I state_return backfilled with a mask of the indicator state .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbGetKeyActions.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbGetKeyActions.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -34,16 +34,16 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- dpy +.I dpy connection to X server .TP -.I \- first +.I first keycode of first key of interest .TP -.I \- num +.I num number of keys desired .TP -.I \- xkb +.I xkb pointer to keyboard description where result is stored .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbGetKeyBehaviors.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbGetKeyBehaviors.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -34,16 +34,16 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- dpy +.I dpy connection to server .TP -.I \- first +.I first keycode of first key to get .TP -.I \- num +.I num number of keys for which behaviors are desired .TP -.I \- xkb +.I xkb Xkb description to contain the result .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbGetKeyExplicitComponents.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbGetKeyExplicitComponents.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -35,16 +35,16 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- dpy +.I dpy connection to server .TP -.I \- first +.I first keycode of first key to fetch .TP -.I \- num +.I num number of keys for which to get explicit info .TP -.I \- xkb +.I xkb Xkb description in which to put results .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbGetKeyModifierMap.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbGetKeyModifierMap.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -34,16 +34,16 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- dpy +.I dpy connection to X server .TP -.I \- first +.I first keycode of first key to get .TP -.I \- num +.I num number of keys for which information is desired .TP -.I \- xkb +.I xkb keyboard description to update .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbGetKeySyms.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbGetKeySyms.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -34,16 +34,16 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- dpy +.I dpy connection to X server .TP -.I \- first +.I first keycode of first key to get .TP -.I \- num +.I num number of keycodes for which syms desired .TP -.I \- xkb +.I xkb Xkb description to be updated .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbGetKeyTypes.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbGetKeyTypes.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -35,16 +35,16 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- dpy +.I dpy connection to X server .TP -.I \- first +.I first index to first type to get, 0 => 1st type .TP -.I \- num +.I num number of key types to be returned .TP -.I \- xkb +.I xkb keyboard description containing client map to update .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbGetKeyVirtualModMap.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbGetKeyVirtualModMap.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -34,16 +34,16 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- dpy +.I dpy connection to server .TP -.I \- first +.I first keycode of first key to fetch .TP -.I \- num +.I num number of keys for which virtual mod maps are desired .TP -.I \- xkb +.I xkb Xkb description where results will be placed .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbGetKeyboard.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbGetKeyboard.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -47,7 +47,7 @@ 1=>select, 0->deselect; for events in bits_to_change .SH DESCRIPTION .LP -.I XkbGetKeyboard +.B XkbGetKeyboard allocates and returns a pointer to a keyboard description. It queries the server for those components specified in the .I which @@ -76,17 +76,32 @@ XkbAllComponentsMask All Fields (1L<<7) .TE -.I XkbGetKeyboard +.B XkbGetKeyboard is used to read the current description for one or more components of a keyboard device. It calls -.I XkbGetKeyboardByName +.BR XkbGetKeyboardByName (__libmansuffix__) as follows: .I XkbGetKeyboardByName(dpy, device_spec, NULL, .I which, which, False). +.LP +If successful, +.B XkbGetKeyboard +returns a pointer to a newly allocated +.B XkbDescRec +structure, +which is described in +.BR XkbGetKeyboardByName (__libmansuffix__), +and which should be freed with +.BR XkbFreeKeyboard (__libmansuffix__). +If +.B XkbGetKeyboard +does not succeed, it returns +.BR NULL . .SH DIAGNOSTICS .TP 15 .SM BadAlloc Unable to allocate storage - +.SH "SEE ALSO" +.BR XkbGetKeyboardByName (__libmansuffix__)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbGetKeyboardByName.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbGetKeyboardByName.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -38,22 +38,22 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- dpy +.I dpy connection to X server .TP -.I \- device_spec +.I device_spec device ID, or XkbUseCoreKbd .TP -.I \- names +.I names names of components to fetch .TP -.I \- want +.I want desired structures in returned record .TP -.I \- need +.I need mandatory structures in returned record .TP -.I \- load +.I load True => load into .I device_spec .SH DESCRIPTION
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbGetMap.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbGetMap.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -35,13 +35,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- display +.I display connection to X server .TP -.I \- which +.I which mask selecting subcomponents to populate .TP -.I \- device_spec +.I device_spec device_id, or XkbUseCoreKbd .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbGetNameChanges.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbGetNameChanges.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -35,13 +35,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- dpy +.I dpy connection to the X server .TP -.I \- xkb +.I xkb keyboard description to which names are copied .TP -.I \- changes +.I changes names components to be obtained from the server .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbGetNamedGeometry.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbGetNamedGeometry.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -32,13 +32,13 @@ .BI "Atom " "name" "\^);" .SH ARGUMENTS .TP -.I \- dpy +.I dpy connection to the X server .TP -.I \- xkb +.I xkb keyboard description into which the geometry should be loaded .TP -.I \- name +.I name name of the geometry to be loaded .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbGetNamedIndicator.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbGetNamedIndicator.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999, 2017, Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, 2017, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -47,31 +47,31 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- dpy +.I dpy connection to the X server .TP -.I \- dev_spec +.I dev_spec keyboard device ID, or XkbUseCoreKbd .TP -.I \- led_class +.I led_class feedback class, or XkbDfltXIClass .TP -.I \- led_id +.I led_id feedback ID, or XkbDfltXIId .TP -.I \- name +.I name name of the indicator to be retrieved .TP -.I \- ndx_rtrn +.I ndx_rtrn backfilled with the index of the retrieved indicator .TP -.I \- state_rtrn +.I state_rtrn backfilled with the current state of the retrieved indicator .TP -.I \- map_rtrn - backfilled with the mapping for the retrieved indicator +.I map_rtrn +backfilled with the mapping for the retrieved indicator .TP -.I \- real_rtrn +.I real_rtrn backfilled with True if the named indicator is real (physical) .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbGetNames.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbGetNames.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -28,18 +28,18 @@ .B Status XkbGetNames .BI "(\^Display *" "dpy" "\^," .BI "unsigned int " "which" "\^," -.BI "XkbDescPtr " "Xkb" "\^);" +.BI "XkbDescPtr " "xkb" "\^);" .if n .ti +5n .if t .ti +.5i .SH ARGUMENTS .TP -.I \- dpy +.I dpy connection to the X server .TP -.I \- which +.I which mask of names or map components to be updated .TP -.I \- Xkb +.I xkb keyboard description to be updated .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbGetSlowKeysDelay.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbGetSlowKeysDelay.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,13 +33,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- display +.I display connection to X server .TP -.I \- device_spec +.I device_spec device ID, or XkbUseCoreKbd .TP -.I \- delay_rtrn +.I delay_rtrn backfilled with SlowKeys delay, ms .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbGetState.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbGetState.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"),
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbGetStickyKeysOptions.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbGetStickyKeysOptions.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -32,13 +32,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- display +.I display connection to X server .TP -.I \- device_spec +.I device_spec device ID, or XkbUseCoreKbd .TP -.I \- options_rtrn +.I options_rtrn backfilled with StickyKeys option mask .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbGetUpdatedMap.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbGetUpdatedMap.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -34,13 +34,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- display +.I display connection to X server .TP -.I \- which +.I which mask selecting subcomponents to populate .TP -.I \- xkb +.I xkb keyboard description to be updated .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbGetVirtualMods.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbGetVirtualMods.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -34,13 +34,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- dpy +.I dpy connection to server .TP -.I \- which +.I which mask indicating virtual modifier bindings to get .TP -.I \- xkb +.I xkb Xkb description where results will be placed .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbGetXlibControls.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbGetXlibControls.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -31,7 +31,7 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- display +.I display connection to X server .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbIgnoreExtension.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbIgnoreExtension.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"),
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbInitCanonicalKeyTypes.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbInitCanonicalKeyTypes.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -34,13 +34,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- xkb +.I xkb keyboard description containing client map to initialize .TP -.I \- which +.I which mask of types to initialize .TP -.I \- keypadVMod +.I keypadVMod index of NumLock virtual modifier .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbKeyAction.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbKeyAction.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -32,13 +32,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- xkb +.I xkb Xkb description of interest .TP -.I \- keycode +.I keycode keycode of interest .TP -.I \- idx +.I idx index for group and shift level .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbKeyActionEntry.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbKeyActionEntry.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -36,16 +36,16 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- xkb +.I xkb Xkb description of interest .TP -.I \- keycode +.I keycode keycode of interest .TP -.I \- shift +.I shift shift level within group .TP -.I \- grp +.I grp group index for group of interest .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbKeyActionsPtr.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbKeyActionsPtr.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -34,10 +34,10 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- xkb +.I xkb Xkb description of interest .TP -.I \- keycode +.I keycode keycode of interest .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbKeyGroupInfo.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbKeyGroupInfo.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -34,10 +34,10 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- xkb +.I xkb Xkb description of interest .TP -.I \- keycode +.I keycode keycode of interest .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbKeyGroupWidth.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbKeyGroupWidth.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -36,13 +36,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- xkb +.I xkb Xkb description of interest .TP -.I \- keycode +.I keycode keycode of interest .TP -.I \- grp +.I grp group of interest .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbKeyGroupsWidth.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbKeyGroupsWidth.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,10 +33,10 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- xkb +.I xkb Xkb description of interest .TP -.I \- keycode +.I keycode keycode of interest .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbKeyHasActions.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbKeyHasActions.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,10 +33,10 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- xkb +.I xkb Xkb description of interest .TP -.I \- keycode +.I keycode keycode of interest .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbKeyNumActions.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbKeyNumActions.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,10 +33,10 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- xkb +.I xkb Xkb description of interest .TP -.I \- keycode +.I keycode keycode of interest .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbKeyNumGroups.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbKeyNumGroups.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,10 +33,10 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- xkb +.I xkb Xkb description of interest .TP -.I \- keycode +.I keycode keycode of interest .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbKeyNumSyms.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbKeyNumSyms.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -34,10 +34,10 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- xkb +.I xkb Xkb description of interest .TP -.I \- keycode +.I keycode keycode of interest .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbKeySymEntry.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbKeySymEntry.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -38,16 +38,16 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- xkb +.I xkb Xkb description of interest .TP -.I \- keycode +.I keycode keycode of interest .TP -.I \- shift +.I shift shift level of interest .TP -.I \- grp +.I grp group of interest .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbKeySymsOffset.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbKeySymsOffset.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -34,10 +34,10 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- xkb +.I xkb Xkb description of interest .TP -.I \- keycode +.I keycode keycode of interest .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbKeySymsPtr.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbKeySymsPtr.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -34,10 +34,10 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- xkb +.I xkb Xkb description of interest .TP -.I \- keycode +.I keycode keycode of interest .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbKeyType.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbKeyType.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,13 +33,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- xkb +.I xkb Xkb description of interest .TP -.I \- keycode +.I keycode keycode of interest .TP -.I \- group +.I group group index .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbKeyTypeIndex.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbKeyTypeIndex.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,13 +33,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- xkb +.I xkb Xkb description of interest .TP -.I \- keycode +.I keycode keycode of interest .TP -.I \- group +.I group group index .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbKeyTypesForCoreSymbols.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbKeyTypesForCoreSymbols.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -37,22 +37,22 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- xkb +.I xkb keyboard description in which to place symbols .TP -.I \- map_width +.I map_width width of core protocol keymap in xkb_syms_rtrn .TP -.I \- core_syms +.I core_syms core protocol format array of KeySyms .TP -.I \- protected +.I protected explicit key types .TP -.I \- types_inout +.I types_inout backfilled with the canonical types bound to groups one and two for the key .TP -.I \- xkb_syms_rtrn +.I xkb_syms_rtrn backfilled with symbols bound to the key in the Xkb mapping .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbKeycodeToKeysym.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbKeycodeToKeysym.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -34,16 +34,16 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- dpy +.I dpy connection to X server .TP -.I \- kc +.I kc key of interest .TP -.I \- group +.I group group of interest .TP -.I \- level +.I level shift level of interest .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbKeysymToModifiers.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbKeysymToModifiers.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -32,10 +32,10 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- dpy +.I dpy connection to X server .TP -.I \- ks +.I ks keysym of interest .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbLatchGroup.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbLatchGroup.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"),
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbLatchModifiers.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbLatchModifiers.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"),
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbLibraryVersion.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbLibraryVersion.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"),
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbListComponents.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbListComponents.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -34,16 +34,16 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- dpy +.I dpy connection to X server .TP -.I \- device_spec +.I device_spec device ID, or XkbUseCoreKbd .TP -.I \- ptrns +.I ptrns namelist for components of interest .TP -.I \- max_inout +.I max_inout max # returned names, # left over .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbLockGroup.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbLockGroup.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"),
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbLockModifiers.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbLockModifiers.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"),
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbLookupKeyBinding.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbLookupKeyBinding.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -35,22 +35,22 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- dpy +.I dpy connection to server .TP -.I \- sym +.I sym connection to server .TP -.I \- state +.I state state for which string is to be looked up .TP -.I \- buf +.I buf buffer into which returned string is written .TP -.I \- nbytes +.I nbytes size of buffer in bytes .TP -.I \- extra_rtrn +.I extra_rtrn backfilled with number bytes overflow .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbLookupKeySym.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbLookupKeySym.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -34,19 +34,19 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- dpy +.I dpy connection to X server .TP -.I \- key +.I key key for which symbols are to be found .TP -.I \- state +.I state state for which symbol should be found .TP -.I \- mods_rtrn +.I mods_rtrn backfilled with consumed modifiers .TP -.I \- sym_rtrn +.I sym_rtrn backfilled with symbol associated with key + state .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbModActionVMods.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbModActionVMods.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -32,7 +32,7 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- act +.I act action from which to extract virtual mods .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbNoteControlsChanges.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbNoteControlsChanges.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -34,13 +34,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- changes +.I changes records changes indicated by new .TP -.I \- new +.I new tells which things have changed .TP -.I \- wanted +.I wanted tells which parts of new to record in changes .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbNoteDeviceChanges.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbNoteDeviceChanges.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,13 +33,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- old +.I old structure tracking state changes .TP -.I \- new +.I new event indicating state changes .TP -.I \- wanted +.I wanted mask indicating changes to note .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbNoteIndicatorChanges.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbNoteIndicatorChanges.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -32,13 +32,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- old +.I old XkbIndicatorChanges structure to be updated .TP -.I \- new +.I new event from which changes are to be copied .TP -.I \- wanted +.I wanted which changes are to be noted .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbNoteNameChanges.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbNoteNameChanges.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,13 +33,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- old +.I old XkbNameChanges structure to be updated .TP -.I \- new +.I new event from which changes are to be copied .TP -.I \- wanted +.I wanted types of names for which changes are to be noted .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbOpenDisplay.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbOpenDisplay.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"),
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbOutOfRangeGroupInfo.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbOutOfRangeGroupInfo.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -32,7 +32,7 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- grp_inf +.I grp_inf Xkb description of interest .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbOutOfRangeGroupNumber.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbOutOfRangeGroupNumber.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -32,7 +32,7 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- grp_inf +.I grp_inf Xkb description of interest .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbPtrActionX.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbPtrActionX.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -32,7 +32,7 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- act +.I act action from which to extract X .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbPtrActionY.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbPtrActionY.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -32,7 +32,7 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- act +.I act action from which to extract Y .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbQueryExtension.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbQueryExtension.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"),
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbRefreshKeyboardMapping.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbRefreshKeyboardMapping.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -31,7 +31,7 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- event +.I event event initiating remapping .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbResizeDeviceButtonActions.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbResizeDeviceButtonActions.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -32,10 +32,10 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- device_info +.I device_info structure in which to allocate button actions .TP -.I \- new_total +.I new_total new total number of button actions needed .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbResizeKeyActions.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbResizeKeyActions.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,13 +33,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- xkb +.I xkb keyboard description to change .TP -.I \- key +.I key keycode of key to change .TP -.I \- needed +.I needed new number of actions required .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbResizeKeySyms.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbResizeKeySyms.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,13 +33,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- xkb +.I xkb keyboard description to be changed .TP -.I \- key +.I key keycode for key to modify .TP -.I \- needed +.I needed new number of keysyms required for key .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbResizeKeyType.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbResizeKeyType.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -35,19 +35,19 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- xkb +.I xkb keyboard description containing client map to update .TP -.I \- type_ndx +.I type_ndx index in xkb->map->types of type to change .TP -.I \- map_count +.I map_count total # of map entries needed for the type .TP -.I \- want_preserve +.I want_preserve True => list of preserved modifiers is necessary .TP -.I \- new_num_lvls +.I new_num_lvls new max # of levels for type .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbSAActionSetCtrls.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbSAActionSetCtrls.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -39,10 +39,10 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- act +.I act action in which to set ctrls0-ctrls3 .TP -.I \- ctrls +.I ctrls value to set in ctrls0-ctrls3 .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbSAGroup.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbSAGroup.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -29,7 +29,7 @@ .BI "(\^XkbAction " "act" "\^);" .SH ARGUMENTS .TP -.I \- act +.I act action from which to extract group .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbSAPtrDfltValue.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbSAPtrDfltValue.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -31,7 +31,7 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- act +.I act action from which to extract group .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbSARedirectSetVMods.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbSARedirectSetVMods.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -31,10 +31,10 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- act +.I act action in which to set vmods .TP -.I \- v +.I v new value for virtual modifiers .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbSARedirectSetVModsMask.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbSARedirectSetVModsMask.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,10 +33,10 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- act +.I act action in which to set vmods .TP -.I \- vm +.I vm new value for virtual modifier mask .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbSARedirectVMods.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbSARedirectVMods.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -31,7 +31,7 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- act +.I act action from which to extract vmods .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbSARedirectVModsMask.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbSARedirectVModsMask.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -31,7 +31,7 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- act +.I act action from which to extract vmods .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbSAScreen.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbSAScreen.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -31,7 +31,7 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- act +.I act action from which to extract screen .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbSASetGroup.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbSASetGroup.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -30,10 +30,10 @@ .BI "int " "grp" "\^);" .SH ARGUMENTS .TP -.I \- act +.I act action from which to set group .TP -.I \- grp +.I grp group index to set in group_XXX .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbSASetPtrDfltValue.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbSASetPtrDfltValue.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -32,10 +32,10 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- act +.I act action in which to set valueXXX .TP -.I \- val +.I val value to set in valueXXX .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbSASetScreen.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbSASetScreen.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -32,10 +32,10 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- act +.I act action in which to set screenXXX .TP -.I \- s +.I s value to set in screenXXX .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbSelectEventDetails.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbSelectEventDetails.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"),
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbSelectEvents.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbSelectEvents.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"),
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbSetAccessXTimeout.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbSetAccessXTimeout.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -38,25 +38,25 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- display +.I display connection to X server .TP -.I \- device_spec +.I device_spec device to configure, or XkbUseCoreKbd .TP -.I \- timeout +.I timeout seconds idle until AccessXTimeout occurs .TP -.I \- ctrls_mask +.I ctrls_mask boolean controls to modify .TP -.I \- ctrls_values +.I ctrls_values new bits for controls selected by ctrls_mask .TP -.I \- opts_mask +.I opts_mask ax_options to change .TP -.I \- opts_values +.I opts_values new bits for ax_options selected by opts_mask .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbSetAutoRepeatRate.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbSetAutoRepeatRate.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -34,16 +34,16 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- display +.I display connection to X server .TP -.I \- device_spec +.I device_spec device to configure, or XkbUseCoreKbd .TP -.I \- timeout +.I timeout initial delay, ms .TP -.I \- interval +.I interval delay between repeats, ms .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbSetAutoResetControls.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbSetAutoResetControls.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -34,16 +34,16 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- dpy +.I dpy connection to X server .TP -.I \- changes +.I changes controls for which to change auto-reset values .TP -.I \- auto_ctrls +.I auto_ctrls controls from changes that should auto reset .TP -.I \- auto_values +.I auto_values 1 bit => auto-reset on .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbSetBounceKeysDelay.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbSetBounceKeysDelay.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,13 +33,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- display +.I display connection to X server .TP -.I \- device_spec +.I device_spec device ID, or XkbUseCoreKbd .TP -.I \- delay +.I delay backfilled with bounce keys delay, ms .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbSetCompatMap.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbSetCompatMap.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"),
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbSetControls.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbSetControls.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -34,13 +34,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- display +.I display connection to X server .TP -.I \- which +.I which mask of controls requested .TP -.I \- xkb +.I xkb keyboard description for controls information .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbSetDebuggingFlags.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbSetDebuggingFlags.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -38,28 +38,28 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- display +.I display connection to X server .TP -.I \- mask +.I mask mask selecting debug output flags to change .TP -.I \- flags +.I flags values for debug output flags selected by mask .TP -.I \- msg +.I msg message to print right now .TP -.I \- ctrls_mask +.I ctrls_mask mask selecting debug controls to change .TP -.I \- ctrls +.I ctrls values for debug controls selected by ctrls_mask .TP -.I \- ret_flags +.I ret_flags resulting state of all debug output flags .TP -.I \- ret_ctrls +.I ret_ctrls resulting state of all debug controls .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbSetDetectableAutoRepeat.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbSetDetectableAutoRepeat.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -30,13 +30,13 @@ .BI "Bool *" "supported_rtrn" "\^);" .SH ARGUMENTS .TP -.I \- display +.I display connection to X server .TP -.I \- detectable +.I detectable True => set DetectableAutoRepeat .TP -.I \- supported_rtrn +.I supported_rtrn backfilled True if DetectableAutoRepeat supported .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbSetDeviceButtonActions.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbSetDeviceButtonActions.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -32,16 +32,16 @@ .BI "unsigned int " "num_buttons" "\^);" .SH ARGUMENTS .TP -.I \- dpy +.I dpy connection to X server .TP -.I \- device +.I device structure defining the device and modifications .TP -.I \- first_button +.I first_button number of first button to update, 0 relative .TP -.I \- num_buttons +.I num_buttons number of buttons to update .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbSetDeviceInfo.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbSetDeviceInfo.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -34,13 +34,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- dpy +.I dpy connection to X server .TP -.I \- which +.I which mask indicating characteristics to modify .TP -.I \- device_info +.I device_info structure defining the device and modifications .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbSetIgnoreLockMods.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbSetIgnoreLockMods.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -37,22 +37,22 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- display +.I display connection to the X server .TP -.I \- device_spec +.I device_spec device ID, or XkbUseCoreKbd .TP -.I \- affect_real +.I affect_real mask of real modifiers affected by this call .TP -.I \- real_values +.I real_values values for affected real modifiers (1=>set, 0=>unset) .TP -.I \- affect_virtual +.I affect_virtual mask of virtual modifiers affected by this call .TP -.I \- virtual_values +.I virtual_values values for affected virtual modifiers (1=>set, 0=>unset) .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbSetIndicatorMap.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbSetIndicatorMap.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -35,13 +35,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- dpy +.I dpy connection to the X server .TP -.I \- which +.I which mask of indicators to change .TP -.I \- desc +.I desc keyboard description from which the maps are taken .SH DESCRIPTION .LP @@ -102,7 +102,9 @@ _ which_mods New State Effect on Keyboard Modifiers _ -XkbIM_UseNone or XkbIM_UseBase On or Off No Effect +XkbIM_UseNone or +.br +XkbIM_UseBase On or Off No Effect XkbIM_UseLatched On T{ Any modifiers specified in the mask field of mods are added to the latched modifiers. @@ -111,7 +113,11 @@ Any modifiers specified in the mask field of mods are removed from the latched modifiers. T} -XkbIM_UseLocked, XkbIM_UseCompat, or XkbIM_UseEffective On T{ +XkbIM_UseLocked, +.br +XkbIM_UseCompat, or +.br +XkbIM_UseEffective On T{ Any modifiers specified in the mask field of mods are added to the locked modifiers. T} @@ -119,7 +125,9 @@ Any modifiers specified in the mask field of mods are removed from the locked modifiers. T} -XkbIM_UseCompat or XkbIM_UseEffective Off T{ +XkbIM_UseCompat or +.br +XkbIM_UseEffective Off T{ Any modifiers specified in the mask field of mods are removed from both the locked and latched modifiers. T} @@ -129,8 +137,8 @@ function that updates the server's image of the indicator map (such as .I XkbSetIndicatorMap or -.I XkbSetNamedIndicator), - Xkb changes the keyboard state and controls to reflect the other fields of the +.IR XkbSetNamedIndicator ), +Xkb changes the keyboard state and controls to reflect the other fields of the indicator map. If you attempt to explicitly change the value of an indicator for which XkbIM_LEDDrivesKB is absent or for which XkbIM_NoExplicit is present, keyboard state or controls are unaffected.
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbSetMap.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbSetMap.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"),
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbSetModActionVMods.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbSetModActionVMods.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,10 +33,10 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- act +.I act action in which to set vmods .TP -.I \- vmods +.I vmods virtual mods to set .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbSetNamedIndicator.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbSetNamedIndicator.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999, 2017, Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, 2017, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -48,31 +48,31 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- dpy +.I dpy connection to the X server .TP -.I \- device_spec +.I device_spec device ID, or XkbUseCoreKbd .TP -.I \- led_class +.I led_class feedback class, or XkbDfltXIClass .TP -.I \- led_id +.I led_id feedback ID, or XkbDfltXIId .TP -.I \- name +.I name name of the indicator to change .TP -.I \- change_state +.I change_state whether to change the indicator state or not .TP -.I \- state +.I state desired new state for the indicator .TP -.I \- create_new +.I create_new whether a new indicator with the specified name should be created when necessary .TP -.I \- map +.I map new map for the indicator .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbSetNames.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbSetNames.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -35,19 +35,19 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- dpy +.I dpy connection to the X server .TP -.I \- which +.I which mask of names or map components to be changed .TP -.I \- first_type +.I first_type first type whose name is to be changed .TP -.I \- num_types +.I num_types number of types for which names are to be changed .TP -.I \- xkb +.I xkb keyboard description from which names are to be taken .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbSetPtrActionX.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbSetPtrActionX.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,10 +33,10 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- act +.I act action in which to set X .TP -.I \- x +.I x new value to set .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbSetPtrActionY.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbSetPtrActionY.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,10 +33,10 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- act +.I act action in which to set Y .TP -.I \- y +.I y new value to set .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbSetServerInternalMods.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbSetServerInternalMods.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -37,22 +37,22 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- display +.I display connection to the X server .TP -.I \- device_spec +.I device_spec device ID, or XkbUseCoreKbd .TP -.I \- affect_real +.I affect_real mask of real modifiers affected by this call .TP -.I \- real_values +.I real_values values for affected real modifiers (1=>set, 0=>unset) .TP -.I \- affect_virtual +.I affect_virtual mask of virtual modifiers affected by this call .TP -.I \- virtual_values +.I virtual_values values for affected virtual modifiers (1=>set, 0=>unset) .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbSetXlibControls.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbSetXlibControls.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,13 +33,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- display +.I display connection to X server .TP -.I \- bits_to_change +.I bits_to_change selects controls to be modified .TP -.I \- values_for_bits +.I values_for_bits turns selected controls on (1) or off (0) .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbTranslateKeyCode.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbTranslateKeyCode.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -34,19 +34,19 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- xkb +.I xkb keyboard description to use for translation .TP -.I \- key +.I key keycode to translate .TP -.I \- mods +.I mods modifiers to apply when translating key .TP -.I \- mods_rtrn +.I mods_rtrn backfilled with consumed modifiers .TP -.I \- keysym_rtrn +.I keysym_rtrn keysym resulting from translation .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbTranslateKeySym.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbTranslateKeySym.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -36,22 +36,22 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- dpy +.I dpy connection to X server .TP -.I \- sym_inout +.I sym_inout symbol to be translated; result of translation .TP -.I \- mods +.I mods modifiers to apply to sym_inout .TP -.I \- buf +.I buf buffer into which returned string is written .TP -.I \- nbytes +.I nbytes size of buffer in bytes .TP -.I \- extra_rtrn +.I extra_rtrn number of bytes overflow .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbUpdateMapFromCore.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbUpdateMapFromCore.man
Changed
@@ -1,5 +1,5 @@ '\" t -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -37,22 +37,22 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- xkb +.I xkb keyboard description to update .TP -.I \- first_key +.I first_key keycode of first key description to update .TP -.I \- num_keys +.I num_keys number of key descriptions to update .TP -.I \- map_width +.I map_width width of core protocol keymap .TP -.I \- core_keysyms +.I core_keysyms symbols in core protocol keymap .TP -.I \- changes +.I changes backfilled with changes made to Xkb .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/man/xkb/XkbVirtualModsToReal.man -> _service:tar_scm:libX11-1.8.4.tar.xz/man/xkb/XkbVirtualModsToReal.man
Changed
@@ -1,4 +1,4 @@ -.\" Copyright 1999 Oracle and/or its affiliates. All rights reserved. +.\" Copyright (c) 1999, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), @@ -33,13 +33,13 @@ .if t .ti +.5i .SH ARGUMENTS .TP -.I \- xkb +.I xkb keyboard description for input device .TP -.I \- virtual_mask +.I virtual_mask virtual modifier mask to translate .TP -.I \- mask_rtrn +.I mask_rtrn backfilled with real modifiers .SH DESCRIPTION .LP
View file
_service:tar_scm:libX11-1.8.1.tar.xz/missing -> _service:tar_scm:libX11-1.8.4.tar.xz/missing
Changed
@@ -1,9 +1,9 @@ #! /bin/sh # Common wrapper for a few potentially missing GNU programs. -scriptversion=2018-03-07.03; # UTC +scriptversion=2013-10-28.13; # UTC -# Copyright (C) 1996-2021 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996. # This program is free software; you can redistribute it and/or modify @@ -17,7 +17,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <https://www.gnu.org/licenses/>. +# along with this program. If not, see <http://www.gnu.org/licenses/>. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -101,9 +101,9 @@ exit $st fi -perl_URL=https://www.perl.org/ -flex_URL=https://github.com/westes/flex -gnu_software_URL=https://www.gnu.org/software +perl_URL=http://www.perl.org/ +flex_URL=http://flex.sourceforge.net/ +gnu_software_URL=http://www.gnu.org/software program_details () { @@ -207,9 +207,9 @@ exit $st # Local variables: -# eval: (add-hook 'before-save-hook 'time-stamp) +# eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-time-zone: "UTC0" +# time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End:
View file
_service:tar_scm:libX11-1.8.1.tar.xz/modules/Makefile.in -> _service:tar_scm:libX11-1.8.4.tar.xz/modules/Makefile.in
Changed
@@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -136,7 +136,7 @@ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ - distdir distdir-am + distdir am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is @@ -154,6 +154,8 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -206,8 +208,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ -CSCOPE = @CSCOPE@ -CTAGS = @CTAGS@ CWARNFLAGS = @CWARNFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ @@ -221,11 +221,9 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ -ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ FGREP = @FGREP@ -FILECMD = @FILECMD@ FILE_MAN_DIR = @FILE_MAN_DIR@ FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ FOP = @FOP@ @@ -289,6 +287,7 @@ STRIP = @STRIP@ STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ +USE_THREAD_LIBS = @USE_THREAD_LIBS@ VERSION = @VERSION@ WCHAR32 = @WCHAR32@ X11_CFLAGS = @X11_CFLAGS@ @@ -359,7 +358,6 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ -runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -389,8 +387,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -506,10 +504,8 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am -distdir-am: $(DISTFILES) +distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ list='$(DISTFILES)'; \
View file
_service:tar_scm:libX11-1.8.1.tar.xz/modules/im/Makefile.in -> _service:tar_scm:libX11-1.8.4.tar.xz/modules/im/Makefile.in
Changed
@@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -136,7 +136,7 @@ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ - distdir distdir-am + distdir am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is @@ -154,6 +154,8 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -206,8 +208,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ -CSCOPE = @CSCOPE@ -CTAGS = @CTAGS@ CWARNFLAGS = @CWARNFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ @@ -221,11 +221,9 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ -ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ FGREP = @FGREP@ -FILECMD = @FILECMD@ FILE_MAN_DIR = @FILE_MAN_DIR@ FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ FOP = @FOP@ @@ -289,6 +287,7 @@ STRIP = @STRIP@ STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ +USE_THREAD_LIBS = @USE_THREAD_LIBS@ VERSION = @VERSION@ WCHAR32 = @WCHAR32@ X11_CFLAGS = @X11_CFLAGS@ @@ -359,7 +358,6 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ -runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -389,8 +387,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -506,10 +504,8 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am -distdir-am: $(DISTFILES) +distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ list='$(DISTFILES)'; \
View file
_service:tar_scm:libX11-1.8.1.tar.xz/modules/im/ximcp/Makefile.in -> _service:tar_scm:libX11-1.8.4.tar.xz/modules/im/ximcp/Makefile.in
Changed
@@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -174,21 +174,7 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src -I$(top_builddir)/include/X11 depcomp = $(SHELL) $(top_srcdir)/depcomp -am__maybe_remake_depfiles = depfiles -am__depfiles_remade = ./$(DEPDIR)/imCallbk.Plo \ - ./$(DEPDIR)/imDefFlt.Plo ./$(DEPDIR)/imDefIc.Plo \ - ./$(DEPDIR)/imDefIm.Plo ./$(DEPDIR)/imDefLkup.Plo \ - ./$(DEPDIR)/imDispch.Plo ./$(DEPDIR)/imEvToWire.Plo \ - ./$(DEPDIR)/imExten.Plo ./$(DEPDIR)/imImSw.Plo \ - ./$(DEPDIR)/imInsClbk.Plo ./$(DEPDIR)/imInt.Plo \ - ./$(DEPDIR)/imLcFlt.Plo ./$(DEPDIR)/imLcGIc.Plo \ - ./$(DEPDIR)/imLcIc.Plo ./$(DEPDIR)/imLcIm.Plo \ - ./$(DEPDIR)/imLcLkup.Plo ./$(DEPDIR)/imLcPrs.Plo \ - ./$(DEPDIR)/imLcSIc.Plo ./$(DEPDIR)/imRm.Plo \ - ./$(DEPDIR)/imRmAttr.Plo ./$(DEPDIR)/imThaiFlt.Plo \ - ./$(DEPDIR)/imThaiIc.Plo ./$(DEPDIR)/imThaiIm.Plo \ - ./$(DEPDIR)/imTrX.Plo ./$(DEPDIR)/imTrans.Plo \ - ./$(DEPDIR)/imTransR.Plo +am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -232,6 +218,8 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -258,8 +246,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ -CSCOPE = @CSCOPE@ -CTAGS = @CTAGS@ CWARNFLAGS = @CWARNFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ @@ -273,11 +259,9 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ -ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ FGREP = @FGREP@ -FILECMD = @FILECMD@ FILE_MAN_DIR = @FILE_MAN_DIR@ FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ FOP = @FOP@ @@ -341,6 +325,7 @@ STRIP = @STRIP@ STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ +USE_THREAD_LIBS = @USE_THREAD_LIBS@ VERSION = @VERSION@ WCHAR32 = @WCHAR32@ X11_CFLAGS = @X11_CFLAGS@ @@ -411,7 +396,6 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ -runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -492,8 +476,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -563,38 +547,32 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imCallbk.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imDefFlt.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imDefIc.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imDefIm.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imDefLkup.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imDispch.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imEvToWire.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imExten.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imImSw.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imInsClbk.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imInt.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imLcFlt.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imLcGIc.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imLcIc.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imLcIm.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imLcLkup.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imLcPrs.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imLcSIc.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imRm.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imRmAttr.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imThaiFlt.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imThaiIc.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imThaiIm.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imTrX.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imTrans.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imTransR.Plo@am__quote@ # am--include-marker - -$(am__depfiles_remade): - @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ - -am--depfiles: $(am__depfiles_remade) +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imCallbk.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imDefFlt.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imDefIc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imDefIm.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imDefLkup.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imDispch.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imEvToWire.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imExten.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imImSw.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imInsClbk.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imInt.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imLcFlt.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imLcGIc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imLcIc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imLcIm.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imLcLkup.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imLcPrs.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imLcSIc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imRm.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imRmAttr.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imThaiFlt.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imThaiIc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imThaiIm.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imTrX.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imTrans.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imTransR.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @@ -674,10 +652,8 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am -distdir-am: $(DISTFILES) +distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -750,32 +726,7 @@ clean-noinstLTLIBRARIES mostlyclean-am distclean: distclean-am - -rm -f ./$(DEPDIR)/imCallbk.Plo - -rm -f ./$(DEPDIR)/imDefFlt.Plo - -rm -f ./$(DEPDIR)/imDefIc.Plo - -rm -f ./$(DEPDIR)/imDefIm.Plo - -rm -f ./$(DEPDIR)/imDefLkup.Plo - -rm -f ./$(DEPDIR)/imDispch.Plo - -rm -f ./$(DEPDIR)/imEvToWire.Plo - -rm -f ./$(DEPDIR)/imExten.Plo - -rm -f ./$(DEPDIR)/imImSw.Plo - -rm -f ./$(DEPDIR)/imInsClbk.Plo - -rm -f ./$(DEPDIR)/imInt.Plo - -rm -f ./$(DEPDIR)/imLcFlt.Plo - -rm -f ./$(DEPDIR)/imLcGIc.Plo - -rm -f ./$(DEPDIR)/imLcIc.Plo - -rm -f ./$(DEPDIR)/imLcIm.Plo - -rm -f ./$(DEPDIR)/imLcLkup.Plo - -rm -f ./$(DEPDIR)/imLcPrs.Plo - -rm -f ./$(DEPDIR)/imLcSIc.Plo - -rm -f ./$(DEPDIR)/imRm.Plo - -rm -f ./$(DEPDIR)/imRmAttr.Plo - -rm -f ./$(DEPDIR)/imThaiFlt.Plo - -rm -f ./$(DEPDIR)/imThaiIc.Plo - -rm -f ./$(DEPDIR)/imThaiIm.Plo - -rm -f ./$(DEPDIR)/imTrX.Plo - -rm -f ./$(DEPDIR)/imTrans.Plo - -rm -f ./$(DEPDIR)/imTransR.Plo + -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \
View file
_service:tar_scm:libX11-1.8.1.tar.xz/modules/im/ximcp/imDefIc.c -> _service:tar_scm:libX11-1.8.4.tar.xz/modules/im/ximcp/imDefIc.c
Changed
@@ -1,5 +1,5 @@ /* - * Copyright 1991, 1992 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1991, 1992, Oracle and/or its affiliates. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"),
View file
_service:tar_scm:libX11-1.8.1.tar.xz/modules/im/ximcp/imDefIm.c -> _service:tar_scm:libX11-1.8.4.tar.xz/modules/im/ximcp/imDefIm.c
Changed
@@ -1,5 +1,5 @@ /* - * Copyright 1990, 1991, 1992 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1990, 1991, 1992, Oracle and/or its affiliates. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"),
View file
_service:tar_scm:libX11-1.8.1.tar.xz/modules/im/ximcp/imInsClbk.c -> _service:tar_scm:libX11-1.8.4.tar.xz/modules/im/ximcp/imInsClbk.c
Changed
@@ -212,6 +212,9 @@ if( xim ) { lock = True; xim->methods->close( (XIM)xim ); + /* XIMs must be freed manually after being opened; close just + does the protocol to deinitialize the IM. */ + XFree( xim ); lock = False; icb->call = True; callback( display, client_data, NULL );
View file
_service:tar_scm:libX11-1.8.1.tar.xz/modules/im/ximcp/imLcPrs.c -> _service:tar_scm:libX11-1.8.4.tar.xz/modules/im/ximcp/imLcPrs.c
Changed
@@ -678,7 +678,7 @@ b->treesize = newsize; /* Re-derive top after realloc() to avoid undefined behaviour (and crashes on architectures that track pointer bounds). */ - if (top >= (DTIndex *) old && top < (DTIndex *) &oldoldsize) + if (old && top >= (DTIndex *) old && top < (DTIndex *) &oldoldsize) top = (DTIndex *) (((char *)new) + (((char *)top)-(char *)old)); } p = &b->treeb->treeused;
View file
_service:tar_scm:libX11-1.8.1.tar.xz/modules/im/ximcp/imRm.c -> _service:tar_scm:libX11-1.8.4.tar.xz/modules/im/ximcp/imRm.c
Changed
@@ -1947,7 +1947,7 @@ 0, 0}, {OFFSET_XNSPOTLOCATION, - 0, /*(XIM_MODE_PRE_SET | XIM_MODE_PRE_GET),*/ + (XIM_MODE_PRE_SET | XIM_MODE_PRE_GET), (XIM_MODE_PRE_CREATE | XIM_MODE_PRE_SET | XIM_MODE_PRE_GET), 0, (XIM_MODE_PRE_SET | XIM_MODE_PRE_GET),
View file
_service:tar_scm:libX11-1.8.1.tar.xz/modules/im/ximcp/imTrX.c -> _service:tar_scm:libX11-1.8.4.tar.xz/modules/im/ximcp/imTrX.c
Changed
@@ -1,5 +1,5 @@ /* - * Copyright 1992 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1992, Oracle and/or its affiliates. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"),
View file
_service:tar_scm:libX11-1.8.1.tar.xz/modules/im/ximcp/imTrans.c -> _service:tar_scm:libX11-1.8.4.tar.xz/modules/im/ximcp/imTrans.c
Changed
@@ -1,5 +1,5 @@ /* - * Copyright 1992 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1992, Oracle and/or its affiliates. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"),
View file
_service:tar_scm:libX11-1.8.1.tar.xz/modules/im/ximcp/imTransR.c -> _service:tar_scm:libX11-1.8.4.tar.xz/modules/im/ximcp/imTransR.c
Changed
@@ -1,5 +1,5 @@ /* - * Copyright 1992 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1992, Oracle and/or its affiliates. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"),
View file
_service:tar_scm:libX11-1.8.1.tar.xz/modules/lc/Makefile.in -> _service:tar_scm:libX11-1.8.4.tar.xz/modules/lc/Makefile.in
Changed
@@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -136,7 +136,7 @@ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ - distdir distdir-am + distdir am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is @@ -154,6 +154,8 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -206,8 +208,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ -CSCOPE = @CSCOPE@ -CTAGS = @CTAGS@ CWARNFLAGS = @CWARNFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ @@ -221,11 +221,9 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ -ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ FGREP = @FGREP@ -FILECMD = @FILECMD@ FILE_MAN_DIR = @FILE_MAN_DIR@ FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ FOP = @FOP@ @@ -289,6 +287,7 @@ STRIP = @STRIP@ STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ +USE_THREAD_LIBS = @USE_THREAD_LIBS@ VERSION = @VERSION@ WCHAR32 = @WCHAR32@ X11_CFLAGS = @X11_CFLAGS@ @@ -359,7 +358,6 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ -runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -389,8 +387,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -506,10 +504,8 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am -distdir-am: $(DISTFILES) +distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ list='$(DISTFILES)'; \
View file
_service:tar_scm:libX11-1.8.1.tar.xz/modules/lc/Utf8/Makefile.in -> _service:tar_scm:libX11-1.8.4.tar.xz/modules/lc/Utf8/Makefile.in
Changed
@@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -166,8 +166,7 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src -I$(top_builddir)/include/X11 depcomp = $(SHELL) $(top_srcdir)/depcomp -am__maybe_remake_depfiles = depfiles -am__depfiles_remade = ./$(DEPDIR)/lcUTF8Load.Plo +am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -211,6 +210,8 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -237,8 +238,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ -CSCOPE = @CSCOPE@ -CTAGS = @CTAGS@ CWARNFLAGS = @CWARNFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ @@ -252,11 +251,9 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ -ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ FGREP = @FGREP@ -FILECMD = @FILECMD@ FILE_MAN_DIR = @FILE_MAN_DIR@ FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ FOP = @FOP@ @@ -320,6 +317,7 @@ STRIP = @STRIP@ STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ +USE_THREAD_LIBS = @USE_THREAD_LIBS@ VERSION = @VERSION@ WCHAR32 = @WCHAR32@ X11_CFLAGS = @X11_CFLAGS@ @@ -390,7 +388,6 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ -runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -445,8 +442,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -516,13 +513,7 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcUTF8Load.Plo@am__quote@ # am--include-marker - -$(am__depfiles_remade): - @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ - -am--depfiles: $(am__depfiles_remade) +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcUTF8Load.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @@ -602,10 +593,8 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am -distdir-am: $(DISTFILES) +distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -678,7 +667,7 @@ clean-noinstLTLIBRARIES mostlyclean-am distclean: distclean-am - -rm -f ./$(DEPDIR)/lcUTF8Load.Plo + -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -724,7 +713,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -f ./$(DEPDIR)/lcUTF8Load.Plo + -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -745,7 +734,7 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ clean-commonlibLTLIBRARIES clean-generic clean-libtool \ clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \ distclean-compile distclean-generic distclean-libtool \
View file
_service:tar_scm:libX11-1.8.1.tar.xz/modules/lc/def/Makefile.in -> _service:tar_scm:libX11-1.8.4.tar.xz/modules/lc/def/Makefile.in
Changed
@@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -164,8 +164,7 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src -I$(top_builddir)/include/X11 depcomp = $(SHELL) $(top_srcdir)/depcomp -am__maybe_remake_depfiles = depfiles -am__depfiles_remade = ./$(DEPDIR)/lcDefConv.Plo +am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -209,6 +208,8 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -235,8 +236,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ -CSCOPE = @CSCOPE@ -CTAGS = @CTAGS@ CWARNFLAGS = @CWARNFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ @@ -250,11 +249,9 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ -ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ FGREP = @FGREP@ -FILECMD = @FILECMD@ FILE_MAN_DIR = @FILE_MAN_DIR@ FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ FOP = @FOP@ @@ -318,6 +315,7 @@ STRIP = @STRIP@ STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ +USE_THREAD_LIBS = @USE_THREAD_LIBS@ VERSION = @VERSION@ WCHAR32 = @WCHAR32@ X11_CFLAGS = @X11_CFLAGS@ @@ -388,7 +386,6 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ -runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -442,8 +439,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -513,13 +510,7 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcDefConv.Plo@am__quote@ # am--include-marker - -$(am__depfiles_remade): - @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ - -am--depfiles: $(am__depfiles_remade) +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcDefConv.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @@ -599,10 +590,8 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am -distdir-am: $(DISTFILES) +distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -675,7 +664,7 @@ clean-noinstLTLIBRARIES mostlyclean-am distclean: distclean-am - -rm -f ./$(DEPDIR)/lcDefConv.Plo + -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -721,7 +710,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -f ./$(DEPDIR)/lcDefConv.Plo + -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -742,7 +731,7 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ clean-commonlibLTLIBRARIES clean-generic clean-libtool \ clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \ distclean-compile distclean-generic distclean-libtool \
View file
_service:tar_scm:libX11-1.8.1.tar.xz/modules/lc/gen/Makefile.in -> _service:tar_scm:libX11-1.8.4.tar.xz/modules/lc/gen/Makefile.in
Changed
@@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -164,8 +164,7 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src -I$(top_builddir)/include/X11 depcomp = $(SHELL) $(top_srcdir)/depcomp -am__maybe_remake_depfiles = depfiles -am__depfiles_remade = ./$(DEPDIR)/lcGenConv.Plo +am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -209,6 +208,8 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -235,8 +236,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ -CSCOPE = @CSCOPE@ -CTAGS = @CTAGS@ CWARNFLAGS = @CWARNFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ @@ -250,11 +249,9 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ -ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ FGREP = @FGREP@ -FILECMD = @FILECMD@ FILE_MAN_DIR = @FILE_MAN_DIR@ FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ FOP = @FOP@ @@ -318,6 +315,7 @@ STRIP = @STRIP@ STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ +USE_THREAD_LIBS = @USE_THREAD_LIBS@ VERSION = @VERSION@ WCHAR32 = @WCHAR32@ X11_CFLAGS = @X11_CFLAGS@ @@ -388,7 +386,6 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ -runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -442,8 +439,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -513,13 +510,7 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcGenConv.Plo@am__quote@ # am--include-marker - -$(am__depfiles_remade): - @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ - -am--depfiles: $(am__depfiles_remade) +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcGenConv.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @@ -599,10 +590,8 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am -distdir-am: $(DISTFILES) +distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -675,7 +664,7 @@ clean-noinstLTLIBRARIES mostlyclean-am distclean: distclean-am - -rm -f ./$(DEPDIR)/lcGenConv.Plo + -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -721,7 +710,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -f ./$(DEPDIR)/lcGenConv.Plo + -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -742,7 +731,7 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ clean-commonlibLTLIBRARIES clean-generic clean-libtool \ clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \ distclean-compile distclean-generic distclean-libtool \
View file
_service:tar_scm:libX11-1.8.1.tar.xz/modules/om/Makefile.in -> _service:tar_scm:libX11-1.8.4.tar.xz/modules/om/Makefile.in
Changed
@@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -136,7 +136,7 @@ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ - distdir distdir-am + distdir am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is @@ -154,6 +154,8 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -206,8 +208,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ -CSCOPE = @CSCOPE@ -CTAGS = @CTAGS@ CWARNFLAGS = @CWARNFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ @@ -221,11 +221,9 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ -ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ FGREP = @FGREP@ -FILECMD = @FILECMD@ FILE_MAN_DIR = @FILE_MAN_DIR@ FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ FOP = @FOP@ @@ -289,6 +287,7 @@ STRIP = @STRIP@ STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ +USE_THREAD_LIBS = @USE_THREAD_LIBS@ VERSION = @VERSION@ WCHAR32 = @WCHAR32@ X11_CFLAGS = @X11_CFLAGS@ @@ -359,7 +358,6 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ -runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -389,8 +387,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -506,10 +504,8 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am -distdir-am: $(DISTFILES) +distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ list='$(DISTFILES)'; \
View file
_service:tar_scm:libX11-1.8.1.tar.xz/modules/om/generic/Makefile.in -> _service:tar_scm:libX11-1.8.4.tar.xz/modules/om/generic/Makefile.in
Changed
@@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -167,12 +167,7 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src -I$(top_builddir)/include/X11 depcomp = $(SHELL) $(top_srcdir)/depcomp -am__maybe_remake_depfiles = depfiles -am__depfiles_remade = ./$(DEPDIR)/omDefault.Plo \ - ./$(DEPDIR)/omGeneric.Plo ./$(DEPDIR)/omImText.Plo \ - ./$(DEPDIR)/omText.Plo ./$(DEPDIR)/omTextEsc.Plo \ - ./$(DEPDIR)/omTextExt.Plo ./$(DEPDIR)/omTextPer.Plo \ - ./$(DEPDIR)/omXChar.Plo +am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -216,6 +211,8 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -242,8 +239,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ -CSCOPE = @CSCOPE@ -CTAGS = @CTAGS@ CWARNFLAGS = @CWARNFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ @@ -257,11 +252,9 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ -ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ FGREP = @FGREP@ -FILECMD = @FILECMD@ FILE_MAN_DIR = @FILE_MAN_DIR@ FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ FOP = @FOP@ @@ -325,6 +318,7 @@ STRIP = @STRIP@ STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ +USE_THREAD_LIBS = @USE_THREAD_LIBS@ VERSION = @VERSION@ WCHAR32 = @WCHAR32@ X11_CFLAGS = @X11_CFLAGS@ @@ -395,7 +389,6 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ -runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -458,8 +451,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -529,20 +522,14 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/omDefault.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/omGeneric.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/omImText.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/omText.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/omTextEsc.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/omTextExt.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/omTextPer.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/omXChar.Plo@am__quote@ # am--include-marker - -$(am__depfiles_remade): - @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ - -am--depfiles: $(am__depfiles_remade) +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/omDefault.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/omGeneric.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/omImText.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/omText.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/omTextEsc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/omTextExt.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/omTextPer.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/omXChar.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @@ -622,10 +609,8 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am -distdir-am: $(DISTFILES) +distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -698,14 +683,7 @@ clean-noinstLTLIBRARIES mostlyclean-am distclean: distclean-am - -rm -f ./$(DEPDIR)/omDefault.Plo - -rm -f ./$(DEPDIR)/omGeneric.Plo - -rm -f ./$(DEPDIR)/omImText.Plo - -rm -f ./$(DEPDIR)/omText.Plo - -rm -f ./$(DEPDIR)/omTextEsc.Plo - -rm -f ./$(DEPDIR)/omTextExt.Plo - -rm -f ./$(DEPDIR)/omTextPer.Plo - -rm -f ./$(DEPDIR)/omXChar.Plo + -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -751,14 +729,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -f ./$(DEPDIR)/omDefault.Plo - -rm -f ./$(DEPDIR)/omGeneric.Plo - -rm -f ./$(DEPDIR)/omImText.Plo - -rm -f ./$(DEPDIR)/omText.Plo - -rm -f ./$(DEPDIR)/omTextEsc.Plo - -rm -f ./$(DEPDIR)/omTextExt.Plo - -rm -f ./$(DEPDIR)/omTextPer.Plo - -rm -f ./$(DEPDIR)/omXChar.Plo + -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -779,7 +750,7 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ clean-commonlibLTLIBRARIES clean-generic clean-libtool \ clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \ distclean-compile distclean-generic distclean-libtool \
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/Makefile.in -> _service:tar_scm:libX11-1.8.4.tar.xz/nls/Makefile.in
Changed
@@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -314,7 +314,6 @@ bases='$(TEST_LOGS)'; \ bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ bases=`echo $$bases` -AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' RECHECK_LOGS = $(TEST_LOGS) AM_RECURSIVE_TARGETS = check recheck TEST_SUITE_LOG = test-suite.log @@ -364,8 +363,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ -CSCOPE = @CSCOPE@ -CTAGS = @CTAGS@ CWARNFLAGS = @CWARNFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ @@ -379,11 +376,9 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ -ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ FGREP = @FGREP@ -FILECMD = @FILECMD@ FILE_MAN_DIR = @FILE_MAN_DIR@ FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ FOP = @FOP@ @@ -447,6 +442,7 @@ STRIP = @STRIP@ STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ +USE_THREAD_LIBS = @USE_THREAD_LIBS@ VERSION = @VERSION@ WCHAR32 = @WCHAR32@ X11_CFLAGS = @X11_CFLAGS@ @@ -517,7 +513,6 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ -runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -580,8 +575,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_srcdir)/cpprules.in $(am__empty): @@ -782,7 +777,7 @@ test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ fi; \ echo "$${col}$$br$${std}"; \ - echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ + echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \ echo "$${col}$$br$${std}"; \ create_testsuite_report --maybe-color; \ echo "$$col$$br$$std"; \ @@ -795,7 +790,7 @@ fi; \ $$success || exit 1 -check-TESTS: +check-TESTS: @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) @@ -837,10 +832,8 @@ @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am -distdir-am: $(DISTFILES) +distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ list='$(DISTFILES)'; \
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/compose-check.pl -> _service:tar_scm:libX11-1.8.4.tar.xz/nls/compose-check.pl
Changed
@@ -1,6 +1,6 @@ #! /usr/bin/perl # -# Copyright 2009 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2009, Oracle and/or its affiliates. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"),
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/compose.dir.pre -> _service:tar_scm:libX11-1.8.4.tar.xz/nls/compose.dir.pre
Changed
@@ -430,8 +430,8 @@ en_US.UTF-8/Compose: sk_SK.UTF-8 en_US.UTF-8/Compose: sl_SI.UTF-8 en_US.UTF-8/Compose: sq_AL.UTF-8 -en_US.UTF-8/Compose: sr_ME.UTF-8 -en_US.UTF-8/Compose: sr_RS.UTF-8 +sr_RS.UTF-8/Compose: sr_ME.UTF-8 +sr_RS.UTF-8/Compose: sr_RS.UTF-8 en_US.UTF-8/Compose: ss_ZA.UTF-8 en_US.UTF-8/Compose: st_ZA.UTF-8 en_US.UTF-8/Compose: sv_FI.UTF-8
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/en_US.UTF-8/Compose.pre -> _service:tar_scm:libX11-1.8.4.tar.xz/nls/en_US.UTF-8/Compose.pre
Changed
@@ -14,6 +14,8 @@ <dead_grave> <dead_grave> : "`" grave # GRAVE ACCENT <dead_circumflex> <space> : "^" asciicircum # CIRCUMFLEX ACCENT <dead_circumflex> <dead_circumflex> : "^" asciicircum # CIRCUMFLEX ACCENT +<Multi_key> <greater> <space> : "^" asciicircum # CIRCUMFLEX ACCENT +<Multi_key> <space> <greater> : "^" asciicircum # CIRCUMFLEX ACCENT <dead_abovering> <space> : "°" degree # DEGREE SIGN <dead_abovering> <dead_abovering> : "°" degree # DEGREE SIGN <Multi_key> <o> <o> : "°" degree # DEGREE SIGN @@ -22,13 +24,14 @@ <dead_macron> <space> : "¯" macron # MACRON <dead_macron> <dead_macron> : "¯" macron # MACRON <Multi_key> <minus> <asciicircum> : "¯" macron # MACRON -<Multi_key> <asciicircum> <minus> : "¯" macron # MACRON +<Multi_key> <underscore> <space> : "¯" macron # MACRON +<Multi_key> <space> <underscore> : "¯" macron # MACRON <Multi_key> <underscore> <underscore> : "¯" macron # MACRON <Multi_key> <underscore> <asciicircum> : "¯" macron # MACRON <dead_breve> <space> : "˘" breve # BREVE <dead_breve> <dead_breve> : "˘" breve # BREVE -<Multi_key> <space> <parenleft> : "˘" breve # BREVE <Multi_key> <parenleft> <space> : "˘" breve # BREVE +<Multi_key> <space> <parenleft> : "˘" breve # BREVE <dead_abovedot> <space> : "˙" abovedot # DOT ABOVE <dead_abovedot> <dead_abovedot> : "˙" abovedot # DOT ABOVE <Multi_key> <period> <space> : "˙" abovedot # DOT ABOVE @@ -40,8 +43,8 @@ <dead_doubleacute> <dead_doubleacute> : "˝" U2dd # DOUBLE ACUTE ACCENT <dead_caron> <space> : "ˇ" caron # CARON <dead_caron> <dead_caron> : "ˇ" caron # CARON -<Multi_key> <space> <less> : "ˇ" caron # CARON <Multi_key> <less> <space> : "ˇ" caron # CARON +<Multi_key> <space> <less> : "ˇ" caron # CARON <dead_cedilla> <space> : "¸" cedilla # CEDILLA <dead_cedilla> <dead_cedilla> : "¸" cedilla # CEDILLA <Multi_key> <comma> <space> : "¸" cedilla # CEDILLA @@ -56,17 +59,18 @@ XCOMM ASCII characters that may be difficult to access on some keyboards. <Multi_key> <plus> <plus> : "#" numbersign # NUMBER SIGN <Multi_key> <A> <T> : "@" at # COMMERCIAL AT + <Multi_key> <parenleft> <parenleft> : "" bracketleft # LEFT SQUARE BRACKET +<Multi_key> <parenright> <parenright> : "" bracketright # RIGHT SQUARE BRACKET + <Multi_key> <slash> <slash> : "\\" backslash # REVERSE SOLIDUS <Multi_key> <slash> <less> : "\\" backslash # REVERSE SOLIDUS <Multi_key> <less> <slash> : "\\" backslash # REVERSE SOLIDUS -<Multi_key> <parenright> <parenright> : "" bracketright # RIGHT SQUARE BRACKET - -<Multi_key> <greater> <space> : "^" asciicircum # CIRCUMFLEX ACCENT -<Multi_key> <space> <greater> : "^" asciicircum # CIRCUMFLEX ACCENT <Multi_key> <parenleft> <minus> : "{" braceleft # LEFT CURLY BRACKET <Multi_key> <minus> <parenleft> : "{" braceleft # LEFT CURLY BRACKET +<Multi_key> <parenright> <minus> : "}" braceright # RIGHT CURLY BRACKET +<Multi_key> <minus> <parenright> : "}" braceright # RIGHT CURLY BRACKET <Multi_key> <slash> <asciicircum> : "|" bar # VERTICAL LINE <Multi_key> <asciicircum> <slash> : "|" bar # VERTICAL LINE @@ -75,9 +79,6 @@ <Multi_key> <v> <l> : "|" bar # VERTICAL LINE <Multi_key> <l> <v> : "|" bar # VERTICAL LINE -<Multi_key> <parenright> <minus> : "}" braceright # RIGHT CURLY BRACKET -<Multi_key> <minus> <parenright> : "}" braceright # RIGHT CURLY BRACKET - <Multi_key> <L> <T> : "<" less # LESS-THAN <Multi_key> <l> <t> : "<" less # LESS-THAN <Multi_key> <G> <T> : ">" greater # GREATER-THAN @@ -294,6 +295,11 @@ <Multi_key> <asciicircum> <underscore> <a> : "ª" ordfeminine # FEMININE ORDINAL INDICATOR <dead_circumflex> <Multi_key> <underscore> <o> : "º" masculine # MASCULINE ORDINAL INDICATOR <Multi_key> <asciicircum> <underscore> <o> : "º" masculine # MASCULINE ORDINAL INDICATOR +<dead_circumflex> <1> : "¹" onesuperior # SUPERSCRIPT ONE +<Multi_key> <asciicircum> <1> : "¹" onesuperior # SUPERSCRIPT ONE +<Multi_key> <1> <asciicircum> : "¹" onesuperior # SUPERSCRIPT ONE +<dead_circumflex> <KP_1> : "¹" onesuperior # SUPERSCRIPT ONE +<Multi_key> <asciicircum> <KP_1> : "¹" onesuperior # SUPERSCRIPT ONE <dead_circumflex> <2> : "²" twosuperior # SUPERSCRIPT TWO <Multi_key> <asciicircum> <2> : "²" twosuperior # SUPERSCRIPT TWO <Multi_key> <2> <asciicircum> : "²" twosuperior # SUPERSCRIPT TWO @@ -307,11 +313,6 @@ <Multi_key> <m> <u> : "µ" mu # MICRO SIGN <Multi_key> <slash> <u> : "µ" mu # MICRO SIGN <Multi_key> <u> <slash> : "µ" mu # MICRO SIGN -<dead_circumflex> <1> : "¹" onesuperior # SUPERSCRIPT ONE -<Multi_key> <asciicircum> <1> : "¹" onesuperior # SUPERSCRIPT ONE -<Multi_key> <1> <asciicircum> : "¹" onesuperior # SUPERSCRIPT ONE -<dead_circumflex> <KP_1> : "¹" onesuperior # SUPERSCRIPT ONE -<Multi_key> <asciicircum> <KP_1> : "¹" onesuperior # SUPERSCRIPT ONE <Multi_key> <1> <4> : "¼" onequarter # VULGAR FRACTION ONE QUARTER <Multi_key> <1> <2> : "½" onehalf # VULGAR FRACTION ONE HALF <Multi_key> <3> <4> : "¾" threequarters # VULGAR FRACTION THREE QUARTERS @@ -706,20 +707,18 @@ <dead_breve> <G> : "Ğ" U011E # LATIN CAPITAL LETTER G WITH BREVE <Multi_key> <U> <G> : "Ğ" U011E # LATIN CAPITAL LETTER G WITH BREVE <Multi_key> <u> <G> : "Ğ" U011E # LATIN CAPITAL LETTER G WITH BREVE -<Multi_key> <G> <U> : "Ğ" U011E # LATIN CAPITAL LETTER G WITH BREVE -<Multi_key> <G> <u> : "Ğ" U011E # LATIN CAPITAL LETTER G WITH BREVE <Multi_key> <b> <G> : "Ğ" U011E # LATIN CAPITAL LETTER G WITH BREVE <Multi_key> <breve> <G> : "Ğ" U011E # LATIN CAPITAL LETTER G WITH BREVE <Multi_key> <G> <breve> : "Ğ" U011E # LATIN CAPITAL LETTER G WITH BREVE +<Multi_key> <G> <U> : "Ğ" U011E # LATIN CAPITAL LETTER G WITH BREVE <Multi_key> <G> <parenleft> : "Ğ" U011E # LATIN CAPITAL LETTER G WITH BREVE <dead_breve> <g> : "ğ" U011F # LATIN SMALL LETTER G WITH BREVE <Multi_key> <U> <g> : "ğ" U011F # LATIN SMALL LETTER G WITH BREVE <Multi_key> <u> <g> : "ğ" U011F # LATIN SMALL LETTER G WITH BREVE -<Multi_key> <g> <U> : "ğ" U011F # LATIN SMALL LETTER G WITH BREVE -<Multi_key> <g> <u> : "ğ" U011F # LATIN SMALL LETTER G WITH BREVE <Multi_key> <b> <g> : "ğ" U011F # LATIN SMALL LETTER G WITH BREVE <Multi_key> <breve> <g> : "ğ" U011F # LATIN SMALL LETTER G WITH BREVE <Multi_key> <g> <breve> : "ğ" U011F # LATIN SMALL LETTER G WITH BREVE +<Multi_key> <g> <U> : "ğ" U011F # LATIN SMALL LETTER G WITH BREVE <Multi_key> <g> <parenleft> : "ğ" U011F # LATIN SMALL LETTER G WITH BREVE <dead_abovedot> <G> : "Ġ" U0120 # LATIN CAPITAL LETTER G WITH DOT ABOVE <Multi_key> <period> <G> : "Ġ" U0120 # LATIN CAPITAL LETTER G WITH DOT ABOVE @@ -1339,6 +1338,18 @@ <dead_doublegrave> <u> : "ȕ" U0215 # LATIN SMALL LETTER U WITH DOUBLE GRAVE <dead_invertedbreve> <U> : "Ȗ" U0216 # LATIN CAPITAL LETTER U WITH INVERTED BREVE <dead_invertedbreve> <u> : "ȗ" U0217 # LATIN SMALL LETTER U WITH INVERTED BREVE +<dead_belowcomma> <S> : "Ș" U0218 # LATIN CAPITAL LETTER S WITH COMMA BELOW +<Multi_key> <semicolon> <S> : "Ș" U0218 # LATIN CAPITAL LETTER S WITH COMMA BELOW +<Multi_key> <S> <semicolon> : "Ș" U0218 # LATIN CAPITAL LETTER S WITH COMMA BELOW +<dead_belowcomma> <s> : "ș" U0219 # LATIN SMALL LETTER S WITH COMMA BELOW +<Multi_key> <semicolon> <s> : "ș" U0219 # LATIN SMALL LETTER S WITH COMMA BELOW +<Multi_key> <s> <semicolon> : "ș" U0219 # LATIN SMALL LETTER S WITH COMMA BELOW +<dead_belowcomma> <T> : "Ț" U021A # LATIN CAPITAL LETTER T WITH COMMA BELOW +<Multi_key> <semicolon> <T> : "Ț" U021A # LATIN CAPITAL LETTER T WITH COMMA BELOW +<Multi_key> <T> <semicolon> : "Ț" U021A # LATIN CAPITAL LETTER T WITH COMMA BELOW +<dead_belowcomma> <t> : "ț" U021B # LATIN SMALL LETTER T WITH COMMA BELOW +<Multi_key> <semicolon> <t> : "ț" U021B # LATIN SMALL LETTER T WITH COMMA BELOW +<Multi_key> <t> <semicolon> : "ț" U021B # LATIN SMALL LETTER T WITH COMMA BELOW <dead_caron> <H> : "Ȟ" U021E # LATIN CAPITAL LETTER H WITH CARON <Multi_key> <c> <H> : "Ȟ" U021E # LATIN CAPITAL LETTER H WITH CARON <Multi_key> <v> <H> : "Ȟ" U021E # LATIN CAPITAL LETTER H WITH CARON @@ -1417,8 +1428,17 @@ <dead_macron> <y> : "ȳ" U0233 # LATIN SMALL LETTER Y WITH MACRON <Multi_key> <macron> <y> : "ȳ" U0233 # LATIN SMALL LETTER Y WITH MACRON <Multi_key> <underscore> <y> : "ȳ" U0233 # LATIN SMALL LETTER Y WITH MACRON -<Multi_key> <e> <e> : "ə" U0259 # LATIN SMALL LETTER SCHWA +<dead_stroke> <B> : "Ƀ" U0243 # LATIN CAPITAL LETTER B WITH STROKE +<Multi_key> <slash> <B> : "Ƀ" U0243 # LATIN CAPITAL LETTER B WITH STROKE +<Multi_key> <KP_Divide> <B> : "Ƀ" U0243 # LATIN CAPITAL LETTER B WITH STROKE +/* Four sequences for Samogitian. */ +<Multi_key> <minus> <period> <E> : "Ė̄" # LATIN CAPITAL LETTER E WITH DOT ABOVE plus combining macron +<Multi_key> <underscore> <period> <E> : "Ė̄" # LATIN CAPITAL LETTER E WITH DOT ABOVE plus combining macron +<Multi_key> <minus> <period> <e> : "ė̄" # LATIN SMALL LETTER E WITH DOT ABOVE plus combining macron +<Multi_key> <underscore> <period> <e> : "ė̄" # LATIN SMALL LETTER E WITH DOT ABOVE plus combining macron +XCOMM IPA Extensions +<Multi_key> <e> <e> : "ə" U0259 # LATIN SMALL LETTER SCHWA <dead_stroke> <i> : "ɨ" U0268 # LATIN SMALL LETTER I WITH STROKE <Multi_key> <slash> <i> : "ɨ" U0268 # LATIN SMALL LETTER I WITH STROKE <Multi_key> <KP_Divide> <i> : "ɨ" U0268 # LATIN SMALL LETTER I WITH STROKE @@ -4428,6 +4448,7 @@ <dead_circumflex> <KP_Add> : "⁺" U207A # SUPERSCRIPT PLUS SIGN <Multi_key> <asciicircum> <KP_Add> : "⁺" U207A # SUPERSCRIPT PLUS SIGN <dead_circumflex> <minus> : "⁻" U207B # SUPERSCRIPT MINUS +<Multi_key> <asciicircum> <minus> : "⁻" U207B # SUPERSCRIPT MINUS <dead_circumflex> <U2212> : "⁻" U207B # SUPERSCRIPT MINUS <Multi_key> <asciicircum> <U2212> : "⁻" U207B # SUPERSCRIPT MINUS <dead_circumflex> <equal> : "⁼" U207C # SUPERSCRIPT EQUALS SIGN @@ -4462,6 +4483,7 @@ <Multi_key> <underscore> <KP_9> : "₉" U2089 # SUBSCRIPT NINE <Multi_key> <underscore> <plus> : "₊" U208A # SUBSCRIPT PLUS SIGN <Multi_key> <underscore> <KP_Add> : "₊" U208A # SUBSCRIPT PLUS SIGN +<Multi_key> <underscore> <minus> : "₋" U208B # SUBSCRIPT MINUS <Multi_key> <underscore> <U2212> : "₋" U208B # SUBSCRIPT MINUS <Multi_key> <underscore> <equal> : "₌" U208C # SUBSCRIPT EQUALS SIGN <Multi_key> <underscore> <KP_Equal> : "₌" U208C # SUBSCRIPT EQUALS SIGN @@ -4469,20 +4491,17 @@ <Multi_key> <underscore> <parenright> : "₎" U208E # SUBSCRIPT RIGHT PARENTHESIS XCOMM Letterlike Symbols +<Multi_key> <C> <C> : "ℂ" U2102 # DOUBLE-STRUCK CAPITAL C +<Multi_key> <N> <N> : "ℕ" U2115 # DOUBLE-STRUCK CAPITAL N +<Multi_key> <Q> <Q> : "ℚ" U211A # DOUBLE-STRUCK CAPITAL Q +<Multi_key> <R> <R> : "ℝ" U211D # DOUBLE-STRUCK CAPITAL R +<Multi_key> <Z> <Z> : "ℤ" U2124 # DOUBLE-STRUCK CAPITAL Z <dead_circumflex> <Multi_key> <S> <M> : "℠" U2120 # SERVICE MARK <Multi_key> <S> <M> : "℠" U2120 # SERVICE MARK -<dead_circumflex> <Multi_key> <s> <M> : "℠" U2120 # SERVICE MARK -<Multi_key> <s> <M> : "℠" U2120 # SERVICE MARK -<dead_circumflex> <Multi_key> <S> <m> : "℠" U2120 # SERVICE MARK -<Multi_key> <S> <m> : "℠" U2120 # SERVICE MARK <dead_circumflex> <Multi_key> <s> <m> : "℠" U2120 # SERVICE MARK <Multi_key> <s> <m> : "℠" U2120 # SERVICE MARK <dead_circumflex> <Multi_key> <T> <M> : "™" U2122 # TRADE MARK SIGN <Multi_key> <T> <M> : "™" U2122 # TRADE MARK SIGN -<dead_circumflex> <Multi_key> <t> <M> : "™" U2122 # TRADE MARK SIGN -<Multi_key> <t> <M> : "™" U2122 # TRADE MARK SIGN -<dead_circumflex> <Multi_key> <T> <m> : "™" U2122 # TRADE MARK SIGN -<Multi_key> <T> <m> : "™" U2122 # TRADE MARK SIGN <dead_circumflex> <Multi_key> <t> <m> : "™" U2122 # TRADE MARK SIGN <Multi_key> <t> <m> : "™" U2122 # TRADE MARK SIGN @@ -4529,6 +4548,7 @@ <Multi_key> <braceleft> <braceright> : "∅" U2205 # EMPTY SET <Multi_key> <U2208> <U0338> : "∉" U2209 # NOT AN ELEMENT OF <Multi_key> <U220B> <U0338> : "∌" U220C # DOES NOT CONTAIN AS MEMBER
View file
_service:tar_scm:libX11-1.8.1.tar.xz/nls/en_US.UTF-8/XLC_LOCALE.pre -> _service:tar_scm:libX11-1.8.4.tar.xz/nls/en_US.UTF-8/XLC_LOCALE.pre
Changed
@@ -83,7 +83,7 @@ primary ISO8859-7:GR } } -XCOMM fs9 class (ISO8859 families) +XCOMM fs8 class (ISO8859 families) fs8 { charset { name ISO8859-9:GR @@ -92,7 +92,7 @@ primary ISO8859-9:GR } } -XCOMM fs13 class (ISO8859 families) +XCOMM fs9 class (ISO8859 families) fs9 { charset { name ISO8859-13:GR @@ -101,7 +101,7 @@ primary ISO8859-13:GR } } -XCOMM fs14 class (ISO8859 families) +XCOMM fs10 class (ISO8859 families) fs10 { charset { name ISO8859-14:GR @@ -110,7 +110,7 @@ primary ISO8859-14:GR } } -XCOMM fs15 class (ISO8859 families) +XCOMM fs11 class (ISO8859 families) fs11 { charset { name ISO8859-15:GR @@ -119,7 +119,7 @@ primary ISO8859-15:GR } } -XCOMM fs16 class (Kanji) +XCOMM fs12 class (Kanji) fs12 { charset { name JISX0208.1983-0:GL @@ -128,7 +128,7 @@ primary JISX0208.1983-0:GL } } -XCOMM fs17 class (Korean Character) +XCOMM fs13 class (Korean Character) fs13 { charset { name KSC5601.1987-0:GL @@ -137,7 +137,7 @@ primary KSC5601.1987-0:GL } } -XCOMM fs18 class (Chinese Han Character) +XCOMM fs14 class (Chinese Han Character) fs14 { charset { name GB2312.1980-0:GL @@ -146,7 +146,7 @@ primary GB2312.1980-0:GL } } -XCOMM fs20 class (Half Kana) +XCOMM fs15 class (Half Kana) fs15 { charset { name JISX0201.1976-0:GR @@ -157,7 +157,7 @@ } } XCOMM ISO10646 should come last so the fonts above will actually be used -XCOMM fs24 class +XCOMM fs16 class fs16 { charset { name ISO10646-1 @@ -223,76 +223,69 @@ cs6 { side GR length 1 - ct_encoding KOI8-R:GR + ct_encoding ISO8859-7:GR } XCOMM cs7 class cs7 { side GR length 1 - ct_encoding ISO8859-7:GR -} - -XCOMM cs9 class -cs8 { - side GR - length 1 ct_encoding ISO8859-9:GR } -XCOMM cs13 class -cs9 { +XCOMM cs8 class +cs8 { side GR length 1 ct_encoding ISO8859-13:GR } -XCOMM cs14 class -cs10 { +XCOMM cs9 class +cs9 { side GR length 1 ct_encoding ISO8859-14:GR } -XCOMM cs15 class -cs11 { +XCOMM cs10 class +cs10 { side GR length 1 ct_encoding ISO8859-15:GR } -XCOMM cs16 class -cs12 { +XCOMM cs11 class +cs11 { side GR length 2 ct_encoding JISX0208.1983-0:GL; JISX0208.1983-0:GR;\ JISX0208.1983-1:GL; JISX0208.1983-1:GR } -XCOMM cs17 class -cs13 { +XCOMM cs12 class +cs12 { side GL length 2 ct_encoding KSC5601.1987-0:GL; KSC5601.1987-0:GR;\ KSC5601.1987-1:GL; KSC5601.1987-1:GR } -XCOMM cs18 class -cs14 { +XCOMM cs13 class +cs13 { side GR length 2 ct_encoding GB2312.1980-0:GL; GB2312.1980-0:GR } -XCOMM cs20 class -cs15 { +XCOMM cs14 class +cs14 { side GR length 1 ct_encoding JISX0201.1976-0:GR } -XCOMM cs24 class -cs16 { +XCOMM cs15 class +cs15 { side none ct_encoding ISO10646-1 }
View file
_service:tar_scm:libX11-1.8.1.tar.xz/specs/Makefile.am -> _service:tar_scm:libX11-1.8.4.tar.xz/specs/Makefile.am
Changed
@@ -1,5 +1,5 @@ # -# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2010, Oracle and/or its affiliates. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"),
View file
_service:tar_scm:libX11-1.8.1.tar.xz/specs/Makefile.in -> _service:tar_scm:libX11-1.8.4.tar.xz/specs/Makefile.in
Changed
@@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -15,7 +15,7 @@ @SET_MAKE@ # -# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2010, Oracle and/or its affiliates. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), @@ -159,7 +159,7 @@ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ - distdir distdir-am + distdir am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is @@ -177,6 +177,8 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -229,8 +231,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ -CSCOPE = @CSCOPE@ -CTAGS = @CTAGS@ CWARNFLAGS = @CWARNFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ @@ -244,11 +244,9 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ -ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ FGREP = @FGREP@ -FILECMD = @FILECMD@ FILE_MAN_DIR = @FILE_MAN_DIR@ FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ FOP = @FOP@ @@ -312,6 +310,7 @@ STRIP = @STRIP@ STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ +USE_THREAD_LIBS = @USE_THREAD_LIBS@ VERSION = @VERSION@ WCHAR32 = @WCHAR32@ X11_CFLAGS = @X11_CFLAGS@ @@ -382,7 +381,6 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ -runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -412,8 +410,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -529,10 +527,8 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am -distdir-am: $(DISTFILES) +distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ list='$(DISTFILES)'; \
View file
_service:tar_scm:libX11-1.8.1.tar.xz/specs/XIM/Makefile.in -> _service:tar_scm:libX11-1.8.4.tar.xz/specs/XIM/Makefile.in
Changed
@@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -204,8 +204,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ -CSCOPE = @CSCOPE@ -CTAGS = @CTAGS@ CWARNFLAGS = @CWARNFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ @@ -219,11 +217,9 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ -ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ FGREP = @FGREP@ -FILECMD = @FILECMD@ FILE_MAN_DIR = @FILE_MAN_DIR@ FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ FOP = @FOP@ @@ -287,6 +283,7 @@ STRIP = @STRIP@ STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ +USE_THREAD_LIBS = @USE_THREAD_LIBS@ VERSION = @VERSION@ WCHAR32 = @WCHAR32@ X11_CFLAGS = @X11_CFLAGS@ @@ -357,7 +354,6 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ -runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -460,8 +456,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_srcdir)/docbook.am $(am__empty): @@ -527,10 +523,8 @@ cscope cscopelist: -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am -distdir-am: $(DISTFILES) +distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ list='$(DISTFILES)'; \
View file
_service:tar_scm:libX11-1.8.1.tar.xz/specs/XKB/Makefile.in -> _service:tar_scm:libX11-1.8.4.tar.xz/specs/XKB/Makefile.in
Changed
@@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -211,8 +211,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ -CSCOPE = @CSCOPE@ -CTAGS = @CTAGS@ CWARNFLAGS = @CWARNFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ @@ -226,11 +224,9 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ -ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ FGREP = @FGREP@ -FILECMD = @FILECMD@ FILE_MAN_DIR = @FILE_MAN_DIR@ FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ FOP = @FOP@ @@ -294,6 +290,7 @@ STRIP = @STRIP@ STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ +USE_THREAD_LIBS = @USE_THREAD_LIBS@ VERSION = @VERSION@ WCHAR32 = @WCHAR32@ X11_CFLAGS = @X11_CFLAGS@ @@ -364,7 +361,6 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ -runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -505,8 +501,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_srcdir)/docbook.am $(am__empty): @@ -572,10 +568,8 @@ cscope cscopelist: -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am -distdir-am: $(DISTFILES) +distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ list='$(DISTFILES)'; \
View file
_service:tar_scm:libX11-1.8.1.tar.xz/specs/i18n/Makefile.am -> _service:tar_scm:libX11-1.8.4.tar.xz/specs/i18n/Makefile.am
Changed
@@ -1,5 +1,5 @@ # -# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2010, Oracle and/or its affiliates. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"),
View file
_service:tar_scm:libX11-1.8.1.tar.xz/specs/i18n/Makefile.in -> _service:tar_scm:libX11-1.8.4.tar.xz/specs/i18n/Makefile.in
Changed
@@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -15,7 +15,7 @@ @SET_MAKE@ # -# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2010, Oracle and/or its affiliates. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), @@ -159,7 +159,7 @@ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ - distdir distdir-am + distdir am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is @@ -177,6 +177,8 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -229,8 +231,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ -CSCOPE = @CSCOPE@ -CTAGS = @CTAGS@ CWARNFLAGS = @CWARNFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ @@ -244,11 +244,9 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ -ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ FGREP = @FGREP@ -FILECMD = @FILECMD@ FILE_MAN_DIR = @FILE_MAN_DIR@ FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ FOP = @FOP@ @@ -312,6 +310,7 @@ STRIP = @STRIP@ STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ +USE_THREAD_LIBS = @USE_THREAD_LIBS@ VERSION = @VERSION@ WCHAR32 = @WCHAR32@ X11_CFLAGS = @X11_CFLAGS@ @@ -382,7 +381,6 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ -runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -412,8 +410,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -529,10 +527,8 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am -distdir-am: $(DISTFILES) +distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ list='$(DISTFILES)'; \
View file
_service:tar_scm:libX11-1.8.1.tar.xz/specs/i18n/compose/Makefile.in -> _service:tar_scm:libX11-1.8.4.tar.xz/specs/i18n/compose/Makefile.in
Changed
@@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -204,8 +204,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ -CSCOPE = @CSCOPE@ -CTAGS = @CTAGS@ CWARNFLAGS = @CWARNFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ @@ -219,11 +217,9 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ -ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ FGREP = @FGREP@ -FILECMD = @FILECMD@ FILE_MAN_DIR = @FILE_MAN_DIR@ FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ FOP = @FOP@ @@ -287,6 +283,7 @@ STRIP = @STRIP@ STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ +USE_THREAD_LIBS = @USE_THREAD_LIBS@ VERSION = @VERSION@ WCHAR32 = @WCHAR32@ X11_CFLAGS = @X11_CFLAGS@ @@ -357,7 +354,6 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ -runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -473,8 +469,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(srcdir)/docbook-nl.am $(am__empty): @@ -519,10 +515,8 @@ cscope cscopelist: -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am -distdir-am: $(DISTFILES) +distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ list='$(DISTFILES)'; \
View file
_service:tar_scm:libX11-1.8.1.tar.xz/specs/i18n/compose/compose-chart.pl -> _service:tar_scm:libX11-1.8.4.tar.xz/specs/i18n/compose/compose-chart.pl
Changed
@@ -1,6 +1,6 @@ #! /usr/bin/perl # -# Copyright 2009, 2010, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2009, 2010, Oracle and/or its affiliates. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"),
View file
_service:tar_scm:libX11-1.8.1.tar.xz/specs/i18n/framework/Makefile.in -> _service:tar_scm:libX11-1.8.4.tar.xz/specs/i18n/framework/Makefile.in
Changed
@@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -202,8 +202,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ -CSCOPE = @CSCOPE@ -CTAGS = @CTAGS@ CWARNFLAGS = @CWARNFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ @@ -217,11 +215,9 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ -ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ FGREP = @FGREP@ -FILECMD = @FILECMD@ FILE_MAN_DIR = @FILE_MAN_DIR@ FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ FOP = @FOP@ @@ -285,6 +281,7 @@ STRIP = @STRIP@ STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ +USE_THREAD_LIBS = @USE_THREAD_LIBS@ VERSION = @VERSION@ WCHAR32 = @WCHAR32@ X11_CFLAGS = @X11_CFLAGS@ @@ -355,7 +352,6 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ -runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -450,8 +446,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_srcdir)/docbook.am $(am__empty): @@ -517,10 +513,8 @@ cscope cscopelist: -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am -distdir-am: $(DISTFILES) +distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ list='$(DISTFILES)'; \
View file
_service:tar_scm:libX11-1.8.1.tar.xz/specs/i18n/localedb/Makefile.in -> _service:tar_scm:libX11-1.8.4.tar.xz/specs/i18n/localedb/Makefile.in
Changed
@@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -202,8 +202,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ -CSCOPE = @CSCOPE@ -CTAGS = @CTAGS@ CWARNFLAGS = @CWARNFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ @@ -217,11 +215,9 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ -ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ FGREP = @FGREP@ -FILECMD = @FILECMD@ FILE_MAN_DIR = @FILE_MAN_DIR@ FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ FOP = @FOP@ @@ -285,6 +281,7 @@ STRIP = @STRIP@ STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ +USE_THREAD_LIBS = @USE_THREAD_LIBS@ VERSION = @VERSION@ WCHAR32 = @WCHAR32@ X11_CFLAGS = @X11_CFLAGS@ @@ -355,7 +352,6 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ -runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -447,8 +443,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_srcdir)/docbook.am $(am__empty): @@ -514,10 +510,8 @@ cscope cscopelist: -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am -distdir-am: $(DISTFILES) +distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ list='$(DISTFILES)'; \
View file
_service:tar_scm:libX11-1.8.1.tar.xz/specs/i18n/trans/Makefile.in -> _service:tar_scm:libX11-1.8.4.tar.xz/specs/i18n/trans/Makefile.in
Changed
@@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -202,8 +202,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ -CSCOPE = @CSCOPE@ -CTAGS = @CTAGS@ CWARNFLAGS = @CWARNFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ @@ -217,11 +215,9 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ -ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ FGREP = @FGREP@ -FILECMD = @FILECMD@ FILE_MAN_DIR = @FILE_MAN_DIR@ FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ FOP = @FOP@ @@ -285,6 +281,7 @@ STRIP = @STRIP@ STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ +USE_THREAD_LIBS = @USE_THREAD_LIBS@ VERSION = @VERSION@ WCHAR32 = @WCHAR32@ X11_CFLAGS = @X11_CFLAGS@ @@ -355,7 +352,6 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ -runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -447,8 +443,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_srcdir)/docbook.am $(am__empty): @@ -514,10 +510,8 @@ cscope cscopelist: -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am -distdir-am: $(DISTFILES) +distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ list='$(DISTFILES)'; \
View file
_service:tar_scm:libX11-1.8.1.tar.xz/specs/libX11/CH13.xml -> _service:tar_scm:libX11-1.8.4.tar.xz/specs/libX11/CH13.xml
Changed
@@ -8045,7 +8045,11 @@ <symbol>XIMPreeditPosition</symbol>. When specified to any input method other than <symbol>XIMPreeditPosition</symbol>, -this <acronym>XIC</acronym> value is ignored. +this <acronym>XIC</acronym> value is ignored. Some Xlib implementations +will allow this to be set when +<symbol>XNInputStyle</symbol> is set to +<symbol>XIMPreeditCallbacks</symbol>. Behavior in that case is +implementation defined. </para> <para> <!-- .LP -->
View file
_service:tar_scm:libX11-1.8.1.tar.xz/specs/libX11/Makefile.in -> _service:tar_scm:libX11-1.8.4.tar.xz/specs/libX11/Makefile.in
Changed
@@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -205,8 +205,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ -CSCOPE = @CSCOPE@ -CTAGS = @CTAGS@ CWARNFLAGS = @CWARNFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ @@ -220,11 +218,9 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ -ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ FGREP = @FGREP@ -FILECMD = @FILECMD@ FILE_MAN_DIR = @FILE_MAN_DIR@ FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ FOP = @FOP@ @@ -288,6 +284,7 @@ STRIP = @STRIP@ STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ +USE_THREAD_LIBS = @USE_THREAD_LIBS@ VERSION = @VERSION@ WCHAR32 = @WCHAR32@ X11_CFLAGS = @X11_CFLAGS@ @@ -358,7 +355,6 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ -runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -476,8 +472,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_srcdir)/docbook.am $(am__empty): @@ -543,10 +539,8 @@ cscope cscopelist: -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am -distdir-am: $(DISTFILES) +distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ list='$(DISTFILES)'; \
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/ChProp.c -> _service:tar_scm:libX11-1.8.4.tar.xz/src/ChProp.c
Changed
@@ -45,16 +45,16 @@ LockDisplay(dpy); GetReq (ChangeProperty, req); - req->window = w; - req->property = property; - req->type = type; - req->mode = mode; + req->window = (CARD32) w; + req->property = (CARD32) property; + req->type = (CARD32) type; + req->mode = (CARD8) mode; if (nelements < 0) { req->nUnits = 0; req->format = 0; /* ask for garbage, get garbage */ } else { - req->nUnits = nelements; - req->format = format; + req->nUnits = (CARD32) nelements; + req->format = (CARD8) format; } switch (req->format) {
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/ChkIfEv.c -> _service:tar_scm:libX11-1.8.4.tar.xz/src/ChkIfEv.c
Changed
@@ -49,7 +49,11 @@ unsigned long qe_serial = 0; int n; /* time through count */ - LockDisplay(dpy); + LockDisplay(dpy); +#ifdef XTHREADS + dpy->ifevent_thread = xthread_self(); +#endif + dpy->in_ifevent++; prev = NULL; for (n = 3; --n >= 0;) { for (qelt = prev ? prev->next : dpy->head; @@ -60,6 +64,7 @@ *event = qelt->event; _XDeq(dpy, prev, qelt); _XStoreEventCookie(dpy, event); + dpy->in_ifevent--; UnlockDisplay(dpy); return True; } @@ -78,6 +83,7 @@ /* another thread has snatched this event */ prev = NULL; } + dpy->in_ifevent--; UnlockDisplay(dpy); return False; }
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/DrArcs.c -> _service:tar_scm:libX11-1.8.4.tar.xz/src/DrArcs.c
Changed
@@ -45,8 +45,8 @@ LockDisplay(dpy); FlushGC(dpy, gc); GetReq(PolyArc,req); - req->drawable = d; - req->gc = gc->gid; + req->drawable = (CARD32) d; + req->gc = (CARD32) gc->gid; len = ((long)n_arcs) * arc_scale; SetReqLen(req, len, 1); len <<= 2; /* watch out for macros... */
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/DrLines.c -> _service:tar_scm:libX11-1.8.4.tar.xz/src/DrLines.c
Changed
@@ -43,9 +43,9 @@ LockDisplay(dpy); FlushGC(dpy, gc); GetReq (PolyLine, req); - req->drawable = d; - req->gc = gc->gid; - req->coordMode = mode; + req->drawable = (CARD32) d; + req->gc = (CARD32) gc->gid; + req->coordMode = (BYTE) mode; SetReqLen(req, npoints, 65535 - req->length); /* each point is 2 16-bit integers */ length = npoints << 2; /* watch out for macros... */
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/DrPoints.c -> _service:tar_scm:libX11-1.8.4.tar.xz/src/DrPoints.c
Changed
@@ -49,12 +49,12 @@ FlushGC(dpy, gc); while (n_points) { GetReq(PolyPoint, req); - req->drawable = d; - req->gc = gc->gid; - req->coordMode = mode; + req->drawable = (CARD32) d; + req->gc = (CARD32) gc->gid; + req->coordMode = (BYTE) mode; n = n_points; if (!dpy->bigreq_size && n > (dpy->max_request_size - req->length)) - n = dpy->max_request_size - req->length; + n = (int) (dpy->max_request_size - req->length); SetReqLen(req, n, n); nbytes = ((long)n) << 2; /* watch out for macros... */ if (xoff || yoff) {
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/DrRects.c -> _service:tar_scm:libX11-1.8.4.tar.xz/src/DrRects.c
Changed
@@ -45,12 +45,12 @@ FlushGC(dpy, gc); while (n_rects) { GetReq(PolyRectangle, req); - req->drawable = d; - req->gc = gc->gid; + req->drawable = (CARD32) d; + req->gc = (CARD32) gc->gid; n = n_rects; len = ((long)n) << 1; if (!dpy->bigreq_size && len > (dpy->max_request_size - req->length)) { - n = (dpy->max_request_size - req->length) >> 1; + n = (int) ((dpy->max_request_size - req->length) >> 1); len = ((long)n) << 1; } SetReqLen(req, len, len);
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/DrSegs.c -> _service:tar_scm:libX11-1.8.4.tar.xz/src/DrSegs.c
Changed
@@ -45,12 +45,12 @@ FlushGC(dpy, gc); while (nsegments) { GetReq (PolySegment, req); - req->drawable = d; - req->gc = gc->gid; + req->drawable = (CARD32) d; + req->gc = (CARD32) gc->gid; n = nsegments; len = ((long)n) << 1; if (!dpy->bigreq_size && len > (dpy->max_request_size - req->length)) { - n = (dpy->max_request_size - req->length) >> 1; + n = (int) ((dpy->max_request_size - req->length) >> 1); len = ((long)n) << 1; } SetReqLen(req, len, len);
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/FillArcs.c -> _service:tar_scm:libX11-1.8.4.tar.xz/src/FillArcs.c
Changed
@@ -47,12 +47,12 @@ FlushGC(dpy, gc); while (n_arcs) { GetReq(PolyFillArc, req); - req->drawable = d; - req->gc = gc->gid; + req->drawable = (CARD32) d; + req->gc = (CARD32) gc->gid; n = n_arcs; len = ((long)n) * arc_scale; if (!dpy->bigreq_size && len > (dpy->max_request_size - req->length)) { - n = (dpy->max_request_size - req->length) / arc_scale; + n = (int) ((dpy->max_request_size - req->length) / arc_scale); len = ((long)n) * arc_scale; } SetReqLen(req, len, len);
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/FillPoly.c -> _service:tar_scm:libX11-1.8.4.tar.xz/src/FillPoly.c
Changed
@@ -46,10 +46,10 @@ FlushGC(dpy, gc); GetReq(FillPoly, req); - req->drawable = d; - req->gc = gc->gid; - req->shape = shape; - req->coordMode = mode; + req->drawable = (CARD32) d; + req->gc = (CARD32) gc->gid; + req->shape = (BYTE) shape; + req->coordMode = (BYTE) mode; SetReqLen(req, n_points, 65535 - req->length);
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/FillRcts.c -> _service:tar_scm:libX11-1.8.4.tar.xz/src/FillRcts.c
Changed
@@ -45,12 +45,12 @@ FlushGC(dpy, gc); while (n_rects) { GetReq(PolyFillRectangle, req); - req->drawable = d; - req->gc = gc->gid; + req->drawable = (CARD32) d; + req->gc = (CARD32) gc->gid; n = n_rects; len = ((long)n) << 1; if (!dpy->bigreq_size && len > (dpy->max_request_size - req->length)) { - n = (dpy->max_request_size - req->length) >> 1; + n = (int) ((dpy->max_request_size - req->length) >> 1); len = ((long)n) << 1; } SetReqLen(req, len, len);
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/Host.c -> _service:tar_scm:libX11-1.8.4.tar.xz/src/Host.c
Changed
@@ -34,7 +34,7 @@ */ /* - * Copyright 2004 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2004, Oracle and/or its affiliates. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"),
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/IfEvent.c -> _service:tar_scm:libX11-1.8.4.tar.xz/src/IfEvent.c
Changed
@@ -48,7 +48,11 @@ register _XQEvent *qelt, *prev; unsigned long qe_serial = 0; - LockDisplay(dpy); + LockDisplay(dpy); +#ifdef XTHREADS + dpy->ifevent_thread = xthread_self(); +#endif + dpy->in_ifevent++; prev = NULL; while (1) { for (qelt = prev ? prev->next : dpy->head; @@ -59,6 +63,7 @@ *event = qelt->event; _XDeq(dpy, prev, qelt); _XStoreEventCookie(dpy, event); + dpy->in_ifevent--; UnlockDisplay(dpy); return 0; }
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/LiHosts.c -> _service:tar_scm:libX11-1.8.4.tar.xz/src/LiHosts.c
Changed
@@ -34,7 +34,7 @@ */ /* - * Copyright 2004 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2004, Oracle and/or its affiliates. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"),
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/Makefile.am -> _service:tar_scm:libX11-1.8.4.tar.xz/src/Makefile.am
Changed
@@ -333,17 +333,12 @@ libX11_la_SOURCES+=os2Stubs.c endif OS2 -if THRSTUBS -libX11_la_SOURCES+=UIThrStubs.c -endif - x11datadir = @X11_DATADIR@ x11data_DATA = XErrorDB EXTRA_DIST = \ $(x11data_DATA) \ - os2Stubs.c \ - UIThrStubs.c + os2Stubs.c libX11_xcb_la_SOURCES = x11_xcb.c Xxcbint.h libX11_xcb_la_LDFLAGS = -version-number 1:0:0 -no-undefined @@ -371,6 +366,7 @@ $(USE_I18N_LIBS) \ $(USE_XCMS_LIBS) \ $(USE_XKB_LIBS) \ + $(USE_THREAD_LIBS) \ $(X11_LIBS) preprocess: $(patsubst %.c,%.ii,$(libX11_la_SOURCES))
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/Makefile.in -> _service:tar_scm:libX11-1.8.4.tar.xz/src/Makefile.in
Changed
@@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -94,8 +94,7 @@ # ========================= Extra stuff ============================ # @OS2_TRUE@am__append_1 = os2Stubs.c -@THRSTUBS_TRUE@am__append_2 = UIThrStubs.c -@MAKE_LINT_LIB_TRUE@am__append_3 = $(lintlib_DATA) +@MAKE_LINT_LIB_TRUE@am__append_2 = $(lintlib_DATA) subdir = src ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_define_dir.m4 \ @@ -152,7 +151,8 @@ $(libX11_xcb_la_LDFLAGS) $(LDFLAGS) -o $@ am__DEPENDENCIES_1 = libX11_la_DEPENDENCIES = $(LTLIBOBJS) $(USE_I18N_LIBS) \ - $(USE_XCMS_LIBS) $(USE_XKB_LIBS) $(am__DEPENDENCIES_1) + $(USE_XCMS_LIBS) $(USE_XKB_LIBS) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am__libX11_la_SOURCES_DIST = AllCells.c AllowEv.c AllPlanes.c \ AutoRep.c Backgnd.c BdrWidth.c Bell.c Border.c ChAccCon.c \ ChActPGb.c ChClMode.c ChCmap.c ChGC.c ChKeyCon.c ChkIfEv.c \ @@ -203,9 +203,8 @@ Window.c WinEvent.c Withdraw.c WMGeom.c WMProps.c WrBitF.c \ Xatomtype.h xcb_disp.c xcb_io.c Xintatom.h Xintconn.h \ XlibAsync.c XlibInt.c Xprivate.h XomGeneric.h Xresinternal.h \ - Xrm.c Xxcbint.h os2Stubs.c UIThrStubs.c + Xrm.c Xxcbint.h os2Stubs.c @OS2_TRUE@am__objects_1 = os2Stubs.lo -@THRSTUBS_TRUE@am__objects_2 = UIThrStubs.lo am_libX11_la_OBJECTS = AllCells.lo AllowEv.lo AllPlanes.lo AutoRep.lo \ Backgnd.lo BdrWidth.lo Bell.lo Border.lo ChAccCon.lo \ ChActPGb.lo ChClMode.lo ChCmap.lo ChGC.lo ChKeyCon.lo \ @@ -259,7 +258,7 @@ UnldFont.lo UnmapSubs.lo UnmapWin.lo VisUtil.lo WarpPtr.lo \ Window.lo WinEvent.lo Withdraw.lo WMGeom.lo WMProps.lo \ WrBitF.lo xcb_disp.lo xcb_io.lo XlibAsync.lo XlibInt.lo Xrm.lo \ - $(am__objects_1) $(am__objects_2) + $(am__objects_1) libX11_la_OBJECTS = $(am_libX11_la_OBJECTS) libX11_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ @@ -278,139 +277,7 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include/X11 depcomp = $(SHELL) $(top_srcdir)/depcomp -am__maybe_remake_depfiles = depfiles -am__depfiles_remade = $(DEPDIR)/reallocarray.Plo \ - ./$(DEPDIR)/AllCells.Plo ./$(DEPDIR)/AllPlanes.Plo \ - ./$(DEPDIR)/AllowEv.Plo ./$(DEPDIR)/AutoRep.Plo \ - ./$(DEPDIR)/Backgnd.Plo ./$(DEPDIR)/BdrWidth.Plo \ - ./$(DEPDIR)/Bell.Plo ./$(DEPDIR)/Border.Plo \ - ./$(DEPDIR)/ChAccCon.Plo ./$(DEPDIR)/ChActPGb.Plo \ - ./$(DEPDIR)/ChClMode.Plo ./$(DEPDIR)/ChCmap.Plo \ - ./$(DEPDIR)/ChGC.Plo ./$(DEPDIR)/ChKeyCon.Plo \ - ./$(DEPDIR)/ChPntCon.Plo ./$(DEPDIR)/ChProp.Plo \ - ./$(DEPDIR)/ChSaveSet.Plo ./$(DEPDIR)/ChWAttrs.Plo \ - ./$(DEPDIR)/ChWindow.Plo ./$(DEPDIR)/ChkIfEv.Plo \ - ./$(DEPDIR)/ChkMaskEv.Plo ./$(DEPDIR)/ChkTypEv.Plo \ - ./$(DEPDIR)/ChkTypWEv.Plo ./$(DEPDIR)/ChkWinEv.Plo \ - ./$(DEPDIR)/CirWin.Plo ./$(DEPDIR)/CirWinDn.Plo \ - ./$(DEPDIR)/CirWinUp.Plo ./$(DEPDIR)/ClDisplay.Plo \ - ./$(DEPDIR)/Clear.Plo ./$(DEPDIR)/ClearArea.Plo \ - ./$(DEPDIR)/ConfWind.Plo ./$(DEPDIR)/Context.Plo \ - ./$(DEPDIR)/ConvSel.Plo ./$(DEPDIR)/CopyArea.Plo \ - ./$(DEPDIR)/CopyCmap.Plo ./$(DEPDIR)/CopyGC.Plo \ - ./$(DEPDIR)/CopyPlane.Plo ./$(DEPDIR)/CrBFData.Plo \ - ./$(DEPDIR)/CrCmap.Plo ./$(DEPDIR)/CrCursor.Plo \ - ./$(DEPDIR)/CrGC.Plo ./$(DEPDIR)/CrGlCur.Plo \ - ./$(DEPDIR)/CrPFBData.Plo ./$(DEPDIR)/CrPixmap.Plo \ - ./$(DEPDIR)/CrWindow.Plo ./$(DEPDIR)/Cursor.Plo \ - ./$(DEPDIR)/DefCursor.Plo ./$(DEPDIR)/DelProp.Plo \ - ./$(DEPDIR)/Depths.Plo ./$(DEPDIR)/DestSubs.Plo \ - ./$(DEPDIR)/DestWind.Plo ./$(DEPDIR)/DisName.Plo \ - ./$(DEPDIR)/DrArc.Plo ./$(DEPDIR)/DrArcs.Plo \ - ./$(DEPDIR)/DrLine.Plo ./$(DEPDIR)/DrLines.Plo \ - ./$(DEPDIR)/DrPoint.Plo ./$(DEPDIR)/DrPoints.Plo \ - ./$(DEPDIR)/DrRect.Plo ./$(DEPDIR)/DrRects.Plo \ - ./$(DEPDIR)/DrSegs.Plo ./$(DEPDIR)/ErrDes.Plo \ - ./$(DEPDIR)/ErrHndlr.Plo ./$(DEPDIR)/EvToWire.Plo \ - ./$(DEPDIR)/FSSaver.Plo ./$(DEPDIR)/FSWrap.Plo \ - ./$(DEPDIR)/FetchName.Plo ./$(DEPDIR)/FillArc.Plo \ - ./$(DEPDIR)/FillArcs.Plo ./$(DEPDIR)/FillPoly.Plo \ - ./$(DEPDIR)/FillRct.Plo ./$(DEPDIR)/FillRcts.Plo \ - ./$(DEPDIR)/FilterEv.Plo ./$(DEPDIR)/Flush.Plo \ - ./$(DEPDIR)/Font.Plo ./$(DEPDIR)/FontInfo.Plo \ - ./$(DEPDIR)/FontNames.Plo ./$(DEPDIR)/FreeCmap.Plo \ - ./$(DEPDIR)/FreeCols.Plo ./$(DEPDIR)/FreeCurs.Plo \ - ./$(DEPDIR)/FreeEData.Plo ./$(DEPDIR)/FreeEventData.Plo \ - ./$(DEPDIR)/FreeGC.Plo ./$(DEPDIR)/FreePix.Plo \ - ./$(DEPDIR)/GCMisc.Plo ./$(DEPDIR)/Geom.Plo \ - ./$(DEPDIR)/GetAtomNm.Plo ./$(DEPDIR)/GetColor.Plo \ - ./$(DEPDIR)/GetDflt.Plo ./$(DEPDIR)/GetEventData.Plo \ - ./$(DEPDIR)/GetFPath.Plo ./$(DEPDIR)/GetFProp.Plo \ - ./$(DEPDIR)/GetGCVals.Plo ./$(DEPDIR)/GetGeom.Plo \ - ./$(DEPDIR)/GetHColor.Plo ./$(DEPDIR)/GetHints.Plo \ - ./$(DEPDIR)/GetIFocus.Plo ./$(DEPDIR)/GetImage.Plo \ - ./$(DEPDIR)/GetKCnt.Plo ./$(DEPDIR)/GetMoEv.Plo \ - ./$(DEPDIR)/GetNrmHint.Plo ./$(DEPDIR)/GetPCnt.Plo \ - ./$(DEPDIR)/GetPntMap.Plo ./$(DEPDIR)/GetProp.Plo \ - ./$(DEPDIR)/GetRGBCMap.Plo ./$(DEPDIR)/GetSOwner.Plo \ - ./$(DEPDIR)/GetSSaver.Plo ./$(DEPDIR)/GetStCmap.Plo \ - ./$(DEPDIR)/GetTxtProp.Plo ./$(DEPDIR)/GetWAttrs.Plo \ - ./$(DEPDIR)/GetWMCMapW.Plo ./$(DEPDIR)/GetWMProto.Plo \ - ./$(DEPDIR)/GrButton.Plo ./$(DEPDIR)/GrKey.Plo \ - ./$(DEPDIR)/GrKeybd.Plo ./$(DEPDIR)/GrPointer.Plo \ - ./$(DEPDIR)/GrServer.Plo ./$(DEPDIR)/Host.Plo \ - ./$(DEPDIR)/Iconify.Plo ./$(DEPDIR)/IfEvent.Plo \ - ./$(DEPDIR)/ImText.Plo ./$(DEPDIR)/ImText16.Plo \ - ./$(DEPDIR)/ImUtil.Plo ./$(DEPDIR)/InitExt.Plo \ - ./$(DEPDIR)/InsCmap.Plo ./$(DEPDIR)/IntAtom.Plo \ - ./$(DEPDIR)/KeyBind.Plo ./$(DEPDIR)/KeysymStr.Plo \ - ./$(DEPDIR)/KillCl.Plo ./$(DEPDIR)/LiHosts.Plo \ - ./$(DEPDIR)/LiICmaps.Plo ./$(DEPDIR)/LiProps.Plo \ - ./$(DEPDIR)/ListExt.Plo ./$(DEPDIR)/LoadFont.Plo \ - ./$(DEPDIR)/LockDis.Plo ./$(DEPDIR)/LookupCol.Plo \ - ./$(DEPDIR)/LowerWin.Plo ./$(DEPDIR)/Macros.Plo \ - ./$(DEPDIR)/MapRaised.Plo ./$(DEPDIR)/MapSubs.Plo \ - ./$(DEPDIR)/MapWindow.Plo ./$(DEPDIR)/MaskEvent.Plo \ - ./$(DEPDIR)/Misc.Plo ./$(DEPDIR)/ModMap.Plo \ - ./$(DEPDIR)/MoveWin.Plo ./$(DEPDIR)/NextEvent.Plo \ - ./$(DEPDIR)/OCWrap.Plo ./$(DEPDIR)/OMWrap.Plo \ - ./$(DEPDIR)/OpenDis.Plo ./$(DEPDIR)/ParseCmd.Plo \ - ./$(DEPDIR)/ParseCol.Plo ./$(DEPDIR)/ParseGeom.Plo \ - ./$(DEPDIR)/PeekEvent.Plo ./$(DEPDIR)/PeekIfEv.Plo \ - ./$(DEPDIR)/Pending.Plo ./$(DEPDIR)/PixFormats.Plo \ - ./$(DEPDIR)/PmapBgnd.Plo ./$(DEPDIR)/PmapBord.Plo \ - ./$(DEPDIR)/PolyReg.Plo ./$(DEPDIR)/PolyTxt.Plo \ - ./$(DEPDIR)/PolyTxt16.Plo ./$(DEPDIR)/PropAlloc.Plo \ - ./$(DEPDIR)/PutBEvent.Plo ./$(DEPDIR)/PutImage.Plo \ - ./$(DEPDIR)/QuBest.Plo ./$(DEPDIR)/QuColor.Plo \ - ./$(DEPDIR)/QuColors.Plo ./$(DEPDIR)/QuCurShp.Plo \ - ./$(DEPDIR)/QuExt.Plo ./$(DEPDIR)/QuKeybd.Plo \ - ./$(DEPDIR)/QuPntr.Plo ./$(DEPDIR)/QuStipShp.Plo \ - ./$(DEPDIR)/QuTextE16.Plo ./$(DEPDIR)/QuTextExt.Plo \ - ./$(DEPDIR)/QuTileShp.Plo ./$(DEPDIR)/QuTree.Plo \ - ./$(DEPDIR)/Quarks.Plo ./$(DEPDIR)/RaiseWin.Plo \ - ./$(DEPDIR)/RdBitF.Plo ./$(DEPDIR)/RecolorC.Plo \ - ./$(DEPDIR)/ReconfWM.Plo ./$(DEPDIR)/ReconfWin.Plo \ - ./$(DEPDIR)/Region.Plo ./$(DEPDIR)/RegstFlt.Plo \ - ./$(DEPDIR)/RepWindow.Plo ./$(DEPDIR)/RestackWs.Plo \ - ./$(DEPDIR)/RotProp.Plo ./$(DEPDIR)/ScrResStr.Plo \ - ./$(DEPDIR)/SelInput.Plo ./$(DEPDIR)/SendEvent.Plo \ - ./$(DEPDIR)/SetBack.Plo ./$(DEPDIR)/SetCRects.Plo \ - ./$(DEPDIR)/SetClMask.Plo ./$(DEPDIR)/SetClOrig.Plo \ - ./$(DEPDIR)/SetDashes.Plo ./$(DEPDIR)/SetFPath.Plo \ - ./$(DEPDIR)/SetFont.Plo ./$(DEPDIR)/SetFore.Plo \ - ./$(DEPDIR)/SetFunc.Plo ./$(DEPDIR)/SetHints.Plo \ - ./$(DEPDIR)/SetIFocus.Plo ./$(DEPDIR)/SetLStyle.Plo \ - ./$(DEPDIR)/SetLocale.Plo ./$(DEPDIR)/SetNrmHint.Plo \ - ./$(DEPDIR)/SetPMask.Plo ./$(DEPDIR)/SetPntMap.Plo \ - ./$(DEPDIR)/SetRGBCMap.Plo ./$(DEPDIR)/SetSOwner.Plo \ - ./$(DEPDIR)/SetSSaver.Plo ./$(DEPDIR)/SetStCmap.Plo \ - ./$(DEPDIR)/SetState.Plo ./$(DEPDIR)/SetStip.Plo \ - ./$(DEPDIR)/SetTSOrig.Plo ./$(DEPDIR)/SetTile.Plo \ - ./$(DEPDIR)/SetTxtProp.Plo ./$(DEPDIR)/SetWMCMapW.Plo \ - ./$(DEPDIR)/SetWMProto.Plo ./$(DEPDIR)/StBytes.Plo \ - ./$(DEPDIR)/StColor.Plo ./$(DEPDIR)/StColors.Plo \ - ./$(DEPDIR)/StNColor.Plo ./$(DEPDIR)/StName.Plo \ - ./$(DEPDIR)/StrKeysym.Plo ./$(DEPDIR)/StrToText.Plo \ - ./$(DEPDIR)/Sync.Plo ./$(DEPDIR)/Synchro.Plo \ - ./$(DEPDIR)/Text.Plo ./$(DEPDIR)/Text16.Plo \ - ./$(DEPDIR)/TextExt.Plo ./$(DEPDIR)/TextExt16.Plo \ - ./$(DEPDIR)/TextToStr.Plo ./$(DEPDIR)/TrCoords.Plo \ - ./$(DEPDIR)/UIThrStubs.Plo ./$(DEPDIR)/UndefCurs.Plo \ - ./$(DEPDIR)/UngrabBut.Plo ./$(DEPDIR)/UngrabKbd.Plo \ - ./$(DEPDIR)/UngrabKey.Plo ./$(DEPDIR)/UngrabPtr.Plo \ - ./$(DEPDIR)/UngrabSvr.Plo ./$(DEPDIR)/UninsCmap.Plo \ - ./$(DEPDIR)/UnldFont.Plo ./$(DEPDIR)/UnmapSubs.Plo \ - ./$(DEPDIR)/UnmapWin.Plo ./$(DEPDIR)/VisUtil.Plo \ - ./$(DEPDIR)/WMGeom.Plo ./$(DEPDIR)/WMProps.Plo \ - ./$(DEPDIR)/WarpPtr.Plo ./$(DEPDIR)/WinEvent.Plo \ - ./$(DEPDIR)/Window.Plo ./$(DEPDIR)/Withdraw.Plo \ - ./$(DEPDIR)/WrBitF.Plo ./$(DEPDIR)/XlibAsync.Plo \ - ./$(DEPDIR)/XlibInt.Plo ./$(DEPDIR)/Xrm.Plo \ - ./$(DEPDIR)/evtomask.Plo ./$(DEPDIR)/globals.Plo \ - ./$(DEPDIR)/imConv.Plo ./$(DEPDIR)/locking.Plo \ - ./$(DEPDIR)/os2Stubs.Plo ./$(DEPDIR)/x11_xcb.Plo \ - ./$(DEPDIR)/xcb_disp.Plo ./$(DEPDIR)/xcb_io.Plo +am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -453,9 +320,9 @@ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ - distdir distdir-am -am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \ - config.h.in + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/OpenDis.c -> _service:tar_scm:libX11-1.8.4.tar.xz/src/OpenDis.c
Changed
@@ -189,6 +189,7 @@ dpy->xcmisc_opcode = 0; dpy->xkb_info = NULL; dpy->exit_handler_data = NULL; + dpy->in_ifevent = 0; /* * Setup other information in this display structure.
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/PeekIfEv.c -> _service:tar_scm:libX11-1.8.4.tar.xz/src/PeekIfEv.c
Changed
@@ -50,6 +50,10 @@ unsigned long qe_serial = 0; LockDisplay(dpy); +#ifdef XTHREADS + dpy->ifevent_thread = xthread_self(); +#endif + dpy->in_ifevent++; prev = NULL; while (1) { for (qelt = prev ? prev->next : dpy->head; @@ -63,6 +67,7 @@ _XStoreEventCookie(dpy, ©); *event = copy; } + dpy->in_ifevent--; UnlockDisplay(dpy); return 0; }
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/QuColors.c -> _service:tar_scm:libX11-1.8.4.tar.xz/src/QuColors.c
Changed
@@ -43,7 +43,7 @@ GetReq(QueryColors, req); - req->cmap = cmap; + req->cmap = (CARD32) cmap; SetReqLen(req, ncolors, ncolors); /* each pixel is a CARD32 */ for (i = 0; i < ncolors; i++) @@ -51,11 +51,11 @@ /* XXX this isn't very efficient */ if (_XReply(dpy, (xReply *) &rep, 0, xFalse) != 0) { - xrgb *color = Xmallocarray(ncolors, sizeof(xrgb)); + xrgb *color = Xmallocarray((size_t) ncolors, sizeof(xrgb)); if (color != NULL) { - unsigned long nbytes = (long) ncolors * SIZEOF(xrgb); + unsigned long nbytes = (size_t) ncolors * SIZEOF(xrgb); - _XRead(dpy, (char *) color, nbytes); + _XRead(dpy, (char *) color, (long) nbytes); for (i = 0; i < ncolors; i++) { register XColor *def = &defsi; @@ -82,9 +82,9 @@ int n; if (dpy->bigreq_size > 0) - n = dpy->bigreq_size - (sizeof (xQueryColorsReq) >> 2) - 1; + n = (int) (dpy->bigreq_size - (sizeof (xQueryColorsReq) >> 2) - 1); else - n = dpy->max_request_size - (sizeof (xQueryColorsReq) >> 2); + n = (int) (dpy->max_request_size - (sizeof (xQueryColorsReq) >> 2)); LockDisplay(dpy); while (ncolors >= n) {
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/SetCRects.c -> _service:tar_scm:libX11-1.8.4.tar.xz/src/SetCRects.c
Changed
@@ -44,16 +44,16 @@ register _XExtension *ext; GetReq (SetClipRectangles, req); - req->gc = gc->gid; - req->xOrigin = gc->values.clip_x_origin = clip_x_origin; - req->yOrigin = gc->values.clip_y_origin = clip_y_origin; - req->ordering = ordering; + req->gc = (CARD32) gc->gid; + req->xOrigin = (INT16) (gc->values.clip_x_origin = clip_x_origin); + req->yOrigin = (INT16) (gc->values.clip_y_origin = clip_y_origin); + req->ordering = (BYTE) ordering; len = ((long)n) << 1; SetReqLen(req, len, 1); len <<= 2; Data16 (dpy, (short *) rectangles, len); gc->rects = 1; - dirty = gc->dirty & ~(GCClipMask | GCClipXOrigin | GCClipYOrigin); + dirty = (gc->dirty & (unsigned long) ~(GCClipMask | GCClipXOrigin | GCClipYOrigin)); gc->dirty = GCClipMask | GCClipXOrigin | GCClipYOrigin; /* call out to any extensions interested */ for (ext = dpy->ext_procs; ext; ext = ext->next)
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/config.h.in -> _service:tar_scm:libX11-1.8.4.tar.xz/src/config.h.in
Changed
@@ -36,8 +36,8 @@ /* Define to 1 if you have the `ws2_32' library (-lws2_32). */ #undef HAVE_LIBWS2_32 -/* Define to 1 if you have the <minix/config.h> header file. */ -#undef HAVE_MINIX_CONFIG_H +/* Define to 1 if you have the <memory.h> header file. */ +#undef HAVE_MEMORY_H /* Define to 1 if you have a working `mmap' system call. */ #undef HAVE_MMAP @@ -57,24 +57,15 @@ /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H -/* Define to 1 if you have the <stdio.h> header file. */ -#undef HAVE_STDIO_H - /* Define to 1 if you have the <stdlib.h> header file. */ #undef HAVE_STDLIB_H -/* Define to 1 if you have the `strcasecmp' function. */ -#undef HAVE_STRCASECMP - /* Define to 1 if you have the <strings.h> header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the <string.h> header file. */ #undef HAVE_STRING_H -/* Define to 1 if you have the `strlcpy' function. */ -#undef HAVE_STRLCPY - /* Define to 1 if you have the `strtol' function. */ #undef HAVE_STRTOL @@ -102,9 +93,6 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H -/* Define to 1 if you have the <wchar.h> header file. */ -#undef HAVE_WCHAR_H - /* Define to 1 if the system has the `__builtin_popcountl' built-in function */ #undef HAVE___BUILTIN_POPCOUNTL @@ -151,9 +139,7 @@ /* Patch version of this package */ #undef PACKAGE_VERSION_PATCHLEVEL -/* Define to 1 if all of the C90 standard headers exist (not just the ones - required in a freestanding environment). This macro is provided for - backward compatibility; new code need not use it. */ +/* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* Support TCP socket connections */ @@ -178,87 +164,21 @@ #ifndef _ALL_SOURCE # undef _ALL_SOURCE #endif -/* Enable general extensions on macOS. */ -#ifndef _DARWIN_C_SOURCE -# undef _DARWIN_C_SOURCE -#endif -/* Enable general extensions on Solaris. */ -#ifndef __EXTENSIONS__ -# undef __EXTENSIONS__ -#endif /* Enable GNU extensions on systems that have them. */ #ifndef _GNU_SOURCE # undef _GNU_SOURCE #endif -/* Enable X/Open compliant socket functions that do not require linking - with -lxnet on HP-UX 11.11. */ -#ifndef _HPUX_ALT_XOPEN_SOCKET_API -# undef _HPUX_ALT_XOPEN_SOCKET_API -#endif -/* Identify the host operating system as Minix. - This macro does not affect the system headers' behavior. - A future release of Autoconf may stop defining this macro. */ -#ifndef _MINIX -# undef _MINIX -#endif -/* Enable general extensions on NetBSD. - Enable NetBSD compatibility extensions on Minix. */ -#ifndef _NETBSD_SOURCE -# undef _NETBSD_SOURCE -#endif -/* Enable OpenBSD compatibility extensions on NetBSD. - Oddly enough, this does nothing on OpenBSD. */ -#ifndef _OPENBSD_SOURCE -# undef _OPENBSD_SOURCE -#endif -/* Define to 1 if needed for POSIX-compatible behavior. */ -#ifndef _POSIX_SOURCE -# undef _POSIX_SOURCE -#endif -/* Define to 2 if needed for POSIX-compatible behavior. */ -#ifndef _POSIX_1_SOURCE -# undef _POSIX_1_SOURCE -#endif -/* Enable POSIX-compatible threading on Solaris. */ +/* Enable threading extensions on Solaris. */ #ifndef _POSIX_PTHREAD_SEMANTICS # undef _POSIX_PTHREAD_SEMANTICS #endif -/* Enable extensions specified by ISO/IEC TS 18661-5:2014. */ -#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ -# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ -#endif -/* Enable extensions specified by ISO/IEC TS 18661-1:2014. */ -#ifndef __STDC_WANT_IEC_60559_BFP_EXT__ -# undef __STDC_WANT_IEC_60559_BFP_EXT__ -#endif -/* Enable extensions specified by ISO/IEC TS 18661-2:2015. */ -#ifndef __STDC_WANT_IEC_60559_DFP_EXT__ -# undef __STDC_WANT_IEC_60559_DFP_EXT__ -#endif -/* Enable extensions specified by ISO/IEC TS 18661-4:2015. */ -#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__ -# undef __STDC_WANT_IEC_60559_FUNCS_EXT__ -#endif -/* Enable extensions specified by ISO/IEC TS 18661-3:2015. */ -#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__ -# undef __STDC_WANT_IEC_60559_TYPES_EXT__ -#endif -/* Enable extensions specified by ISO/IEC TR 24731-2:2010. */ -#ifndef __STDC_WANT_LIB_EXT2__ -# undef __STDC_WANT_LIB_EXT2__ -#endif -/* Enable extensions specified by ISO/IEC 24747:2009. */ -#ifndef __STDC_WANT_MATH_SPEC_FUNCS__ -# undef __STDC_WANT_MATH_SPEC_FUNCS__ -#endif /* Enable extensions on HP NonStop. */ #ifndef _TANDEM_SOURCE # undef _TANDEM_SOURCE #endif -/* Enable X/Open extensions. Define to 500 only if necessary - to make mbstate_t available. */ -#ifndef _XOPEN_SOURCE -# undef _XOPEN_SOURCE +/* Enable general extensions on Solaris. */ +#ifndef __EXTENSIONS__ +# undef __EXTENSIONS__ #endif @@ -307,11 +227,26 @@ /* Whether libX11 needs to use MT safe API's */ #undef XUSE_MTSAFE_API +/* Enable large inode numbers on Mac OS X 10.5. */ +#ifndef _DARWIN_USE_64_BIT_INODE +# define _DARWIN_USE_64_BIT_INODE 1 +#endif + /* Number of bits in a file offset, on hosts where this is settable. */ #undef _FILE_OFFSET_BITS /* Define for large files, on AIX-style hosts. */ #undef _LARGE_FILES +/* Define to 1 if on MINIX. */ +#undef _MINIX + +/* Define to 2 if the system does not provide POSIX.1 features except with + this defined. */ +#undef _POSIX_1_SOURCE + +/* Define to 1 if you need to in order for `stat' and other things to work. */ +#undef _POSIX_SOURCE + /* Defined if needed to expose struct msghdr.msg_control */ #undef _XOPEN_SOURCE
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/globals.c -> _service:tar_scm:libX11-1.8.4.tar.xz/src/globals.c
Changed
@@ -77,7 +77,9 @@ /* * Debugging information and display list; used to be in XOpenDis.c */ +#ifndef WIN32 ZEROINIT (int, _Xdebug, 0); +#endif ZEROINIT (Display *, _XHeadOfDisplayList, NULL); @@ -103,4 +105,10 @@ { XInitThreads(); } + +__attribute__((destructor)) static void +xlib_dtor(void) +{ + XFreeThreads(); +} #endif
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/locking.c -> _service:tar_scm:libX11-1.8.4.tar.xz/src/locking.c
Changed
@@ -240,7 +240,9 @@ if (lock_hist_loc >= LOCK_HIST_SIZE) lock_hist_loc = 0; #endif /* XTHREADS_WARN */ - xmutex_unlock(dpy->lock->mutex); + + if (dpy->in_ifevent == 0 || !xthread_equal(dpy->ifevent_thread, xthread_self())) + xmutex_unlock(dpy->lock->mutex); } @@ -457,17 +459,20 @@ XTHREADS_FILE_LINE_ARGS ) { -#ifdef XTHREADS struct _XErrorThreadInfo *ti; -#endif + + if (dpy->in_ifevent && xthread_equal(dpy->ifevent_thread, xthread_self())) + return; + #ifdef XTHREADS_WARN _XLockDisplayWarn(dpy, file, line); #else xmutex_lock(dpy->lock->mutex); #endif + if (dpy->lock->locking_level > 0) - _XDisplayLockWait(dpy); -#ifdef XTHREADS + _XDisplayLockWait(dpy); + /* * Skip the two function calls below which may generate requests * when LockDisplay is called from within _XError. @@ -475,7 +480,7 @@ for (ti = dpy->error_threads; ti; ti = ti->next) if (ti->error_thread == xthread_self()) return; -#endif + _XIDHandler(dpy); _XSeqSyncFunction(dpy); } @@ -490,6 +495,9 @@ XTHREADS_FILE_LINE_ARGS ) { + if (dpy->in_ifevent && xthread_equal(dpy->ifevent_thread, xthread_self())) + return; + #ifdef XTHREADS_WARN _XLockDisplayWarn(dpy, file, line); #else @@ -643,9 +651,32 @@ return 1; } +Status XFreeThreads(void) +{ + if (global_lock.lock != NULL) { + xmutex_free(global_lock.lock); + global_lock.lock = NULL; + } + if (i18n_lock.lock != NULL) { + xmutex_free(i18n_lock.lock); + i18n_lock.lock = NULL; + } + if (conv_lock.lock != NULL) { + xmutex_free(conv_lock.lock); + conv_lock.lock = NULL; + } + + return 1; +} + #else /* XTHREADS */ Status XInitThreads(void) { return 0; } + +Status XFreeThreads(void) +{ + return 0; +} #endif /* XTHREADS */
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/reallocarray.h -> _service:tar_scm:libX11-1.8.4.tar.xz/src/reallocarray.h
Changed
@@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2015, Oracle and/or its affiliates. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"),
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/util/Makefile.in -> _service:tar_scm:libX11-1.8.4.tar.xz/src/util/Makefile.in
Changed
@@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -126,8 +126,7 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src -I$(top_builddir)/include/X11 depcomp = $(SHELL) $(top_srcdir)/depcomp -am__maybe_remake_depfiles = depfiles -am__depfiles_remade = ./$(DEPDIR)/makekeys.Po +am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -168,6 +167,8 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -194,8 +195,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS_FOR_BUILD@ CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ -CSCOPE = @CSCOPE@ -CTAGS = @CTAGS@ CWARNFLAGS = @CWARNFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ @@ -209,11 +208,9 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ -ETAGS = @ETAGS@ EXEEXT = @EXEEXT_FOR_BUILD@ EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ FGREP = @FGREP@ -FILECMD = @FILECMD@ FILE_MAN_DIR = @FILE_MAN_DIR@ FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ FOP = @FOP@ @@ -277,6 +274,7 @@ STRIP = @STRIP@ STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ +USE_THREAD_LIBS = @USE_THREAD_LIBS@ VERSION = @VERSION@ WCHAR32 = @WCHAR32@ X11_CFLAGS = @X11_CFLAGS@ @@ -347,7 +345,6 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ -runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -390,8 +387,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -422,13 +419,7 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/makekeys.Po@am__quote@ # am--include-marker - -$(am__depfiles_remade): - @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ - -am--depfiles: $(am__depfiles_remade) +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/makekeys.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @@ -508,10 +499,8 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am -distdir-am: $(DISTFILES) +distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -581,7 +570,7 @@ mostlyclean-am distclean: distclean-am - -rm -f ./$(DEPDIR)/makekeys.Po + -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -627,7 +616,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -f ./$(DEPDIR)/makekeys.Po + -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -648,9 +637,9 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ - clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \ - ctags ctags-am distclean distclean-compile distclean-generic \ +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/xcms/Makefile.in -> _service:tar_scm:libX11-1.8.4.tar.xz/src/xcms/Makefile.in
Changed
@@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -137,39 +137,7 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src -I$(top_builddir)/include/X11 depcomp = $(SHELL) $(top_srcdir)/depcomp -am__maybe_remake_depfiles = depfiles -am__depfiles_remade = ./$(DEPDIR)/AddDIC.Plo ./$(DEPDIR)/AddSF.Plo \ - ./$(DEPDIR)/CCC.Plo ./$(DEPDIR)/CvColW.Plo \ - ./$(DEPDIR)/CvCols.Plo ./$(DEPDIR)/HVC.Plo \ - ./$(DEPDIR)/HVCGcC.Plo ./$(DEPDIR)/HVCGcV.Plo \ - ./$(DEPDIR)/HVCGcVC.Plo ./$(DEPDIR)/HVCMnV.Plo \ - ./$(DEPDIR)/HVCMxC.Plo ./$(DEPDIR)/HVCMxV.Plo \ - ./$(DEPDIR)/HVCMxVC.Plo ./$(DEPDIR)/HVCMxVs.Plo \ - ./$(DEPDIR)/HVCWpAj.Plo ./$(DEPDIR)/IdOfPr.Plo \ - ./$(DEPDIR)/LRGB.Plo ./$(DEPDIR)/Lab.Plo \ - ./$(DEPDIR)/LabGcC.Plo ./$(DEPDIR)/LabGcL.Plo \ - ./$(DEPDIR)/LabGcLC.Plo ./$(DEPDIR)/LabMnL.Plo \ - ./$(DEPDIR)/LabMxC.Plo ./$(DEPDIR)/LabMxL.Plo \ - ./$(DEPDIR)/LabMxLC.Plo ./$(DEPDIR)/LabWpAj.Plo \ - ./$(DEPDIR)/Luv.Plo ./$(DEPDIR)/LuvGcC.Plo \ - ./$(DEPDIR)/LuvGcL.Plo ./$(DEPDIR)/LuvGcLC.Plo \ - ./$(DEPDIR)/LuvMnL.Plo ./$(DEPDIR)/LuvMxC.Plo \ - ./$(DEPDIR)/LuvMxL.Plo ./$(DEPDIR)/LuvMxLC.Plo \ - ./$(DEPDIR)/LuvWpAj.Plo ./$(DEPDIR)/OfCCC.Plo \ - ./$(DEPDIR)/PrOfId.Plo ./$(DEPDIR)/QBlack.Plo \ - ./$(DEPDIR)/QBlue.Plo ./$(DEPDIR)/QGreen.Plo \ - ./$(DEPDIR)/QRed.Plo ./$(DEPDIR)/QWhite.Plo \ - ./$(DEPDIR)/QuCol.Plo ./$(DEPDIR)/QuCols.Plo \ - ./$(DEPDIR)/SetCCC.Plo ./$(DEPDIR)/SetGetCols.Plo \ - ./$(DEPDIR)/StCol.Plo ./$(DEPDIR)/StCols.Plo \ - ./$(DEPDIR)/UNDEFINED.Plo ./$(DEPDIR)/XRGB.Plo \ - ./$(DEPDIR)/XYZ.Plo ./$(DEPDIR)/cmsAllCol.Plo \ - ./$(DEPDIR)/cmsAllNCol.Plo ./$(DEPDIR)/cmsCmap.Plo \ - ./$(DEPDIR)/cmsColNm.Plo ./$(DEPDIR)/cmsGlobls.Plo \ - ./$(DEPDIR)/cmsInt.Plo ./$(DEPDIR)/cmsLkCol.Plo \ - ./$(DEPDIR)/cmsMath.Plo ./$(DEPDIR)/cmsProp.Plo \ - ./$(DEPDIR)/cmsTrig.Plo ./$(DEPDIR)/uvY.Plo \ - ./$(DEPDIR)/xyY.Plo +am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -242,6 +210,8 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -268,8 +238,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ -CSCOPE = @CSCOPE@ -CTAGS = @CTAGS@ CWARNFLAGS = @CWARNFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ @@ -283,11 +251,9 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ -ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ FGREP = @FGREP@ -FILECMD = @FILECMD@ FILE_MAN_DIR = @FILE_MAN_DIR@ FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ FOP = @FOP@ @@ -351,6 +317,7 @@ STRIP = @STRIP@ STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ +USE_THREAD_LIBS = @USE_THREAD_LIBS@ VERSION = @VERSION@ WCHAR32 = @WCHAR32@ X11_CFLAGS = @X11_CFLAGS@ @@ -421,7 +388,6 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ -runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -544,8 +510,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -577,75 +543,69 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AddDIC.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AddSF.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CCC.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CvColW.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CvCols.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HVC.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HVCGcC.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HVCGcV.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HVCGcVC.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HVCMnV.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HVCMxC.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HVCMxV.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HVCMxVC.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HVCMxVs.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HVCWpAj.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IdOfPr.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LRGB.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Lab.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LabGcC.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LabGcL.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LabGcLC.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LabMnL.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LabMxC.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LabMxL.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LabMxLC.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LabWpAj.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Luv.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LuvGcC.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LuvGcL.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LuvGcLC.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LuvMnL.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LuvMxC.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LuvMxL.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LuvMxLC.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LuvWpAj.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OfCCC.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PrOfId.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/QBlack.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/QBlue.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/QGreen.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/QRed.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/QWhite.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/QuCol.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/QuCols.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SetCCC.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SetGetCols.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/StCol.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/StCols.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/UNDEFINED.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XRGB.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XYZ.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmsAllCol.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmsAllNCol.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmsCmap.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmsColNm.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmsGlobls.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmsInt.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmsLkCol.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmsMath.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmsProp.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmsTrig.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uvY.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xyY.Plo@am__quote@ # am--include-marker - -$(am__depfiles_remade): - @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ - -am--depfiles: $(am__depfiles_remade) +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AddDIC.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AddSF.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CCC.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CvColW.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CvCols.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HVC.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HVCGcC.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HVCGcV.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HVCGcVC.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HVCMnV.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HVCMxC.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HVCMxV.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HVCMxVC.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HVCMxVs.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HVCWpAj.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IdOfPr.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LRGB.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Lab.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LabGcC.Plo@am__quote@
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/xkb/Makefile.in -> _service:tar_scm:libX11-1.8.4.tar.xz/src/xkb/Makefile.in
Changed
@@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -129,18 +129,7 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src -I$(top_builddir)/include/X11 depcomp = $(SHELL) $(top_srcdir)/depcomp -am__maybe_remake_depfiles = depfiles -am__depfiles_remade = ./$(DEPDIR)/XKB.Plo ./$(DEPDIR)/XKBAlloc.Plo \ - ./$(DEPDIR)/XKBBell.Plo ./$(DEPDIR)/XKBBind.Plo \ - ./$(DEPDIR)/XKBCompat.Plo ./$(DEPDIR)/XKBCtrls.Plo \ - ./$(DEPDIR)/XKBCvt.Plo ./$(DEPDIR)/XKBExtDev.Plo \ - ./$(DEPDIR)/XKBGAlloc.Plo ./$(DEPDIR)/XKBGeom.Plo \ - ./$(DEPDIR)/XKBGetByName.Plo ./$(DEPDIR)/XKBGetMap.Plo \ - ./$(DEPDIR)/XKBList.Plo ./$(DEPDIR)/XKBMAlloc.Plo \ - ./$(DEPDIR)/XKBMisc.Plo ./$(DEPDIR)/XKBNames.Plo \ - ./$(DEPDIR)/XKBRdBuf.Plo ./$(DEPDIR)/XKBSetGeom.Plo \ - ./$(DEPDIR)/XKBSetMap.Plo ./$(DEPDIR)/XKBUse.Plo \ - ./$(DEPDIR)/XKBleds.Plo +am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -184,6 +173,8 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -210,8 +201,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ -CSCOPE = @CSCOPE@ -CTAGS = @CTAGS@ CWARNFLAGS = @CWARNFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ @@ -225,11 +214,9 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ -ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ FGREP = @FGREP@ -FILECMD = @FILECMD@ FILE_MAN_DIR = @FILE_MAN_DIR@ FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ FOP = @FOP@ @@ -293,6 +280,7 @@ STRIP = @STRIP@ STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ +USE_THREAD_LIBS = @USE_THREAD_LIBS@ VERSION = @VERSION@ WCHAR32 = @WCHAR32@ X11_CFLAGS = @X11_CFLAGS@ @@ -363,7 +351,6 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ -runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -440,8 +427,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -473,33 +460,27 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKB.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKBAlloc.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKBBell.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKBBind.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKBCompat.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKBCtrls.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKBCvt.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKBExtDev.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKBGAlloc.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKBGeom.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKBGetByName.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKBGetMap.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKBList.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKBMAlloc.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKBMisc.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKBNames.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKBRdBuf.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKBSetGeom.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKBSetMap.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKBUse.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKBleds.Plo@am__quote@ # am--include-marker - -$(am__depfiles_remade): - @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ - -am--depfiles: $(am__depfiles_remade) +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKB.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKBAlloc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKBBell.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKBBind.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKBCompat.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKBCtrls.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKBCvt.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKBExtDev.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKBGAlloc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKBGeom.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKBGetByName.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKBGetMap.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKBList.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKBMAlloc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKBMisc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKBNames.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKBRdBuf.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKBSetGeom.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKBSetMap.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKBUse.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKBleds.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @@ -579,10 +560,8 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am -distdir-am: $(DISTFILES) +distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -652,27 +631,7 @@ mostlyclean-am distclean: distclean-am - -rm -f ./$(DEPDIR)/XKB.Plo - -rm -f ./$(DEPDIR)/XKBAlloc.Plo - -rm -f ./$(DEPDIR)/XKBBell.Plo - -rm -f ./$(DEPDIR)/XKBBind.Plo - -rm -f ./$(DEPDIR)/XKBCompat.Plo - -rm -f ./$(DEPDIR)/XKBCtrls.Plo - -rm -f ./$(DEPDIR)/XKBCvt.Plo - -rm -f ./$(DEPDIR)/XKBExtDev.Plo - -rm -f ./$(DEPDIR)/XKBGAlloc.Plo - -rm -f ./$(DEPDIR)/XKBGeom.Plo - -rm -f ./$(DEPDIR)/XKBGetByName.Plo - -rm -f ./$(DEPDIR)/XKBGetMap.Plo - -rm -f ./$(DEPDIR)/XKBList.Plo - -rm -f ./$(DEPDIR)/XKBMAlloc.Plo - -rm -f ./$(DEPDIR)/XKBMisc.Plo - -rm -f ./$(DEPDIR)/XKBNames.Plo - -rm -f ./$(DEPDIR)/XKBRdBuf.Plo - -rm -f ./$(DEPDIR)/XKBSetGeom.Plo - -rm -f ./$(DEPDIR)/XKBSetMap.Plo - -rm -f ./$(DEPDIR)/XKBUse.Plo - -rm -f ./$(DEPDIR)/XKBleds.Plo + -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -718,27 +677,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -f ./$(DEPDIR)/XKB.Plo - -rm -f ./$(DEPDIR)/XKBAlloc.Plo - -rm -f ./$(DEPDIR)/XKBBell.Plo - -rm -f ./$(DEPDIR)/XKBBind.Plo - -rm -f ./$(DEPDIR)/XKBCompat.Plo - -rm -f ./$(DEPDIR)/XKBCtrls.Plo - -rm -f ./$(DEPDIR)/XKBCvt.Plo - -rm -f ./$(DEPDIR)/XKBExtDev.Plo - -rm -f ./$(DEPDIR)/XKBGAlloc.Plo - -rm -f ./$(DEPDIR)/XKBGeom.Plo - -rm -f ./$(DEPDIR)/XKBGetByName.Plo - -rm -f ./$(DEPDIR)/XKBGetMap.Plo - -rm -f ./$(DEPDIR)/XKBList.Plo
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/xkb/XKBBind.c -> _service:tar_scm:libX11-1.8.4.tar.xz/src/xkb/XKBBind.c
Changed
@@ -113,36 +113,24 @@ return NoSymbol; if (col > 3) { - int lastSym, tmp, nGrp; + int firstSym, nGrp, grp; - lastSym = 3; + firstSym = 4; nGrp = XkbKeyNumGroups(xkb, kc); - if ((nGrp > 0) && - ((tmp = XkbKeyGroupWidth(xkb, kc, XkbGroup1Index)) > 2)) { - if (col <= (lastSym + tmp - 2)) - return XkbKeycodeToKeysym(dpy, kc, XkbGroup1Index, - col - lastSym + 2); - lastSym += tmp - 2; - } - if ((nGrp > 1) && - ((tmp = XkbKeyGroupWidth(xkb, kc, XkbGroup2Index)) > 2)) { - if (col <= (lastSym + tmp - 2)) - return XkbKeycodeToKeysym(dpy, kc, XkbGroup2Index, - col - lastSym + 2); - lastSym += tmp - 2; - } - if (nGrp > 2) { - tmp = XkbKeyGroupWidth(xkb, kc, XkbGroup3Index); - if (col <= lastSym + tmp) - return XkbKeycodeToKeysym(dpy, kc, XkbGroup3Index, - col - lastSym); - lastSym += tmp; - } - if (nGrp > 3) { - tmp = XkbKeyGroupWidth(xkb, kc, XkbGroup4Index); - if (col <= lastSym + tmp) - return XkbKeycodeToKeysym(dpy, kc, XkbGroup4Index, - col - lastSym); + for (grp = 0; grp < nGrp; grp++) { + int width = XkbKeyGroupWidth(xkb, kc, grp); + int skip = 0; + if (grp < 2) { + /* Skip the first two symbols in the first two groups, since we + * return them below for indexes 0-3. */ + skip = 2; + width -= skip; + if (width < 0) + width = 0; + } + if (col < firstSym + width) + return XkbKeycodeToKeysym(dpy, kc, grp, col - firstSym + skip); + firstSym += width; } return NoSymbol; } @@ -214,6 +202,14 @@ return mods; } +#ifdef __clang__ +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-declarations" +#elif defined(__GNUC__) +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wdeprecated-declarations" +#endif + KeySym XLookupKeysym(register XKeyEvent * event, int col) { @@ -223,22 +219,15 @@ return _XLookupKeysym(event, col); _XkbCheckPendingRefresh(dpy, dpy->xkb_info); -#ifdef __clang__ -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wdeprecated-declarations" -#elif defined(__GNUC__) -#pragma GCC diagnostic push -#pragma GCC diagnostic ignored "-Wdeprecated-declarations" -#endif return XKeycodeToKeysym(dpy, event->keycode, col); +} + #ifdef __clang__ #pragma clang diagnostic pop #elif defined(__GNUC__) #pragma GCC diagnostic pop #endif -} - /* * Not a public entry point -- XkbTranslateKey is an obsolete name * that is preserved here so that functions linked against the old
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/xkb/XKBNames.c -> _service:tar_scm:libX11-1.8.4.tar.xz/src/xkb/XKBNames.c
Changed
@@ -189,6 +189,7 @@ (char *) &names->keysrep->firstKey, rep->nKeys * XkbKeyNameLength)) goto BAILOUT; + names->num_keys = rep->nKeys; } else _XkbSkipReadBufferData(&buf, rep->nKeys * XkbKeyNameLength);
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/xlibi18n/Makefile.in -> _service:tar_scm:libX11-1.8.4.tar.xz/src/xlibi18n/Makefile.in
Changed
@@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.5 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -157,22 +157,7 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src -I$(top_builddir)/include/X11 depcomp = $(SHELL) $(top_srcdir)/depcomp -am__maybe_remake_depfiles = depfiles -am__depfiles_remade = ./$(DEPDIR)/ICWrap.Plo ./$(DEPDIR)/IMWrap.Plo \ - ./$(DEPDIR)/XDefaultIMIF.Plo ./$(DEPDIR)/XDefaultOMIF.Plo \ - ./$(DEPDIR)/XlcDL.Plo ./$(DEPDIR)/XlcSL.Plo \ - ./$(DEPDIR)/imKStoUCS.Plo ./$(DEPDIR)/lcCT.Plo \ - ./$(DEPDIR)/lcCharSet.Plo ./$(DEPDIR)/lcConv.Plo \ - ./$(DEPDIR)/lcDB.Plo ./$(DEPDIR)/lcDynamic.Plo \ - ./$(DEPDIR)/lcFile.Plo ./$(DEPDIR)/lcGeneric.Plo \ - ./$(DEPDIR)/lcInit.Plo ./$(DEPDIR)/lcPrTxt.Plo \ - ./$(DEPDIR)/lcPubWrap.Plo ./$(DEPDIR)/lcPublic.Plo \ - ./$(DEPDIR)/lcRM.Plo ./$(DEPDIR)/lcStd.Plo \ - ./$(DEPDIR)/lcTxtPr.Plo ./$(DEPDIR)/lcUTF8.Plo \ - ./$(DEPDIR)/lcUtil.Plo ./$(DEPDIR)/lcWrap.Plo \ - ./$(DEPDIR)/mbWMProps.Plo ./$(DEPDIR)/mbWrap.Plo \ - ./$(DEPDIR)/utf8WMProps.Plo ./$(DEPDIR)/utf8Wrap.Plo \ - ./$(DEPDIR)/wcWrap.Plo ./$(DEPDIR)/xim_trans.Plo +am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -216,6 +201,8 @@ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ @@ -242,8 +229,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ -CSCOPE = @CSCOPE@ -CTAGS = @CTAGS@ CWARNFLAGS = @CWARNFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ @@ -257,11 +242,9 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ -ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ FGREP = @FGREP@ -FILECMD = @FILECMD@ FILE_MAN_DIR = @FILE_MAN_DIR@ FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ FOP = @FOP@ @@ -325,6 +308,7 @@ STRIP = @STRIP@ STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ +USE_THREAD_LIBS = @USE_THREAD_LIBS@ VERSION = @VERSION@ WCHAR32 = @WCHAR32@ X11_CFLAGS = @X11_CFLAGS@ @@ -395,7 +379,6 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ -runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -567,8 +550,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -600,42 +583,36 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ICWrap.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IMWrap.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XDefaultIMIF.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XDefaultOMIF.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XlcDL.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XlcSL.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imKStoUCS.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcCT.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcCharSet.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcConv.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcDB.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcDynamic.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcFile.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcGeneric.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcInit.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcPrTxt.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcPubWrap.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcPublic.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcRM.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcStd.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcTxtPr.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcUTF8.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcUtil.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcWrap.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbWMProps.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbWrap.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf8WMProps.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf8Wrap.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wcWrap.Plo@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xim_trans.Plo@am__quote@ # am--include-marker - -$(am__depfiles_remade): - @$(MKDIR_P) $(@D) - @echo '# dummy' >$@-t && $(am__mv) $@-t $@ - -am--depfiles: $(am__depfiles_remade) +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ICWrap.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IMWrap.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XDefaultIMIF.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XDefaultOMIF.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XlcDL.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XlcSL.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imKStoUCS.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcCT.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcCharSet.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcConv.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcDB.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcDynamic.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcFile.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcGeneric.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcInit.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcPrTxt.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcPubWrap.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcPublic.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcRM.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcStd.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcTxtPr.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcUTF8.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcUtil.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcWrap.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbWMProps.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbWrap.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf8WMProps.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf8Wrap.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wcWrap.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xim_trans.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @@ -715,10 +692,8 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) distdir-am -distdir-am: $(DISTFILES) +distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/.^$$\\*/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -788,36 +763,7 @@ mostlyclean-am distclean: distclean-am - -rm -f ./$(DEPDIR)/ICWrap.Plo - -rm -f ./$(DEPDIR)/IMWrap.Plo - -rm -f ./$(DEPDIR)/XDefaultIMIF.Plo - -rm -f ./$(DEPDIR)/XDefaultOMIF.Plo - -rm -f ./$(DEPDIR)/XlcDL.Plo - -rm -f ./$(DEPDIR)/XlcSL.Plo - -rm -f ./$(DEPDIR)/imKStoUCS.Plo - -rm -f ./$(DEPDIR)/lcCT.Plo - -rm -f ./$(DEPDIR)/lcCharSet.Plo - -rm -f ./$(DEPDIR)/lcConv.Plo - -rm -f ./$(DEPDIR)/lcDB.Plo - -rm -f ./$(DEPDIR)/lcDynamic.Plo - -rm -f ./$(DEPDIR)/lcFile.Plo - -rm -f ./$(DEPDIR)/lcGeneric.Plo - -rm -f ./$(DEPDIR)/lcInit.Plo - -rm -f ./$(DEPDIR)/lcPrTxt.Plo - -rm -f ./$(DEPDIR)/lcPubWrap.Plo - -rm -f ./$(DEPDIR)/lcPublic.Plo - -rm -f ./$(DEPDIR)/lcRM.Plo - -rm -f ./$(DEPDIR)/lcStd.Plo
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/xlibi18n/XDefaultIMIF.c -> _service:tar_scm:libX11-1.8.4.tar.xz/src/xlibi18n/XDefaultIMIF.c
Changed
@@ -37,7 +37,7 @@ */ /* - * Copyright 2000 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, Oracle and/or its affiliates. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"),
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/xlibi18n/XDefaultOMIF.c -> _service:tar_scm:libX11-1.8.4.tar.xz/src/xlibi18n/XDefaultOMIF.c
Changed
@@ -37,7 +37,7 @@ */ /* - * Copyright 2000 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, Oracle and/or its affiliates. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"),
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/xlibi18n/XimTrInt.h -> _service:tar_scm:libX11-1.8.4.tar.xz/src/xlibi18n/XimTrInt.h
Changed
@@ -1,5 +1,5 @@ /* - * Copyright 1992 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1992, Oracle and/or its affiliates. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"),
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/xlibi18n/XimTrX.h -> _service:tar_scm:libX11-1.8.4.tar.xz/src/xlibi18n/XimTrX.h
Changed
@@ -1,5 +1,5 @@ /* - * Copyright 1992 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1992, Oracle and/or its affiliates. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"),
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/xlibi18n/XimTrans.h -> _service:tar_scm:libX11-1.8.4.tar.xz/src/xlibi18n/XimTrans.h
Changed
@@ -1,5 +1,5 @@ /* - * Copyright 1992 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1992, Oracle and/or its affiliates. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"),
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/xlibi18n/XimintP.h -> _service:tar_scm:libX11-1.8.4.tar.xz/src/xlibi18n/XimintP.h
Changed
@@ -1,5 +1,5 @@ /* - * Copyright 1991, 1992 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1991, 1992, Oracle and/or its affiliates. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"),
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/xlibi18n/XlcDL.c -> _service:tar_scm:libX11-1.8.4.tar.xz/src/xlibi18n/XlcDL.c
Changed
@@ -37,7 +37,7 @@ */ /* - * Copyright 2000 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, Oracle and/or its affiliates. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"),
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/xlibi18n/XlcSL.c -> _service:tar_scm:libX11-1.8.4.tar.xz/src/xlibi18n/XlcSL.c
Changed
@@ -37,7 +37,7 @@ */ /* - * Copyright 2000 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, Oracle and/or its affiliates. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"),
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/xlibi18n/lcFile.c -> _service:tar_scm:libX11-1.8.4.tar.xz/src/xlibi18n/lcFile.c
Changed
@@ -234,7 +234,7 @@ * * Note: this only protects setuid-root clients. It doesn't * protect other setuid or any setgid clients. If this tradeoff - * isn't acceptable, set DisableXLocaleDirEnv to YES in host.def. + * isn't acceptable, run configure with --disable-xlocaledir . */ unsigned int oldeuid; oldeuid = geteuid(); @@ -312,7 +312,7 @@ * * Note: this only protects setuid-root clients. It doesn't * protect other setuid or any setgid clients. If this tradeoff - * isn't acceptable, set DisableXLocaleDirEnv to YES in host.def. + * isn't acceptable, run configure with --disable-xlocaledir . */ unsigned int oldeuid; oldeuid = geteuid();
View file
_service:tar_scm:libX11-1.8.1.tar.xz/src/xlibi18n/lcInit.c -> _service:tar_scm:libX11-1.8.4.tar.xz/src/xlibi18n/lcInit.c
Changed
@@ -37,7 +37,7 @@ */ /* - * Copyright 2000 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, Oracle and/or its affiliates. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"),
View file
_service:tar_scm:libX11-1.8.1.tar.xz/test-driver -> _service:tar_scm:libX11-1.8.4.tar.xz/test-driver
Changed
@@ -1,9 +1,9 @@ #! /bin/sh # test-driver - basic testsuite driver script. -scriptversion=2018-03-07.03; # UTC +scriptversion=2013-07-13.22; # UTC -# Copyright (C) 2011-2021 Free Software Foundation, Inc. +# Copyright (C) 2011-2014 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <https://www.gnu.org/licenses/>. +# along with this program. If not, see <http://www.gnu.org/licenses/>. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -42,13 +42,11 @@ { cat <<END Usage: - test-driver --test-name NAME --log-file PATH --trs-file PATH - --expect-failure {yes|no} --color-tests {yes|no} - --enable-hard-errors {yes|no} -- + test-driver --test-name=NAME --log-file=PATH --trs-file=PATH + --expect-failure={yes|no} --color-tests={yes|no} + --enable-hard-errors={yes|no} -- TEST-SCRIPT TEST-SCRIPT-ARGUMENTS - The '--test-name', '--log-file' and '--trs-file' options are mandatory. -See the GNU Automake documentation for information. END } @@ -105,11 +103,8 @@ trap "st=141; $do_exit" 13 trap "st=143; $do_exit" 15 -# Test script is run here. We create the file first, then append to it, -# to ameliorate tests themselves also writing to the log file. Our tests -# don't, but others can (automake bug#35762). -: >"$log_file" -"$@" >>"$log_file" 2>&1 +# Test script is run here. +"$@" >$log_file 2>&1 estatus=$? if test $enable_hard_errors = no && test $estatus -eq 99; then @@ -131,7 +126,7 @@ # know whether the test passed or failed simply by looking at the '.log' # file, without the need of also peaking into the corresponding '.trs' # file (automake bug#11814). -echo "$res $test_name (exit status: $estatus)" >>"$log_file" +echo "$res $test_name (exit status: $estatus)" >>$log_file # Report outcome to console. echo "${col}${res}${std}: $test_name" @@ -145,9 +140,9 @@ # Local Variables: # mode: shell-script # sh-indentation: 2 -# eval: (add-hook 'before-save-hook 'time-stamp) +# eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-time-zone: "UTC0" +# time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End:
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2