[xserver-commit] xserver ChangeLog,3.128,3.129

Jaymz Julian xserver-commit@pdx.freedesktop.org


Committed by: jaymz

Update of /cvs/xserver/xserver
In directory pdx:/tmp/cvs-serv28938

Modified Files:
	ChangeLog 
Log Message:
More NULL checks.  These ones are more useful than the last (which
just made debugging a bunch of problems easier), since you can
implement less in the basic simplest case driver now (not that i'm
lazy, mind :-p)



Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.128
retrieving revision 3.129
diff -u -d -r3.128 -r3.129
--- ChangeLog	4 Feb 2004 15:56:07 -0000	3.128
+++ ChangeLog	4 Feb 2004 16:08:27 -0000	3.129
@@ -1,4 +1,11 @@
 2004-02-05  Jaymz Julian  <jaymz@artificial-stupidity.net>
+	* hw/kdrive/src/kdrive.c:
+	More NULL checks.  These ones are more useful than the last (which
+	just made debugging a bunch of problems easier), since you can
+	implement less in the basic simplest case driver now (not that i'm
+	lazy, mind :-p)
+
+2004-02-05  Jaymz Julian  <jaymz@artificial-stupidity.net>
 	* dix/main.c:
 	* mi/mipointer.c:
 	* mi/midispcur.c: