Delete trailing whitespace. In lambda-list-parsing.lisp this fixes a bug
ChangeLog
Sat Apr 2 03:50:19 UTC 2011 rbrown@common-lisp.net
* Delete trailing whitespace. In lambda-list-parsing.lisp this fixes a bug
with ~@<newline> format directives.
--- old-cl-unification-1/ChangeLog 2014-09-11 07:31:25.000000000 +0000
+++ new-cl-unification-1/ChangeLog 2014-09-11 07:31:25.000000000 +0000
@@ -1,5 +1,15 @@
2011-02-24 Robert Brown <robert.brown at gmail.com>
+ * lambda-list-parsing.lisp: Delete trailing whitespace that turned
+ ~@<newline> into a bogus format directive by converting it into
+ ~@<space><newline>
+
+ * unifier.lisp, apply-substitution.lisp, cl-unification.system
+ * match-block.lisp, templates-hierarchy.lisp, unifier.lisp
+ * lib-dependent/cl-ppcre-template.lisp: delete trailing whitespace
+
+2011-02-24 Robert Brown <robert.brown at gmail.com>
+
* unifier.lisp: Allow vectors to unify with sequence templates.
* test/unification-tests.lisp: new test to verify the change