Changeset 14702
- Timestamp:
- 04/29/14 21:00:24 (9 years ago)
- Location:
- branches/1.3.1
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3.1/CHANGES
r14685 r14702 7 7 ============= 8 8 http://abcl.org/svn/tags/1.3.1/ 9 20-APR-20149 30-APR-2014 10 10 11 11 ## Fixed 12 13 * The underlying Java Function Interface (JFI) now converts CL:T and 14 CL:NIL to JAVA:+TRUE+ and JAVA:+FALSE+. Users who wish to 15 reference a JAVA:+NULL+ should do so explicitly. 12 16 13 17 * Make JCALL work in more places. Thanks to Olof-Joachim Frahm. -
branches/1.3.1/README
r14689 r14702 52 52 53 53 Armed Bear Common Lisp 1.3.1 54 Java 1. 7.0_51 Sun Microsystems Inc.55 Java HotSpot(TM) ClientVM56 Low-level initialization completed in 0. 3seconds.57 Startup completed in 2.294seconds.54 Java 1.8.0 Oracle Corporation 55 Java HotSpot(TM) 64-Bit Server VM 56 Low-level initialization completed in 0.238 seconds. 57 Startup completed in 1.278 seconds. 58 58 Type ":help" for a list of available commands. 59 59 CL-USER(1): -
branches/1.3.1/abcl.rdf
r14701 r14702 19 19 <> 20 20 abcl:branch <http://abcl.org/svn/trunk/abcl> ; 21 dc:identifier <urn:abcl.org/1.3.1# rc-3> ;21 dc:identifier <urn:abcl.org/1.3.1#> ; 22 22 doap:language "Common Lisp" ; 23 23 dc:created "01-JAN-2004" ; 24 dc:modified " 27-JAN-2014" ;24 dc:modified "30-APR-2014" ; 25 25 dc:version "abcl-1.3.1" ; 26 26 27 abcl:release-candidate "rc-3" .27 # abcl:release-candidate "rc-3" . 28 28 29 29 <> -
branches/1.3.1/doc/manual/abcl.tex
r14689 r14702 11 11 \date{Version 1.3.1 \\ 12 12 \smallskip 13 April 20, 2014}13 April 30, 2014} 14 14 \author{Mark Evenson \and Erik H\"{u}lsmann \and Rudolf Schlatte \and 15 15 Alessio Stalla \and Ville Voutilainen} … … 1457 1457 1458 1458 In March 2014, we introduced the Fourth Edition of the implementation 1459 with abcl-1.3.0. In April 2014, we released abcl-1.3.1 as a1460 maintainence release.1459 with abcl-1.3.0. At the end of April 2014, we released abcl-1.3.1 as 1460 a maintainence release. 1461 1461 1462 1462 \appendix -
branches/1.3.1/src/org/armedbear/lisp/Version.java
r14701 r14702 42 42 private Version() {} 43 43 44 static final String baseVersion = "1.3.1 -rc-3";44 static final String baseVersion = "1.3.1"; 45 45 46 46 static void init() {
Note: See TracChangeset
for help on using the changeset viewer.