Raymond Toy pushed to branch rtoy-convert-release-notes-to-md at cmucl / cmucl
Commits:
-
e8764af3
by Raymond Toy at 2017-10-15T20:29:35-07:00
1 changed file:
Changes:
1 |
-<span style="color:red">**Work in progress**</span>
|
|
1 |
+<span style="color:red">Work in progress</span>
|
|
2 |
+ |
|
2 | 3 |
========================== C M U C L 21 c =============================
|
3 | 4 |
|
4 | 5 |
The CMUCL project is pleased to announce the release of CMUCL 21c.
|
... | ... | @@ -27,10 +28,10 @@ New in this release: |
27 | 28 |
* ANSI compliance fixes:
|
28 | 29 |
|
29 | 30 |
* Bug fixes:
|
30 |
- * ENCODE-UNIVERSAL-TIME accepts dates from 1899 if the final date
|
|
31 |
+ * `ENCODE-UNIVERSAL-TIME` accepts dates from 1899 if the final date
|
|
31 | 32 |
after accounting for time zones results in a positive
|
32 |
- value. (See ticket #36.)
|
|
33 |
- * CL:SLEEP no longer gets interrupted (See ticket #26.)
|
|
33 |
+ value. (See ticket ~~#36~~.)
|
|
34 |
+ * `CL:SLEEP` no longer gets interrupted (See ticket ~~#26~~.)
|
|
34 | 35 |
* Fix some compiler warnings and clean up funny indentation in
|
35 | 36 |
asin code.
|
36 | 37 |
|