<!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=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>



<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<h3>
Raymond Toy pushed to branch rtoy-issue-76-add-ansi-tests-to-ci
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/56438ab3a3eba2228621cff054592b6c3b99a752">56438ab3</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2020-02-16T09:55:59-08:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update to ASDF 3.3.4
</pre>
</li>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/00a914c985be584f52818ba364c5ee098dab751c">00a914c9</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2020-02-17T09:40:10-08:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update to use the 2019-06 snapshot
</pre>
</li>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/b18f00f2577894a43c60ce09112630125516fcc6">b18f00f2</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2020-02-18T06:24:00+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix #79:  Autoload ASDF in REQUIRE

When `REQUIRE` is called, autoload ASDF if it hasn't already been
loaded.  User's no longer have to load asdf explicitly anymore.

Update release notes.
</pre>
</li>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/b219722a20414a06b05f1bf707dbdd1dee46765c">b219722a</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2020-02-18T06:24:00+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'rtoy-issue-79-autoload-asdf' into 'master'

Fix #79:  Autoload ASDF in REQUIRE

Closes #79

See merge request cmucl/cmucl!46</pre>
</li>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/338d86069e801b5c5d7f19ad195de282e1fe68d4">338d8606</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2020-02-18T06:25:47+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix #80: Convert contribs to use ASDF to load

As it says, convert contribs to use ASDF to load them if possible.  Many
contribs already had an asd file so we basically just had to rename
foo.asd to contrib-foo.asd to keep backward compatibility with the old
contrib names. (And update the defsystem name to match.)

Added an asd file for packed-sse2.  Unix doesn't work, so it's left alone for now.
</pre>
</li>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/99f6534f0650cdacdfe80b4eb271057228d80d85">99f6534f</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2020-02-18T06:25:47+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'rtoy-issue-80-asdfify-contribs' into 'master'

Fix #80: Convert contribs to use ASDF to load

Closes #80

See merge request cmucl/cmucl!47</pre>
</li>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/23d9f60e1e3354db4b261e48f046bbc604411453">23d9f60e</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2020-02-17T22:33:36-08:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update from release logs.

Issue #80 is fixed.
</pre>
</li>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/84fd9509ad4e3b7638eb51c1348d736bd879c947">84fd9509</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2020-03-08T17:32:37+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add utilities by Eric Marsden to contribs

Eric Marsden wrote some useful utilities long ago.  Let's add them to
the contrib directory so that we have our own copy of them instead of
depending on emarsden.chez.com/downloads.

We're adding:
* cpc - CPU Performance Counters for Solaris
* ssl-cmucl - interface to SSL streams
* tcp-forwarder - TCP forwarder to redirect TCP connections to another
  port on another machine
* xml-rpc - Port of Chris Double's xml-rpc client to Cmucl
</pre>
</li>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/d5853cfb27ef0d661f1089c48b916dd7d7786d27">d5853cfb</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2020-03-08T17:32:37+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'rtoy-add-emarsden-contribs' into 'master'

Fix #81: Add contribs written by Eric Marsden

Closes #81, #80, and #79

See merge request cmucl/cmucl!48</pre>
</li>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/c5ae0bbddbaa093247407caf5b82c156f4ae1d2e">c5ae0bbd</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2020-03-17T03:15:24+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix #77: Add tests for sqrt of exceptional values

Add tests for the test cases listed in the bug.  Cmucl currently
passes with no additional changes.
</pre>
</li>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/dcaa51dbecef7f36861f9f217954f18fa161d31a">dcaa51db</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2020-03-17T03:15:24+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'rtoy-issue-77-tests-sqrt-exceptional' into 'master'

Fix #77: Add tests for sqrt of exceptional values

Closes #77

See merge request cmucl/cmucl!49</pre>
</li>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/12b02161853b316d79bb213256739981269478c5">12b02161</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2020-03-22T09:53:25-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update release notes via closed issues
</pre>
</li>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/9d6febd38eae427258bebdb80ef51906b363efe7">9d6febd3</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2020-03-25T01:12:38+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix #82: Replace bc with expr

`expr` is more commonly installed than `bc` so reduce the number of
required dependencies and just use `expr`.
</pre>
</li>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/911f6abecdb84ff3776e7c8a6ab08e4b1474203d">911f6abe</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2020-03-25T01:12:38+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'rtoy-issue-82-replace-bc' into 'master'

Fix #82: Replace bc with expr

Closes #82

See merge request cmucl/cmucl!50</pre>
</li>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/974366fbe5550697ad3f393fb688f6effaad7231">974366fb</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2020-03-27T19:47:55-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Use snapshot-2020-04

