- Jun 20, 2008
-
-
Gary King authored
that don't have a high enough version.
-
- Jun 19, 2008
-
-
Gary King authored
missing-dependency handling.
-
- Jun 18, 2008
-
-
Gary King authored
* updates the copyright * unexports test-system-version * moves the defgeneric for component-visited-p prior to the function's first use.
-
- May 29, 2008
-
-
Gary King authored
-
- May 10, 2008
-
-
Gary King authored
CVS: Enter Log. Lines beginning with `CVS:' are removed automatically Added *load-preference-files* variable (which defaults to nil). This controls whether or not the ASDF preference file machinery gets run. The rest of the preference machinery will be removed from ASDF sometime in the future. Also added several new test files.
-
- May 03, 2008
-
-
Gary King authored
Added around methods for perform loading and compiling cl-source-files. These add a simple-restart to retry the operation.
-
- Feb 26, 2008
-
-
Gary King authored
-
- Feb 15, 2008
-
-
Nikodemus Siivola authored
gah.
-
- Feb 02, 2008
-
-
Nikodemus Siivola authored
* Merged from SBCL CVS. * Original patch by Michael Weber. * Trailing whitespace cleanup.
-
Nikodemus Siivola authored
-
Nikodemus Siivola authored
* Detabify. * Fix indentation. * Wrap long docstrings.
-
- Dec 14, 2007
-
-
Gary King authored
Applied patch from Luis Oliveira to prevent unnecessary unreachable code warnings under SBCL when using the :pathname argument in defsystem.
-
- Sep 27, 2007
-
-
Gary King authored
(thanks to Peter Van Eynde).
-
- Jul 27, 2007
-
-
Gary King authored
-
- Jun 13, 2007
- Jun 02, 2007
-
-
Gary King authored
-
- Mar 21, 2007
-
-
Gary King authored
system name and a partial pathname and combines them to return a new pathname _relative_ to the system. This is exported and lightly documented. this patch also updates preference-file-for-system/operation in an effort to prevent it from being confused by *default-pathname-defaults* that include a specific name and type.
-
- Feb 14, 2007
-
-
Gary King authored
rather than (package-name *package*); this keeps case sensitive Lisps happy all the time and keeps case insensitive lisps happily insensitive.
-
- Feb 06, 2007
-
-
Gary King authored
better with *load-truename* and *default-pathname-defaults*; this makes it easier to work with defsystems in the REPL.
-
- Jan 23, 2007
-
-
Gary King authored
-
- Jan 21, 2007
-
-
Gary King authored
-
- Nov 07, 2006
-
- Aug 21, 2006
-
-
Christophe Rhodes authored
types. It seems regrettably common for system authors, despite the documentation, to place their system in CL-USER, where the user can quite legitimately add symbols. Adjust the lookup code in CLASS-FOR-TYPE to ignore symbols not naming subclasses of ASDF:COMPONENT, and also to try the symbol itself first if it's not a keyword. Also adjust the documentation slightly to make this slightly clearer. Add test files, and make the clisp test-harness work for me.
-
- Jul 06, 2006
-
-
Gary King authored
them so that preferences are found in ~/.asdf/<name-of-system>.lisp by default and are loaded on either a load-op or a load-source-op. Refactored load-op and load-source-op to both be subclasses of basic-load-op to facilitate this. Added test case in test directory. Still need to add to documentation of ASDF and will once I figure out where such a beast truely lives.
-
- Jun 16, 2006
-
-
Gary King authored
-
- May 30, 2006
-
-
Gary King authored
Added &allow-other-keys to operate. Added test/test-force to test that forcing a system works (at least in a simple case).
-
- May 14, 2006
-
- Apr 20, 2006
-
-
Christophe Rhodes authored
-
Christophe Rhodes authored
is still subject to filesystem races (say, between probe-file and file-write-date) but they're a lot less likely. Attempt to do the "right" thing if an input file has gone missing.
-
Christophe Rhodes authored
-
- Mar 21, 2006
-
-
Christophe Rhodes authored
* don't create a package with gensym. Instead try creating packages with different names until one succeeds; * delete the scratch package when we're finished with it * if the user has requested a pathname for a component, don't try to construct the default one; it probably won't work.
-
- Feb 01, 2006
-
-
Christophe Rhodes authored
on Windows. No changes outside that specific section.
-
- Dec 16, 2005
-
-
Nikodemus Siivola authored
-
- Dec 07, 2005
- Sep 30, 2005
-
- Sep 26, 2005
-
-
Peter Van Eynde authored
-
- Jul 02, 2005
-
-
Peter Van Eynde authored
-
- Jul 01, 2005
-
-
Peter Van Eynde authored
-