Skip to content

Commit

Permalink
1.9.3: rc-2 metadata
Browse files Browse the repository at this point in the history
TODO: rerun groveler?
  • Loading branch information
easye committed Jul 17, 2024
1 parent ce66fda commit 14bc85e
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Version 1.9.3
=============

May 1, 2024
Jul 18, 2024

<https://abcl.org/svn/tags/1.9.3/>
<https://github.com/armedbear/abcl/>
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ ABCL has a [User Manual][manual] stating its conformance to the ANSI
standard, providing a compliant and practical Common Lisp
implementation.

[manual]: <https://abcl.org/releases/1.9.2/abcl-1.9.2.pdf>
[manual]: <https://abcl.org/releases/1.9.3/abcl-1.9.3.pdf>


TESTS
Expand Down
23 changes: 21 additions & 2 deletions doc/manual/abcl.tex
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
\title{Armed Bear Common Lisp User Manual}
\date{Version 1.9.3 \\
\smallskip
May 2024}
July 2024}
\author{Mark Evenson \and Erik H\"{u}lsmann \and Rudolf Schlatte \and
Alessio Stalla \and Ville Voutilainen}

Expand Down Expand Up @@ -126,6 +126,7 @@ \subsection{Preface to the Tenth Edition}
implementations use of compare and swap on memory originally allocated
outside the hosting \textsc{JVM}.

%%Preface to the Tenth edition, abcl-1.9.2
\subsubsection{Preface to the Tenth Edition, Second Revision}

With this release, the binaries for Second Revision of the Tenth
Expand All @@ -135,6 +136,22 @@ \subsubsection{Preface to the Tenth Edition, Second Revision}
from source (see Section~\ref{section:abcl-build}
page~\pageref{section:abcl-build}).


%%Preface to the Tenth edition, abcl-1.9.3
\subsubsection{Preface to the Tenth Edition, Third Revision}

The Third Revison of the Tenth Edition, aka abcl-1.9.3 incorporates
most of Tarn Burton's work on providing reasonable CLOS scaffolding
for GRAY-STREAMS implementation.

We note that the implmentation is currently failing for CFFI interface
on arm64 architectures, such as Apple Silicon's M[1-4] series. But
this seems to be true for other open implementations that the Bear
tested, so who knows.

In any event the implementation works comfortably on all LTS releases
from openjdk8 onwards, including the most receet openjdk21.

\chapter{Introduction}

Armed Bear Common Lisp (\textsc{ABCL}) is an implementation of
Expand Down Expand Up @@ -2021,7 +2038,9 @@ \chapter{History}
We released abcl-1.9.1 as a maintenance release in February 2023. In
June 2023, among other fixes, we substantially improved our
GRAY-STREAM support in abcl-1.9.2. In anticipation of a week of
Common Lisp for SBCL25/ELS2024, we tidied up abcl-1.9.3.
Common Lisp for SBCL25/ELS2024, we tidied up abcl-1.9.3, but in the
excitement of seeing contemporary Common Lisp alive and well, failed
to make a public release until July 2024.
\appendix
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</parent>
<groupId>org.abcl</groupId>
<artifactId>abcl</artifactId>
<version>1.9.3-SNAPSHOT</version>
<version>1.9.3</version>
<packaging>jar</packaging>
<name>ABCL - Armed Bear Common Lisp</name>
<description>Common Lisp implementation running on the JVM</description>
Expand Down

0 comments on commit 14bc85e

Please sign in to comment.