Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
abcl
abcl
Commits
f4abeddb
Commit
f4abeddb
authored
Dec 01, 2012
by
mevenson@1c010e3e-69d0-11dd-93a8-456734b0d56f
Browse files
Bump trunk to abcl-1.2-dev
parent
3ad2a738
Changes
6
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
f4abeddb
Version 1.2.0
=============
svn.uri=:"http//common-lisp.net/project/armedbear/svn/trunk/abcl/"
(unreleased)
Version 1.1.0
=============
svn.uri=:"http//common-lisp.net/project/armedbear/svn/trunk/abcl/"
...
...
MANUAL
View file @
f4abeddb
...
...
@@ -4,4 +4,4 @@ from the 'doc/manual' directory.
<armedbear-develop@common-lisp.net> solicits patches to improve the manual.
Mark <evenson.not.org@gmail.com>
Octo
ber 201
1
Decem
ber 201
2
README
View file @
f4abeddb
...
...
@@ -186,7 +186,7 @@ Because of this,
### Tests
ABCL 1.
1
.0-dev now fails only 1[
4-6
] out of 21708 total tests in the ANSI CL
ABCL 1.
2
.0-dev now fails only 1[
2-4
] out of 21708 total tests in the ANSI CL
test suite (derived from the tests originally written for GCL).
Maxima's test suite runs without failures.
...
...
@@ -219,5 +219,5 @@ On behalf of all ABCL development team and contributors,
Alessio Stalla
Ville Voutilainen
August
2012
December
2012
abcl.rdf
View file @
f4abeddb
...
...
@@ -10,7 +10,9 @@
<> rdfs:seeAlso <urn:abcl.not.org> .
<> rdfs:seeAlso <urn:not.org> .
<> dc:modified "01-FEB-2012" .
<> dc:modified "01-DEC-2012" .
<> dc:version "abcl-1.2-dev" .
<https://abcl.org/index#doap>
a doap:Project ;
...
...
doc/manual/abcl.tex
View file @
f4abeddb
...
...
@@ -8,9 +8,10 @@
\begin{document}
\title
{
Armed Bear Common Lisp User Manual
}
\date
{
Version 1.1.0
\\
\date
{
Version 1.2
\\
DRAFT
\smallskip
Octo
ber 1
5
, 2012
}
Decem
ber
0
1, 2012
}
\author
{
Mark Evenson
\and
Erik H
\"
{
u
}
lsmann
\and
Rudolf Schlatte
\and
Alessio Stalla
\and
Ville Voutilainen
}
...
...
src/org/armedbear/lisp/Version.java
View file @
f4abeddb
...
...
@@ -41,7 +41,7 @@ public final class Version
{
private
Version
()
{}
static
final
String
baseVersion
=
"1.
1
.0-dev"
;
static
final
String
baseVersion
=
"1.
2
.0-dev"
;
static
void
init
()
{
try
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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