Changeset 14617
- Timestamp:
- 01/27/14 11:29:13 (9 years ago)
- Location:
- trunk/abcl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/CHANGES
r14587 r14617 1 Version 1.3.0- dev2 ================= 1 Version 1.3.0-rc-0 2 ================== 3 3 http://abcl.org/svn/trunk/abcl 4 4 Unreleased … … 6 6 ## Features 7 7 8 * ASDF 3.0. 3.0.1shipped with the implementation8 * ASDF 3.0.1.49 shipped with the implementation 9 9 10 10 * per function call stack and memory exception handler in CL:COMPILE … … 25 25 * SYS:SHA256 audited 26 26 27 The functionality if the SYS:SHA256 algorithim has been audited for 28 use on inputs of single for files with recently shipping ORCL Java 7 29 implementations (through jdk-1.7.0_45). 30 31 [r14582]: http://abcl.org/trac/changeset/14582 32 33 ## Compatbility 27 The functionality if the SYS:SHA256 algorithim has been audited for 28 use on inputs of single for files with recently shipping ORCL Java 7 29 implementations (through jdk-1.7.0_51). 30 31 [r14582]: http://abcl.org/trac/changeset/14582 32 33 * The Netbeans IDE configuration now includes a way to connect to the 34 running-under-jdb ABCL via SLIME. One needs to be able to load 35 things from 'swank.asd', which currently doesn't work in newer, more 36 github-ier SLIMEs. 37 38 * The Ant `abcl.mvn.install` target now installs build artifacts into 39 the local Maven repository (Olof-Joachim Frahm) 40 41 [r14579]: http://abcl.org/trac/changeset/14606 42 43 44 ## Compatibility 45 46 * Tested: orcl-jdk-1.7.0_51 x64 34 47 35 48 ### Contrib -
trunk/abcl/doc/manual/abcl.tex
r14616 r14617 9 9 \begin{document} 10 10 \title{Armed Bear Common Lisp User Manual} 11 \date{Version 1.3.0- dev\\11 \date{Version 1.3.0-rc-0\\ 12 12 \smallskip 13 13 January 27, 2014} … … 20 20 \subsection{Preface to the Fourth Edition} 21 21 22 \textsc{ABCL} 1.3 now implements a lazily-created LispStack --The Mgmt. 22 \textsc{ABCL} 1.3 now implements an optimized implementation of the 23 LispStack abstraction thanks to Dmitry Nadezhin. 23 24 24 25 %%Preface to the Third edition, abcl-1.2. … … 1184 1185 \section{Overloading of the CL:REQUIRE Mechanism} 1185 1186 1186 The \code{CL:REQUIRE} mechanism is overloaded by attaching the following1187 semantic to the execution of \code{REQUIRE} on the following symbols:1187 The \code{CL:REQUIRE} mechanism is overloaded by attaching these 1188 semantics to the execution of \code{REQUIRE} on the following symbols: 1188 1189 1189 1190 \begin{description} … … 1206 1207 \item \code{abcl-asdf} 1207 1208 Functions for loading JVM artifacts 1208 dynamically, hooking into ASDF 2objects where possible.1209 dynamically, hooking into ASDF 3 objects where possible. 1209 1210 \item \code{asdf-jar} 1210 1211 Package addressable JVM artifacts via … … 1216 1217 \begin{enumerate} 1217 1218 \item \code{jna} 1218 Dynamically load 'jna.jar' version 3.5.11219 Dynamically load 'jna.jar' version 4.0.0 1219 1220 from the network \footnote{This loading can be inhibited 1220 1221 if, at runtime, the Java class corresponding
Note: See TracChangeset
for help on using the changeset viewer.