- Mar 19, 2011
-
-
Robert P. Goldman authored
Remove trailing "/" on system pathname to test that merging works properly in directory context.
-
Robert P. Goldman authored
-
- Mar 18, 2011
-
-
Francois-Rene Rideau authored
via new internal function errfmt. Fix bug in directory-has-asd-files-p (found using Genera!) Rename merge-component-name-type to coerce-pathname, document and export it, and use it where required for portability. Also document merge-pathnames*.
-
- Mar 17, 2011
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Remove warnings.
-
- Mar 16, 2011
-
-
Francois-Rene Rideau authored
*output-translations-parameter* and *source-registry-parameter*.
-
- Mar 10, 2011
-
-
Francois-Rene Rideau authored
* make genera happy: * add support in implementation-identifier * add #' to (lambda ...) forms * avoid ~@< * tweak subdirectories * Add support for ".." as :back in portable pathname syntax * Remember source-registry and output-translations parameters
-
Robert P. Goldman authored
- Mar 09, 2011
-
- Feb 17, 2011
-
-
Robert P. Goldman authored
- Feb 06, 2011
-
- Feb 05, 2011
-
- Jan 24, 2011
-
- Jan 20, 2011
-
- Jan 03, 2011
-
- Dec 24, 2010
-
-
Robert P. Goldman authored
-
Robert P. Goldman authored
Attempt to use features to prevent running this script on Windows. Checks Mac and POSIX positions of true and false.
-
- Dec 23, 2010
-
- Dec 21, 2010
-
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Francois-Rene Rideau authored
Thanks to Stas Boukarev.
-
Francois-Rene Rideau authored
Merge branches 'master', 'master', 'master' and 'master' of http://common-lisp.net/project/asdf/asdf
- 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).
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 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 07, 2010
-
-
Francois-Rene Rideau authored
-
- 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
-