projects/asdf/asdf-bundle.git
5 months agoasdf-bundle has been merged into asdf 2.26.7. master
Francois-Rene Rideau [Thu, 6 Dec 2012 12:47:10 +0000] 
asdf-bundle has been merged into asdf 2.26.7.

5 months agoEliminate another warning for ECL and MKCL. Thanks again to JCB.
Francois-Rene Rideau [Mon, 3 Dec 2012 04:34:07 +0000] 
Eliminate another warning for ECL and MKCL. Thanks again to JCB.

5 months agoRecognize load-fasl-op as well as load-op for precompiled-system's.
Francois-Rene Rideau [Mon, 3 Dec 2012 03:00:59 +0000] 
Recognize load-fasl-op as well as load-op for precompiled-system's.

5 months agoFacility for precompiled system.
Francois-Rene Rideau [Sun, 2 Dec 2012 21:36:01 +0000] 
Facility for precompiled system.

5 months agoBetter error signalling on unsupported implementations.
Francois-Rene Rideau [Sun, 2 Dec 2012 17:11:45 +0000] 
Better error signalling on unsupported implementations.

5 months agoRemove a spurious warning on MKCL and ECL (thanks to Jean-Claude Beaudoin).
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.

5 months agoDebug the LispWorks port of asdf-bundle. Yay.
Francois-Rene Rideau [Fri, 30 Nov 2012 03:47:25 +0000] 
Debug the LispWorks port of asdf-bundle. Yay.

5 months agoAdd support for LispWorks (wholly untested, probably needs tweaking).
Francois-Rene Rideau [Fri, 30 Nov 2012 02:39:31 +0000] 
Add support for LispWorks (wholly untested, probably needs tweaking).

5 months agoBundle asdf-bundle into a single Lisp file,
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.

6 months agoAdd CLISP support -- also simple fasl concatenation.
Francois-Rene Rideau [Thu, 15 Nov 2012 01:20:54 +0000] 
Add CLISP support -- also simple fasl concatenation.

6 months agoAdd allegro support (untested) by just concatenating fasls.
Francois-Rene Rideau [Wed, 14 Nov 2012 23:33:44 +0000] 
Add allegro support (untested) by just concatenating fasls.

6 months agoMake fasl-type a function, not a special variable. Should make ECL happier.
Francois-Rene Rideau [Sun, 28 Oct 2012 11:54:00 +0000] 
Make fasl-type a function, not a special variable. Should make ECL happier.

6 months agoTry to fix component-relative-pathname for ECL.
Francois-Rene Rideau [Sun, 28 Oct 2012 00:35:24 +0000] 
Try to fix component-relative-pathname for ECL.

6 months agoRemove bad old definition of bundle-op-monolithic-p.
Francois-Rene Rideau [Sun, 28 Oct 2012 00:18:11 +0000] 
Remove bad old definition of bundle-op-monolithic-p.

9 months agoComplete previous refactoring to make it functional on MKCL.
Jean-Claude Beaudoin [Sat, 4 Aug 2012 06:04:53 +0000] 
Complete previous refactoring to make it functional on MKCL.

9 months agoAdd MKCL support, based on a patch by JCB. Refactor things for ECL.
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.

9 months agoMerge with asdf-ecl from ASDF 2.23.1.
Francois-Rene Rideau [Tue, 24 Jul 2012 21:36:29 +0000] 
Merge with asdf-ecl from ASDF 2.23.1.

11 months agoSmall cleanup for ECL.
Francois-Rene Rideau [Sun, 27 May 2012 03:31:32 +0000] 
Small cleanup for ECL.

11 months agoFix build.xcvb
Francois-Rene Rideau [Sun, 27 May 2012 00:52:20 +0000] 
Fix build.xcvb

12 months agoComment that it's working on SBCL, CCL, maybe ECL, and that ABCL has abcl-jar.
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.

12 months agoRemove two compilation notes on ECL.
Francois-Rene Rideau [Thu, 3 May 2012 15:49:15 +0000] 
Remove two compilation notes on ECL.

12 months agoAdd CCL support.
Francois-Rene Rideau [Thu, 3 May 2012 15:21:14 +0000] 
Add CCL support.

12 months agoMake load-fasl-op work on SBCL.
Francois-Rene Rideau [Wed, 2 May 2012 01:29:01 +0000] 
Make load-fasl-op work on SBCL.

12 months agoInitial commit, just importing the current state of asdf-ecl
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.