[armedbear-cvs] r13547 - trunk/abcl

mevenson at common-lisp.net mevenson at common-lisp.net
Mon Aug 29 14:03:41 UTC 2011


Author: mevenson
Date: Mon Aug 29 07:03:39 2011
New Revision: 13547

Log:
Noted CHANGES for contrib since abcl-0.26.2.

Modified:
   trunk/abcl/CHANGES

Modified: trunk/abcl/CHANGES
==============================================================================
--- trunk/abcl/CHANGES	Sun Aug 28 13:36:34 2011	(r13546)
+++ trunk/abcl/CHANGES	Mon Aug 29 07:03:39 2011	(r13547)
@@ -14,7 +14,7 @@
 Changes
 -------
 
- * Renamed LispObject.writeToString() method to (more lispy) printObject()
+ * Renamed LispObject.writeToString() method to (more Lispy) printObject()
 
  * New LispObject.princToString() for user readable output
 
@@ -36,6 +36,19 @@
 
  * Upgraded ASDF to 2.017
 
+ * JSS:JLIST-TO-LIST now converts any java.list.List to a Lisp list.
+
+ * The ASDF extensions from JSS for the "jar-directory", "jar-file",
+   and "class-file-directory" types have been refactored into the
+   ABCL-ASDF contrib as well as the *ADDED-TO-CLASSPATH* variable
+   which records dynamically added dependencies.  Use the
+   JSS:ENSURE-COMPATIBILITY function to have JSS include these
+   dependencies.  
+
+ * Threads spawned by THREADS:MAKE-THREAD can terminate the Lisp image
+   via the EXT:QUIT and EXT:EXIT functions.
+
+
 Fixes
 -----
 
@@ -83,6 +96,7 @@
   * Include the test source in the release.
 
   * Include ASDF definition in source release.
+  
 
 Version 0.26.1
 ==============




More information about the armedbear-cvs mailing list