Skip to content
Snippets Groups Projects
Commit 8203b7cb authored by Raymond Toy's avatar Raymond Toy
Browse files

Update release notes

parent 078651bd
Branches
Tags
No related merge requests found
...@@ -24,6 +24,8 @@ public domain. ...@@ -24,6 +24,8 @@ public domain.
* Update to ASDF 3.3.4 * Update to ASDF 3.3.4
* ANSI compliance fixes: * ANSI compliance fixes:
* Bug fixes: * Bug fixes:
* ~~#97~~ Fixes stepping through the source forms in the debugger. This has been broken for quite some time, but it works now.
* Gitlab tickets: * Gitlab tickets:
* ~~#68~~ gcc8.1.1 can't build lisp. Change optimization from `-O2` to `-O1` * ~~#68~~ gcc8.1.1 can't build lisp. Change optimization from `-O2` to `-O1`
* ~~#72~~ CMU user manual now part of cmucl-site * ~~#72~~ CMU user manual now part of cmucl-site
...@@ -37,8 +39,11 @@ public domain. ...@@ -37,8 +39,11 @@ public domain.
* ~~#90~~ Some static symbols have been removed. This probably makes the fasl files incompatible with older versions. * ~~#90~~ Some static symbols have been removed. This probably makes the fasl files incompatible with older versions.
* ~~#91~~ Loop destructuring no longer incorrectly signals an error * ~~#91~~ Loop destructuring no longer incorrectly signals an error
* ~~#95~~ Disassembler syntax of x86 je and movzx is incorrect * ~~#95~~ Disassembler syntax of x86 je and movzx is incorrect
* ~~#97~~ Define and use ud2 instruction isntead of int3. Fixes single-stepping.
* ~~#98~~ fstpd is not an Intel instruction; disassemble as `fstp dword ptr [addr]` * ~~#98~~ fstpd is not an Intel instruction; disassemble as `fstp dword ptr [addr]`
* ~~#100~~ ldb prints out unicode base-chars correctly instead of just the low 8 bits. * ~~#100~~ ldb prints out unicode base-chars correctly instead of just the low 8 bits.
* ~~#103~~ RANDOM-MT19937-UPDATE assembly routine still exists
* ~~#107~~ Replace u_int8_t with uint8_t
* Other changes: * Other changes:
* Improvements to the PCL implementation of CLOS: * Improvements to the PCL implementation of CLOS:
* Changes to building procedure: * Changes to building procedure:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment