- Jan 03, 2011
-
- Dec 23, 2010
-
- Dec 21, 2010
-
-
Francois-Rene Rideau authored
Thanks to Stas Boukarev.
-
- Dec 16, 2010
-
-
Francois-Rene Rideau authored
whose DIRECTORY doesn't have RESOLVE-SYMLINKS.
-
- Dec 15, 2010
-
-
Francois-Rene Rideau authored
Fixes lp#690814 (thanks, Xach).
-
- Dec 10, 2010
-
-
Francois-Rene Rideau authored
Updating both asdf.asd and asdf.lisp is manual for now. Script help needed.
-
Francois-Rene Rideau authored
add condition class(es) for configuration processing failures (lp#684332), don't try (and fail) getting the architecture under CLISP (lp#688228).
-
- Dec 04, 2010
-
-
Francois-Rene Rideau authored
The issue was reported by Sid H <shortsightedsid@gmail.com> on asdf-devel. Problem is, when the filesystem server clock is in the future of the system clock (either because the NFS server has a clock in the future, or because the lisp host has a clock in the past), defsystem would call find-system (via find-component via parse-component-form) to make sure it modifies any previously registered object if any, rather than create a new object with "interesting" consequences if anyone held to the previous object. find-system would see the file has been modified since last registered with register-system, and proceed to load again, in an infinite loop that stop either when the Lisp process runs out of stack, or the date and time specified in the timestamp is reached. Now, ASDF doesn't bother reloading if the timestamp is in the future.
-
- Dec 03, 2010
-
-
Francois-Rene Rideau authored
Apparently, :unspecific as pathname type isn't that well liked by ECL.
-
- Dec 02, 2010
-
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
- Nov 29, 2010
-
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
- Nov 28, 2010
-
- Nov 23, 2010
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- Nov 22, 2010
-
-
Francois-Rene Rideau authored
-
- Nov 19, 2010
-
-
Francois-Rene Rideau authored
-
- Nov 15, 2010
-
-
Francois-Rene Rideau authored
-
- Nov 14, 2010
-
-
Francois-Rene Rideau authored
-
- Nov 05, 2010
-
- Nov 04, 2010
-
-
Francois-Rene Rideau authored
Makes cl-launch -B print_lisp_setup happier by not having uncommented upgrade words in the standard output stream. Reorder some sections of text, so we can use asdf-message during u-i-f-r-c.
-
- Oct 29, 2010
-
- Oct 28, 2010
-
- Oct 27, 2010
-
- Oct 26, 2010
-
- Oct 25, 2010
-
-
Francois-Rene Rideau authored
Actually, there's no way to automatically make sure that the ASDF version number is consistent between the asdf.asd and the asdf.lisp, lest we have scripts that enforce it at checkin or checkout time.
-
Francois-Rene Rideau authored
in vain attempt to shorten pathnames on Windows. See lp#665657 and the 260 char limit of Windows pathnames(!)
-
- Oct 23, 2010
-
- Oct 22, 2010
-
-
Robert P. Goldman authored
Failed to work on ASDF 1. :-( This reverts commit cf352002.
-
Robert P. Goldman authored
-
Francois-Rene Rideau authored
Also, save defsystem-depends-on information for the sake of introspection by e.g. quicklisp. Some documentation clarifications.
-
- Oct 21, 2010
-
-
Francois-Rene Rideau authored
Makes it run much faster on my computer with my configuration, and work on ABCL that lacks support for the previously-used **/*.asd.
-