- Mar 19, 2010
-
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Francois-Rene Rideau authored
-
- Mar 18, 2010
-
-
Francois-Rene Rideau authored
Remove extra output translations and source-registry entries from end.
-
Francois-Rene Rideau authored
Make perform-with-restarts methods not :around, to please janderson
-
Francois-Rene Rideau authored
(thanks to Gary Byers and R. Matthew Emerson)
-
Francois-Rene Rideau authored
-
Robert P. Goldman authored
In system-configuration-directories the FLET function was only run on windows. On non-windows, at least on ACL, this was causing compilation warnings, and hence test failures. Juggled the position of the #+windows to fix this.
-
Robert P. Goldman authored
-
- Mar 17, 2010
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Tiny documentation tweak.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
* Fix initialize-output-translations to actually use the environment, map output destinations to themselves, and actually take a parameter as documented. * Document same parameter for initialize-source-registry, which did take it. * Tweak symbols between unintern and fmakunbound to make upgrade better on both current SBCL and ECL. * Tweak run-tests to allow for parametrizable binaries, to redirect output to tmp/fasls, to output Lisp command being executed,
-
Francois-Rene Rideau authored
which one of my previous refactorings broke. (Thanks to Mark Evenson)
- Mar 16, 2010
-
-
Francois-Rene Rideau authored
* some bogusness in default-source-registry * fmakunbound behaves badly wrt SBCL method cache or something, using unintern instead to allow for hot upgrade of ASDF on SBCL.
-
Francois-Rene Rideau authored
the same string-as-pathname-specifiers as components.
-
Francois-Rene Rideau authored
Better ABCL support. Respect environment variables for XDG specification. Attempt to have meaningful default paths under Windows.
-
Francois-Rene Rideau authored
(found by the pathname-test in ecl)
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Fix ECL compilation workaround.
-
Francois-Rene Rideau authored
- Mar 15, 2010
-
-
Francois-Rene Rideau authored
Add janderson's pathname test script to our test suite.
-
Francois-Rene Rideau authored
Unintern old asdf:around symbols.
-
Francois-Rene Rideau authored
Treat :unspecific specially in merge-pathnames wrt logical-pathnames, use it in split-name-type. Add protocol to short-circuit output translation. Some updates to the documentation manual. Add testing support for gclcvs (though it currently fails bigtime). Refactor run-tests to to remove need to know $fasl_ext.
-
Robert P. Goldman authored
Fixed a couple of cross-references (you can only refer to nodes, not sections; if you want to refer to a section, you must refer to it relative to the enclosing node). Also removed a superfluous hash-quote.
- Mar 14, 2010
-
-
Francois-Rene Rideau authored
-