Skip to content
  1. Feb 23, 2013
  2. Feb 18, 2013
  3. Feb 02, 2013
  4. Nov 18, 2012
  5. Nov 17, 2012
  6. Oct 11, 2012
  7. Aug 28, 2012
  8. Jul 18, 2012
  9. Jun 15, 2012
  10. May 01, 2012
  11. Nov 29, 2011
  12. Nov 04, 2011
  13. Oct 30, 2011
  14. Aug 23, 2011
  15. Jun 08, 2011
  16. Mar 30, 2011
  17. Mar 28, 2011
  18. Mar 24, 2011
  19. Dec 08, 2010
  20. Nov 04, 2010
  21. Oct 06, 2010
  22. Sep 17, 2010
  23. Aug 26, 2010
  24. Jul 13, 2010
    • rtoy's avatar
      o Update version to 2.004: · 3dfe0f91
      rtoy authored
        - Two minor bugs in error handling of compile-file*
        - Add optional arg to ensure-source-registry
        - Add clear-system
        - use /etc/common-lisp as documented
      o Add file-comment.
      3dfe0f91
  25. Jun 02, 2010
  26. May 25, 2010
  27. May 13, 2010
  28. May 12, 2010
  29. May 10, 2010
    • rtoy's avatar
      Add asdf2 and restore (and update) defsystem. · 36d9b3bc
      rtoy authored
      asdf/asdf.lisp:
      o Current version of asdf2 imported from common-lisp.net asdf
        project.
      
      defsystem/defsystem.lisp:
      o Restored from repository and updated to current version from
        clocc.sourceforge.net.
      
      code/modules.lisp:
      o Indent docstrings to match the style of cmucl docstrings used
        elsewhere.  (Lines after the first are indented 2 spaces.)
      o Add module for asdf and defsystem.
      
      tools/build-utils.sh:
      o Compile asdf and defsystem so when users require them, they're not
        compiled again or run in the interpreter.
      
      tools/clean-target.sh:
      o Keep the asdf and defsystem directories when requested so that both
        x87 and sse2 versions can be built.
      
      tools/make-extra-dist.sh:
      o Skip the asdf and defsystem directories when building the extras
        tarball; we don't need copies in the main and extras tarball.
      
      tools/make-main-dist.sh:
      o Install the asdf and defsystem directories in the correct place
      o Copy the asdf and defsystem fasls.
      36d9b3bc