[armedbear-cvs] r12536 - trunk/abcl
Erik Huelsmann
ehuelsmann at common-lisp.net
Sun Mar 14 19:23:03 UTC 2010
Author: ehuelsmann
Date: Sun Mar 14 15:22:59 2010
New Revision: 12536
Log:
Add fix to be merged.
Modified:
trunk/abcl/CHANGES
Modified: trunk/abcl/CHANGES
==============================================================================
--- trunk/abcl/CHANGES (original)
+++ trunk/abcl/CHANGES Sun Mar 14 15:22:59 2010
@@ -1,7 +1,7 @@
Version 0.19
============
svn://common-lisp.net/project/armedbear/svn/trunk/abcl
-(Unreleased)
+(14 Mar, 2010)
Features
--------
@@ -37,10 +37,10 @@
SYS:PATHNAME-JAR-P predicate signals whether a pathname references a
jar.
-
+
NB: jar pathnames do *not* currently work as an argument to OPEN.
- SYS:UNZIP implemented to unpack ZIP files.
+ SYS:UNZIP implemented to unpack ZIP files.
SYS:ZIP now has a three argument version for creating zip files with
hierarchical entries.
@@ -58,6 +58,9 @@
Fixes/Optimizations
-------------------
+* [svn r12526] Unbinding of PROGV bound variables on local transfer
+ of control (within-java-function jump targets)
+
* [svn r12510] The new ansi-test WITH-STANDARD-IO-SYNTAX.23 passes.
Our with-standard-io-syntax implementation now correctly resets all necessary
pprint variables. Patch by Douglas R. Miles, thanks for the contribution!
More information about the armedbear-cvs
mailing list