Skip to content
Snippets Groups Projects
  1. May 25, 2010
  2. May 21, 2010
  3. May 20, 2010
  4. May 19, 2010
  5. May 18, 2010
  6. May 15, 2010
  7. May 14, 2010
  8. May 12, 2010
  9. 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)
  10. May 07, 2010
  11. May 06, 2010
  12. May 05, 2010
  13. May 04, 2010
  14. May 03, 2010
  15. May 02, 2010
  16. May 01, 2010
  17. Apr 30, 2010
  18. Apr 29, 2010
  19. Apr 28, 2010
  20. Apr 25, 2010
  21. Apr 21, 2010
    • Francois-Rene Rideau's avatar
      1.705: · 03be449f
      Francois-Rene Rideau authored
      * rename :system-dependencies to :defsystem-depends-on. Beware, controversy.
       janderson suggests we should be using defstruct-like options in the name field.
      * reorganize a bit the lisp-version-string, include fasl version for CCL
       (more useful than a PPC-only 64-bit flag that should already be redundant with architecture).
      * reinstate the perform-with-restarts method for compile-op removed in 1.661:
       it might seem redundant in nested calls, but it actually isn't.
      03be449f
  22. Apr 19, 2010
  23. Apr 16, 2010
  24. Apr 15, 2010
  25. Apr 14, 2010
Loading