Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
-
2e3b90ff
by Raymond Toy at 2021-09-22T15:09:27-07:00
1 changed file:
Changes:
... | ... | @@ -43,8 +43,11 @@ public domain. |
43 | 43 |
* ~~#98~~ fstpd is not an Intel instruction; disassemble as `fstp dword ptr [addr]`
|
44 | 44 |
* ~~#100~~ ldb prints out unicode base-chars correctly instead of just the low 8 bits.
|
45 | 45 |
* ~~#103~~ RANDOM-MT19937-UPDATE assembly routine still exists
|
46 |
+ * ~~#104~~ Single-stepping broken (fixed via #97).
|
|
46 | 47 |
* ~~#107~~ Replace u_int8_t with uint8_t
|
47 | 48 |
* ~~#108~~ Update ASDF
|
49 |
+ * ~~#112~~ CLX can't connect to X server via inet sockets
|
|
50 |
+ * ~~#113~~ REQUIRE on contribs can pull in the wrong things vai ASDF.
|
|
48 | 51 |
* Other changes:
|
49 | 52 |
* Improvements to the PCL implementation of CLOS:
|
50 | 53 |
* Changes to building procedure:
|