The snapshot has been release so use the latest snapshot to run the
CI.
</pre>
</li>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/9514ed06b1251e0e6d6f1b38c11508c220950810">9514ed06</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2020-05-02T16:07:11-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'master' into rtoy-issue-76-add-ansi-tests-to-ci
</pre>
</li>
</ul>
<h4>30 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#587d266bb27a4dc3022bbed44dfa19849df3044c">
.gitlab-ci.yml
</a>
</li>
<li class="file-stats">
<a href="#c1f84c8f7fb8fb326f884834114f2f3ddf0ed9fe">
src/code/module.lisp
</a>
</li>
<li class="file-stats">
<a href="#61ac394faf1933512ac787c9db71783eaa0597cd">
src/contrib/asdf/asdf.lisp
</a>
</li>
<li class="file-stats">
<a href="#1a73bd5b15ecfa916ef1a5934f9d021f01f1549a">
src/contrib/asdf/doc/asdf.html
</a>
</li>
<li class="file-stats">
<a href="#0333a72d0d5354b16db014b86ade93c88aed5f37">
src/contrib/asdf/doc/asdf.info
</a>
</li>
<li class="file-stats">
<a href="#170f0da34a5f00bf724e8d990a58bd3b70824d06">
src/contrib/asdf/doc/asdf.pdf
</a>
</li>
<li class="file-stats">
<a href="#5641d4ed1e4b848e1022256a976bd2d31393baf8">
src/contrib/contrib.lisp
</a>
</li>
<li class="file-stats">
<a href="#a7c9758fec3cfbc161299f15aa9cdbf0aaa71234">
<span class="new-file">
+
src/contrib/cpc/contrib-cpc.asd
</span>
</a>
</li>
<li class="file-stats">
<a href="#0ab63c87a9c30847a8248862b5a021cbaa922034">
<span class="new-file">
+
src/contrib/cpc/cpc.lisp
</span>
</a>
</li>
<li class="file-stats">
<a href="#725709ecdef63a976d46191b83690870c838bebd">
src/contrib/demos/demos.asd

src/contrib/demos/contrib-demos.asd
</a>
</li>
<li class="file-stats">
<a href="#f060dfedfbbeeb4029fd80e8cd7a654ab4a67ffb">
src/contrib/embedded-c/embedded-c.asd

src/contrib/embedded-c/contrib-embedded-c.asd
</a>
</li>
<li class="file-stats">
<a href="#8737f626cd090f83b2b94e7ccec986802c5e4d03">
src/contrib/follow-mouse/follow-mouse.asd

src/contrib/follow-mouse/contrib-follow-mouse.asd
</a>
</li>
<li class="file-stats">
<a href="#49cf6501af62498ff6754bdfef4839fa202e80de">
src/contrib/games/feebs/brains.lisp
</a>
</li>
<li class="file-stats">
<a href="#43258b3dc3677899bcf315aa74f5a6d8d4bbaa3d">
src/contrib/games/feebs/feebs.asd

src/contrib/games/feebs/contrib-games-feebs.asd
</a>
</li>
<li class="file-stats">
<a href="#994859b283bd16bfcf3a593dfe1ac494b4b54cf1">
src/contrib/hist/hist.asd

src/contrib/hist/contrib-hist.asd
</a>
</li>
<li class="file-stats">
<a href="#1b616e227f0c75273b7943d1877316d6c9622bb9">
src/contrib/hist/hist.lisp
</a>
</li>
<li class="file-stats">
<a href="#e5d0b630a10962f82c5ed107afd2fb1bdf97fcc0">
src/contrib/ops/ops.asd

src/contrib/ops/contrib-ops.asd
</a>
</li>
<li class="file-stats">
<a href="#866b3dda70022b3ea0f497e94336e10c0c25ed76">
src/contrib/ops/ops-util.lisp
</a>
</li>
<li class="file-stats">
<a href="#ad1da636a9cdcb939d5cf427361f8223d2b776b0">
<span class="new-file">
+
src/contrib/packed-sse2/contrib-packed-sse2.asd
</span>
</a>
</li>
<li class="file-stats">
<a href="#e75b3061129f82de7c91f4a9581a9f98672becc3">
src/contrib/psgraph/psgraph.asd

src/contrib/psgraph/contrib-psgraph.asd
</a>
</li>
<li class="file-stats">
<a href="#11a0fc7bef60708a3fef06947a461882cd87753b">
src/contrib/sprof/sprof.asd

src/contrib/sprof/contrib-sprof.asd
</a>
</li>
<li class="file-stats">
<a href="#a63c4c3085bdf59af660398a93fe6c1c7ef8718c">
<span class="new-file">
+
src/contrib/ssl-cmucl/contrib-ssl.asd
</span>
</a>
</li>
<li class="file-stats">
<a href="#c9859d7f2e071d52b043cf470fcc4051a1ddd9ad">
<span class="new-file">
+
src/contrib/ssl-cmucl/ssl-cmucl.lisp
</span>
</a>
</li>
<li class="file-stats">
<a href="#89030064362f4c6a2c1257c94f94b0e2330812d0">
<span class="new-file">
+
src/contrib/tcp-forwarder/contrib-tcp-forwarder.asd
</span>
</a>
</li>
<li class="file-stats">
<a href="#84db365ea466752fa4adb2bd6462ac2c5fd2fb3b">
<span class="new-file">
+
src/contrib/tcp-forwarder/tcp-forwarder.lisp
</span>
</a>
</li>
<li class="file-stats">
<a href="#c0d857bdc471b05058b694c145024e63d4e47849">
<span class="new-file">
+
src/contrib/unix/unix.asd
</span>
</a>
</li>
<li class="file-stats">
<a href="#c13c28bed0cf459bb93f16f5d6adb40fb00cc9bf">
<span class="new-file">
+
src/contrib/xml-rpc/xmlrpc.lisp
</span>
</a>
</li>
<li class="file-stats">
<a href="#c16e5f1f34a39869a79a5f740269542535277121">
src/general-info/release-21e.md
</a>
</li>
<li class="file-stats">
<a href="#a6d6b45a5fd929537fdce0ade48eed4cfe93909f">
src/lisp/GNUmakefile
</a>
</li>
<li class="file-stats">
<a href="#cf8ca85f58dc3afd2f9eb4a0561b1e6a24abea9c">
tests/irrat.lisp
</a>
</li>
</ul>
<h5>The diff was not included because it is too large.</h5>

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

<br>
<a href="https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/6f87c065753548029580aaf3b0cdccedf3dcd8ba...9514ed06b1251e0e6d6f1b38c11508c220950810">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>