Index: /trunk/ccl/ChangeLog
===================================================================
--- /trunk/ccl/ChangeLog	(revision 4902)
+++ /trunk/ccl/ChangeLog	(revision 4903)
@@ -1,2 +1,37 @@
+2006-07-23 03:05  gb
+
+	* level-1/l1-clos-boot.lisp: *class-table* entry for BASIC-STREAM.
+
+2006-07-23 03:03  gb
+
+	* level-1/l1-streams.lisp: STREAM-IOBLOCK now takes 2 required args
+	and is inlined.
+	
+	Some bug fixes; STREAM class no longer has slots.
+	
+	IOBLOCK-READ-CHAR-FUNCTION used by READ-CHAR.  %ioblock-read-byte
+	variants; fix read-byte botch (should vector according to
+	element-type.)
+
+2006-07-23 02:54  gb
+
+	* level-1/: linux-files.lisp, l1-sysio.lisp, l1-sockets.lisp:
+	STREAM-IOBLOCK now takes 2 required args.
+
+2006-07-23 02:54  gb
+
+	* level-1/version.lisp: Bump.
+
+2006-07-23 02:53  gb
+
+	* library/lispequ.lisp: Start to define what a BASIC-STREAM looks
+	like.
+
+2006-07-23 02:53  gb
+
+	* lib/macros.lisp: Move stream-ioblock access/locking macros here.
+	
+	Likewise WITH-EAGAIN.
+
 2006-07-23 01:12  gb
 
