Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asdf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hugo Ishimaru
asdf
Commits
f3a6acaa
Commit
f3a6acaa
authored
10 years ago
by
Robert P. Goldman
Browse files
Options
Downloads
Patches
Plain Diff
Add 3.1.4 release announcement. Untabify. Fix link.
parent
1b765355
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/index.html
+39
-36
39 additions, 36 deletions
doc/index.html
with
39 additions
and
36 deletions
doc/index.html
+
39
−
36
View file @
f3a6acaa
...
@@ -26,8 +26,7 @@
...
@@ -26,8 +26,7 @@
<li><a
href=
"#extensions"
>
Extensions
</a></li>
<li><a
href=
"#extensions"
>
Extensions
</a></li>
<li><a
href=
"#bugs"
>
Reporting Bugs
</a></li>
<li><a
href=
"#bugs"
>
Reporting Bugs
</a></li>
<li><a
href=
"#mailing-lists"
>
Mailing Lists
</a></li>
<li><a
href=
"#mailing-lists"
>
Mailing Lists
</a></li>
<li><a
href=
"http://common-lisp.net/gitweb?p=projects/asdf/asdf.git;a=log"
<li><a
href=
"changelog"
>
Changelog
</a></li>
>
Changelog
</a></li>
</ul>
</ul>
</div>
</div>
<div
class=
"contents"
>
<div
class=
"contents"
>
...
@@ -317,32 +316,32 @@ XCL (Peter Graves) <gnooth@gmail.com>
...
@@ -317,32 +316,32 @@ XCL (Peter Graves) <gnooth@gmail.com>
<a
id=
"extensions"
></a>
<a
id=
"extensions"
></a>
<h3>
Extensions
</h3>
<h3>
Extensions
</h3>
<p>
Known extensions to ASDF include:
</p>
<p>
Known extensions to ASDF include:
</p>
<ul>
<ul>
<li><a
href=
"http://common-lisp.net/gitweb/?p=asdf/asdf-contrib.git"
<li><a
href=
"http://common-lisp.net/gitweb/?p=asdf/asdf-contrib.git"
><tt>
asdf-contrib
</tt></a>
,
><tt>
asdf-contrib
</tt></a>
,
a collection of most of the below.
</li>
a collection of most of the below.
</li>
<li><a
href=
"http://common-lisp.net/gitweb/?p=asdf/asdf-encodings.git"
<li><a
href=
"http://common-lisp.net/gitweb/?p=asdf/asdf-encodings.git"
><tt>
asdf-encodings
</tt></a>
,
><tt>
asdf-encodings
</tt></a>
,
to compile Lisp source files with character encodings other than UTF-8.
</li>
to compile Lisp source files with character encodings other than UTF-8.
</li>
<li><a
href=
"http://common-lisp.net/gitweb/?p=asdf/asdf-finalizers.git"
<li><a
href=
"http://common-lisp.net/gitweb/?p=asdf/asdf-finalizers.git"
><tt>
asdf-finalizers
</tt></a>
,
><tt>
asdf-finalizers
</tt></a>
,
to allow macros to include code to be evaluated
to allow macros to include code to be evaluated
at the end of a file being compiled.
</li>
at the end of a file being compiled.
</li>
<li>
<li>
<!-- <a href="http://common-lisp.net/gitweb?p=projects/xcvb/asdf-dependency-grovel.git"> -->
<!-- <a href="http://common-lisp.net/gitweb?p=projects/xcvb/asdf-dependency-grovel.git"> -->
<a
href=
"http://common-lisp.net/gitweb/?p=xcvb/asdf-dependency-grovel.git;a=summary;js=1"
>
<a
href=
"http://common-lisp.net/gitweb/?p=xcvb/asdf-dependency-grovel.git;a=summary;js=1"
>
<tt>
asdf-dependency-grovel
</tt></a>
,
<tt>
asdf-dependency-grovel
</tt></a>
,
to compute the actual dependencies in a big ASDF system.
</li>
to compute the actual dependencies in a big ASDF system.
</li>
<li><a
href=
"http://common-lisp.net/project/qitab/"
<li><a
href=
"http://common-lisp.net/project/qitab/"
><tt>
poiu
</tt></a>
,
><tt>
poiu
</tt></a>
,
to compile a system in parallel.
</li>
to compile a system in parallel.
</li>
<li><a
href=
"http://common-lisp.net/project/asdf-system-connections/"
<li><a
href=
"http://common-lisp.net/project/asdf-system-connections/"
><tt>
asdf-system-connections
</tt></a>
,
><tt>
asdf-system-connections
</tt></a>
,
lets you specify systems that are automatically loaded when
lets you specify systems that are automatically loaded when
two other systems are loaded, to connect them.
</li>
two other systems are loaded, to connect them.
</li>
<li><a
href=
"http://www.lrde.epita.fr/~didier/software/lisp/misc.php#asdf-flv"
<li><a
href=
"http://www.lrde.epita.fr/~didier/software/lisp/misc.php#asdf-flv"
><tt>
asdf-flv
</tt></a>
,
><tt>
asdf-flv
</tt></a>
,
to bind file-local variables around the compilation of some files.
</li>
to bind file-local variables around the compilation of some files.
</li>
<li><a
href=
"http://common-lisp.net/gitweb/?p=asdf/asdf-package-system.git"
<li><a
href=
"http://common-lisp.net/gitweb/?p=asdf/asdf-package-system.git"
><tt>
asdf-package-system
</tt></a>
,
><tt>
asdf-package-system
</tt></a>
,
to compile Lisp source files with one package per file
to compile Lisp source files with one package per file
...
@@ -355,7 +354,7 @@ XCL (Peter Graves) <gnooth@gmail.com>
...
@@ -355,7 +354,7 @@ XCL (Peter Graves) <gnooth@gmail.com>
</ul>
</ul>
<p>
Former extensions, now superseded, include:
</p>
<p>
Former extensions, now superseded, include:
</p>
<ul>
<ul>
<li><tt>
asdf-binary-locations
</tt>
allowed one to redirect where ASDF creates its output files,
<li><tt>
asdf-binary-locations
</tt>
allowed one to redirect where ASDF creates its output files,
so they don't clash between implementations and don't pollute source directories.
so they don't clash between implementations and don't pollute source directories.
It is superseded by
<tt>
asdf/defsystem
</tt>
's builtin
It is superseded by
<tt>
asdf/defsystem
</tt>
's builtin
<tt>
asdf-output-translations
</tt>
mechanism;
<tt>
asdf-output-translations
</tt>
mechanism;
...
@@ -364,7 +363,7 @@ XCL (Peter Graves) <gnooth@gmail.com>
...
@@ -364,7 +363,7 @@ XCL (Peter Graves) <gnooth@gmail.com>
<tt>
common-lisp-controller
</tt>
and
<tt>
cl-launch
</tt>
used to provide similar mechanisms,
<tt>
common-lisp-controller
</tt>
and
<tt>
cl-launch
</tt>
used to provide similar mechanisms,
and have also been superseded by
<tt>
asdf-output-translations
</tt>
.
and have also been superseded by
<tt>
asdf-output-translations
</tt>
.
</li>
</li>
<li><tt>
asdf-bundle
</tt>
, n
é
e
<tt>
asdf-ecl
</tt>
,
<li><tt>
asdf-bundle
</tt>
, n
é
e
<tt>
asdf-ecl
</tt>
,
allowed you to create a single-file bundle out of a system,
allowed you to create a single-file bundle out of a system,
for easier delivery.
for easier delivery.
It is now a builtin part of
<tt>
asdf/defsystem
</tt>
,
It is now a builtin part of
<tt>
asdf/defsystem
</tt>
,
...
@@ -372,17 +371,17 @@ XCL (Peter Graves) <gnooth@gmail.com>
...
@@ -372,17 +371,17 @@ XCL (Peter Graves) <gnooth@gmail.com>
a standalone executable program (on supported implementations),
a standalone executable program (on supported implementations),
or an image containing your system precompiled.
or an image containing your system precompiled.
</li>
</li>
<li><tt>
asdf-utils
</tt>
was a collection of utilities that originated with ASDF.
<li><tt>
asdf-utils
</tt>
was a collection of utilities that originated with ASDF.
It is now superseded by
<tt>
uiop
</tt>
, aka
<tt>
asdf/driver
</tt>
,
It is now superseded by
<tt>
uiop
</tt>
, aka
<tt>
asdf/driver
</tt>
,
which is part of ASDF,
which is part of ASDF,
and exports its functionality
and exports its functionality
in its own package
<tt>
uiop
</tt>
.
in its own package
<tt>
uiop
</tt>
.
</li>
</li>
<li><tt>
asdf-condition-control
</tt>
, initially part of XCVB's
<tt>
xcvb-driver
</tt>
,
<li><tt>
asdf-condition-control
</tt>
, initially part of XCVB's
<tt>
xcvb-driver
</tt>
,
allowed you to muffle uninteresting conditions during compilation.
allowed you to muffle uninteresting conditions during compilation.
Is now superseded by equivalent functionality in
<tt>
uiop
</tt>
.
Is now superseded by equivalent functionality in
<tt>
uiop
</tt>
.
</li>
</li>
</ul>
</ul>
<h3>
Contributing
</h3>
<h3>
Contributing
</h3>
<p>
Join our mailing list, check the code out from git,
<p>
Join our mailing list, check the code out from git,
...
@@ -402,17 +401,17 @@ XCL (Peter Graves) <gnooth@gmail.com>
...
@@ -402,17 +401,17 @@ XCL (Peter Graves) <gnooth@gmail.com>
<ul>
<ul>
<li><b>
asdf-devel
</b>
<li><b>
asdf-devel
</b>
A list for questions, suggestions, bug reports, patches, and so on.
A list for questions, suggestions, bug reports, patches, and so on.
It's for everyone and everything. Please join the conversation!
It's for everyone and everything. Please join the conversation!
<a
<a
href=
"http://mailman.common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel"
>
asdf-devel
href=
"http://mailman.common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel"
>
asdf-devel
mailman site to subscribe
</a>
mailman site to subscribe
</a>
</li>
</li>
<li><b>
asdf-announce
</b>
<li><b>
asdf-announce
</b>
A low-volume mailing-list for announcements only, mostly regarding new releases.
A low-volume mailing-list for announcements only, mostly regarding new releases.
Posting is restricted to project administrators and to important notices.
Posting is restricted to project administrators and to important notices.
Please subscribe to it if you're a Lisp implementation or distribution vendor,
Please subscribe to it if you're a Lisp implementation or distribution vendor,
who needs to know when to upgrade the ASDF you distribute,
who needs to know when to upgrade the ASDF you distribute,
but are otherwise not interested in day to day design and
but are otherwise not interested in day to day design and
development.
development.
<a
<a
href=
"http://mailman.common-lisp.net/cgi-bin/mailman/listinfo/asdf-announce"
>
asdf-announce
href=
"http://mailman.common-lisp.net/cgi-bin/mailman/listinfo/asdf-announce"
>
asdf-announce
...
@@ -427,6 +426,10 @@ XCL (Peter Graves) <gnooth@gmail.com>
...
@@ -427,6 +426,10 @@ XCL (Peter Graves) <gnooth@gmail.com>
<a
id=
"news"
></a>
<a
id=
"news"
></a>
<h3>
What is happening
</h3>
<h3>
What is happening
</h3>
<dl>
<dl>
<dt>
October 2014
</dt>
<dd>
More bug fixing leads to release of 3.1.4 on 10 October 2014.
There should be no incompatibilities. See the
<a
href=
"changelog"
>
Changelog
</a>
for more details.
</dd>
<dt>
August 2014
</dt>
<dt>
August 2014
</dt>
<dd>
The ASDF mailing lists have been reestablished, in particular
<dd>
The ASDF mailing lists have been reestablished, in particular
asdf-announce, which should allow CL implementers better access to only
asdf-announce, which should allow CL implementers better access to only
...
@@ -501,7 +504,7 @@ XCL (Peter Graves) <gnooth@gmail.com>
...
@@ -501,7 +504,7 @@ XCL (Peter Graves) <gnooth@gmail.com>
<a
class=
"nav"
href=
"http://common-lisp.net/"
title=
"Common-Lisp.net"
>
<img
src=
"http://common-lisp.net/project/cl-containers/shared/buttons/lisp-lizard.png"
width=
"80"
height=
"15"
title=
"Common-Lisp.net"
alt=
"Common-Lisp.net button"
/></a>
<a
class=
"nav"
href=
"http://common-lisp.net/"
title=
"Common-Lisp.net"
>
<img
src=
"http://common-lisp.net/project/cl-containers/shared/buttons/lisp-lizard.png"
width=
"80"
height=
"15"
title=
"Common-Lisp.net"
alt=
"Common-Lisp.net button"
/></a>
<p><span
class=
"copyright"
Copyright
&
copy
;
2001
-2014
Daniel
Barlow
and
contributors
</
span
></p>
<p><span
class=
"copyright"
Copyright
&
copy
;
2001
-2014
Daniel
Barlow
and
contributors
</
span
></p>
<p>
ASDF has an
<a
href=
"http://www.opensource.org/licenses/mit-license.php"
>
MIT style
</a>
license
</p>
<p>
ASDF has an
<a
href=
"http://www.opensource.org/licenses/mit-license.php"
>
MIT style
</a>
license
</p>
<div
id=
"timestamp"
>
Last updated 2014-0
5
-1
9
</div>
<div
id=
"timestamp"
>
Last updated 2014-
1
0-1
0
</div>
</div>
</div>
</body>
</body>
</html>
</html>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment