<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/107f067a58e8f49105dcc971b2df32f788eb9ccc">107f067a</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2016-01-01T08:26:31Z</i>
</div>
<pre class='commit-message'>Regenerated.</pre>
</li>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/commit/6162f24e0d36da8b1a9d74a79c9d48bde5984d83">6162f24e</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2016-01-01T09:25:09Z</i>
</div>
<pre class='commit-message'>Add more to docstring for set-system-external-format.</pre>
</li>
</ul>
<h4>2 changed files:</h4>
<ul>
<li class='file-stats'>
<a href='#diff-0'>
src/code/extfmts.lisp
</a>
</li>
<li class='file-stats'>
<a href='#diff-1'>
src/i18n/locale/cmucl.pot
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id='diff-0'>
<a href='https://gitlab.common-lisp.net/cmucl/cmucl/compare/e28e38cee467fee161d8acba7ea76d493bee2440...6162f24e0d36da8b1a9d74a79c9d48bde5984d83#diff-0'>
<strong>
src/code/extfmts.lisp
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/src/code/extfmts.lisp
</span><span style="color: #000000;background-color: #ddffdd">+++ b/src/code/extfmts.lisp
</span><span style="color: #aaaaaa">@@ -1133,9 +1133,12 @@ character and illegal outputs are replaced by a question mark.")
</span>   The standard streams are sys::*stdin*, sys::*stdout*, and
   sys::*stderr*, which are normally the input and/or output streams
   for *standard-input* and *standard-output*.  Also sets sys::*tty*
<span style="color: #000000;background-color: #ffdddd">-  (normally *terminal-io* to the given external format.  If the
-  optional argument Filenames is gvien, then the filename encoding is
-  set to the specified format."
</span><span style="color: #000000;background-color: #ddffdd">+  (normally *terminal-io* to the given external format.  The value of
+  *default-external-format* is not changed.
+
+  If the optional argument Filenames is given, then the filename
+  encoding is set to the specified format, if it has not already been
+  specified previously."
</span>   (unless (find-external-format terminal)
     (error (intl:gettext "Can't find external-format ~S.") terminal))
   (setf (stream-external-format sys:*stdin*) terminal
</code></pre>

<br>
</li>
<li id='diff-1'>
<a href='https://gitlab.common-lisp.net/cmucl/cmucl/compare/e28e38cee467fee161d8acba7ea76d493bee2440...6162f24e0d36da8b1a9d74a79c9d48bde5984d83#diff-1'>
<strong>
src/i18n/locale/cmucl.pot
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/src/i18n/locale/cmucl.pot
</span><span style="color: #000000;background-color: #ddffdd">+++ b/src/i18n/locale/cmucl.pot
</span><span style="color: #aaaaaa">@@ -4729,7 +4729,7 @@ msgstr ""
</span> 
 #: src/code/float-trap.lisp
 msgid ""
<span style="color: #000000;background-color: #ffdddd">-"Sets floating-point modes according to the give options and the\n"
</span><span style="color: #000000;background-color: #ddffdd">+"Encode the floating-point modes according to the give options and the\n"
</span> "  specified mode, Floating-Point-Modes.  The resulting new mode is\n"
 "  returned.  If a keyword is not supplied, then the current value is\n"
 "  preserved.  Possible keywords:\n"
</code></pre>

<br>
</li>

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

<br>
<a href="https://gitlab.common-lisp.net/cmucl/cmucl/compare/e28e38cee467fee161d8acba7ea76d493bee2440...6162f24e0d36da8b1a9d74a79c9d48bde5984d83">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>