gambas-source-code/main/lib
Benoît Minisini 06a1d2e33d 'Eval()' now can evaluate several expressions at once, provided that they are separated by newlines. The value of the last expression is returned.
[INTERPRETER]
* NEW: Support for the new Eval() feature.

[GB.EVAL]
* NEW: 'Eval()' now can evaluate several expressions at once, provided that they are separated by newlines. The value of the last expression is returned.
* NEW: 'Eval()' now returns NULL if its last expression returns nothing.
2023-03-29 12:16:47 +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 Update authors. 2021-04-05 15:03:38 +02:00
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 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 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 'Eval()' now can evaluate several expressions at once, provided that they are separated by newlines. The value of the last expression is returned. 2023-03-29 12:16:47 +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.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 an API that inverts an image for the 'gb.image.effect' component. 2023-03-17 03:11:30 +01: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 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 Correctly remove 'gb.component' file from installation once the metadata has been generated. 2020-11-27 20:33:15 +01:00
Makefile.am Add Md5(), Sha1(), Sha256() and Sha512() functions. 2022-09-13 02:48:11 +02:00