gambas-source-code/main/lib
Benoît Minisini 8a1d604e32 Support for computed Goto or GoSub in JIT compiler.
[INTERPRETER]
* BUG: Correctly initialize functions without computed Goto or GoSub.

[GB.JIT]
* NEW: Support for computed Goto or GoSub.
2023-10-06 03:31:20 +02:00
..
clipper Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
complex Raise a "Mathematic error" if the real or imaginary part of a complex number is not finite. 2022-11-29 20:52:14 +01:00
compress Fix some typos. 2023-09-21 23:00:52 +02:00
data Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
db SQLRequest can return part of SQL requests without action or table. 2023-07-14 19:57:37 +02:00
debug Sending a void line to the debugger repeats the last command only if the debugger is run from the command line. 2023-03-18 01:34:22 +01:00
draw Style: Add 'Default' constant. It tells the Style routine to use the current painted control (if it exists) as a context. 2023-07-29 15:43:17 +02:00
eval Some interpreter optimizations. 2023-09-30 00:18:13 +02:00
geom Add Expand() and Shrink() methods to the rectangle classes. 2023-01-02 20:22:30 +01:00
gui Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
gui.opengl Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
gui.qt Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
gui.qt.ext New component switcher for choosing between QT4 or QT5 extension component. 2023-07-09 19:35:54 +02:00
gui.qt.opengl Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
gui.qt.webkit Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
gui.trayicon Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
gui.webview Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
hash Make 'gb.hash' compile on 32 bits architectures. 2022-09-24 11:50:31 +02:00
image Add Base() / Base$() and Dec() / FromBase() subroutines. 2023-09-29 02:51:42 +02:00
image.effect Make Image.Invert() compatible with the method with the same name in 'gb.image'. 2023-03-17 03:10:13 +01:00
inotify Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
jit Support for computed Goto or GoSub in JIT compiler. 2023-10-06 03:31:20 +02:00
option Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
signal Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
term Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
test Fix arithmetic overflow detection on datatype conversion. 2023-01-13 23:20:04 +01:00
vb Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
gb.component
Makefile.am New component switcher for choosing between QT4 or QT5 extension component. 2023-07-09 19:35:54 +02:00