Skip to content
Snippets Groups Projects
  1. Oct 28, 2001
  2. Oct 27, 2001
  3. Oct 16, 2001
  4. Oct 15, 2001
  5. Oct 12, 2001
  6. Oct 05, 2001
  7. Oct 04, 2001
    • toy's avatar
      Patch stolen from SBCL bug 81. · 89cf3b64
      toy authored
      Loop doesn't handle loops like
      
      (loop with (a b) = '(1 2)
            and (c d) = '(3 4)
            return (list a b c d))
      
      correctly because it fails to destructure the variables correctly.
      89cf3b64
  8. Oct 03, 2001
  9. Sep 28, 2001
  10. Sep 27, 2001
  11. Sep 25, 2001
  12. Sep 24, 2001
  13. Sep 23, 2001
    • pmai's avatar
      Fixes a bug in short-method-combination handling reported on · e3fe1d2c
      pmai authored
      cmucl-help:  The optional order argument to method combinations
      defined by the short form of define-method-combination was being
      quietly ignored, resulting in the default :most-specific-first
      behaviour, even if :most-specific-last was specified.  This fix makes
      it respect the specified order.
      e3fe1d2c
  14. Sep 22, 2001
    • pw's avatar
      This revision turns on INFORM-TYPE-SYSTEM-ABOUT-STD-CLASS which · 9ce21b91
      pw authored
      represses compiler warnings about undefined class when compiling
      defmethods in the same file as the defclass forms. It does this
      by calling (lisp:make-class :name class-name) which creates a
      minimal entry such that lisp:find-class will return non-nil. The
      class entry is filled out at load time. A consequence of this is
      that until load time, any attempt to treat that minimal class as
      valid will fail, probably because lisp:class-layout => NIL. This
      doesn't seem a problem in current practice.
      9ce21b91
  15. Sep 21, 2001
    • pw's avatar
      Second attempt at using new cvs server. Hopefully mail system config · f2251d1b
      pw authored
      problems are fixed now.
      
      This revision fixes an omission from a previous rev that added support
      for :print-object and :print-function defstruct options. The default
      method created was calling DEFAULT-STRUCTURE-PRINT with only two
      arguments. It seems to work correctly now.
      f2251d1b
  16. Sep 20, 2001
  17. Jul 16, 2001
  18. Jul 12, 2001
  19. Jul 10, 2001
  20. Jul 08, 2001
    • pw's avatar
      From Paul Foley: · 65855429
      pw authored
      	This patch makes QUIT call a list of functions at
      	exit, so that the Motif interface can clean up without having to
      	redefine it.
      65855429
    • pw's avatar
      From Paul Foley: · c9918062
      pw authored
      	Implements READ- and WRITE-SEQUENCE on Gray streams, via
      	STREAM-READ-SEQUENCE and STREAM-WRITE-SEQUENCE, and provides a :class
      	keyword to OPEN which lets it return Gray streams classes wrapped
      	around lisp-streams.
      
      	Load exports.lisp before compiling with this set of changes.
      c9918062
    • pw's avatar
      From Eric Marsden: · 8f6e3dec
      pw authored
      	A few tweaks for buildtime features.
      8f6e3dec
    • pw's avatar
      From Eric Marsden: · 18e36eb6
      pw authored
      	Remove some build-time features that should not be in
      	distributed .cores (:no-pcl :no-clm, etc).
      18e36eb6
    • pw's avatar
      From Eric Marsden: · 7fbe9acc
      pw authored
         Initialize the modules: namestring so that things like
         (require :clx-library) work (assuming the filesystem layout present
         in the release tarballs).
      7fbe9acc
    • pw's avatar
      From Eric Marsden: · 8fcc8901
      pw authored
         Remove the *features* :cltl2, :draft-ansi-cl and :x3j13 to be ANSI
         compliant. I guess this might break some old code, but ANSI explicitly
         prohibits cohabitation of these with :ansi-cl.
      8fcc8901
    • pw's avatar
      From Eric Marsden: · 43e605d4
      pw authored
         NO-APPLICABLE-METHOD condition subclasses TYPE-ERROR. This fixes a
         few more clocc-ansi-test-revealed bugs.
      43e605d4
  21. Jun 26, 2001
Loading