libX11: Changes to 'master'
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Sat Aug 9 19:23:59 UTC 2025
.gitignore | 4
man/xkb/Makefile.am | 2
modules/im/ximcp/imLcIc.c | 2
modules/im/ximcp/imRm.c | 14
modules/im/ximcp/imThaiFlt.c | 22 -
modules/om/generic/omGeneric.c | 2
nls/C/XLC_LOCALE.pre | 10
nls/armscii-8/XLC_LOCALE.pre | 12
nls/en_US.UTF-8/XLC_LOCALE.pre | 36 -
nls/georgian-academy/XLC_LOCALE.pre | 12
nls/georgian-ps/XLC_LOCALE.pre | 14
nls/ibm-cp1133/XLC_LOCALE.pre | 12
nls/iscii-dev/XLC_LOCALE.pre | 12
nls/isiri-3342/XLC_LOCALE.pre | 14
nls/iso8859-1/XLC_LOCALE.pre | 14
nls/iso8859-10/XLC_LOCALE.pre | 14
nls/iso8859-11/XLC_LOCALE.pre | 14
nls/iso8859-13/XLC_LOCALE.pre | 14
nls/iso8859-14/XLC_LOCALE.pre | 14
nls/iso8859-15/XLC_LOCALE.pre | 16
nls/iso8859-2/Compose.pre | 4
nls/iso8859-2/XLC_LOCALE.pre | 14
nls/iso8859-3/XLC_LOCALE.pre | 14
nls/iso8859-4/XLC_LOCALE.pre | 14
nls/iso8859-5/XLC_LOCALE.pre | 14
nls/iso8859-6/XLC_LOCALE.pre | 14
nls/iso8859-7/XLC_LOCALE.pre | 14
nls/iso8859-8/XLC_LOCALE.pre | 14
nls/iso8859-9/XLC_LOCALE.pre | 14
nls/iso8859-9e/XLC_LOCALE.pre | 14
nls/ja.JIS/XLC_LOCALE.pre | 12
nls/ja.SJIS/XLC_LOCALE.pre | 12
nls/ja/XLC_LOCALE.pre | 12
nls/ja_JP.UTF-8/XLC_LOCALE.pre | 14
nls/ko/XLC_LOCALE.pre | 12
nls/ko_KR.UTF-8/XLC_LOCALE.pre | 14
nls/koi8-c/XLC_LOCALE.pre | 12
nls/koi8-r/XLC_LOCALE.pre | 14
nls/koi8-u/XLC_LOCALE.pre | 12
nls/locale.alias.pre | 2
nls/microsoft-cp1251/XLC_LOCALE.pre | 14
nls/microsoft-cp1255/XLC_LOCALE.pre | 14
nls/microsoft-cp1256/XLC_LOCALE.pre | 14
nls/mulelao-1/XLC_LOCALE.pre | 12
nls/nokhchi-1/XLC_LOCALE.pre | 14
nls/pt_BR.UTF-8/XLC_LOCALE.pre | 16
nls/pt_PT.UTF-8/XLC_LOCALE.pre | 16
nls/tatar-cyr/XLC_LOCALE.pre | 14
nls/th_TH.UTF-8/XLC_LOCALE.pre | 10
nls/th_TH/XLC_LOCALE.pre | 10
nls/tscii-0/XLC_LOCALE.pre | 12
nls/vi_VN.tcvn/XLC_LOCALE.pre | 12
nls/vi_VN.viscii/XLC_LOCALE.pre | 12
nls/zh_CN.UTF-8/XLC_LOCALE.pre | 10
nls/zh_CN.gb18030/XLC_LOCALE.pre | 10
nls/zh_CN.gbk/XLC_LOCALE.pre | 12
nls/zh_HK.UTF-8/XLC_LOCALE.pre | 10
nls/zh_HK.big5/XLC_LOCALE.pre | 12
nls/zh_HK.big5hkscs/XLC_LOCALE.pre | 2
nls/zh_TW.UTF-8/XLC_LOCALE.pre | 12
nls/zh_TW/XLC_LOCALE.pre | 16
specs/i18n/trans/trans.xml | 2
specs/libX11/AppC.xml | 468 +++++++++++-----------
specs/libX11/AppD.xml | 204 ++++-----
specs/libX11/CH02.xml | 172 ++++----
specs/libX11/CH03.xml | 550 +++++++++++++-------------
specs/libX11/CH04.xml | 214 +++++-----
specs/libX11/CH05.xml | 58 +-
specs/libX11/CH06.xml | 426 ++++++++++----------
specs/libX11/CH07.xml | 208 ++++-----
specs/libX11/CH08.xml | 528 ++++++++++++-------------
specs/libX11/CH09.xml | 104 ++--
specs/libX11/CH10.xml | 604 ++++++++++++++--------------
specs/libX11/CH11.xml | 156 +++----
specs/libX11/CH12.xml | 414 +++++++++----------
specs/libX11/CH13.xml | 754 ++++++++++++++++++------------------
specs/libX11/CH14.xml | 586 +++++++++++++--------------
specs/libX11/CH15.xml | 120 ++---
specs/libX11/CH16.xml | 166 +++----
specs/libX11/credits.xml | 64 +--
specs/libX11/glossary.xml | 308 +++++++-------
specs/libX11/libX11.xml | 18
src/XErrorDB | 18
src/util/mkks.sh | 2
src/xlibi18n/lcGeneric.c | 2
src/xlibi18n/lcUTF8.c | 8
src/xlibi18n/lcUniConv/iso8859_9e.h | 2
87 files changed, 3455 insertions(+), 3455 deletions(-)
New commits:
commit 8b77c86a061df01069c94f8e16713a7345c99b9c
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date: Sat Aug 2 18:38:26 2025 -0700
Strip trailing whitespace from source files
Performed with: `git ls-files | xargs perl -i -p -e 's{[ \t]+$}{}'`
`git diff -w` & `git diff -b` show no diffs from this change
Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/lib/libx11/-/merge_requests/287>
More information about the xorg-commit
mailing list