[Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Remove the Connection.TimeZone property, it is not used yet.

Benoît Minisini gitlab at mg.gitlab.com
Sun Sep 23 09:19:32 CEST 2018


Benoît Minisini pushed to branch master at Gambas / gambas


Commits:
029f3d35 by gambas at 2018-09-23T07:12:37Z
Remove the Connection.TimeZone property, it is not used yet.

[GB.DB]
* NEW: Remove the Connection.TimeZone property, it is not used yet.

- - - - -
4bf287a4 by gambas at 2018-09-23T07:13:36Z
ScrollView: Fix a possible infinite loop in contents arrangement routine.

[GB.GUI.BASE]
* BUG: ScrollView: Fix a possible infinite loop in contents arrangement routine.

- - - - -
737b77c3 by gambas at 2018-09-23T07:15:29Z
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.

- - - - -


9 changed files:

- comp/src/gb.gui.base/.src/ScrollView.class
- main/gbc/gbc_trans_expr.c
- main/gbx/gbx_c_string.c
- main/gbx/gbx_c_string.h
- main/gbx/gbx_class.h
- main/gbx/gbx_class_init.c
- main/gbx/gbx_exec.c
- main/gbx/gbx_exec_loop.c
- main/lib/db/CConnection.c


View it on GitLab: https://gitlab.com/gambas/gambas/compare/fd994506d4ecd54f7a774bf556d6d8dcab57a1e6...737b77c3870be38c1a057840ac8784d8e6b72481

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/compare/fd994506d4ecd54f7a774bf556d6d8dcab57a1e6...737b77c3870be38c1a057840ac8784d8e6b72481
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/notification/attachments/20180923/15c6c920/attachment.html>


More information about the Notification mailing list