- Apr 30, 2010
-
- Apr 29, 2010
-
- Apr 28, 2010
-
- Apr 25, 2010
-
-
Francois-Rene Rideau authored
Fix lisp-version-string for ECL (1.705 bug - oops). Trivial cleanups and small documentation updates.
-
- Apr 21, 2010
-
-
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.
-
- Apr 19, 2010
-
-
Francois-Rene Rideau authored
for parsing the defsystem form itself. Also, *asdf-verbose* controls the default verbosity of asdf operations (or should I have reused *verbose-out* ?)
-
Francois-Rene Rideau authored
-
- Apr 16, 2010
-
-
Francois-Rene Rideau authored
do-first operations must appear before module operations. Do it in two passes. Appending N times is evil.
- Apr 15, 2010
-
-
Francois-Rene Rideau authored
* split traverse into multiple functions. * don't append things all over traverse, use a collector function * don't insert and remove prune-op to indicate something needs be done even when the collected list is empty... use a boolean flag in all cases. * fix the age-old broken :force (system1 ... system2) feature... with a cerror! * fix the age-old broken (:feature :foo dependency) feature... with a cerror! * tighten :version syntax to only accept the keyword, not any same-named symbol. * use hash-tables for O(1) access where linear search was previously used, notably in visited-nodes and in components-by-name. * use more uniform #+ features for windows. * modify defclass to make POIU happier (hopefully). * factor probe-asd out of sysdef-source-registry-search and sysdef-central-registry-search * fix safe-file-write-date, which I had previously broken when accepting a null pathname. * have serial-depends-on only name the previous thing to depend on. Passes tests on sbcl, clisp, ecl, lispworks, allegro. Fails on gclcvs: bind stack overflow. Is that a regression? small website updates.
-
Robert P. Goldman authored
When trying to explore the behavior of ASDF2 in connection with rewriting that involves Lisp files, I was testing to verify that ASDF will notice if we lose a .lisp file. It does. This test checks that.
- Apr 14, 2010
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
GNUmakefile to clean *.bak.
-
- Apr 13, 2010
-
-
Francois-Rene Rideau authored
to avoid weird non-determinism when building in a different directory than expected by the asd files.
-
Francois-Rene Rideau authored
Fix bug 562183: setf methods must return proper value. (Thanks to janderson) Fix bug 562186: wild patterns need :wild version to make clisp happy. Add URL in manual.
-
- Apr 12, 2010
-
-
Francois-Rene Rideau authored
Add tests for configuration files. Also export enable-asdf-binary-locations-compatibility.
-
- Apr 09, 2010
-
- Apr 08, 2010
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
The old website is dead. Long live the new website!
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- Apr 07, 2010
-
-
Francois-Rene Rideau authored
* remove :root (not portable) as pathname designator component. Accept t as pathname designator. * also, #+abcl translate-jar-pathname. Oops.
-
- Apr 05, 2010
-
-
Francois-Rene Rideau authored
(pathname-match-p #p"/foo/bar" #p"home:baz/quux/**/*.*") as reported by janderson.
-
Francois-Rene Rideau authored
as destination from output-translations, plus usage by default for jars in ABCL.
-
Francois-Rene Rideau authored
gitignore a few more things
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
* document enable-asdf-binary-locations-compatibility * Be nicer when upgrading using Allegro: disable autoloading of old ASDF.