From d3856cfb675a0123ed40a2407bc71ae3f675c082 Mon Sep 17 00:00:00 2001 From: Raymond Toy Date: Sun, 15 Oct 2017 20:24:48 -0700 Subject: [PATCH 1/4] Rename release-21c.txt to .md. --- src/general-info/{release-21c.txt => release-21c.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/general-info/{release-21c.txt => release-21c.md} (100%) diff --git a/src/general-info/release-21c.txt b/src/general-info/release-21c.md similarity index 100% rename from src/general-info/release-21c.txt rename to src/general-info/release-21c.md -- GitLab From c8de8f633145a335238a8e90bbeeea44122e699b Mon Sep 17 00:00:00 2001 From: Raymond Toy Date: Sun, 15 Oct 2017 20:26:19 -0700 Subject: [PATCH 2/4] Add some additional markup. * Strike out the closed tickets * Color (maybe?) the WIP in red. --- src/general-info/release-21c.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/general-info/release-21c.md b/src/general-info/release-21c.md index 5db6862f3..3e52d4d03 100644 --- a/src/general-info/release-21c.md +++ b/src/general-info/release-21c.md @@ -1,4 +1,4 @@ -Work in progress +**Work in progress** ========================== C M U C L 21 c ============================= The CMUCL project is pleased to announce the release of CMUCL 21c. @@ -37,11 +37,11 @@ New in this release: * Trac Tickets: * Gitlab tickets: - * Ticket #36: encode-universal-time signals error - * Ticket #26: The cmucl that never sleeps - * Ticket #40: Move heap space location for linux - * Ticket #41: Report proper process status - * Ticket #44: Add docstrings for process accessors + * Ticket ~~#36~~: encode-universal-time signals error + * Ticket ~~#26~~: The cmucl that never sleeps + * Ticket ~~#40~~: Move heap space location for linux + * Ticket ~~#41~~: Report proper process status + * Ticket ~~#44~~: Add docstrings for process accessors * Other changes: * Continuous integration added to build and test cmucl on every @@ -55,10 +55,10 @@ New in this release: This release is not binary compatible with code compiled using CMUCL 21b; you will need to recompile FASL files. -See or - for more information, +See http://www.cmucl.org or +https://gitlab.common-lisp.net/cmucl/cmucl for more information, See - +https://gitlab.common-lisp.net/cmucl/cmucl/wikis/GettingCmucl for obtaining CMUCL, including sources and binaries.. -- GitLab From e8764af37caa539af00bf1a7b10d3f658b16ecb3 Mon Sep 17 00:00:00 2001 From: Raymond Toy Date: Sun, 15 Oct 2017 20:29:35 -0700 Subject: [PATCH 3/4] More markup. --- src/general-info/release-21c.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/general-info/release-21c.md b/src/general-info/release-21c.md index 3e52d4d03..34d4bbf0a 100644 --- a/src/general-info/release-21c.md +++ b/src/general-info/release-21c.md @@ -1,4 +1,5 @@ -**Work in progress** +Work in progress + ========================== C M U C L 21 c ============================= The CMUCL project is pleased to announce the release of CMUCL 21c. @@ -27,10 +28,10 @@ New in this release: * ANSI compliance fixes: * Bug fixes: - * ENCODE-UNIVERSAL-TIME accepts dates from 1899 if the final date + * `ENCODE-UNIVERSAL-TIME` accepts dates from 1899 if the final date after accounting for time zones results in a positive - value. (See ticket #36.) - * CL:SLEEP no longer gets interrupted (See ticket #26.) + value. (See ticket ~~#36~~.) + * `CL:SLEEP` no longer gets interrupted (See ticket ~~#26~~.) * Fix some compiler warnings and clean up funny indentation in asin code. -- GitLab From dca5c95f7278fd6ca56f006da423aff84dc0c98b Mon Sep 17 00:00:00 2001 From: Raymond Toy Date: Sun, 15 Oct 2017 20:35:40 -0700 Subject: [PATCH 4/4] More markdown changes --- src/general-info/release-21c.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/src/general-info/release-21c.md b/src/general-info/release-21c.md index 34d4bbf0a..2a495fe67 100644 --- a/src/general-info/release-21c.md +++ b/src/general-info/release-21c.md @@ -1,6 +1,6 @@ -Work in progress +**Work in progress** -========================== C M U C L 21 c ============================= +# CMUCL 21c The CMUCL project is pleased to announce the release of CMUCL 21c. This is a major release which contains numerous enhancements and bug @@ -17,16 +17,13 @@ implemented in Common Lisp. CMUCL is maintained by a team of volunteers collaborating over the Internet, and is mostly in the public domain. -New in this release: - * Known issues: +## New in this release: + * Known issues: * Feature enhancements - * Changes * ASDF 3.3.0 - * ANSI compliance fixes: - * Bug fixes: * `ENCODE-UNIVERSAL-TIME` accepts dates from 1899 if the final date after accounting for time zones results in a positive @@ -34,22 +31,17 @@ New in this release: * `CL:SLEEP` no longer gets interrupted (See ticket ~~#26~~.) * Fix some compiler warnings and clean up funny indentation in asin code. - * Trac Tickets: - * Gitlab tickets: * Ticket ~~#36~~: encode-universal-time signals error * Ticket ~~#26~~: The cmucl that never sleeps * Ticket ~~#40~~: Move heap space location for linux * Ticket ~~#41~~: Report proper process status * Ticket ~~#44~~: Add docstrings for process accessors - * Other changes: * Continuous integration added to build and test cmucl on every check-in. This does a build on a Linux system. - * Improvements to the PCL implementation of CLOS: - * Changes to building procedure: -- GitLab