CVSROOT: /home/x-cvs
Module name: xc
Changes by: [EMAIL PROTECTED] 03/10/26 04:17:18
Log message:
Export strl{cat,cpy} functions to the server modules and provide
an implementation for the systems that don't have them.
Modified files:
xc/config/cf/:
FreeBSD.cf Imake.tmpl NetBSD.cf OpenBSD.cf darwin.cf
sun.cf
xc/programs/Xserver/:
Imakefile
xc/programs/Xserver/hw/xfree86/:
CHANGELOG
xc/programs/Xserver/hw/xfree86/doc/sgml/:
LICENSE.sgml
xc/programs/Xserver/hw/xfree86/loader/:
xf86sym.c
xc/programs/Xserver/hw/xfree86/os-support/:
xf86_ansic.h xf86_libc.h
xc/programs/Xserver/hw/xfree86/os-support/shared/:
libc_wrapper.c
xc/programs/Xserver/hw/xfree86/xf86cfg/:
Imakefile
xc/programs/Xserver/os/:
Imakefile
Added files:
xc/lib/misc/:
strlcat.c strlcpy.c
Revision Changes Path
3.136 +4 -1 xc/config/cf/FreeBSD.cf
3.150 +4 -1 xc/config/cf/Imake.tmpl
3.119 +4 -1 xc/config/cf/NetBSD.cf
3.95 +4 -1 xc/config/cf/OpenBSD.cf
1.41 +2 -1 xc/config/cf/darwin.cf
3.69 +4 -1 xc/config/cf/sun.cf
3.294 +5 -5 xc/programs/Xserver/Imakefile
3.2904 +4 -1 xc/programs/Xserver/hw/xfree86/CHANGELOG
1.16 +17 -1 xc/programs/Xserver/hw/xfree86/doc/sgml/LICENSE.sgml
1.241 +3 -1 xc/programs/Xserver/hw/xfree86/loader/xf86sym.c
3.52 +3 -1 xc/programs/Xserver/hw/xfree86/os-support/xf86_ansic.h
3.60 +5 -1 xc/programs/Xserver/hw/xfree86/os-support/xf86_libc.h
1.100 +13 -1
xc/programs/Xserver/hw/xfree86/os-support/shared/libc_wrapper.c
1.24 +13 -1 xc/programs/Xserver/hw/xfree86/xf86cfg/Imakefile
3.41 +17 -4 xc/programs/Xserver/os/Imakefile
_______________________________________________
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit