Raymond Toy pushed to branch 21c-branch at cmucl / cmucl
Commits:
-
9f2679a6
by Raymond Toy at 2017-10-27T21:03:02-07:00
-
9697034f
by Raymond Toy at 2017-10-27T21:03:30-07:00
2 changed files:
Changes:
| 1 |
-**Work in progress**
|
|
| 2 |
- |
|
| 3 | 1 |
# CMUCL 21c
|
| 4 | 2 |
|
| 5 | 3 |
The CMUCL project is pleased to announce the release of CMUCL 21c.
|
| ... | ... | @@ -52,7 +50,7 @@ See http://www.cmucl.org or |
| 52 | 50 |
https://gitlab.common-lisp.net/cmucl/cmucl for more information,
|
| 53 | 51 |
See
|
| 54 | 52 |
https://gitlab.common-lisp.net/cmucl/cmucl/wikis/GettingCmucl
|
| 55 |
-for obtaining CMUCL, including sources and binaries..
|
|
| 53 |
+for obtaining CMUCL, including sources and binaries.
|
|
| 56 | 54 |
|
| 57 | 55 |
|
| 58 | 56 |
We hope you enjoy using this release of CMUCL!
|
| 1 |
-========================== C M U C L 21 d =============================
|
|
| 1 |
+** Work in Progress **
|
|
| 2 |
+# CMUCL 21d
|
|
| 2 | 3 |
|
| 3 | 4 |
The CMUCL project is pleased to announce the release of CMUCL 21c.
|
| 4 | 5 |
This is a major release which contains numerous enhancements and bug
|
| ... | ... | @@ -15,32 +16,24 @@ implemented in Common Lisp. CMUCL is maintained by a team of |
| 15 | 16 |
volunteers collaborating over the Internet, and is mostly in the
|
| 16 | 17 |
public domain.
|
| 17 | 18 |
|
| 18 |
-New in this release:
|
|
| 19 |
+## New in this release:
|
|
| 19 | 20 |
* Known issues:
|
| 20 |
- |
|
| 21 | 21 |
* Feature enhancements
|
| 22 |
- |
|
| 23 | 22 |
* Changes
|
| 24 |
- |
|
| 25 | 23 |
* ANSI compliance fixes:
|
| 26 |
- |
|
| 27 | 24 |
* Bug fixes:
|
| 28 |
- |
|
| 29 | 25 |
* Gitlab tickets:
|
| 30 |
- |
|
| 31 | 26 |
* Other changes:
|
| 32 |
- |
|
| 33 | 27 |
* Improvements to the PCL implementation of CLOS:
|
| 34 |
- |
|
| 35 | 28 |
* Changes to building procedure:
|
| 36 | 29 |
|
| 37 | 30 |
This release is not binary compatible with code compiled using CMUCL
|
| 38 | 31 |
21c; you will need to recompile FASL files.
|
| 39 | 32 |
|
| 40 |
-See <URL:http://www.cmucl.org> or
|
|
| 41 |
-<URL:https://gitlab.common-lisp.net/cmucl/cmucl> for more information,
|
|
| 33 |
+See http://www.cmucl.org or
|
|
| 34 |
+https://gitlab.common-lisp.net/cmucl/cmucl for more information,
|
|
| 42 | 35 |
See
|
| 43 |
-<URL:https://gitlab.common-lisp.net/cmucl/cmucl/wikis/GettingCmucl>
|
|
| 36 |
+https://gitlab.common-lisp.net/cmucl/cmucl/wikis/GettingCmucl
|
|
| 44 | 37 |
for obtaining CMUCL, including sources and binaries..
|
| 45 | 38 |
|
| 46 | 39 |
|