Skip to content
  1. Apr 22, 2012
  2. Apr 17, 2012
  3. Apr 16, 2012
  4. Apr 14, 2012
  5. Apr 12, 2012
  6. Apr 10, 2012
  7. Mar 31, 2012
  8. Mar 29, 2012
  9. Mar 28, 2012
  10. Mar 26, 2012
  11. Mar 21, 2012
  12. Jan 18, 2012
  13. Jan 15, 2012
  14. Dec 19, 2011
  15. Dec 15, 2011
  16. Dec 14, 2011
  17. Dec 13, 2011
  18. Dec 12, 2011
  19. Nov 30, 2011
  20. Nov 28, 2011
  21. Nov 21, 2011
  22. Nov 20, 2011
  23. Nov 19, 2011
    • Francois-Rene Rideau's avatar
      2.018.14: Fix some subtle upgrade bugs. · b07096da
      Francois-Rene Rideau authored
      Don't defparameter *system-definition-search-functions*, use defvar and fixup.
      Clear *systems-being-defined* when upgrading asdf,
      but re-find them immediately because they may be needed
      as part of a higher operation.
      Thanks to Nikodemus for reporting the bug while using quicklisp.
      b07096da
    • Francois-Rene Rideau's avatar
      2.018.13: in 2.017.12 I made the mistake of changing the signature · 6aec0f2b
      Francois-Rene Rideau authored
      of some internal functions though they may be in the continuation
      of an asdf upgrade, because asdf could be loaded by a .asd file
      we load while finding a system for a dependency.
      Solution: unintern the symbols during an upgrade.
      6aec0f2b