summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Francois-Rene Rideau [Thu, 6 Dec 2012 12:47:10 +0000]
asdf-bundle has been merged into asdf 2.26.7.
Francois-Rene Rideau [Mon, 3 Dec 2012 04:34:07 +0000]
Eliminate another warning for ECL and MKCL. Thanks again to JCB.
Francois-Rene Rideau [Mon, 3 Dec 2012 03:00:59 +0000]
Recognize load-fasl-op as well as load-op for precompiled-system's.
Francois-Rene Rideau [Sun, 2 Dec 2012 21:36:01 +0000]
Facility for precompiled system.
Francois-Rene Rideau [Sun, 2 Dec 2012 17:11:45 +0000]
Better error signalling on unsupported implementations.
Francois-Rene Rideau [Sun, 2 Dec 2012 16:53:40 +0000]
Remove a spurious warning on MKCL and ECL (thanks to Jean-Claude Beaudoin).
Declare asdf-bundle working on MKCL, SCL.
Francois-Rene Rideau [Fri, 30 Nov 2012 03:47:25 +0000]
Debug the LispWorks port of asdf-bundle. Yay.
Francois-Rene Rideau [Fri, 30 Nov 2012 02:39:31 +0000]
Add support for LispWorks (wholly untested, probably needs tweaking).
Francois-Rene Rideau [Thu, 29 Nov 2012 13:23:09 +0000]
Bundle asdf-bundle into a single Lisp file,
to make it easier to distribute it with ECL and/or Quicklisp.
Fix it and test it on SBCL, ECL.
Francois-Rene Rideau [Thu, 15 Nov 2012 01:20:54 +0000]
Add CLISP support -- also simple fasl concatenation.
Francois-Rene Rideau [Wed, 14 Nov 2012 23:33:44 +0000]
Add allegro support (untested) by just concatenating fasls.
Francois-Rene Rideau [Sun, 28 Oct 2012 11:54:00 +0000]
Make fasl-type a function, not a special variable. Should make ECL happier.
Francois-Rene Rideau [Sun, 28 Oct 2012 00:35:24 +0000]
Try to fix component-relative-pathname for ECL.
Francois-Rene Rideau [Sun, 28 Oct 2012 00:18:11 +0000]
Remove bad old definition of bundle-op-monolithic-p.
Jean-Claude Beaudoin [Sat, 4 Aug 2012 06:04:53 +0000]
Complete previous refactoring to make it functional on MKCL.
Francois-Rene Rideau [Sat, 4 Aug 2012 01:54:39 +0000]
Add MKCL support, based on a patch by JCB. Refactor things for ECL.
Match this with ASDF 2.23.6.
Francois-Rene Rideau [Tue, 24 Jul 2012 21:36:29 +0000]
Merge with asdf-ecl from ASDF 2.23.1.
Francois-Rene Rideau [Sun, 27 May 2012 03:31:32 +0000]
Small cleanup for ECL.
Francois-Rene Rideau [Sun, 27 May 2012 00:52:20 +0000]
Fix build.xcvb
Francois-Rene Rideau [Fri, 18 May 2012 18:23:11 +0000]
Comment that it's working on SBCL, CCL, maybe ECL, and that ABCL has abcl-jar.
Francois-Rene Rideau [Thu, 3 May 2012 15:49:15 +0000]
Remove two compilation notes on ECL.
Francois-Rene Rideau [Thu, 3 May 2012 15:21:14 +0000]
Add CCL support.
Francois-Rene Rideau [Wed, 2 May 2012 01:29:01 +0000]
Make load-fasl-op work on SBCL.
Francois-Rene Rideau [Wed, 25 Apr 2012 22:51:44 +0000]
Initial commit, just importing the current state of asdf-ecl
and splitting obviously ECL-specific parts into a separate file.