Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/general-info/release-21d.md
    ... ... @@ -25,10 +25,14 @@ public domain.
    25 25
           * The required state for this generator is just 4 32-bit words instead of the 600+ for MT19937.
    
    26 26
           * The generator is also faster than MT19937 (approximately 28% faster on x86 and 18% on sparc).
    
    27 27
           * The new function `KERNEL:RANDOM-STATE-JUMP` modifies the given state to jump 2^64 samples ahead, allowing 2^64 non-overlapping sequences.
    
    28
    -
    
    28
    +    * Updated CLX to telent clx version 06e39a0d.
    
    29 29
       * ANSI compliance fixes:
    
    30 30
       * Bug fixes:
    
    31 31
       * Gitlab tickets:
    
    32
    +    * ~~~#50~~~ CLX (Hemlock) fails to run.
    
    33
    +    * ~~~#49~~~ CLM crashes
    
    34
    +    * ~~~#47~~~ Backquate and multiple splices
    
    35
    +    * ~~~#59~~~ Incorrect type-derivation for `decode-float`
    
    32 36
       * Other changes:
    
    33 37
       * Improvements to the PCL implementation of CLOS:
    
    34 38
       * Changes to building procedure: