- Sep 13, 2009
-
-
Gary King authored
* test for same * Fix for my head-slap regex s&r madness.
-
- Sep 12, 2009
-
- Sep 11, 2009
- Sep 10, 2009
-
-
Gary King authored
-
- Sep 09, 2009
-
- Sep 06, 2009
-
-
Gary King authored
- Aug 31, 2009
-
-
Gary King authored
-
- Aug 29, 2009
-
-
Gary King authored
-
- Aug 27, 2009
-
- Aug 24, 2009
-
-
Gary King authored
should resolve symlinks when determining a system's pathname * rather than raising an error, silently ignore `nil` values in the sysdef-central-registry-search. * pull system pathname determination logic out of defsystem and into `determine-system-pathname` function * tweak documentation
-
- Aug 19, 2009
-
-
D Herring authored
-
Gary King authored
* added docstring to the method-combination standard-asdf-method-combination * added docstring to the generic-function traverse * added description of `test-op` to the manual * removed descriptions of test-system-version operation and feature-dependent-op
-
D Herring authored
Clozure 1.3 isn't putting win32 into *features*.
-
D Herring authored
ECL was complaining that "" Iteration in LOOP follows body code. Current LOOP context: FOR KEY = (FIRST DATA) FOR. "" SBCL allows a looser LOOP syntax; it is nontrivial to port SBCL's LOOP to ECL, though they do share a common heritage.
-
D Herring authored
-
- Aug 13, 2009
-
-
Gary King authored
* system-source-file now works for systems without their own .asd * moved defgenerics to their own section because I like it that way.
-
- Aug 12, 2009
-
-
Gary King authored
* Improve error message for bad dependencies * New default is for test-op to depend on load-op * tweak run-program for SBCL so that ACL isn't #+no #+no bothered * tweak write-test-web-page and write-license * tweak some tests
-
- Jul 21, 2009
- Jul 18, 2009
- Jul 15, 2009
- Jul 13, 2009
-
-
Gary King authored
* extract LICENSE file out of asdf.lisp directly (DRY wins) * make `make-temporary-package` more mixed-case friendly
-
- Jul 11, 2009
-
-
Gary King authored
* Add two restarts (coerce-entry-to-directory and remove-entry-from-registry) and use them to guard against *central-registry* entries that are not directories. * add some XCVB goodness to aid in compatibility.
-
- Jul 09, 2009
-
-
Gary King authored
-
- Jun 27, 2009
-
-
Gary King authored
-
Gary King authored
-
Gary King authored
defsystem was using `getf` to extract data from a component's parameters which meant that it only found the first item of a given type rather than all of them. I.e., if your component had several :perform methods, then only the first one was being seen.
-
Gary King authored
-
- Jun 21, 2009
-
-
D Herring authored
Copied from David Lichteblau's patched ASDF http://www.lichteblau.com/blubba/shortcut/asdf.lisp
-
Gary King authored
* new file - test/make-webpage.lisp * added `test-all` target to run tests on all the lisps the test system knows about * added test-results.html to website with link from index * documentation tweaks
-
Gary King authored
* new file - test/make-webpage.lisp * added `test-all` target to run tests on all the lisps the test system knows about * added test-results.html to website with link from index * documentation tweaks
-
- Jun 10, 2009
-