xenocara/lib/libX11
2007-04-14 20:44:09 +00:00
..
include regen with automake 1.9.6p2 2007-03-18 22:29:12 +00:00
man regen with automake 1.9.6p2 2007-03-18 22:29:12 +00:00
modules regen with automake 1.9.6p2 2007-03-18 22:29:12 +00:00
nls regen with automake 1.9.6p2 2007-03-18 22:29:12 +00:00
src libX11 CVE-2007-1667 2007-04-04 02:52:41 +00:00
acinclude.m4 import from X.Org 7.2RC2 2006-11-25 16:33:55 +00:00
aclocal.m4 regen with libtool 1.5.22p10 and metaauto 0.7 2007-04-14 20:44:09 +00:00
AUTHORS import from X.Org 7.2RC2 2006-11-25 16:33:55 +00:00
ChangeLog Import libX11 1.1.1 from X.Org 7.2RC3 2006-12-16 16:39:39 +00:00
compile import from X.Org 7.2RC2 2006-11-25 16:33:55 +00:00
config.guess regenerate with OpenBSD autotools 2006-11-27 12:40:38 +00:00
config.sub regen 2006-12-16 17:01:57 +00:00
configure regen with libtool 1.5.22p10 and metaauto 0.7 2007-04-14 20:44:09 +00:00
configure.ac Import libX11 1.1.1 from X.Org 7.2RC3 2006-12-16 16:39:39 +00:00
COPYING import from X.Org 7.2RC2 2006-11-25 16:33:55 +00:00
cpprules.in import from X.Org 7.2RC2 2006-11-25 16:33:55 +00:00
depcomp import from X.Org 7.2RC2 2006-11-25 16:33:55 +00:00
INSTALL import from X.Org 7.2RC2 2006-11-25 16:33:55 +00:00
install-sh import from X.Org 7.2RC2 2006-11-25 16:33:55 +00:00
ltmain.sh regen with libtool 1.5.22p10 and metaauto 0.7 2007-04-14 20:44:09 +00:00
Makefile.am import from X.Org 7.2RC2 2006-11-25 16:33:55 +00:00
Makefile.bsd-wrapper No dlopen() on vax and landisk for now 2007-03-15 22:23:39 +00:00
Makefile.in regen with automake 1.9.6p2 2007-03-18 22:29:12 +00:00
missing import from X.Org 7.2RC2 2006-11-25 16:33:55 +00:00
NEWS Import libX11 1.1.1 from X.Org 7.2RC3 2006-12-16 16:39:39 +00:00
README import from X.Org 7.2RC2 2006-11-25 16:33:55 +00:00
x11-xcb.pc.in import from X.Org 7.2RC2 2006-11-25 16:33:55 +00:00
x11.pc.in Import libX11 1.1.1 from X.Org 7.2RC3 2006-12-16 16:39:39 +00:00

#define S(x, y)  y##x

Please contact S(south.rr.com, wt@mid) and jim.gettys@hp.com before doing
any commits on this module.

This is the libX11 from XFree86.

The goal of this project are (1) to get libX11 out of the huge
XF86 hunk of code, (2) to make it buildable with autotools, and
(3) keep the ability to easily merge bug fixes from libX11 in
XF86 into this code, (4) make it possible for people to work with
Xlib without having to deal with the entire XFree86 distribution,
so that bugs can get detected and fixed, (5) provide a place to
move the X library forward.

1 and 2 are related in that a new build system will need to be
developed to get libX11 building outside of the XF86 tree.
Autotools was chosen for a variety of reasons, not the least
of which was that it is very common in the open source community.

For 3, notice that the directory structure of the src subdirectory
is congruant to the directory structure of xc/lib/X11 in the
XFree86 tree. Absolutely, do not break this unless this becomes
the dominant libX11. This allows easier incorporation of patches
from the XFree86 libX11.

For 4, notice that the library can be built without having to build
everything else, so you can build and test enhancements without
replacing your entire X distribution.

For 5, see the xlibs@pdx.freedesktop.org mailing list.  For example,
lots of "stuff" was pushed into Xlib that should have been stand-alone
libraries, since they are not of universal interest and touch the X
wire protocol.  (Mea culpa; a mistake I made 15 years ago that didn't
matter much in the days before shared libraries has been amplified for
aeons- jg).  And Xlib does not tolerate loss of its connection well,
and so on...

Thanks for checking this package out, Warren Turkal and Jim Gettys.