From 0a398a9268a01730173381e8c2564439baaedcbb Mon Sep 17 00:00:00 2001 From: toy <toy> Date: Thu, 25 Sep 2003 03:32:27 +0000 Subject: [PATCH] Note addition of *runtime-features* and such. --- general-info/release-19a.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/general-info/release-19a.txt b/general-info/release-19a.txt index 03eb0d80d..f4240ec91 100644 --- a/general-info/release-19a.txt +++ b/general-info/release-19a.txt @@ -264,6 +264,14 @@ New in this release: * Improvements to Hemlock, the Emacs-like editor: * Changes to rebuilding procedure: + - When rebuilding CMUCL, *features* do not need to be set by + hand. As files are loaded, the appropriate *features* are set + so that the resulting build has the same set of *features*. + There should also be fewer warnings about internals.h changing, + since that now just contains things in sys:*runtime-features*. + Use sys:register-lisp-feature and + sys:register-lisp-runtime-feature to set *features* and + sys:*runtime-features*, respectively. * Deprecated features: - EXT:ENCAPSULATE and associated functions; use fwrappers instead. -- GitLab