[cl-enumeration-cvs] CVS update: enumerations/ChangeLog

Marco Antoniotti mantoniotti at common-lisp.net
Mon Nov 14 16:49:17 UTC 2005


Update of /project/cl-enumeration/cvsroot/enumerations
In directory common-lisp.net:/tmp/cvs-serv1122

Modified Files:
	ChangeLog 
Log Message:
ChangeLog updated.

Date: Mon Nov 14 17:49:16 2005
Author: mantoniotti

Index: enumerations/ChangeLog
diff -u enumerations/ChangeLog:1.1 enumerations/ChangeLog:1.2
--- enumerations/ChangeLog:1.1	Thu Jun 30 19:49:54 2005
+++ enumerations/ChangeLog	Mon Nov 14 17:49:16 2005
@@ -1,3 +1,24 @@
+2005-11-14  mantoniotti  <mantoniotti at vault>
+
+	* string-enumerations.lisp:
+	Commented out the protocol implementation for SIMPLE-STRING. The
+	methods may be a good idea, but CL does not support DEFMETHODs with a
+	"type" discriminant, and SIMPLE-STRING is a type and not a class.
+	This does not seem to cause problems in LW and CMUCL, but, for
+	example, it breaks ECL.
+
+2005-06-30  mantoniotti  <mantoniotti at vault>
+
+	* ChangeLog: ChangeLog created and updated.
+
+	* enumerations.system:
+	Added preliminary code to handle the ITERATE library.
+
+	* hash-table-enumerations.lisp:
+	Fixed stupid mistake in the ENUMERATE method.  The hash table was not
+	passed to MAKE-INSTANCE of the HASH-TABLE-ENUMERATION object.
+	Thanks to Martin Elster for finding this one out.
+
 2005-06-30  mantoniotti  <mantoniotti at vault>
 
 	* enumerations.system:




More information about the Cl-enumeration-cvs mailing list