<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 rtoy-unix-core 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/e46eaa11052d007d732b361169cbbf6605506d60">e46eaa11</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2015-05-17T08:15:28Z</i>
</div>
<pre class='commit-message'>Regenerated.</pre>
</li>
<li>
<strong><a href="https://gitlab.common-lisp.net/cmucl/cmucl/commit/7f68394600dfa6414f6fae3f1164dbf3e7027c97">7f683946</a></strong>
<div>
<span>by Raymond Toy</span>
<i>at 2015-05-17T17:04:37Z</i>
</div>
<pre class='commit-message'>Add exported symbols for solaris unix.lisp.</pre>
</li>
</ul>
<h4>2 changed files:</h4>
<ul>
<li class='file-stats'>
<a href='#diff-0'>
src/code/exports.lisp
</a>
</li>
<li class='file-stats'>
<a href='#diff-1'>
src/i18n/locale/cmucl-unix.pot
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id='diff-0'>
<a href='https://gitlab.common-lisp.net/cmucl/cmucl/compare/0f59b9a32ebf2d210386bd30c52b5d1ee450e295...7f68394600dfa6414f6fae3f1164dbf3e7027c97#diff-0'>
<strong>
src/code/exports.lisp
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/src/code/exports.lisp
</span><span style="color: #000000;background-color: #ddffdd">+++ b/src/code/exports.lisp
</span><span style="color: #aaaaaa">@@ -357,7 +357,7 @@
</span>      "FIONREAD"
           "TERMINAL-SPEEDS"
           )
<span style="color: #000000;background-color: #ffdddd">-  #-linux
</span><span style="color: #000000;background-color: #ddffdd">+  #-(or linux solaris)
</span>   (:export "TCHARS"
           "LTCHARS"
           "D-NAMLEN"
<span style="color: #aaaaaa">@@ -397,8 +397,76 @@
</span>      "TTY-OCRNL" "TTY-OFDEL" "TTY-OFILL" "TTY-OLCUC" "TTY-ONLRET" "TTY-ONOCR"
           "TTY-XCASE" "UNIX-DUP2" "UNIX-GETITIMER" "UNIX-PID" "UNIX-UNAME"
           "UTSNAME"
<span style="color: #000000;background-color: #ddffdd">+           )
+  #+solaris
+  (:export "D-INO"
+          "D-OFF"
+          "EADV"
+          "EBADE"
+          "EBADFD"
+          "EBADMSG"
+          "EBADR"
+          "EBADRQC"
+          "EBADSLT"
+          "EBFONT"
+          "ECANCELED"
+          "ECHRNG"
+          "ECOMM"
+          "EDEADLOCK"
+          "EIDRM"
+          "EILSEQ"
+          "EL2HLT"
+          "EL2NSYNC"
+          "EL3HLT"
+          "EL3RST"
+          "ELIBACC"
+          "ELIBBAD"
+          "ELIBEXEC"
+          "ELIBMAX"
+          "ELIBSCN"
+          "ELNRNG"
+          "EMULTIHOP"
+          "ENOANO"
+          "ENOCSI"
+          "ENODATA"
+          "ENOLCK"
+          "ENOLINK"
+          "ENOMSG"
+          "ENONET"
+          "ENOPKG"
+          "ENOSR"
+          "ENOSTR"
+          "ENOSYS"
+          "ENOTSUP"
+          "ENOTUNIQ"
+          "EOVERFLOW"
+          "EPROTO"
+          "EREMCHG"
+          "ERESTART"
+          "ESRMNT"
+          "ESTALE"
+          "ESTRPIPE"
+          "ETIME"
+          "EUNATCH"
+          "EXFULL"
+          "O_NOCTTY"
+          "RCV1EN"
+          "SIGWAITING"
+          "TTY-CBAUD"
+          "TTY-DEFECHO"
+          "TTY-IUCLC"
+          "TTY-LOBLK"
+          "TTY-OCRNL"
+          "TTY-OFDEL"
+          "TTY-OFILL"
+          "TTY-OLCUC"
+          "TTY-ONLRET"
+          "TTY-ONOCR"
+          "TTY-XCASE"
+          "UNIX-TIMES"
+          "UTSNAME"
+          "XMT1EN"
</span>      ))
-
   
 (defpackage "FORMAT")
 
</code></pre>

<br>
</li>
<li id='diff-1'>
<a href='https://gitlab.common-lisp.net/cmucl/cmucl/compare/0f59b9a32ebf2d210386bd30c52b5d1ee450e295...7f68394600dfa6414f6fae3f1164dbf3e7027c97#diff-1'>
<strong>
src/i18n/locale/cmucl-unix.pot
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/src/i18n/locale/cmucl-unix.pot
</span><span style="color: #000000;background-color: #ddffdd">+++ b/src/i18n/locale/cmucl-unix.pot
</span><span style="color: #aaaaaa">@@ -1230,3 +1230,9 @@ msgid ""
</span> "found."
 msgstr ""
 
<span style="color: #000000;background-color: #ddffdd">+#: src/code/unix.lisp
+msgid ""
+"Unix-times returns information about the cpu time usage of the process\n"
+"   and its children."
+msgstr ""
+
</span></code></pre>

<br>
</li>

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

<br>
<a href="https://gitlab.common-lisp.net/cmucl/cmucl/compare/0f59b9a32ebf2d210386bd30c52b5d1ee450e295...7f68394600dfa6414f6fae3f1164dbf3e7027c97">View it on GitLab</a>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":["merge_requests","issues","commit"],"url":"https://gitlab.common-lisp.net/cmucl/cmucl/compare/0f59b9a32ebf2d210386bd30c52b5d1ee450e295...7f68394600dfa6414f6fae3f1164dbf3e7027c97"}}</script>
</p>
</div>
</body>
</html>