- Sep 24, 2010
-
-
Francois-Rene Rideau authored
it doesn't make sense on platforms such as Windows, where there is no such thing.
-
- Sep 23, 2010
-
-
Francois-Rene Rideau authored
Merge branches 'master' and 'release' of http://common-lisp.net/project/asdf/asdf Conflicts: asdf.lisp
-
Francois-Rene Rideau authored
-
Robert P. Goldman authored
This should fix compilation errors on Windows SBCL at the expense of a small amount of readability.
-
Robert P. Goldman authored
-
- Sep 13, 2010
-
-
Francois-Rene Rideau authored
-
- Sep 12, 2010
-
- Sep 10, 2010
-
-
Francois-Rene Rideau authored
Merge branch 'master' into release Conflicts: asdf.lisp
- Sep 06, 2010
-
-
Francois-Rene Rideau authored
-
- Sep 01, 2010
-
-
Francois-Rene Rideau authored
* support older versions of CLISP, that are still around. * refrain from exporting controversial internal utilities that don't bring essential functionality but clash with alexandria and possibly other packages
-
- Aug 28, 2010
-
-
Francois-Rene Rideau authored
-
- Aug 27, 2010
-
-
Francois-Rene Rideau authored
- Aug 26, 2010
-
-
Francois-Rene Rideau authored
Merge branch 'master' into release Conflicts: asdf.lisp
- Aug 25, 2010
-
- Aug 24, 2010
-
-
Francois-Rene Rideau authored
- Aug 20, 2010
-
-
Francois-Rene Rideau authored
* use only one package for everything: ASDF. This simplifies the upgrade a bit. * export component-visited-p, record an index rather than a boolean. Also * On CLISP, only use custom:*module-provider-functions* when defined (2.49+) * In Makefile, mrproper before debian package. * Document that CLISP and SCL now support REQUIREing through ASDF. * Fix mistake in run-tests that made it always use sbcl
-
- Aug 19, 2010
-
-
Francois-Rene Rideau authored
* export clear-system (oops, completes lp#590509). * Fix backward-compatibility breakage in determine-system-pathname (lp#620421). * Add module-provider support for CLISP (lp#620562). * export clear-configuration. * makefile: put debian cleanup outside of make clean into make mrproper.
- Aug 18, 2010
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- Aug 17, 2010
-
-
Francois-Rene Rideau authored
-
- Aug 16, 2010
-
-
Francois-Rene Rideau authored
Introduce output-file for the frequent case when output-files should have one and only one file.
-
- Aug 13, 2010
-
-
Francois-Rene Rideau authored
Also create a new gf operation-description that allows to pretty-print operations in the context of retries and logging. NB: these extension points are used at ITA in qres-build/enhance-asdf.lisp; previous, ITA overrode operate, which is ugly and bitrotting.
- Aug 12, 2010
-
-
Francois-Rene Rideau authored
Fix wild-modules to work nicely well with ASDF2. Allow to pass multiple script arguments to run-tests.sh. Tests now pass on ABCL.
-
Francois-Rene Rideau authored
and *compile-file-failure-behaviour* on CLISP, as per discussion with sgs on clisp-list.
-
- Aug 08, 2010
-
-
Francois-Rene Rideau authored
That's conventionally where debian builds packages by default, we don't want that. Factor translate-pathname* out of apply-output-translations.
-
Francois-Rene Rideau authored
-