<!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/029f3d35c259fdfcb7c4159ce425968d7cc0ae3f">029f3d35</a></strong>
<div>
<span>by gambas</span>
<i>at 2018-09-23T07:12:37Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Remove the Connection.TimeZone property, it is not used yet.

[GB.DB]
* NEW: Remove the Connection.TimeZone property, it is not used yet.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/4bf287a44ab380fa1d1ff1cf223150327de434bb">4bf287a4</a></strong>
<div>
<span>by gambas</span>
<i>at 2018-09-23T07:13:36Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ScrollView: Fix a possible infinite loop in contents arrangement routine.

[GB.GUI.BASE]
* BUG: ScrollView: Fix a possible infinite loop in contents arrangement routine.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/737b77c3870be38c1a057840ac8784d8e6b72481">737b77c3</a></strong>
<div>
<span>by gambas</span>
<i>at 2018-09-23T07:15:29Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">String value can be used like object.

[INTERPRETER]
* NEW: String value can be used like object.
* NEW: String[X] returns the X-th character of the string, 0 being the first one.
* NEW: String[X, N] returns N characters from the position X, 0 being the first one. IF N is strictly negative, then all characters from the position X, except the last N characters are returned.
* NEW: String.Len returns the length of the string.

[COMPILER]
* NEW: Allow the [] operator to be applied to a string.
</pre>
</li>
</ul>
<h4>9 changed files:</h4>
<ul>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/fd994506d4ecd54f7a774bf556d6d8dcab57a1e6...737b77c3870be38c1a057840ac8784d8e6b72481#be398e6f78465abf9a39ff36b9ecd4e6653878b0">
comp/src/gb.gui.base/.src/ScrollView.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/fd994506d4ecd54f7a774bf556d6d8dcab57a1e6...737b77c3870be38c1a057840ac8784d8e6b72481#6843e1b4058c7efb32b7fe508e048d0aae56201c">
main/gbc/gbc_trans_expr.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/fd994506d4ecd54f7a774bf556d6d8dcab57a1e6...737b77c3870be38c1a057840ac8784d8e6b72481#6aa6d11d138df0e7b2c86afdceb4c7c767f4cd3b">
main/gbx/gbx_c_string.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/fd994506d4ecd54f7a774bf556d6d8dcab57a1e6...737b77c3870be38c1a057840ac8784d8e6b72481#ab3b9709362e2af4b5a05a6def021df8ef73f8f0">
main/gbx/gbx_c_string.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/fd994506d4ecd54f7a774bf556d6d8dcab57a1e6...737b77c3870be38c1a057840ac8784d8e6b72481#044fb40ad9766e28afa3c72aaacee1a1eeee6a1f">
main/gbx/gbx_class.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/fd994506d4ecd54f7a774bf556d6d8dcab57a1e6...737b77c3870be38c1a057840ac8784d8e6b72481#01112ce0d46489f34a8d893102ecf0e7e1b19728">
main/gbx/gbx_class_init.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/fd994506d4ecd54f7a774bf556d6d8dcab57a1e6...737b77c3870be38c1a057840ac8784d8e6b72481#ceb808e4c67619d200114b0689bc1460aff9c36f">
main/gbx/gbx_exec.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/fd994506d4ecd54f7a774bf556d6d8dcab57a1e6...737b77c3870be38c1a057840ac8784d8e6b72481#36e835cad85fad94a6d76226299cc4f50285c26a">
main/gbx/gbx_exec_loop.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/fd994506d4ecd54f7a774bf556d6d8dcab57a1e6...737b77c3870be38c1a057840ac8784d8e6b72481#cbedf166954de91010a86628862deda96c49ed61">
main/lib/db/CConnection.c
</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/fd994506d4ecd54f7a774bf556d6d8dcab57a1e6...737b77c3870be38c1a057840ac8784d8e6b72481">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>