From 8c8358f3a52f9da1aa9f28fb66e42f9bda6cbb34 Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Wed, 26 Dec 2012 22:04:47 +0900 Subject: [PATCH] Updating version. --- lib/chibi/match/match.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/chibi/match/match.scm b/lib/chibi/match/match.scm index 91fdc901..f91e3282 100644 --- a/lib/chibi/match/match.scm +++ b/lib/chibi/match/match.scm @@ -210,6 +210,7 @@ ;; performance can be found at ;; http://synthcode.com/scheme/match-cond-expand.scm ;; +;; 2012/12/26 - wrapping match-let&co body in lexical closure ;; 2012/11/28 - fixing typo s/vetor/vector in largely unused set! code ;; 2012/05/23 - fixing combinatorial explosion of code in certain or patterns ;; 2011/09/25 - fixing bug when directly matching an identifier repeated in