- 22 Jun, 2010 1 commit
-
-
Francois-Rene Rideau authored
Also, update compatible versions for cl-launch and common-lisp-controller.
-
- 19 Jun, 2010 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
any implementation that doesn't automatically filter out "" from the directory components of a pathname.
-
- 16 Jun, 2010 1 commit
-
-
Francois-Rene Rideau authored
Clean up a test script.
-
- 09 Jun, 2010 3 commits
-
-
-
Francois-Rene Rideau authored
*default-component-class* (thanks to Stelian Ionescu).
-
Robert P. Goldman authored
Added a test in which the system (test-redundant-recompile) is intended to have :in-order-to values that echo the ones reported to cause redundant recompilation in bug 590517. I have still been unable to replicate this phenomenon, however.
-
- 08 Jun, 2010 1 commit
-
-
Robert P. Goldman authored
-
- 04 Jun, 2010 1 commit
-
-
Francois-Rene Rideau authored
-
- 31 May, 2010 1 commit
-
-
Francois-Rene Rideau authored
Bump versions in code and documentation.
-
- 26 May, 2010 2 commits
-
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
- 25 May, 2010 1 commit
-
-
Robert P. Goldman authored
-
- 21 May, 2010 1 commit
-
-
Francois-Rene Rideau authored
let said handle the NIL case silently. This fixes a failure at compiling usocket without otherwise breaking our test suite. Remove compilation notes under SBCL. Remove markdown in docstrings.
-
- 20 May, 2010 1 commit
-
-
Francois-Rene Rideau authored
This means that libraries can always depend on :asdf as a system, and either a user-configured ASDF will be picked, or the system-provided ASDF will volunteer itself. Also, tweak the declaims to hush SBCL.
-
- 19 May, 2010 1 commit
-
-
Francois-Rene Rideau authored
when loading asdf.lisp from source on SBCL.
-
- 18 May, 2010 1 commit
-
-
Francois-Rene Rideau authored
Also pointed out by pjb, current-directory needs not be anything like the OS current directory. Renaming to default-directory.
-
- 15 May, 2010 1 commit
-
-
Francois-Rene Rideau authored
-
- 14 May, 2010 1 commit
-
-
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.
-
- 12 May, 2010 1 commit
-
-
Francois-Rene Rideau authored
(by rtoym's request)
-
- 11 May, 2010 2 commits
-
-
Francois-Rene Rideau authored
Show a good example: use (require :asdf) instead or (require 'asdf).
-
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)
-
- 07 May, 2010 1 commit
-
-
Francois-Rene Rideau authored
* minor stylistic cleanups for CCL * refactor use of *load-truename* for more consistency.
-
- 06 May, 2010 3 commits
-
-
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.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Cleanup a few methods on ECL (moderately tested with cl-launch).
-
- 05 May, 2010 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 04 May, 2010 1 commit
-
-
Francois-Rene Rideau authored
-
- 03 May, 2010 1 commit
-
-
Francois-Rene Rideau authored
prints the complete access path to the component, not just its name. Also refactor find-component while we're at it, so we can use that path. Document flatten-tree.
-
- 02 May, 2010 1 commit
-
-
Francois-Rene Rideau authored
Introduce component-operation-time as an interface for POIU to hook on. declare ignorables, to hush warnings on ECL without alarming Allegro. Make run-tests return proper result code, fix make test-all. make test-all => success
-
- 01 May, 2010 2 commits
-
-
Francois-Rene Rideau authored
More documentation, notably for the answer directed towards vendors.
-
Francois-Rene Rideau authored
-
- 30 Apr, 2010 1 commit
-
-
Francois-Rene Rideau authored
-
- 29 Apr, 2010 1 commit
-
-
Francois-Rene Rideau authored
-
- 28 Apr, 2010 3 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 25 Apr, 2010 1 commit
-
-
Francois-Rene Rideau authored
Fix lisp-version-string for ECL (1.705 bug - oops). Trivial cleanups and small documentation updates.
-
- 21 Apr, 2010 1 commit
-
-
Francois-Rene Rideau authored
* rename :system-dependencies to :defsystem-depends-on. Beware, controversy. janderson suggests we should be using defstruct-like options in the name field. * reorganize a bit the lisp-version-string, include fasl version for CCL (more useful than a PPC-only 64-bit flag that should already be redundant with architecture). * reinstate the perform-with-restarts method for compile-op removed in 1.661: it might seem redundant in nested calls, but it actually isn't.
-