Skip to content
Snippets Groups Projects
  1. Mar 02, 2013
  2. Feb 16, 2013
  3. Feb 06, 2013
    • Francois-Rene Rideau's avatar
      2.28.1: various upgrade issues · 1e4bafdb
      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 #+.
      1e4bafdb
  4. Jan 31, 2013
  5. Jan 29, 2013
  6. Jan 11, 2013
  7. Sep 28, 2012
  8. Sep 13, 2012
  9. Jul 28, 2012
  10. Jul 07, 2012
  11. Jun 29, 2012
  12. Apr 29, 2012
  13. Apr 23, 2012
  14. Apr 21, 2012
  15. Apr 10, 2012
  16. Nov 21, 2011
  17. Jul 10, 2011
  18. Jun 09, 2011
    • Francois-Rene Rideau's avatar
      2.016.1: Fixes for ABCL, GCL; tweaks for LispWorks and CCL. · 9ece06df
      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.
      9ece06df
  19. Jun 06, 2011
    • Francois-Rene Rideau's avatar
      2.015.11: naming tweaks for CLISP. · d8b24967
      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.
      d8b24967
  20. May 29, 2011
  21. May 09, 2011
  22. May 03, 2011
  23. Apr 06, 2011
  24. Mar 21, 2011
  25. Mar 20, 2011
  26. Nov 28, 2010
  27. Oct 30, 2010
  28. Sep 06, 2010
  29. Aug 07, 2010
  30. Jul 28, 2010
  31. Jun 25, 2010
  32. Jun 19, 2010
  33. Jun 04, 2010
  34. May 06, 2010
  35. May 01, 2010
  36. Apr 25, 2010
  37. Apr 19, 2010
  38. Apr 12, 2010
  39. Apr 08, 2010
Loading