Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/general-info/release-21f.md
    ... ... @@ -30,14 +30,17 @@ public domain.
    30 30
       * ANSI compliance fixes:
    
    31 31
       * Bug fixes:
    
    32 32
       * Gitlab tickets:
    
    33
    +    *
    
    33 34
         * ~~#154~~ piglatin translation does not work anymore
    
    34
    -	* ~~#171~~ Readably print `(make-pathname :name :unspecfic)`
    
    35
    +    * ~~#171~~ Readably print `(make-pathname :name :unspecfic)`
    
    36
    +    * ~~#180~~ Move `get-page-size` to C
    
    35 37
         * ~~#196~~ Fix issues with mapping and nconc accumulation (mapcan)
    
    36 38
         * ~~#216~~ `enough-namestring` with relative pathname fails
    
    37 39
         * ~~#234~~ Make :ASCII external format builtin
    
    38 40
         * ~~#240~~ Speed up set operations
    
    39 41
         * ~~#242~~ Fix bug in `alien-funcall` with `c-call:char` as result type
    
    40 42
         * ~~#244~~ Add `c-call:signed-char`
    
    43
    +    * ~~#245~~ Replace `egrep` with `grep -E` in `make-dist.sh`
    
    41 44
         * ~~#248~~ Print MOVS instruction with correct case
    
    42 45
         * ~~#249~~ Replace LEA instruction with simpler shorter instructions in arithmetic vops for x86
    
    43 46
         * ~~#253~~ Block-compile list-to-hashtable and callers
    
    ... ... @@ -53,6 +56,7 @@ public domain.
    53 56
         * ~~#265~~ CI for mac os is broken
    
    54 57
         * ~~#266~~ Support "~user" in namestrings
    
    55 58
         * ~~#269~~ Add function to get user's home directory
    
    59
    +    * ~~#270~~ Simplify `os_file_author` interface
    
    56 60
         * ~~#271~~ Update ASDF to 3.3.7
    
    57 61
         * ~~#272~~ Move scavenge code for static vectors to its own function
    
    58 62
         * ~~#274~~ 1d99999999 hangs
    
    ... ... @@ -67,7 +71,11 @@ public domain.
    67 71
         * ~~#290~~ Pprint `with-float-traps-masked` better
    
    68 72
         * ~~#291~~ Pprint `handler-case` neatly.
    
    69 73
         * ~~#293~~ Allow restarts for FP overflow in reader.
    
    74
    +    * ~~#294~~ Implement assembly routine for xoroshiro update function
    
    75
    +    * ~~#296~~ Disassembly of movd instruction broken
    
    70 76
         * ~~#297~~ Pprint `new-assem:assemble` with less indentation.
    
    77
    +    * ~~#298~~ Add `with-float-rounding-mode` macro
    
    78
    +    * ~~#299~~ Enable xoroshiro assembly routine
    
    71 79
       * Other changes:
    
    72 80
       * Improvements to the PCL implementation of CLOS:
    
    73 81
       * Changes to building procedure: