Skip to content
  1. Feb 02, 2013
  2. Nov 18, 2012
  3. Nov 17, 2012
  4. Oct 11, 2012
  5. Aug 28, 2012
  6. Jul 18, 2012
  7. Jun 15, 2012
  8. May 01, 2012
  9. Nov 29, 2011
  10. Nov 04, 2011
  11. Oct 30, 2011
  12. Aug 23, 2011
  13. Jun 08, 2011
  14. Mar 30, 2011
  15. Mar 28, 2011
  16. Mar 24, 2011
  17. Dec 08, 2010
  18. Nov 04, 2010
  19. Oct 06, 2010
  20. Sep 17, 2010
  21. Aug 26, 2010
  22. 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
  23. Jun 02, 2010
  24. May 25, 2010
  25. May 13, 2010
  26. May 12, 2010
  27. 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