- Feb 28, 2014
-
-
Francois-Rene Rideau authored
-
- Feb 10, 2014
-
-
Robert P. Goldman authored
Use clisp-specific function in DIRECTORY-EXISTS-P implementation. Use lower-cost DIRECTORY-PATHNAME-P instead of DIRECTORY-EXISTS-P in DIRECTORY-FILES.
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
- Feb 02, 2014
-
-
Francois-Rene Rideau authored
-
- Jan 31, 2014
-
-
Francois-Rene Rideau authored
-
- Jan 27, 2014
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
* Add some comments on TRAVERSE-ACTION; expand those on SOURCE-FILE-TYPE. * Remove a few unnecessary input-files or output-files methods * Remove (declare (ignorable ...)) for specialized arguments. Specialize a few arguments to T. * Remove most when-upgrading methods, since we drop data on old incompatible ASDFs.
-
- Jan 15, 2014
-
-
Francois-Rene Rideau authored
-
- Jan 14, 2014
-
-
Francois-Rene Rideau authored
Also decline to "upgrade" to very same version, but without warning. Add a regression test. You can see the test fail with old versions, with e.g. cat build/asdf-3.0.3.lisp > build/asdf.lisp ; make t l=ccl t=test-sysdef-asdf.script Also tweak ensure-gethash to return two values, and add tests.
-
- Jan 08, 2014
-
-
Francois-Rene Rideau authored
-
- Jan 07, 2014
-
-
Francois-Rene Rideau authored
-
- Jan 03, 2014
-
-
Francois-Rene Rideau authored
-
- Jan 01, 2014
-
-
Francois-Rene Rideau authored
Fix the the handling of :directory in run-program when using system.
-
- Dec 20, 2013
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Why is this somehow not affecting other implementations???
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
The return statement in search-for-system-definition goes awry. XCL is now officially not supported by ASDF3 (ASDF 2 might still work).
-
- Dec 19, 2013
-
-
Francois-Rene Rideau authored
It's not just present in buggy implementations, it's inevitable on all implementations that rely on shell redirection.
-
- Dec 07, 2013
-
-
Francois-Rene Rideau authored
-
https://bugs.launchpad.net/asdf/+bug/1254598Robert P. Goldman authored
Repaired initargs for missing configuration inheritance form.
-
- Nov 25, 2013
-
-
Francois-Rene Rideau authored
Add a *compile-check* hook for a default compile-check argument. Also, add back a pathname kludge for GCL until the issue gets fixed.
-
- Nov 20, 2013
-
-
Francois-Rene Rideau authored
CMUCL: hush some warnings
-
Francois-Rene Rideau authored
-
- Nov 18, 2013
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Its place is another library, in the keyword package, or using (uiop-debug), in the current package.
-
Francois-Rene Rideau authored
-
- Nov 16, 2013
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Get backtraces on GCL.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- Nov 15, 2013
-
-
Francois-Rene Rideau authored
Improve :DBG docstring. Tweak TODO.
-
Francois-Rene Rideau authored
Define the :DBG macro, so it's ubiquitously available for print-debugging. Define and export nest, so it's always there to prevent indentation drift. Tweak restore-image again for better handling of *lisp-interaction*. Update docstrings for define-package. Define %process-info-pid.
-
- Nov 13, 2013
-
-
Francois-Rene Rideau authored
Same as for restore-image in 3.1.0.8.
-
- Nov 12, 2013
-
-
Francois-Rene Rideau authored
Everyone should be using a recent 2.7.0 (in ANSI mode) from master for ASDF.
-
Francois-Rene Rideau authored
-