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



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

<h3>
Benoît Minisini pushed to branch master
at <a href="https://gitlab.com/gambas/gambas">Gambas / gambas</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/a0bcf85bd4e0836ad73a3fcf7b71fe7f31267b4b">a0bcf85b</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-03-12T02:46:30Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Active file descriptor watches and active timers are now automatically transferred to the component declaring a custom event loop.

[INTERPRETER]
* BUG: Active file descriptor watches and active timers are now automatically transferred to the component declaring a custom event loop. Consequently, a process started before the declaration of the event loop will have its termination signal correctly catched.
* NEW: Use waitpid() instead of wait4().

[GB.GTK]
* BUG: Declare the event loop hook last so that active file descriptor watches and active transfer are automatically transferred.

[GB.GTK3]
* BUG: Declare the event loop hook last so that active file descriptor watches and active transfer are automatically transferred.

[GB.QT4]
* BUG: Declare the event loop hook last so that active file descriptor watches and active transfer are automatically transferred.

[GB.QT5]
* BUG: Declare the event loop hook last so that active file descriptor watches and active transfer are automatically transferred.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/dd336c2067060ad9a175c7ea7d60b21e346c649a">dd336c20</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-03-12T02:50:52Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'master' of gitlab.com:gambas/gambas
</pre>
</li>
</ul>
<h4>9 changed files:</h4>
<ul>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/bec2b078021c3ffdfc3e63b785b4fa6fde7a396f...dd336c2067060ad9a175c7ea7d60b21e346c649a#0ff6a78808372c149b590015b78f7f26e2f5054f">
gb.gtk/src/main.cpp
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/bec2b078021c3ffdfc3e63b785b4fa6fde7a396f...dd336c2067060ad9a175c7ea7d60b21e346c649a#ea13ab873d58f869eca7852741efd3ea4a99668c">
gb.qt4/src/CWatch.cpp
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/bec2b078021c3ffdfc3e63b785b4fa6fde7a396f...dd336c2067060ad9a175c7ea7d60b21e346c649a#92769ac7f3b691f8048fd3a547451633cae6742e">
gb.qt4/src/main.cpp
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/bec2b078021c3ffdfc3e63b785b4fa6fde7a396f...dd336c2067060ad9a175c7ea7d60b21e346c649a#fd10e05c490840763c81233be1803ebbf1f854f2">
main/gbx/gbx_api.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/bec2b078021c3ffdfc3e63b785b4fa6fde7a396f...dd336c2067060ad9a175c7ea7d60b21e346c649a#a57ab39c1c819fc8406b2ea243d1dd58e78ec24d">
main/gbx/gbx_c_process.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/bec2b078021c3ffdfc3e63b785b4fa6fde7a396f...dd336c2067060ad9a175c7ea7d60b21e346c649a#51b10f4e5026b84fc17301637211ad6605bc57f9">
main/gbx/gbx_signal.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/bec2b078021c3ffdfc3e63b785b4fa6fde7a396f...dd336c2067060ad9a175c7ea7d60b21e346c649a#502bbb7fd26f38feb9668c9c702e89c743de3981">
main/gbx/gbx_watch.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/bec2b078021c3ffdfc3e63b785b4fa6fde7a396f...dd336c2067060ad9a175c7ea7d60b21e346c649a#875587330ac96bf98634861b54feef9c4f465c6e">
main/gbx/gbx_watch.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/bec2b078021c3ffdfc3e63b785b4fa6fde7a396f...dd336c2067060ad9a175c7ea7d60b21e346c649a#3fdb2f5c9ac8192516f2cbeeb994b6c7fcba99bc">
main/lib/jit/gb.jit/.src/CCompilation.class
</a>
</li>
</ul>

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

<br>
<a href="https://gitlab.com/gambas/gambas/compare/bec2b078021c3ffdfc3e63b785b4fa6fde7a396f...dd336c2067060ad9a175c7ea7d60b21e346c649a">View it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
adjust your notification settings.


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