Tue Mar 13 15:29:16 UTC 2012 mantoniotti@common-lisp.net
* Added TIMESTAMP.
Tue Mar 13 15:28:28 UTC 2012 mantoniotti@common-lisp.net
* Copyright updated.
Tue Mar 13 15:28:15 UTC 2012 mantoniotti@common-lisp.net
* Copyright updated.
Thu Jun 16 00:10:47 UTC 2011 mantoniotti@common-lisp.net
* Added "CL-UNIFICATION" as package nickname to match the .asd and .system specs.
Sat Apr 2 04:39:32 UTC 2011 rbrown@common-lisp.net
* Use *unify-string-case-sensitive-p* consistently.
Change the documentation.
Sat Apr 2 04:19:09 UTC 2011 rbrown@common-lisp.net
* match-block.lisp: Use &body in match-case and matchf-case so
code that uses them is correctly indented by editors.
Sat Apr 2 04:16:51 UTC 2011 mantoniotti@common-lisp.net
* Copyright updated.
diff -rN -u old-cl-unification-1/COPYING new-cl-unification-1/COPYING
--- old-cl-unification-1/COPYING 2013-07-25 02:32:07.000000000 +0000
+++ new-cl-unification-1/COPYING 2013-07-25 02:32:07.000000000 +0000
@@ -1,4 +1,4 @@
-Copyright (c) 2004-2011 Marco Antoniotti
+Copyright (c) 2004-2012 Marco Antoniotti
All rights reserved.
Permission is hereby granted, without written agreement and without
diff -rN -u old-cl-unification-1/ChangeLog new-cl-unification-1/ChangeLog
--- old-cl-unification-1/ChangeLog 2013-07-25 02:32:07.000000000 +0000
+++ new-cl-unification-1/ChangeLog 2013-07-25 02:32:07.000000000 +0000
@@ -1,3 +1,8 @@
+2011-03-28 Robert Brown The value of the variable *UNIFY-STRING-CASE-INSENSITIVE-P*. The value of the variable *UNIFY-STRING-CASE-SENSITIVE-P*.News
+
+
diff -rN -u old-cl-unification-1/docs/html/dictionary.html new-cl-unification-1/docs/html/dictionary.html
--- old-cl-unification-1/docs/html/dictionary.html 2013-07-25 02:32:07.000000000 +0000
+++ new-cl-unification-1/docs/html/dictionary.html 2013-07-25 02:32:07.000000000 +0000
@@ -279,7 +279,7 @@
@@ -339,7 +339,7 @@
diff -rN -u old-cl-unification-1/docs/html/downloads.html new-cl-unification-1/docs/html/downloads.html
--- old-cl-unification-1/docs/html/downloads.html 2013-07-25 02:32:07.000000000 +0000
+++ new-cl-unification-1/docs/html/downloads.html 2013-07-25 02:32:07.000000000 +0000
@@ -97,7 +97,7 @@
News
+
diff -rN -u old-cl-unification-1/docs/html/index.html new-cl-unification-1/docs/html/index.html
--- old-cl-unification-1/docs/html/index.html 2013-07-25 02:32:07.000000000 +0000
+++ new-cl-unification-1/docs/html/index.html 2013-07-25 02:32:07.000000000 +0000
@@ -374,7 +374,7 @@
diff -rN -u old-cl-unification-1/docs/html/links.html new-cl-unification-1/docs/html/links.html
--- old-cl-unification-1/docs/html/links.html 2013-07-25 02:32:07.000000000 +0000
+++ new-cl-unification-1/docs/html/links.html 2013-07-25 02:32:07.000000000 +0000
@@ -76,7 +76,7 @@
News
+
+
diff -rN -u old-cl-unification-1/docs/html/mailing-lists.html new-cl-unification-1/docs/html/mailing-lists.html
--- old-cl-unification-1/docs/html/mailing-lists.html 2013-07-25 02:32:07.000000000 +0000
+++ new-cl-unification-1/docs/html/mailing-lists.html 2013-07-25 02:32:07.000000000 +0000
@@ -55,7 +55,7 @@
@@ -117,7 +117,7 @@
diff -rN -u old-cl-unification-1/docs/html/string-template-class.html new-cl-unification-1/docs/html/string-template-class.html
--- old-cl-unification-1/docs/html/string-template-class.html 2013-07-25 02:32:07.000000000 +0000
+++ new-cl-unification-1/docs/html/string-template-class.html 2013-07-25 02:32:07.000000000 +0000
@@ -122,7 +122,7 @@
Affected By:
- Exceptional Situations:
diff -rN -u old-cl-unification-1/docs/html/templates.html new-cl-unification-1/docs/html/templates.html
--- old-cl-unification-1/docs/html/templates.html 2013-07-25 02:32:07.000000000 +0000
+++ new-cl-unification-1/docs/html/templates.html 2013-07-25 02:32:07.000000000 +0000
@@ -173,7 +173,7 @@
News
+
diff -rN -u old-cl-unification-1/docs/html/unification-dictionary.html new-cl-unification-1/docs/html/unification-dictionary.html
--- old-cl-unification-1/docs/html/unification-dictionary.html 2013-07-25 02:32:07.000000000 +0000
+++ new-cl-unification-1/docs/html/unification-dictionary.html 2013-07-25 02:32:07.000000000 +0000
@@ -38,7 +38,7 @@
News
+
diff -rN -u old-cl-unification-1/docs/html/unify-function.html new-cl-unification-1/docs/html/unify-function.html
--- old-cl-unification-1/docs/html/unify-function.html 2013-07-25 02:32:07.000000000 +0000
+++ new-cl-unification-1/docs/html/unify-function.html 2013-07-25 02:32:07.000000000 +0000
@@ -163,7 +163,7 @@
Two strings unify only is they are "equal", under the following - condition. If the variable *UNIFY-STRING-CASE-INSENSITIVE-P* is NIL + condition. If the variable *UNIFY-STRING-CASE-SENSITIVE-P* is T (the default) then the two strings s1 and s2 are compared using STRING=, otherwise they are compared using STRING-EQUAL.
@@ -335,7 +335,7 @@MAKE-EMPTY-ENVIRONMENT, UNIFICATION-FAILURE, - *UNIFY-STRING-CASE-INSENSITIVE-P*, OCCURS-IN-P, + *UNIFY-STRING-CASE-SENSITIVE-P*, OCCURS-IN-P, *OCCURENCE-CHECK-P*.