Skip to content
  1. Sep 04, 2012
  2. May 28, 2012
    • Raymond Toy's avatar
      Fix ticket:60 · 2970ca06
      Raymond Toy authored
      src/compiler/main.lisp:
      o Remove special treatment of EXPORT (and others) in the compiler.  I
        think we only need to treat IN-PACKAGE and DEFPACKAGE specially.
      
      src/contrib/defsyste/defsystem.lisp:
      o Add FIND-SYSTEM to the defpackage export list for MAKE.
      
      src/tools/hemcom.lisp:
      o Add defpackage for hemlock-internals since export no longer has the
        compile-time effect.
      2970ca06
  3. Nov 04, 2011
  4. May 11, 2010
  5. 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
    • rtoy's avatar
      Restore old defsystem.lisp. · 98bb168c
      rtoy authored
      98bb168c
  6. Mar 22, 2002
  7. Apr 06, 1999
  8. Feb 02, 1999
  9. Feb 26, 1998
  10. Feb 11, 1994
  11. Jan 13, 1993
  12. Feb 20, 1992