Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/general-info/release-21f.md
    1
    +# CMUCL 21f
    
    2
    +
    
    1 3
     # Work in progress
    
    2 4
     
    
    3 5
     The CMUCL project is pleased to announce the release of CMUCL 21f.
    
    ... ... @@ -24,9 +26,16 @@ public domain.
    24 26
       * Gitlab tickets:
    
    25 27
         * ~~#154~~ piglatin translation does not work anymore
    
    26 28
     	* ~~#171~~ Readably print `(make-pathname :name :unspecfic)`
    
    27
    -	* ~~#242~~ Fix bug in `alien-funcall` with `c-call:char` as result type
    
    29
    +    * ~~#196~~ Fix issues with mapping and nconc accumulation (mapcan)
    
    30
    +    * ~~#216~~ `enough-namestring` with relative pathname fails
    
    31
    +    * ~~#234~~ Make :ASCII external format builtin
    
    32
    +    * ~~#240~~ Speed up set operations
    
    33
    +    * ~~#242~~ Fix bug in `alien-funcall` with `c-call:char` as result type
    
    28 34
         * ~~#244~~ Add `c-call:signed-char`
    
    29 35
         * ~~#248~~ Print MOVS instruction with correct case
    
    36
    +    * ~~#249~~ Replace LEA instruction with simpler shorter instructions in arithmetic vops for x86
    
    37
    +    * ~~#253~~ Block-compile list-to-hashtable and callers
    
    38
    +    * ~~#258~~ Remove `get-page-size` from linux-os.lisp
    
    30 39
       * Other changes:
    
    31 40
       * Improvements to the PCL implementation of CLOS:
    
    32 41
       * Changes to building procedure: