[Armedbear-cvs] r14711 - trunk/abcl

mevenson at common-lisp.net mevenson at common-lisp.net
Wed Apr 30 13:54:09 UTC 2014


Author: mevenson
Date: Wed Apr 30 13:54:08 2014
New Revision: 14711

Log:
Note JFI boolean conversion in CHANGES.

Modified:
   trunk/abcl/CHANGES

Modified: trunk/abcl/CHANGES
==============================================================================
--- trunk/abcl/CHANGES	Wed Apr 30 09:49:01 2014	(r14710)
+++ trunk/abcl/CHANGES	Wed Apr 30 13:54:08 2014	(r14711)
@@ -6,10 +6,15 @@
 Version 1.3.1
 =============
 http://abcl.org/svn/tags/1.3.1/
-20-APR-2014
+30-APR-2014
 
 ## Fixed
 
+*  The underlying Java Function Interface (JFI) now converts CL:T and
+   CL:NIL to JAVA:+TRUE+ and JAVA:+FALSE+.  Users who wish to
+   reference a JAVA:+NULL+ should do so explicitly.
+   <http://abcl.org/trac/changeset/14694>
+
 *  Make JCALL work in more places.  Thanks to Olof-Joachim Frahm.
    <http://abcl.org/trac/changeset/14683>
 




More information about the armedbear-cvs mailing list