Skip to content
Snippets Groups Projects
  1. Mar 25, 2014
  2. Mar 18, 2014
  3. Mar 17, 2014
  4. Mar 03, 2014
  5. Mar 01, 2014
  6. Feb 28, 2014
  7. Feb 21, 2014
  8. Feb 20, 2014
  9. Feb 11, 2014
  10. Jan 30, 2014
  11. Jan 28, 2014
  12. Jan 08, 2014
  13. Dec 26, 2013
  14. Dec 20, 2013
  15. Dec 19, 2013
  16. Nov 15, 2013
  17. Nov 11, 2013
  18. Oct 16, 2013
  19. Oct 15, 2013
  20. Apr 04, 2013
  21. Apr 01, 2013
  22. Mar 07, 2013
  23. Mar 05, 2013
  24. Mar 03, 2013
  25. Feb 26, 2013
  26. Feb 18, 2013
  27. Feb 07, 2013
  28. Feb 06, 2013
    • Francois-Rene Rideau's avatar
      2.28.1: various upgrade issues · d78df051
      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 #+.
      d78df051
Loading