- 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
-
-
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
-
- Jun 09, 2009
-
- Jun 06, 2009
- May 23, 2009
-
-
Gary King authored
Bare bones GNUmakefile and a new `bin` directory with a few handy (?) scripts.
-
- May 22, 2009
-
-
Gary King authored
- May 20, 2009
-
-
Gary King authored
The code for finding *asdf-revision* was borked when no tag was present (i.e., when you got ASDF via git rather than via a download or tarball). This is fixed. Also moved some defuns around to reduce spurious warning under my version of SBCL.
-
Gary King authored
-
Gary King authored
ACL's compile-file-pathname is slightly broken; worked around it. Made run-tests.sh executable.
- May 19, 2009
-
-
Gary King authored
take steps to ensure that we're using a Bourne compatible shell; make sure that we write to *verbose-out* separately since ACL doesn't like Gray streams (and slime does!). Patch via Robert Goldman.
-
- May 08, 2009
-
-
Nikodemus Siivola authored
OPERATE is sufficiently like LOAD and COMPILE-FILE that it makes sense for it to guard against malformed operations which might change current package or readtable. (Like eg. CFFI-GROVEL file used to do until recently.)
-
Gary King authored
-
Gary King authored
-
Gary King authored
Modified header to point to asdf's new home; modified the computation of *asdf-revision* to use git's archive tags rather than CVS.
-
- May 07, 2009
- May 06, 2009
-
-
Gary King authored
-