Raymond Toy pushed to branch issue-108-update-asdf at cmucl / cmucl
Commits:
-
f746dd03
by Raymond Toy at 2021-07-06T09:15:38-07:00
1 changed file:
Changes:
| ... | ... | @@ -21,7 +21,7 @@ public domain. |
| 21 | 21 |
* Known issues:
|
| 22 | 22 |
* Feature enhancements
|
| 23 | 23 |
* Changes
|
| 24 |
- * Update to ASDF 3.3.4
|
|
| 24 |
+ * Update to ASDF 3.3.5
|
|
| 25 | 25 |
* ANSI compliance fixes:
|
| 26 | 26 |
* Bug fixes:
|
| 27 | 27 |
* ~~#97~~ Fixes stepping through the source forms in the debugger. This has been broken for quite some time, but it works now.
|
| ... | ... | @@ -44,6 +44,7 @@ public domain. |
| 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 | 46 |
* ~~#107~~ Replace u_int8_t with uint8_t
|
| 47 |
+ * ~~#108~~ Update ASDF
|
|
| 47 | 48 |
* Other changes:
|
| 48 | 49 |
* Improvements to the PCL implementation of CLOS:
|
| 49 | 50 |
* Changes to building procedure:
|