- Mar 25, 2014
-
-
Francois-Rene Rideau authored
-
- Mar 18, 2014
-
-
Francois-Rene Rideau authored
Report some implementation bugs in TODO.
-
- Mar 17, 2014
-
-
Francois-Rene Rideau authored
prebuilt-system isn't currently tested, and will bitrot again if it is kept this way.
-
- Mar 03, 2014
-
-
Francois-Rene Rideau authored
asdf/footer: non-functional tweak. TODO: GCL bugs, original-initargs clients.
-
- Mar 01, 2014
-
-
Francois-Rene Rideau authored
Fix some issues with SCL: * it doesn't like run-program from a modified directory? * it somehow pushes :non-base-chars-exist-p even though +non-base-chars-exist-p+ is NIL???
-
Francois-Rene Rideau authored
Move a few items to TODO. Tweaks.
-
- Feb 28, 2014
-
-
Francois-Rene Rideau authored
Fix DIRECTORY tests in test-utilities.script.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- Feb 21, 2014
-
-
Francois-Rene Rideau authored
Fix DIRECTORY tests in test-utilities.script.
-
Francois-Rene Rideau authored
-
- Feb 20, 2014
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- Feb 11, 2014
-
-
Francois-Rene Rideau authored
Mention the walkthrough in the documentation.
-
Francois-Rene Rideau authored
-
- Jan 30, 2014
-
-
Francois-Rene Rideau authored
-
- Jan 28, 2014
-
-
Francois-Rene Rideau authored
Also update comments in TODO file, manual. Make the Makefile test result checking less uselessly verbose.
-
- Jan 08, 2014
-
-
Francois-Rene Rideau authored
Do upgrade tests in reverse chronological order for more relevance.
-
- Dec 26, 2013
-
-
Francois-Rene Rideau authored
-
- Dec 20, 2013
-
-
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
-
- Nov 15, 2013
-
-
Francois-Rene Rideau authored
Improve :DBG docstring. Tweak TODO.
-
- Nov 11, 2013
-
-
Francois-Rene Rideau authored
-
- Oct 16, 2013
-
-
Francois-Rene Rideau authored
-
- Oct 15, 2013
-
-
Francois-Rene Rideau authored
Make some run-program tests Unix-only that fail on Windows for semi-good reasons. Sleep 2 seconds instead of one in test-stamp-propagation, in case that makes things more stable.
-
- Apr 04, 2013
-
-
Francois-Rene Rideau authored
Also, better document *output-translation-function*
- Apr 01, 2013
-
-
Francois-Rene Rideau authored
-
- Mar 07, 2013
-
-
Francois-Rene Rideau authored
-
- Mar 05, 2013
-
-
Francois-Rene Rideau authored
-
- Mar 03, 2013
-
-
Francois-Rene Rideau authored
Another pass package upgrade. Export FEATURE from correct package. Use package :asdf-user when reading file for version.
-
- Feb 26, 2013
-
-
Francois-Rene Rideau authored
Based on a patch by Stelian Ionescu.
-
- Feb 18, 2013
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
After testing by avodonosov, it was found this was needed to (un)reify deferred-warnings on CCL.
-
- Feb 07, 2013
-
-
Francois-Rene Rideau authored
This is kind of a kluge: use slot-value in parse-component-form instead of a proper accessor. A better fix is required in the long term, but this will do for now.
-
- Feb 06, 2013
-
-
Francois-Rene Rideau authored
1- To make life easier on Xach, stop requiring asdf.lisp to be loaded as source before it's compiled. Instead, wrap each and every single form in an eval-when, most of the time via the with-upgradability macro that also transforms defun into defun* and defgeneric into defgeneric*. Causes massive reindentation :-( 2- Have a proper :version for fallback systems. Will make systems that check the version happier. 3- protect a condition with #+sb-eval. Fixes lp#1116408. 4- Protect warnings-file methods with dynamic when *warnings-file-type* rather than static #+.
-