Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

6 changed files:

Changes:

  • src/tools/cross-scripts/cross-x86-netbsd.lisp
    ... ... @@ -22,7 +22,7 @@
    22 22
          :conservative-float-type
    
    23 23
          :hash-new
    
    24 24
          :random-mt19937
    
    25
    -     :cmu :cmu20 :cmu20a		; Version features
    
    25
    +     :cmu :cmu21 :cmu21e		; Version features
    
    26 26
          :double-double			; double-double float support
    
    27 27
          )
    
    28 28
        ;; Features to remove from current *features* here.  Normally don't
    

  • src/tools/cross-scripts/cross-x86-osx-freebsd.lisp
    ... ... @@ -26,7 +26,7 @@
    26 26
          :complex-fp-vops
    
    27 27
          :hash-new
    
    28 28
          :random-mt19937
    
    29
    -     :cmu :cmu20 :cmu20b		; Version features
    
    29
    +     :cmu :cmu21 :cmu21e		; Version features
    
    30 30
          :double-double			; double-double float support
    
    31 31
          :linkage-table
    
    32 32
     
    

  • src/tools/cross-scripts/cross-x86-osx-solaris.lisp
    ... ... @@ -26,7 +26,7 @@
    26 26
          :complex-fp-vops
    
    27 27
          :hash-new
    
    28 28
          :random-mt19937
    
    29
    -     :cmu :cmu20 :cmu20b		; Version features
    
    29
    +     :cmu :cmu21 :cmu21e		; Version features
    
    30 30
          :double-double			; double-double float support
    
    31 31
          :linkage-table
    
    32 32
     
    

  • src/tools/cross-scripts/cross-x86-ppc-darwin.lisp
    ... ... @@ -17,7 +17,7 @@
    17 17
          :darwin				; Darwin OS (Mac OS X)
    
    18 18
          :bsd				; We're a BSD-type OS
    
    19 19
          :cmu				; Announce this is CMUCL
    
    20
    -     :cmu20 :cmu20a			; (Mostly) current version identifier
    
    20
    +     :cmu21 :cmu21e			; (Mostly) current version identifier
    
    21 21
          :gencgc				; Generational GC is supported on ppc.
    
    22 22
          :relative-package-names
    
    23 23
          :modular-arith			; Modular arithmetic
    

  • src/tools/cross-scripts/cross-x86-sparc.lisp
    ... ... @@ -23,7 +23,7 @@
    23 23
          :hash-new
    
    24 24
          :random-mt19937			; MT-19937 generator
    
    25 25
          :cmu				; Announce this is CMUCL
    
    26
    -     :cmu20 :cmu20b			; Current version identifier
    
    26
    +     :cmu21 :cmu21e			; Current version identifier
    
    27 27
          :modular-arith			; Modular arithmetic
    
    28 28
          :double-double			; Double-double float support
    
    29 29
          :executable
    

  • src/tools/cross-scripts/cross-x86-x86.lisp
    ... ... @@ -21,7 +21,7 @@
    21 21
          :conservative-float-type
    
    22 22
          :hash-new
    
    23 23
          :random-xoroshiro			; RNG
    
    24
    -     :cmu :cmu20 :cmu20a		; Version features
    
    24
    +     :cmu :cmu21 :cmu21e		; Version features
    
    25 25
          :double-double			; double-double float support
    
    26 26
          )
    
    27 27
        ;; Features to remove from current *features* here.  Normally don't