<!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 native-image
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/44d21db252d77f96476cf1612d643d8333d10ea4">44d21db2</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2021-10-25T11:25:28-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix up headings for issue templates

The headings used to be `**foo**`, but it's better to use `## foo`.
The old headings would cause the following paragraph to be appended to
the heading.  Thus
```
## foo
Text
```
became
```
foo Text
```
with "foo" in bold.

With the new markup, this doesn't happen.
</pre>
</li>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/b49a00c266e46646b3a60122b2685ded3c4cc3be">b49a00c2</a></strong>
<div>
<span>by Jon Boone</span>
<i>at 2021-10-25T11:25:28-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;"> adds additional keyword arguments to instance-usage for more fine-grained tracking of space allocation
</pre>
</li>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/fc2b38e21169a8a3e9349a8e8c7aa0c6070f396f">fc2b38e2</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2021-10-25T11:25:28-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix #105: Include build logs in artifacts

Include the build logs in the artifacts so we can examine the logs to
see what happened when a build fails.
</pre>
</li>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/6049fe16c4177951b4a6f57e78bef246aa1e1dc1">6049fe16</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2021-10-25T11:25:28-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix #107: Use uint8_t instead of u_int8_t.

Use the C standard type `uint8_t` instead of `u_int8_t`.
</pre>
</li>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/9a574d799dbaca252b6c3d397319eec071094426">9a574d79</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2021-10-25T11:25:28-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Address #89: Clean up page flags
</pre>
</li>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/624a264636d5c638b7ee77330d0c75e5d4c65d5c">624a2646</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2021-10-25T11:25:28-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix #97: Use UD1 instruction instead of INT3
</pre>
</li>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/06b3c8c9785f0b934c5751e00e66b90355ed7351">06b3c8c9</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2021-10-25T11:25:28-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">For solaris, nanosleep is in the -lrt library

Add -lrt to the OS_LIBS for Solaris x86 so it can find nanosleep.
</pre>
</li>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/294d8505906efcb240421299084c14516a34c4df">294d8505</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2021-10-25T11:25:28-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update release notes
</pre>
</li>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/fd1cb7dd26aa102c8dba493ce16f3d67daf02e66">fd1cb7dd</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2021-10-25T11:25:29-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge issue-108-update-asdf to master.
</pre>
</li>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/304e7bf647a69920cf2472cdb810bd0ef51d1b94">304e7bf6</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2021-10-25T11:25:29-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Include string.h to declare memcmp

x86-arch.c uses memcmp without declaring it.  Noticed on macos, but
not on linux.
</pre>
</li>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/79d29758537850fe3e386cb420ab553cb1c11e61">79d29758</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2021-10-25T11:25:29-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update CI to use 2021-07 snapshots
</pre>
</li>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/5eed7e6dc9aed763c3b1f5886289ebab4fa27a28">5eed7e6d</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2021-10-25T11:25:29-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Include debug symbols in motifd

Add -g flag so that debug symbols are included in motifd.  I don't
think there's really any reason not to do this, and makes debugging
motifd releases easier.
</pre>
</li>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/e0218abb579eb49ecd52b1059992fdabdea58d85">e0218abb</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2021-10-25T11:25:29-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix #113:  Search cmucl modules and libraries first
</pre>
</li>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/65dcc6d1d75566e84f7ba28a163c06f03353b73a">65dcc6d1</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2021-10-25T11:25:29-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix #112:  Update CLX sources of 2021-09-19 and support inet sockets
</pre>
</li>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/9917e9dfc70a373e4de78819f600b4f08025c333">9917e9df</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2021-10-25T11:25:29-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update release notes from changes up to 2021/09/22
</pre>
</li>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/389e13e53b74e72036694a65008920ce6c040098">389e13e5</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2021-10-25T11:25:29-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Use /opt/local/bin/curl on OSX instead of /usr/bin/curl
</pre>
</li>
</ul>
<h4>17 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#587d266bb27a4dc3022bbed44dfa19849df3044c">
.gitlab-ci.yml
</a>
</li>
<li class="file-stats">
<a href="#be921e6167bfe54eff728e99833c130adfe28b05">
.gitlab/issue_templates/Bug.md
</a>
</li>
<li class="file-stats">
<a href="#b659a9473a0872739b5061680b9c249811e42f0e">
.gitlab/issue_templates/Feature.md
</a>
</li>
<li class="file-stats">
<a href="#585dc3aabdadd4c76e6fc257c9585e3b19737fea">
src/clx/README.md
</a>
</li>
<li class="file-stats">
<a href="#39652017e2fca51e4d5df29b4923a341d3f1edcf">
src/clx/attributes.lisp
</a>
</li>
<li class="file-stats">
<a href="#3f8650408337274b6e25890c37a372f73631abf1">
src/clx/buffer.lisp
</a>
</li>
<li class="file-stats">
<a href="#f11127da032698e378fcf5562a954407ede9a314">
src/clx/clx.asd
</a>
</li>
<li class="file-stats">
<a href="#b49d0848ac78c0fa05c2446f2fc241caf62101f8">
src/clx/clx.lisp
</a>
</li>
<li class="file-stats">
<a href="#2a2bca8dd449c88df725533aa10e7bb8b846c559">
src/clx/demo/clclock.lisp
</a>
</li>
<li class="file-stats">
<a href="#a8ea5a75403fd3192de5783dec2d567c1d04e516">
src/clx/demo/clx-demos.lisp
</a>
</li>
<li class="file-stats">
<a href="#fff85a65433751fc1ade1384c868ce2262f33fa3">
src/clx/demo/mandel.lisp
</a>
</li>
<li class="file-stats">
<a href="#e8f691b4778d76deb0c4d39170b2db8b10742083">
src/clx/demo/menu.lisp
</a>
</li>
<li class="file-stats">
<a href="#3b68255f9b7e9f3f1b96ba5a6e1156e96602d925">
src/clx/dep-allegro.lisp
</a>
</li>
<li class="file-stats">
<a href="#d4dba97443e63ff42b09886f961fd7693711344c">
src/clx/dep-lispworks.lisp
</a>
</li>
<li class="file-stats">
<a href="#f0eacddfb3c6d2bb8bb536c00eb89175eee86ac1">
src/clx/depdefs.lisp
</a>
</li>
<li class="file-stats">
<a href="#b80bcf751ae2e3b043ec7d591b3b22327e74fada">
src/clx/dependent.lisp
</a>
</li>
<li class="file-stats">
<a href="#7f597ed56cb89e90847e910ae6fd10acd83adc59">
src/clx/display.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: #666;">

<br>
<a href="https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/9f3243f4f682765a2c47c11c547ed0f4565cc81e...389e13e53b74e72036694a65008920ce6c040098">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>