Skip to content
  1. Jan 13, 2013
  2. Jan 11, 2013
  3. Jan 10, 2013
    • Francois-Rene Rideau's avatar
      2.26.71: Fix obvious breakage on SBCL. · d2bbf816
      Francois-Rene Rideau authored
      Make default-directory a root pathname, remove it from source-registry.
      Have it use lisp-implementation-directory.
      Remove any attempt to use the "current directory".
      Users who want that can still try to
      	(pushnew '*default-pathname-defaults* asdf:*central-registry*)
      
      Rename tmp/ to build/ and move asdf.lisp there. Update asdf.asd.
      Rename implementation.lisp to compatibility.lisp.
      Move *asdf-verbose* and asdf-message to upgrade.lisp
      d2bbf816
    • Francois-Rene Rideau's avatar
      2.26.68: self-upgrade now works somewhat on SBCL and CCL. · b6d6fb06
      Francois-Rene Rideau authored
      Fixed corner bugs in the package surgery.
      Stopped using fmakunbound as part of the package definition;
      it should happen as part of with-upgrade,
      or, for now, systematically with defgeneric* and defun*.
      Added special magic for ASDF fixup, that will have to be enhanced.
      b6d6fb06
  4. Jan 09, 2013
  5. Jan 08, 2013