- Feb 17, 2011
-
-
Robert P. Goldman authored
-
- Jan 24, 2011
-
- Dec 15, 2010
-
-
Francois-Rene Rideau authored
-
- Dec 10, 2010
-
-
Francois-Rene Rideau authored
add condition class(es) for configuration processing failures (lp#684332), don't try (and fail) getting the architecture under CLISP (lp#688228).
-
- Dec 07, 2010
-
-
Francois-Rene Rideau authored
-
- Dec 03, 2010
-
-
Francois-Rene Rideau authored
Apparently, :unspecific as pathname type isn't that well liked by ECL.
-
- Nov 29, 2010
-
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
- Nov 19, 2010
-
-
Robert P. Goldman authored
-
- Oct 23, 2010
-
-
Francois-Rene Rideau authored
-
- Oct 22, 2010
-
-
Robert P. Goldman authored
Failed to work on ASDF 1. :-( This reverts commit cf352002.
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Francois-Rene Rideau authored
Also, save defsystem-depends-on information for the sake of introspection by e.g. quicklisp. Some documentation clarifications.
-
- Oct 21, 2010
-
-
Robert P. Goldman authored
-
Robert P. Goldman authored
* Added :defsystem-depends-on * Tried to tease apart system-options, module-options and general options. * Fixed a couple of typos. * Added a FIXME.
-
- Oct 20, 2010
-
-
Francois-Rene Rideau authored
ATTENTION: incompatible change to component-name-to-pathname-components Also, have compile-file* heed a :output-file parameter.
-
- Oct 15, 2010
-
-
Robert P. Goldman authored
-
- Oct 04, 2010
-
-
Robert P. Goldman authored
-
- Oct 01, 2010
-
-
Francois-Rene Rideau authored
from Dan Barlow's recent email citing his original README.
-
Francois-Rene Rideau authored
Also, allow for upgradability from old ASDF versions that don't have system-source-file.
-
- Sep 28, 2010
-
-
Francois-Rene Rideau authored
Also alter a test so that a message will be displayed when ABCL passes.
-
- Sep 24, 2010
-
-
Francois-Rene Rideau authored
it doesn't make sense on platforms such as Windows, where there is no such thing.
-
- Sep 13, 2010
-
-
Francois-Rene Rideau authored
-
- Aug 28, 2010
-
-
Francois-Rene Rideau authored
-
- Aug 27, 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
-
- Jul 28, 2010
-
-
Francois-Rene Rideau authored
-
Robert P. Goldman authored
Previously the manual directed users to override the source-file-type method on cl-source-file. I doubt that this was /ever/ a good idea, but it certainly won't work any more, because the signature of the source-file-type generic function has changed. Killed the old discussion, flagged it as having changed, and then added a FAQ entry.
-
- Jul 06, 2010
-
- Jun 22, 2010
-
-
Francois-Rene Rideau authored
Also, update compatible versions for cl-launch and common-lisp-controller.
-
- Jun 16, 2010
-
-
Francois-Rene Rideau authored
Clean up a test script.
-
- May 31, 2010
-
-
Francois-Rene Rideau authored
Bump versions in code and documentation.
-
- May 26, 2010
-
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
- May 14, 2010
-
-
Francois-Rene Rideau authored
:exclude statements only affect the current configuration file or expression. :also-exclude adds to the exclusions rather than replace the defaults. Thanks to szergling.
-
- May 11, 2010
-
-
Francois-Rene Rideau authored
* for configuration directories, only match files in .conf that are not unix hidden files. This notably takes care of backups. (Solves issue found by p_l.) * Before calling the provide hook, CMUCL normalizes its argument to a string (as allowed per CLHS), which means symbols become uppercase strings before they reach ASDF that would downcase symbols. I've decided to always downcase the argument provided to this hook. (Solves issue raised by rtoym.) Note that are hook itself doesn't (PROVIDE ...) anything to be pushed onto *MODULES*. Maybe we should: (a) only try find-system when (equal (string arg) (string-upcase arg)) (b) always string-downcase when calling find-system and (c) string-upcase again and provide. Not done in this commit, though. * Add #+cmu (:tree #p"modules:") to the wrapping-source-registry. (rtoym)
-
- May 07, 2010
-
-
Francois-Rene Rideau authored
* minor stylistic cleanups for CCL * refactor use of *load-truename* for more consistency.
-
- May 06, 2010
-
-
Francois-Rene Rideau authored
Also fix a bug in 1.714 (oops) whereby we fail to correctly find symbol-named components (incorrectly used string instead of coerce-name). Thanks to Alessandro Piras for beta-testing on Windows SBCL.
-