Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
abcl
abcl
Commits
09f63621
Commit
09f63621
authored
Mar 15, 2014
by
mevenson@1c010e3e-69d0-11dd-93a8-456734b0d56f
Browse files
1.3.0 metadata change before branch.
parent
0a7919e2
Changes
4
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
09f63621
Version 1.3.0
-rc-0
=============
=====
http://abcl.org/
svn/trunk/abcl
Unreleased
Version 1.3.0
=============
http://abcl.org/
tags/1.3.0/
15-MAR-2014
## Features
* Make LispStackFrame
?
.UNAVAILABLE_ARG a singleton object,
* Make LispStackFrame.UNAVAILABLE_ARG a singleton object,
and lazily create the little used portions of the Lisp stack.
Aggressively cache and control the use of memory by the underlying
...
...
@@ -14,7 +14,7 @@ Unreleased
Contributed by Dmitry Nadezhin.
LispStackFrame
?
object are allocated on every
LispStackFrame object are allocated on every
LispThread.execute(...) . However, they are seldom [accessed]
([... verify via] inspect[tion of the] stack trace). This patch
delays allocation of LispStackFrame? objects until they are
...
...
@@ -34,7 +34,7 @@ Unreleased
[r14572]: http://abcl.org/trac/changeset/14572
[r14579]: http://abcl.org/trac/changeset/14579
* ASDF 3.0.1.
65
shipped with the implementation
* ASDF 3.0.1.
94
shipped with the implementation
* per function call stack and memory exception handler in CL:COMPILE
...
...
@@ -52,7 +52,7 @@ Unreleased
[r14582]: http://abcl.org/trac/changeset/14582
* Connect to Net
b
eans via SLIME
* Connect to Net
B
eans
controlled JDWP
via SLIME
The Netbeans IDE configuration now includes a way to connect to
the running-under-jdb ABCL via SLIME. One needs a version of
...
...
abcl.rdf
View file @
09f63621
...
...
@@ -9,7 +9,6 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<> a doap:Project .
<> rdfs:seeAlso <urn:abcl.not.org> .
...
...
@@ -18,15 +17,11 @@
@prefix dc: <http://purl.org/dc/elements/1.1/> .
<>
abcl:branch <http://abcl.org/svn/trunk/abcl> ;
dc:identifier <urn:abcl.org/1.3.0#
rc-0
> ;
dc:identifier <urn:abcl.org/1.3.0#> ;
doap:language "Common Lisp" ;
dc:created "01-JAN-2004" ;
dc:modified "
27-JAN
-2014" ;
dc:modified "
15-MAR
-2014" ;
dc:version "abcl-1.3.0" ;
abcl:release "dev" ;
abcl:release-candidate "rc-0" .
<>
rdfs:seeAlso <file:README> ;
rdfs:seeAlso <file:MANUAL> ;
...
...
@@ -135,7 +130,7 @@ doap:Project rdfs:seeAlso
rdf:_9 abcl:quicklisp-abcl ;
] .
abcl:asdf
-install
dc:version "3.1.0.
65
" .
abcl:asdf dc:version "3.1.0.
94
" .
abcl:abcl-contrib
rdfs:seeAlso <file:contrib/README.markdown> .
...
...
@@ -144,9 +139,7 @@ abcl:asdf-install
rdfs:seeAlso <file:contrib/asdf-install/README> .
abcl:abcl-asdf
rdfs:seeAlso <file:contrib/asdf-asdf/README.markdown> .
abcl:asdf-jar
rdfs:seeAlso <file:contrib/asdf-jar/README.markdown> .
...
...
doc/manual/abcl.tex
View file @
09f63621
...
...
@@ -10,17 +10,19 @@
\title
{
Armed Bear Common Lisp User Manual
}
\date
{
Version 1.3.0-rc-0
\\
\smallskip
January 27
, 2014
}
March 15
, 2014
}
\author
{
Mark Evenson
\and
Erik H
\"
{
u
}
lsmann
\and
Rudolf Schlatte
\and
Alessio Stalla
\and
Ville Voutilainen
}
\maketitle
\tableofcontents
%%Preface to the Fourth edition, abcl-1.3.
\subsection
{
Preface to the Fourth Edition
}
\textsc
{
ABCL
}
1.3 now implements an optimized implementation of the
LispStack abstraction thanks to Dmitry Nadezhin.
LispStack abstraction thanks to Dmitry Nadezhin which runs on ORCL
JVMs from 1.[5-8] conformantly.
%%Preface to the Third edition, abcl-1.2.
\subsection
{
Preface to the Third Edition
}
...
...
@@ -1225,7 +1227,7 @@ semantics to the execution of \code{REQUIRE} on the following symbols:
via the ASDF:IRI type introduced bia ABCL-ASDF.
\begin{listing-lisp}
CL-USER> (asdf:load-system :quicklisp-abcl
:force t
)
CL-USER> (asdf:load-system :quicklisp-abcl)
\end{listing-lisp}
\end{enumerate}
...
...
@@ -1453,8 +1455,8 @@ abcl-1.1.1 as a maintainence release on Feburary 14, 2013.
At the beginning of June
2013
, we enhanced the stability of the
implementation with the release of abcl
-
1
.
2
.
1
.
In
January
2014
, we introduced the Fourth Edition of the implementation
with abcl
-
1
.
3
.
0
.
In
March
2014
, we introduced the Fourth Edition of the implementation
with abcl
-
1
.
3
.
0
.
See <file:CHANGES> for an annotation of the highlights.
\appendix
...
...
src/org/armedbear/lisp/Version.java
View file @
09f63621
...
...
@@ -41,7 +41,7 @@ public final class Version
{
private
Version
()
{}
static
final
String
baseVersion
=
"1.3.0
-dev
"
;
static
final
String
baseVersion
=
"1.3.0"
;
static
void
init
()
{
try
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment