<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>

</head>
<body>
<style type="text/css">
img {
max-width: 100%; height: auto;
}
</style>
<div class="content">
<h3>
Raymond Toy pushed to branch master
at <a href="https://gitlab.common-lisp.net/cmucl/cmucl">cmucl / cmucl</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/commit/00ec87ed626beaa99ae6c3ff17bf7d990c1d8164">00ec87ed</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2016-05-21T12:06:42-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap">Expand on some docstrings

Describe better the following:

sys::*runtime-features*
register-lisp-feature
register-lisp-runtime-feature</pre>
</li>
</ul>
<h4>2 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#620f2ecad2bb6f74b2fcd0134963a841" style="text-decoration: none">
src/code/lispinit.lisp
</a>
</li>
<li class="file-stats">
<a href="#ad29afc395839758d41094872298bd0d" style="text-decoration: none">
src/code/sysmacs.lisp
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id="620f2ecad2bb6f74b2fcd0134963a841">
<a href="https://gitlab.common-lisp.net/cmucl/cmucl/commit/00ec87ed626beaa99ae6c3ff17bf7d990c1d8164#diff-0">
<strong>
src/code/lispinit.lisp
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="background: #ffdddd; color: #000000">--- a/src/code/lispinit.lisp
</span><span style="background: #ddffdd; color: #000000">+++ b/src/code/lispinit.lisp
</span><span style="color: #aaaaaa">@@ -29,7 +29,7 @@
</span> (export '(compiler-version scrub-control-stack *runtime-features*))
 
 (defvar *runtime-features* nil
<span style="background: #ffdddd; color: #000000">-  "Features affecting the runtime")
</span><span style="background: #ddffdd; color: #000000">+  "Features affecting the runtime.  These are written to internals.h.")
</span> 
 (in-package :extensions)
 (export '(quit *prompt*))
</code></pre>

<br>
</li>
<li id="ad29afc395839758d41094872298bd0d">
<a href="https://gitlab.common-lisp.net/cmucl/cmucl/commit/00ec87ed626beaa99ae6c3ff17bf7d990c1d8164#diff-1">
<strong>
src/code/sysmacs.lisp
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="background: #ffdddd; color: #000000">--- a/src/code/sysmacs.lisp
</span><span style="background: #ddffdd; color: #000000">+++ b/src/code/sysmacs.lisp
</span><span style="color: #aaaaaa">@@ -20,12 +20,14 @@
</span>     register-lisp-feature register-lisp-runtime-feature))
 
 (defmacro register-lisp-feature (feature)
<span style="background: #ffdddd; color: #000000">-  "Register the feature as having influenced the CMUCL build process."
</span><span style="background: #ddffdd; color: #000000">+  "Register the feature as having influenced the CMUCL build
+  process. Feature is added to *feature*"
</span>   `(pushnew ,feature *features*))
 
 (defmacro register-lisp-runtime-feature (feature)
   "Register the feature as having influenced the CMUCL build process,
<span style="background: #ffdddd; color: #000000">-and also the CMUCL C runtime."
</span><span style="background: #ddffdd; color: #000000">+and also the CMUCL C runtime. Feature is added to*features* and
+sys::*runtime-features*."
</span>   (let ((f (gensym)))
     `(progn
       (let ((,f ,feature))
</code></pre>

<br>
</li>

</div>
<div class="footer" style="margin-top: 10px">
<p style="color: #777; font-size: small">

<br>
<a href="https://gitlab.common-lisp.net/cmucl/cmucl/commit/00ec87ed626beaa99ae6c3ff17bf7d990c1d8164">View it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.common-lisp.net.
If you'd like to receive fewer emails, you can
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://gitlab.common-lisp.net/cmucl/cmucl/commit/00ec87ed626beaa99ae6c3ff17bf7d990c1d8164"}}</script>
</p>
</div>
</body>
</html>