- Mar 02, 2013
-
-
Francois-Rene Rideau authored
-
- Feb 16, 2013
-
-
Francois-Rene Rideau authored
-
- 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 #+.
-
- Jan 31, 2013
-
-
Francois-Rene Rideau authored
Update documentation somewhat for ASDF 3.
-
- Jan 29, 2013
-
-
Francois-Rene Rideau authored
Also, load .asd files in a with-standard-io-syntax. Export and tweak required-components. CMUCL now can hot upgrade from ASDF 2.018 and later. Simple documentation updates.
-
- Jan 11, 2013
-
-
Francois-Rene Rideau authored
-
- Sep 28, 2012
-
-
Francois-Rene Rideau authored
Indeed makes the code smaller and cleaner. Also #+mswindows sys:g-f-p for LW fasl's aren't cross-platform.
-
- Sep 13, 2012
-
-
Francois-Rene Rideau authored
-
- Jul 28, 2012
-
-
Francois-Rene Rideau authored
-
- Jul 07, 2012
-
-
Francois-Rene Rideau authored
-
- Jun 29, 2012
-
-
Francois-Rene Rideau authored
-
- Apr 29, 2012
-
-
Francois-Rene Rideau authored
Update documentation somewhat.
-
- Apr 23, 2012
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- Apr 21, 2012
-
-
Francois-Rene Rideau authored
Update dates in index.html
-
- Apr 10, 2012
-
-
Francois-Rene Rideau authored
-
- Nov 21, 2011
-
-
Francois-Rene Rideau authored
for smoother upgrade. Update web page.
-
- Jul 10, 2011
-
-
Francois-Rene Rideau authored
-
- Jun 09, 2011
-
-
Francois-Rene Rideau authored
Use probe-file for probe-file* in LispWorks. Make ABCL's jar translation happier with the recent compile-file-pathname* change for Stelian by redoing cfp myself. Make truenamize work when the merged pathname is relative. Makes it happier when e.g. the *default-pathname-defaults* is #p"", which is the case notably on CCL. Try and fail to support GCL 2.6 and have 2.7 fail less; too many bugs, in CONDITIONs, PATHNAMEs, and more, plus compiler bug that breaks coerce-pathname.
-
- Jun 06, 2011
-
-
Francois-Rene Rideau authored
Magically recognize x64 as architecture on CLISP (yuck). Document (require "asdf") as the portable way to load ASDF, since the CLISP maintainers insist that they won't recognize the otherwise universally accepted (require :asdf). Sigh.
-
- May 29, 2011
-
-
Francois-Rene Rideau authored
Documentation: Update about logical pathnames, asdf-install.
-
- May 09, 2011
-
-
Francois-Rene Rideau authored
-
- May 03, 2011
-
-
Francois-Rene Rideau authored
Recognize more architectures (for e.g. sbcl). Fixes for cl-source-file.lsp (see previous commits by rpg).
-
- Apr 06, 2011
-
-
Francois-Rene Rideau authored
-
- Mar 21, 2011
-
-
Francois-Rene Rideau authored
-
- Mar 20, 2011
-
-
Francois-Rene Rideau authored
-
- Nov 28, 2010
-
- Oct 30, 2010
-
-
Francois-Rene Rideau authored
ignore cmucl/scl fasl
-
- Sep 06, 2010
-
-
Francois-Rene Rideau authored
-
- Aug 07, 2010
-
-
Francois-Rene Rideau authored
Fix link in webpage (lp#614806). Include SCL and ABCL in my testing routine.
-
- Jul 28, 2010
-
-
Francois-Rene Rideau authored
-
- Jun 25, 2010
-
- Jun 19, 2010
-
-
Francois-Rene Rideau authored
only overwrites the output-file on success (also, it calls an updated compile-file-pathname* that heads &key output-file). Also, merge with 2.002 from release branch.
-
- Jun 04, 2010
-
-
Francois-Rene Rideau authored
-
- May 06, 2010
-
-
Francois-Rene Rideau authored
Also fix a bug in 1.714 (oops) whereby we fail to correctly find symbol-named components (incorrectly used string instead of coerce-name). Thanks to Alessandro Piras for beta-testing on Windows SBCL.
-
- May 01, 2010
-
-
Francois-Rene Rideau authored
-
- Apr 25, 2010
-
-
Francois-Rene Rideau authored
Fix lisp-version-string for ECL (1.705 bug - oops). Trivial cleanups and small documentation updates.
-
- Apr 19, 2010
-
-
Francois-Rene Rideau authored
-
- Apr 12, 2010
-
-
Francois-Rene Rideau authored
Add tests for configuration files. Also export enable-asdf-binary-locations-compatibility.
-
- Apr 08, 2010
-
-
Francois-Rene Rideau authored
The old website is dead. Long live the new website!
-