aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-12-19 20:59:19 +0000
committerdos-reis <gdr@axiomatics.org>2010-12-19 20:59:19 +0000
commit737f8027fac2d4f398bed6e7f82ec69b45531668 (patch)
tree779daa29eb3853714ba3a2dc99ba322ca114a4cf /src/ChangeLog
parenta3493316634d0bf180116c59744a0aabe9afb311 (diff)
downloadopen-axiom-737f8027fac2d4f398bed6e7f82ec69b45531668.tar.gz
* algebra/files.spad.pamphlet (KeyedAccessFile): Use try/finally
instead of Lisp-level UNWIND-PROTECT.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3f914bd7..d2a64671 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
2010-12-19 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * algebra/files.spad.pamphlet (KeyedAccessFile): Use try/finally
+ instead of Lisp-level UNWIND-PROTECT.
+
+2010-12-19 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* interp/vmlisp.lisp (VECP): Remove.
(REFVECP): Likewise.
(CVECP): Likewise.