- 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
-
Francois-Rene Rideau 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
-
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 21, 2010
-
- Nov 19, 2010
-
-
Robert P. Goldman authored
-
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 30, 2010
-
-
Francois-Rene Rideau authored
Merge branch 'release' Conflicts: asdf.lisp
-
Francois-Rene Rideau authored
ignore cmucl/scl fasl
-
- Oct 29, 2010
-
-
Francois-Rene Rideau authored
Enable extra debugging while testing (except on allegro personal where it blows up the heap)
- Oct 28, 2010
-
- Oct 27, 2010
-
- Oct 26, 2010
-