Skip to content
Snippets Groups Projects
Commit 566a4234 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

2.012.8: add support for genera. Fix issues.

* make genera happy:
 * add support in implementation-identifier
 * add #' to (lambda ...) forms
 * avoid ~@<
 * tweak subdirectories
* Add support for ".." as :back in portable pathname syntax
* Remember source-registry and output-translations parameters
parent 273eea7b
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,8 @@ clnet_home := "/project/asdf/public_html/"
sourceDirectory := $(shell pwd)
lisps ?= ccl clisp sbcl ecl allegro abcl scl
## not tested by me: allegromodern cmucl lispworks
lisps ?= clisp sbcl ecl allegro abcl scl
## not tested by me: allegromodern ccl cmucl lispworks
## FAIL: gclcvs (condition handling)
## maybe supported by asdf, not supported yet by our tests: cormancl mcl
......
......@@ -12,7 +12,7 @@
:licence "MIT"
:description "Another System Definition Facility"
:long-description "ASDF builds Common Lisp software organized into defined systems."
:version "2.012.7" ;; to be automatically updated by bin/bump-revision
:version "2.012.8" ;; to be automatically updated by bin/bump-revision
:depends-on ()
:components
((:file "asdf")
......
asdf.lisp 100644 → 100755
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment