Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/general-info/release-21e.md
    ... ... @@ -27,9 +27,13 @@ public domain.
    27 27
       * ANSI compliance fixes:
    
    28 28
       * Bug fixes:
    
    29 29
       * Gitlab tickets:
    
    30
    +    * ~~#68~~ gcc8.1.1 can't build lisp.  Change optimization from `-O2` to `-O1`
    
    31
    +    * ~~#72~~ CMU user manual now part of cmucl-site
    
    30 32
         * ~~#73~~ Update clx from upstream clx
    
    33
    +    * ~~#77~~ Added tests for sqrt for exceptional values
    
    31 34
         * ~~#79~~ Autoload ASDF when calling `REQUIRE` the first time.  User's no longer have to explicitly load ASDF anymore.
    
    32 35
         * ~~#80~~ Use ASDF to load contribs.  cmu-contribs still exists but does nothing.  The contrib names are the same, except it's best to use a keyword instead of a string.  So, `:contrib-demos` instead of `"contrib-demos"`.
    
    36
    +    * ~~#81~~ Added contribs from Eric Marsden
    
    33 37
       * Other changes:
    
    34 38
       * Improvements to the PCL implementation of CLOS:
    
    35 39
       * Changes to building procedure: