CVSROOT: /home/x-cvs
Module name: xc
Changes by: [EMAIL PROTECTED] 03/07/20 09:12:21
Log message:
318. More IPv6 changes from Alan Coopersmith as follows:
- Add support for IPv6 bracketed numeric addresses, similar to RFC 2732
syntax to a number of areas.
- Fix some issues with colon parsing and determining which addresses are
DECnet (two colons between hostname and display number) and which are
non-bracketed IPv6 numeric addresses ending in two colons, followed by
another colon and the display number (three colons in a row).
- Fix additional places Fabio forgot to change the string length when
switching "inetv6" to "inet6".
- Use MAXHOSTNAMELEN if it is defined for MAXHOSTNAME in xrdb. (Perhaps
NI_MAXHOST should be used as well on platforms that support it.)
- Make #include <sys/socket.h> in Xtrans.h look like the other places
it's included in the tree, with checks for Lynx & Win32
Modified files:
xc/lib/X11/:
ConnDis.c
xc/lib/Xp/:
XpNotifyPdm.c
xc/lib/xtrans/:
Xtrans.c Xtrans.h
xc/programs/Xserver/hw/xfree86/:
CHANGELOG
xc/programs/Xserver/os/:
access.c
xc/programs/lbxproxy/di/:
pm.c
xc/programs/xhost/:
xhost.c
xc/programs/xrdb/:
xrdb.c
xc/programs/xrx/helper/:
GetUrl.c
xc/programs/xrx/rx/:
XUrls.c
xc/programs/xrx/xnest-plugin/:
XnestDis.c
xc/programs/xsm/:
choose.c
Revision Changes Path
3.27 +18 -4 xc/lib/X11/ConnDis.c
1.7 +6 -4 xc/lib/Xp/XpNotifyPdm.c
3.31 +29 -4 xc/lib/xtrans/Xtrans.c
3.21 +8 -1 xc/lib/xtrans/Xtrans.h
3.2781 +14 -1 xc/programs/Xserver/hw/xfree86/CHANGELOG
3.49 +2 -2 xc/programs/Xserver/os/access.c
1.13 +100 -11 xc/programs/lbxproxy/di/pm.c
3.25 +7 -7 xc/programs/xhost/xhost.c
3.17 +21 -8 xc/programs/xrdb/xrdb.c
1.5 +16 -3 xc/programs/xrx/helper/GetUrl.c
1.12 +17 -9 xc/programs/xrx/rx/XUrls.c
1.3 +9 -0 xc/programs/xrx/xnest-plugin/XnestDis.c
1.7 +7 -2 xc/programs/xsm/choose.c
_______________________________________________
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit