Skip to content
Snippets Groups Projects
  1. Jun 24, 2010
  2. Jun 22, 2010
  3. Jun 20, 2010
  4. Jun 19, 2010
  5. Jun 16, 2010
  6. Jun 09, 2010
  7. Jun 08, 2010
  8. Jun 04, 2010
  9. May 31, 2010
  10. May 26, 2010
  11. May 25, 2010
  12. May 21, 2010
  13. May 20, 2010
  14. May 19, 2010
  15. May 18, 2010
  16. May 15, 2010
  17. May 14, 2010
  18. May 12, 2010
  19. May 11, 2010
    • Francois-Rene Rideau's avatar
      Remove desperately outdated files. · 43ece156
      Francois-Rene Rideau authored
      Show a good example: use (require :asdf) instead or (require 'asdf).
      43ece156
    • 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)
  20. May 07, 2010
  21. May 06, 2010
  22. May 05, 2010
  23. May 04, 2010
  24. May 03, 2010
Loading