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
c497a2f6
Commit
c497a2f6
authored
Mar 12, 2014
by
mevenson@1c010e3e-69d0-11dd-93a8-456734b0d56f
Browse files
Note recent changes.
abcl.rdf is now valid again.
parent
60b6a63c
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
c497a2f6
...
...
@@ -34,7 +34,7 @@ Unreleased
[r14572]: http://abcl.org/trac/changeset/14572
[r14579]: http://abcl.org/trac/changeset/14579
* ASDF 3.0.1.
49
shipped with the implementation
* ASDF 3.0.1.
65
shipped with the implementation
* per function call stack and memory exception handler in CL:COMPILE
...
...
@@ -77,18 +77,40 @@ Unreleased
[r14619]: http://abcl.org/trac/changeset/14619
[ticket-340]: http://abcl.org/trac/ticket/340
## Fixes
* Fix CL:SLEEP for intervals less than a millisecond.
For intervals less than or equal to a nanosecond, including an
interval of zero, the current thread merely yields execution to
other threads.
[r14632]: http://abcl.org/trac/changeset/14632
## Tested
### "Java_HotSpot(TM)_64-Bit_Server_VM-Oracle_Corporation-1.7.0_51-b13" "x86_64-Mac_OS_X-10.9.1"
### Contrib
### "Java_HotSpot(TM)_64-Bit_Server_VM-Oracle_Corporation-1.8.0-b129" "x86_64-Mac_OS_X-10.9.2"
## Contrib
#### abcl-asdf
[ticket-328]: http://abcl.org/trac/ticket/328
* Now working with both Maven 3.0.x and 3.1.x. Thanks to Anton for
the help!
[ticket-328]: http://abcl.org/trac/ticket/328
* cache Maven dependency resolution to avoid repeated lookups.
Instead of calling ABCL-ASDF:RESOLVE in both the ASDF COMPILE-OP
and LOAD-OP, we now cache the result of invocation in COMPILE-OP
and add this value in the LOAD-OP phase. Contributed by Cyrus
Harmon.
Now working with both Maven 3.0.x and 3.1.x. Thanks to Anton for the
help!
[r14631]: http://abcl.org/trac/changeset/14631
#### jna
...
...
abcl.rdf
View file @
c497a2f6
...
...
@@ -9,6 +9,7 @@
@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> .
...
...
@@ -94,7 +95,7 @@ doap:Project rdfs:seeAlso [
rdf:_1 <urn:abcl:previousVersion> ;
rdf:_2 <https://code.google.com/p/abcl-dynamic-install/files/abcl-1.0.1.jar> ;
rdf:_3 <https://code.google.com/p/abcl-dynamic-install/files/abcl-1.1.0.2.jar> ;
rdf:_3 <https://code.google.com/p/abcl-dynamic-install/files/abcl-1.1.1.jar>
rdf:_3 <https://code.google.com/p/abcl-dynamic-install/files/abcl-1.1.1.jar>
;
rdf:_4 <http://abcl.org/releases/1.2.1/abcl-1.2.1.jar>
...
...
@@ -134,6 +135,8 @@ doap:Project rdfs:seeAlso
rdf:_9 abcl:quicklisp-abcl ;
] .
abcl:asdf-install dc:version "3.1.0.65" .
abcl:abcl-contrib
rdfs:seeAlso <file:contrib/README.markdown> .
...
...
doc/manual/abcl.tex
View file @
c497a2f6
...
...
@@ -1247,7 +1247,7 @@ reader in the definition of the \code{SHARPSIGN-DOUBLE-QUOTE}
\section
{
ASDF
}
asdf-3.1.0.
49
(see
\cite
{
asdf
}
) is packaged as core component of
\textsc
{
ABCL
}
,
asdf-3.1.0.
65
(see
\cite
{
asdf
}
) is packaged as core component of
\textsc
{
ABCL
}
,
but not initialized by default, as it relies on the
\textsc
{
CLOS
}
subsystem
which can take a bit of time to start
\footnote
{
While this time is
``merely'' on the order of seconds for contemporary 2011 machines,
...
...
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