[Commit] libic ChangeLog,1.14,1.15

Richard Henderson commit at keithp.com
Thu Jul 31 03:11:35 PDT 2003


Committed by: rth

Update of /local/src/CVS/libic
In directory home.keithp.com:/tmp/cvs-serv28876

Modified Files:
	ChangeLog 
Log Message:
        * src/ic.c: Make everything but IcComposite static.
        * src/iccompose.c: Make everything except IcBuildCompositeOperand
        and IcCompositeGeneral static.
        * src/icbltone.c (Ic8Lane, Ic16Lane, Ic32Lane): Make static.
        (IcLaneTable): Turn into a function.
        (IcBltOne): Make IcLane const.
        (icStipple24Bits): Make static.
        * src/icimage.h: Remove lots of now static declarations.
        * src/icrop.h: Likewise.
        * src/icutil.c (icStipple8Bits, icStipple4Bits): Make static.
        (icStipple2Bits, icStipple1Bits): Make static.
        (IcStippleTable): Turn into a function.


Index: ChangeLog
===================================================================
RCS file: /local/src/CVS/libic/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- ChangeLog	30 Jul 2003 18:50:38 -0000	1.14
+++ ChangeLog	31 Jul 2003 09:11:33 -0000	1.15
@@ -1,3 +1,18 @@
+2003-07-31  Richard Henderson  <rth at twiddle.net>
+
+	* src/ic.c: Make everything but IcComposite static.
+	* src/iccompose.c: Make everything except IcBuildCompositeOperand
+	and IcCompositeGeneral static.
+	* src/icbltone.c (Ic8Lane, Ic16Lane, Ic32Lane): Make static.
+	(IcLaneTable): Turn into a function.
+	(IcBltOne): Make IcLane const.
+	(icStipple24Bits): Make static.
+	* src/icimage.h: Remove lots of now static declarations.
+	* src/icrop.h: Likewise.
+	* src/icutil.c (icStipple8Bits, icStipple4Bits): Make static.
+	(icStipple2Bits, icStipple1Bits): Make static.
+	(IcStippleTable): Turn into a function.
+
 2003-07-30  Carl Worth  <cworth at isi.edu>
 
 	* src/ic.h: Fixed IcRectangle to be compatible with XRectangle.




More information about the Commit mailing list