<!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>
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/20a345cec41c9627928bb21666ff72a81df5ceb0">20a345ce</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-11-09T10:58:57Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix compilation of function calls with variable arguments passing.

[COMPILER]
* BUG: Fix compilation of function calls with variable arguments passing.
* BUG: Remove some useless structure packing directives.

[INTERPRETER]
* BUG: Fix compilation of function calls with variable arguments passing.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/c81ec61b3bbb6e819d6c1da7df63310b7a2618c5">c81ec61b</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-11-09T11:00:59Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Switch bytecode version from 3.8 to 3.15.

[CONFIGURATION]
* NEW: Switch bytecode version 3.8 to 3.15.
</pre>
</li>
</ul>
<h4>12 changed files:</h4>
<ul>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/b02810d0250ae2c73cbe6c987826fa24c073fa97...c81ec61b3bbb6e819d6c1da7df63310b7a2618c5#9604550f3c6cfbd5e8b342f653dfca807f5129f7">
main/gbc/gbc_class.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/b02810d0250ae2c73cbe6c987826fa24c073fa97...c81ec61b3bbb6e819d6c1da7df63310b7a2618c5#6843e1b4058c7efb32b7fe508e048d0aae56201c">
main/gbc/gbc_trans_expr.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/b02810d0250ae2c73cbe6c987826fa24c073fa97...c81ec61b3bbb6e819d6c1da7df63310b7a2618c5#ceb808e4c67619d200114b0689bc1460aff9c36f">
main/gbx/gbx_exec.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/b02810d0250ae2c73cbe6c987826fa24c073fa97...c81ec61b3bbb6e819d6c1da7df63310b7a2618c5#cc8f8d520aa1dc0519d6a54c5b0bd3a8f5220a81">
main/gbx/gbx_exec.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/b02810d0250ae2c73cbe6c987826fa24c073fa97...c81ec61b3bbb6e819d6c1da7df63310b7a2618c5#36e835cad85fad94a6d76226299cc4f50285c26a">
main/gbx/gbx_exec_loop.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/b02810d0250ae2c73cbe6c987826fa24c073fa97...c81ec61b3bbb6e819d6c1da7df63310b7a2618c5#170425d3b42191a273c36a7b76c34078a53563da">
main/share/gb_code.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/b02810d0250ae2c73cbe6c987826fa24c073fa97...c81ec61b3bbb6e819d6c1da7df63310b7a2618c5#e129f2f36ee72e7138f6719f65adabf8ade08091">
main/share/gb_code_temp.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/b02810d0250ae2c73cbe6c987826fa24c073fa97...c81ec61b3bbb6e819d6c1da7df63310b7a2618c5#a9052314f4271a88a78a160ef204e26ba857c4af">
main/share/gb_pcode.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/b02810d0250ae2c73cbe6c987826fa24c073fa97...c81ec61b3bbb6e819d6c1da7df63310b7a2618c5#c57d10e7f739049c7cf76871458e629a6e7571b6">
main/share/gb_pcode_temp.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/b02810d0250ae2c73cbe6c987826fa24c073fa97...c81ec61b3bbb6e819d6c1da7df63310b7a2618c5#b6a408d5e2c7f9fabb0ab6c729ccae32a594b4f8">
main/share/gb_table.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/b02810d0250ae2c73cbe6c987826fa24c073fa97...c81ec61b3bbb6e819d6c1da7df63310b7a2618c5#0f53e8a3655d18c8e6dc49e5e65f4338f1bff83a">
main/share/gbc_trans_common.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/b02810d0250ae2c73cbe6c987826fa24c073fa97...c81ec61b3bbb6e819d6c1da7df63310b7a2618c5#836d4fe4ee2163d2f04919c9dd927c460d8d4ef6">
version.m4
</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/b02810d0250ae2c73cbe6c987826fa24c073fa97...c81ec61b3bbb6e819d6c1da7df63310b7a2618c5">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>