[cl-enumeration-cvs] CVS enumerations

mantoniotti mantoniotti at common-lisp.net
Sun Dec 12 21:59:00 UTC 2010


Update of /project/cl-enumeration/cvsroot/enumerations
In directory cl-net:/tmp/cvs-serv12688

Modified Files:
	ChangeLog 
Log Message:
ChangeLog updated.


--- /project/cl-enumeration/cvsroot/enumerations/ChangeLog	2005/11/14 16:49:16	1.2
+++ /project/cl-enumeration/cvsroot/enumerations/ChangeLog	2010/12/12 21:59:00	1.3
@@ -1,3 +1,28 @@
+2010-12-12  author  <author at paniscia.local>
+
+	* enumerations.asd: Changed system name.
+
+2010-12-08  author  <author at paniscia.local>
+
+	* iterate-enumeration.lisp: Added file.
+
+	* enumerations.asd: Added conditional dependency on ITERATE.
+
+	* enumerations.asd: Minor change to make sure that ASDF does not bomb.
+
+	* enumerations.asd: Added .asd file.
+
+2005-11-14  author  <author at paniscia.local>
+
+	* ChangeLog: ChangeLog updated.
+
+	* 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-11-14  mantoniotti  <mantoniotti at vault>
 
 	* string-enumerations.lisp:





More information about the Cl-enumeration-cvs mailing list