- 01 Mar, 2014 2 commits
-
-
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.
-
- 28 Feb, 2014 4 commits
-
-
Francois-Rene Rideau authored
Fix DIRECTORY tests in test-utilities.script.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 21 Feb, 2014 2 commits
-
-
Francois-Rene Rideau authored
Fix DIRECTORY tests in test-utilities.script.
-
Francois-Rene Rideau authored
-
- 20 Feb, 2014 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 11 Feb, 2014 2 commits
-
-
Francois-Rene Rideau authored
Mention the walkthrough in the documentation.
-
Francois-Rene Rideau authored
-
- 30 Jan, 2014 1 commit
-
-
Francois-Rene Rideau authored
-
- 28 Jan, 2014 1 commit
-
-
Francois-Rene Rideau authored
Also update comments in TODO file, manual. Make the Makefile test result checking less uselessly verbose.
-
- 08 Jan, 2014 1 commit
-
-
Francois-Rene Rideau authored
Do upgrade tests in reverse chronological order for more relevance.
-
- 26 Dec, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 20 Dec, 2013 4 commits
-
-
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).
-
- 19 Dec, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 15 Nov, 2013 1 commit
-
-
Francois-Rene Rideau authored
Improve :DBG docstring. Tweak TODO.
-
- 11 Nov, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 16 Oct, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 15 Oct, 2013 1 commit
-
-
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.
-
- 04 Apr, 2013 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Also, better document *output-translation-function*
-
- 01 Apr, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 07 Mar, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 05 Mar, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 03 Mar, 2013 1 commit
-
-
Francois-Rene Rideau authored
Another pass package upgrade. Export FEATURE from correct package. Use package :asdf-user when reading file for version.
-
- 26 Feb, 2013 1 commit
-
-
Francois-Rene Rideau authored
Based on a patch by Stelian Ionescu.
-
- 18 Feb, 2013 2 commits
-
-
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.
-
- 07 Feb, 2013 1 commit
-
-
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.
-
- 06 Feb, 2013 2 commits
-
-
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 #+.
-
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 #+.
-
- 31 Jan, 2013 2 commits
-
-
Francois-Rene Rideau authored
Add :website-url :bug-tracker-url :developers-email :long-name :source-control Remove unused symbols from some packages. Update some comments. Example uses in defsystem asdf/defsystem.
-
Francois-Rene Rideau authored
Also, tweak asdf.asd for more robust upgrade from ASDF earlier than 2.017, and fix script-support for upgrade from 2.019 and later. Make some test scripts more robust wrt pathname madness. Update TODO.
-
- 29 Jan, 2013 1 commit
-
-
Francois-Rene Rideau authored
Also, move some functions from stream to filesystem where they belong.
-