[xorg-commit-diffs] xc ChangeLog,1.1.6.3,1.1.6.4

Alan Coopersmith xorg-commit at pdx.freedesktop.org
Sun Apr 18 13:00:44 EST 2004


Committed by: alanc

Update of /cvs/xorg/xc
In directory pdx:/tmp/cvs-serv28538

Modified Files:
      Tag: XORG-CURRENT
	ChangeLog 
Log Message:
	* xc/lib/GL/glx/Imakefile
	* xc/lib/GL/mesa/src/Imakefile
	LargePICTable required for Solaris SPARC builds

	* xc/programs/Xserver/hw/xfree86/drivers/glint/pm3_accel.c
	* xc/programs/Xserver/hw/xfree86/common/xf86Events.c
	Add != NULL to if statements to get past syntax error reported
	by Sun Forte 6.1 cc.

	* xc/config/imake/imake.c
	* xc/config/cf/sun.cf
	* xc/config/cf/sunLib.tmpl
	Allow compiling with Sun compilers installed somewhere other than
	/opt/SUNWspro

	* xc/programs/Xserver/hw/xfree86/common/compiler.h
	* xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.h
	Check for defined(sparc) as well as defined(__sparc__) since Sun
	compilers don't define __sparc__



Index: ChangeLog
===================================================================
RCS file: /cvs/xorg/xc/Attic/ChangeLog,v
retrieving revision 1.1.6.3
retrieving revision 1.1.6.4
diff -u -d -r1.1.6.3 -r1.1.6.4
--- a/ChangeLog	17 Apr 2004 18:47:05 -0000	1.1.6.3
+++ b/ChangeLog	18 Apr 2004 03:00:42 -0000	1.1.6.4
@@ -6,6 +6,26 @@
 	* xc/programs/Xserver/os/access.c
 	Bugzilla #495: LocalClientCred should use getpeerucred on Solaris 10
 
+	* xc/lib/GL/glx/Imakefile
+	* xc/lib/GL/mesa/src/Imakefile
+	LargePICTable required for Solaris SPARC builds
+
+	* xc/programs/Xserver/hw/xfree86/drivers/glint/pm3_accel.c
+	* xc/programs/Xserver/hw/xfree86/common/xf86Events.c
+	Add != NULL to if statements to get past syntax error reported
+	by Sun Forte 6.1 cc.
+
+	* xc/config/imake/imake.c
+	* xc/config/cf/sun.cf
+	* xc/config/cf/sunLib.tmpl
+	Allow compiling with Sun compilers installed somewhere other than
+	/opt/SUNWspro
+
+	* xc/programs/Xserver/hw/xfree86/common/compiler.h
+	* xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.h
+	Check for defined(sparc) as well as defined(__sparc__) since Sun
+	compilers don't define __sparc__
+
 2004-04-15  Alan Coopersmith  <alan.coopersmith at sun.com>
 
 	* xc/programs/Xserver/hw/xfree86/os-support/sunos/sun_mouse.c




More information about the xorg-commit-diffs mailing list