gambas-source-code/main/lib
gambas d91451cf1e Assert is an new instruction that raises an error as soon as its boolean argument is FALSE.
[COMPILER]
* NEW: Assert is an new instruction that raises an error as soon as its boolean argument is FALSE. The associated bytecode is not emitted if the '-x' option is specified.

[INTERPRETER]
* NEW: Assert is an new instruction that raises an error as soon as its boolean argument is FALSE.

[GB.DEBUG]
* BUG: Fix a potential array overflow.
2018-12-16 00:35:46 +01:00
..
clipper
complex
compress
data
db Connection.LastInsertId now raises an error instead of crashing when the connection is closed. 2018-12-10 23:35:21 +01:00
debug Assert is an new instruction that raises an error as soon as its boolean argument is FALSE. 2018-12-16 00:35:46 +01:00
draw
eval
geom
gui
gui.opengl
gui.qt
gui.qt.opengl
gui.qt.webkit
gui.trayicon
image
image.effect Remove boolean definitions except in gb_common.h 2018-10-15 18:48:01 +02:00
inotify
jit Remove the include of <stdio.h> from JIT header file. 2018-12-09 03:50:14 +01:00
option
signal Spelling: catched -> caught 2018-10-14 21:52:07 +02:00
term Make main compile on Hurd 2018-10-17 22:08:50 +02:00
vb
gb.component
Makefile.am