Skip to content
Snippets Groups Projects
  1. Feb 17, 2011
  2. Jan 24, 2011
  3. Dec 15, 2010
  4. Dec 10, 2010
  5. Dec 07, 2010
  6. Dec 03, 2010
  7. Nov 29, 2010
  8. Nov 19, 2010
  9. Oct 23, 2010
  10. Oct 22, 2010
  11. Oct 21, 2010
  12. Oct 20, 2010
  13. Oct 15, 2010
  14. Oct 04, 2010
  15. Oct 01, 2010
  16. Sep 28, 2010
  17. Sep 24, 2010
  18. Sep 13, 2010
  19. Aug 28, 2010
  20. Aug 27, 2010
  21. Aug 20, 2010
    • Francois-Rene Rideau's avatar
      2.122: changes requested by sds. · efd9f80f
      Francois-Rene Rideau authored
      * use only one package for everything: ASDF. This simplifies the upgrade a bit.
      * export component-visited-p, record an index rather than a boolean.
      
      Also
      * On CLISP, only use custom:*module-provider-functions* when defined (2.49+)
      * In Makefile, mrproper before debian package.
      * Document that CLISP and SCL now support REQUIREing through ASDF.
      * Fix mistake in run-tests that made it always use sbcl
  22. Jul 28, 2010
  23. Jul 06, 2010
  24. Jun 22, 2010
  25. Jun 16, 2010
  26. May 31, 2010
  27. May 26, 2010
  28. May 14, 2010
  29. May 11, 2010
    • Francois-Rene Rideau's avatar
      1.721: integrate feedback from rtoym, p_l. · b8f0d69d
      Francois-Rene Rideau authored
      * for configuration directories, only match files in .conf
       that are not unix hidden files. This notably takes care of backups.
       (Solves issue found by p_l.)
      
      * Before calling the provide hook, CMUCL normalizes its argument to a string
       (as allowed per CLHS), which means symbols become uppercase strings
       before they reach ASDF that would downcase symbols. I've decided to always
       downcase the argument provided to this hook. (Solves issue raised by rtoym.)
       Note that are hook itself doesn't (PROVIDE ...) anything
       to be pushed onto *MODULES*. Maybe we should:
       (a) only try find-system when (equal (string arg) (string-upcase arg))
       (b) always string-downcase when calling find-system and
       (c) string-upcase again and provide.
       Not done in this commit, though.
      
      * Add #+cmu (:tree #p"modules:") to the wrapping-source-registry. (rtoym)
  30. May 07, 2010
  31. May 06, 2010
Loading