xenocara/lib/libxtrans
matthieu 85da565ec0 Update to libxtrans 1.4.0. Major bumps for libX11 and libICE.
no objections from naddy@, espie@ and ajacoutot@
2019-08-04 13:33:46 +00:00
..
doc Update to libxtrans 1.4.0. Major bumps for libX11 and libICE. 2019-08-04 13:33:46 +00:00
aclocal.m4 Update to libxtrans 1.4.0. Major bumps for libX11 and libICE. 2019-08-04 13:33:46 +00:00
AUTHORS import from X.Org 7.2RC1 2006-11-25 18:24:24 +00:00
ChangeLog Update to libxtrans 1.4.0. Major bumps for libX11 and libICE. 2019-08-04 13:33:46 +00:00
compile Update to libxtrans 1.4.0. Major bumps for libX11 and libICE. 2019-08-04 13:33:46 +00:00
config.guess Update to xtrans 1.3.4 2014-04-13 11:57:04 +00:00
config.sub Update to xtrans 1.3.4 2014-04-13 11:57:04 +00:00
configure Update to libxtrans 1.4.0. Major bumps for libX11 and libICE. 2019-08-04 13:33:46 +00:00
configure.ac Update to libxtrans 1.4.0. Major bumps for libX11 and libICE. 2019-08-04 13:33:46 +00:00
COPYING Update to xtrans 1.2.6. Only a small bug fix in addition to the 2010-11-11 10:34:28 +00:00
docbook.am Update to xtrans 1.2.7 2012-04-08 14:50:52 +00:00
INSTALL Update to xtrans 1.3.4 2014-04-13 11:57:04 +00:00
install-sh Update to xtrans 1.3.4 2014-04-13 11:57:04 +00:00
Makefile.am Update to libxtrans 1.4.0. Major bumps for libX11 and libICE. 2019-08-04 13:33:46 +00:00
Makefile.bsd-wrapper Install more manual pages: 2019-05-10 11:44:39 +00:00
Makefile.in Update to libxtrans 1.4.0. Major bumps for libX11 and libICE. 2019-08-04 13:33:46 +00:00
missing Update to xtrans 1.3.4 2014-04-13 11:57:04 +00:00
README.md Update to libxtrans 1.4.0. Major bumps for libX11 and libICE. 2019-08-04 13:33:46 +00:00
transport.c Update to xtrans 1.3.4 2014-04-13 11:57:04 +00:00
Xtrans.c Update to libxtrans 1.4.0. Major bumps for libX11 and libICE. 2019-08-04 13:33:46 +00:00
Xtrans.h Update to libxtrans 1.4.0. Major bumps for libX11 and libICE. 2019-08-04 13:33:46 +00:00
xtrans.m4 Update to libxtrans 1.4.0. Major bumps for libX11 and libICE. 2019-08-04 13:33:46 +00:00
xtrans.pc.in Update to xtrans 1.3.4 2014-04-13 11:57:04 +00:00
Xtransint.h Update to libxtrans 1.4.0. Major bumps for libX11 and libICE. 2019-08-04 13:33:46 +00:00
Xtranslcl.c Update to libxtrans 1.4.0. Major bumps for libX11 and libICE. 2019-08-04 13:33:46 +00:00
Xtranssock.c Update to libxtrans 1.4.0. Major bumps for libX11 and libICE. 2019-08-04 13:33:46 +00:00
Xtransutil.c Update to xtrans 1.3.4 2014-04-13 11:57:04 +00:00

xtrans - X Network Transport layer shared code

xtrans is a library of code that is shared among various X packages to handle network protocol transport in a modular fashion, allowing a single place to add new transport types. It is used by the X server, libX11, libICE, the X font server, and related components.

It is however, NOT a shared library, but code which each consumer includes and builds it's own copy of with various #ifdef flags to make each copy slightly different. To support this in the modular build system, this package simply installs the C source files into $(prefix)/include/X11/Xtrans and installs a pkg-config file and an autoconf m4 macro file with the flags needed to use it.

Documentation of the xtrans API can be found in the included xtrans.xml file in DocBook XML format. If 'xmlto' is installed, you can generate text, html, postscript or pdf versions of the documentation by configuring the build with --enable-docs, which is the default.


All questions regarding this software should be directed at the Xorg mailing list:

https://lists.x.org/mailman/listinfo/xorg

The master development code repository can be found at:

https://gitlab.freedesktop.org/xorg/lib/libxtrans

Please submit bug reports and requests to merge patches there.

For patch submission instructions, see:

https://www.x.org/wiki/Development/Documentation/SubmittingPatches