Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/general-info/release-21e.md
    ... ... @@ -56,7 +56,7 @@ public domain.
    56 56
         * ~~#127~~ Linux unix-getpwuid segfaults when given non-existent uid.
    
    57 57
         * ~~#128~~ `QUIT` accepts an exit code
    
    58 58
         * ~~#130~~ Move file-author to C 
    
    59
    -    * ~~#132~~ Ansi test `RENAME-FILE.1` no fails
    
    59
    +    * ~~#132~~ Ansi test `RENAME-FILE.1` no longer fails
    
    60 60
         * ~~#134~~ Handle the case of `(expt complex complex-rational)`
    
    61 61
         * ~~#136~~ `ensure-directories-exist` should return the given pathspec
    
    62 62
         * #139 `*default-external-format*` defaults to `:utf-8`; add alias for `:locale` external format
    
    ... ... @@ -69,13 +69,13 @@ public domain.
    69 69
         * ~~#151~~ Change `*default-external-format*` to `:utf-8`.
    
    70 70
         * ~~#155~~ Wrap help strings neatly
    
    71 71
         * ~~#157~~ `(directory "foo/**/")` only returns directories now
    
    72
    -    * ~~#163~~ Add commandline option `-version` and `--version` to get lisp version
    
    72
    +    * ~~#163~~ Add command-line option `-version` and `--version` to get lisp version
    
    73 73
         * ~~#165~~ Avoid inserting NIL into simple `LOOP` from `FORMAT`
    
    74
    -    * ~~#166~~ Fix incorect type declaration for exponent from `integer-decode-float`
    
    75
    -    * ~~#167~~ Lowe bound for `decode-float-exponent` type was off by one.
    
    74
    +    * ~~#166~~ Fix incorrect type declaration for exponent from `integer-decode-float`
    
    75
    +    * ~~#167~~ Low bound for `decode-float-exponent` type was off by one.
    
    76 76
         * ~~#168~~ Don't use negated forms for jmp instructions when possible
    
    77 77
         * ~~#169~~ Add pprinter for `define-vop` and `sc-case`
    
    78
    -    * ~~#172~~ Declare `pathname-match-p` as returning a null or pathname
    
    78
    +    * ~~#172~~ Declare `pathname-match-p` as returning `nil` or `pathname`.
    
    79 79
         * ~~#173~~ Add pprinter for `define-assembly-routine`
    
    80 80
       * Other changes:
    
    81 81
       * Improvements to the PCL implementation of CLOS: