<html lang='en'>
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<title>
GitLab
</title>
</meta>
</head>
<style>
  img {
    max-width: 100%;
    height: auto;
  }
  p.details {
    font-style:italic;
    color:#777
  }
  .footer p {
    font-size:small;
    color:#777
  }
  pre.commit-message {
    white-space: pre-wrap;
  }
  .file-stats a {
    text-decoration: none;
  }
  .file-stats .new-file {
    color: #090;
  }
  .file-stats .deleted-file {
    color: #B00;
  }
</style>
<body>
<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/1b324b5da2001ec3a5dc363b00e4df2b46ba108a">1b324b5d</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2016-02-15T09:40:13-08:00</i>
</div>
<pre class='commit-message'>Update from logs.</pre>
</li>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/commit/8d6a01fb95f03bbd21732a3d0a3da1392777e8e3">8d6a01fb</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2016-02-25T21:30:29-08:00</i>
</div>
<pre class='commit-message'>Add note on building motifd and clm.

Mention that you need Motif to build motifd which is required for
clm.  Also say that the build error can be safely ignored if you do
not need clm.

Fix issue #20</pre>
</li>
</ul>
<h4>2 changed files:</h4>
<ul>
<li class='file-stats'>
<a href='#diff-0'>
BUILDING
</a>
</li>
<li class='file-stats'>
<a href='#diff-1'>
src/general-info/release-21b.txt
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id='diff-0'>
<a href='https://gitlab.common-lisp.net/cmucl/cmucl/compare/b059caca3cd4c094432493b170e5dde664eb92a4...8d6a01fb95f03bbd21732a3d0a3da1392777e8e3#diff-0'>
<strong>
BUILDING
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/BUILDING
</span><span style="color: #000000;background-color: #ddffdd">+++ b/BUILDING
</span><span style="color: #aaaaaa">@@ -334,6 +334,18 @@ including CLX, CMUCL/Motif, the Motif debugger, inspector, and control
</span> panel, and the Hemlock editor.  It will use the lisp executable and
 core of the given target.
 
<span style="color: #000000;background-color: #ddffdd">+Note: To build with Motif (clm), you need to have the Motif libraries
+available and headers available to build motifd, the clm Motif server.
+OpenMotif is known to work.
+
+You may need to adjust the include paths and library paths in
+src/motif/server/Config.* to match where Motif is installed if the
+paths therein are incorrect.
+
+Unless you intend to use clm and motifd, you can safely ignore the
+build failure.  Everything else will have been compiled correctly; you
+just can't use clm.
+
</span> * bin/make-dist.sh [-bg] [-G group] [-O owner] target-directory version arch os
 
 This script creates both main and extra distribution tarballs from the
</code></pre>

<br>
</li>
<li id='diff-1'>
<a href='https://gitlab.common-lisp.net/cmucl/cmucl/compare/b059caca3cd4c094432493b170e5dde664eb92a4...8d6a01fb95f03bbd21732a3d0a3da1392777e8e3#diff-1'>
<strong>
src/general-info/release-21b.txt
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/src/general-info/release-21b.txt
</span><span style="color: #000000;background-color: #ddffdd">+++ b/src/general-info/release-21b.txt
</span><span style="color: #aaaaaa">@@ -50,6 +50,9 @@ New in this release:
</span>       integer value of power.
     * Starting cmucl with "-dyanmic-space-size 0" means using the
       maximum possible heap size for the platform.
<span style="color: #000000;background-color: #ddffdd">+    * More descriptive docstring for
+      * *environment-list*
+      * :env option for run-program
</span> 
   * ANSI compliance fixes:
     * PATHNAME-MATCH-P did not accept search-lists.
<span style="color: #aaaaaa">@@ -59,6 +62,8 @@ New in this release:
</span>     * Generate inxact exceptions more carefully.
     * Fix FP issue when building with Xcode 7.2 (and newer versions of
       clang).  (See ticket #12.)
<span style="color: #000000;background-color: #ddffdd">+    * Cleanups in handling floating-point exceptions.  See Tickets #15
+      and #16.
</span> 
   * Trac Tickets:
 
<span style="color: #aaaaaa">@@ -70,6 +75,13 @@ New in this release:
</span>       worked around by explicitly setting inexact instead of using FP
       instructions to generate inexact.
     * Ticket #16 fixed: search-lists are handled correctly.
<span style="color: #000000;background-color: #ddffdd">+    * Ticket #14 fixed: WITH-FLOAT-TRAPS-ENABLED doesn't incorrectly
+      set accrued exceptions anymore.
+    * Ticket #15 fixed: FLOATING-POINT-INEXACT exception prints out
+      values correctly now.
+    * Ticket #17 fixed: better docstring for *ENVIRONMENT-LIST*
+    * Ticket #18 fixed: better description of :ENV option for
+      RUN-PROGRAM.
</span> 
   * Other changes:
 
</code></pre>

<br>
</li>

</div>
<div class='footer' style='margin-top: 10px;'>
<p>

<br>
<a href="https://gitlab.common-lisp.net/cmucl/cmucl/compare/b059caca3cd4c094432493b170e5dde664eb92a4...8d6a01fb95f03bbd21732a3d0a3da1392777e8e3">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.

</p>
</div>
</body>
</html>