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 Use a power of two as internal coordinate scale. 2018-02-22 04:30:25 +01:00
complex Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
compress
data Strip png files with ImageMagick convert command. 2018-09-19 20:53:00 +02:00
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 Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
eval Fix highlighting of strings including '\xXX' escape sequences. 2018-10-01 10:48:24 +02:00
geom Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
gui Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
gui.opengl Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
gui.qt Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
gui.qt.opengl Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
gui.qt.webkit Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
gui.trayicon Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
image Image.Invert() is a new method that inverts an image. It takes an optional boolean argument that indicates if the color hue must be kept. 2018-02-28 14:55:48 +01:00
image.effect Remove boolean definitions except in gb_common.h 2018-10-15 18:48:01 +02:00
inotify Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
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 Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
gb.component
Makefile.am Work continues on new JIT system. Translation is now done at runtime. 2018-06-09 22:42:35 +02:00