Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
-
8203b7cb
by Raymond Toy at 2021-05-31T10:36:49-07:00
1 changed file:
Changes:
| ... | ... | @@ -24,6 +24,8 @@ public domain. |
| 24 | 24 |
* Update to ASDF 3.3.4
|
| 25 | 25 |
* ANSI compliance fixes:
|
| 26 | 26 |
* Bug fixes:
|
| 27 |
+ * ~~#97~~ Fixes stepping through the source forms in the debugger. This has been broken for quite some time, but it works now.
|
|
| 28 |
+ |
|
| 27 | 29 |
* Gitlab tickets:
|
| 28 | 30 |
* ~~#68~~ gcc8.1.1 can't build lisp. Change optimization from `-O2` to `-O1`
|
| 29 | 31 |
* ~~#72~~ CMU user manual now part of cmucl-site
|
| ... | ... | @@ -37,8 +39,11 @@ public domain. |
| 37 | 39 |
* ~~#90~~ Some static symbols have been removed. This probably makes the fasl files incompatible with older versions.
|
| 38 | 40 |
* ~~#91~~ Loop destructuring no longer incorrectly signals an error
|
| 39 | 41 |
* ~~#95~~ Disassembler syntax of x86 je and movzx is incorrect
|
| 42 |
+ * ~~#97~~ Define and use ud2 instruction isntead of int3. Fixes single-stepping.
|
|
| 40 | 43 |
* ~~#98~~ fstpd is not an Intel instruction; disassemble as `fstp dword ptr [addr]`
|
| 41 | 44 |
* ~~#100~~ ldb prints out unicode base-chars correctly instead of just the low 8 bits.
|
| 45 |
+ * ~~#103~~ RANDOM-MT19937-UPDATE assembly routine still exists
|
|
| 46 |
+ * ~~#107~~ Replace u_int8_t with uint8_t
|
|
| 42 | 47 |
* Other changes:
|
| 43 | 48 |
* Improvements to the PCL implementation of CLOS:
|
| 44 | 49 |
* Changes to building procedure:
|