Skip to content
  1. Apr 12, 2012
    • Francois-Rene Rideau's avatar
      2.20.9: fix logical-pathname issue; export more utilities. · 0c281b99
      Francois-Rene Rideau authored
      The issue fixed is that most Lisps don't like
      *default-pathname-defaults* being a logical-pathname.
      Added a test for logical-pathname functionality;
      it all works on CCL, and works better on other Lisps after the fix,
      but there are still logical-pathname issues on SBCL, CLISP and more.
      Also, a package cleanup of our test suite.
      0c281b99
  2. Apr 10, 2012
  3. Apr 08, 2012
  4. Mar 31, 2012
  5. Mar 29, 2012
  6. Mar 28, 2012
  7. Mar 26, 2012
  8. Mar 21, 2012
  9. Feb 15, 2012
  10. Jan 18, 2012
  11. Jan 15, 2012
  12. Dec 19, 2011
  13. Dec 15, 2011
  14. Dec 14, 2011
  15. Dec 13, 2011
  16. Dec 12, 2011
  17. Nov 30, 2011
  18. Nov 28, 2011
  19. Nov 22, 2011
  20. Nov 21, 2011
  21. Nov 20, 2011
  22. 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