Update of /project/cl-unification/cvsroot/cl-unification
In directory cl-net:/tmp/cvs-serv26456
Modified Files:
ChangeLog
Log Message:
ChangeLog updated.
--- /project/cl-unification/cvsroot/cl-unification/ChangeLog 2009/04/17 22:44:17 1.7
+++ /project/cl-unification/cvsroot/cl-unification/ChangeLog 2009/12/17 17:02:42 1.8
@@ -1,3 +1,35 @@
+2009-12-17 author <author(a)paniscia.local>
+
+ * lib-dependent/cl-ppcre-template.asd: Initial checkin.
+
+ * lib-dependent/cl-ppcre-template.lisp:
+ Patched to use Cl-PPCRE:SCAN-TO-STRINGS (thanks to Pixel // pinterface [a] gmail dot com).
+
+ * unifier.lisp: Minor cosmetic changes.
+
+ * unification-package.lisp: Exported MATCHF-CASE.
+
+ * templates-hierarchy.lisp:
+ Fixed a couple of problems with some accessors in the NUMBER,
+ STRUCTURE-OBJECT and STANDARD-OBJECT templates.
+
+ * match-block.lisp: Added MATCHF* macros.
+
+2009-04-18 author <author(a)paniscia.local>
+
+ * ChangeLog: ChangeLog updated.
+
+ * cl-unification.system, cl-unification.asd:
+ System definitions files (.asd and .system) modified in order to make
+ dependency form CL-PPCRE optional.
+
+ * lib-dependent/cl-ppcre-template.system: File added.
+
+ * lib-dependent/cl-ppcre-template.lisp:
+ Removed REQUIRE of CL-PPCRE. Too brittle.
+
+ * cl-unification-lib.asd: File added.
+
2009-04-18 author <author(a)Macintosh-9.local>
* cl-unification.system, cl-unification.asd: