gambas-source-code/main/lib
Benoît Minisini 203a1db252 Correctly rewrite lines using the 'ERROR' keyword in a one-line 'IF' expression.
[GB.EVAL]
* BUG: Correctly rewrite lines using the 'ERROR' keyword in a one-line 'IF' expression.
2023-02-04 09:29:21 +01: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
data Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
db Don't use '-O3'. It makes benchmarks sometimes slower than using '-O2'. 2023-01-10 21:55:25 +01:00
debug Fix quoting when displaying a string value. 2023-01-20 15:56:35 +01:00
draw Paint.Rectangle() with a border radius now works as expected with a negative width or height. 2023-01-03 14:38:46 +01:00
eval Correctly rewrite lines using the 'ERROR' keyword in a one-line 'IF' expression. 2023-02-04 09:29:21 +01: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.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 'gb.image' is now compatible with 'gb.web.gui'. 2023-01-16 00:54:11 +01:00
image.effect Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
inotify Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
jit Fix JIT compilation on old compilers that do not support arithmetic overflow check. 2023-02-02 08:35:20 +01: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 Add Md5(), Sha1(), Sha256() and Sha512() functions. 2022-09-13 02:48:11 +02:00