gambas-source-code/main/lib
gambas b0eb952028 '&=' on variants is not incorrectly optimized anymore.
[INTERPRETER]
* BUG: '&=' on variants is not incorrectly optimized anymore.

[GB.JIT]
* BUG: '&=' on variants is not incorrectly optimized anymore.
2020-04-16 09:47:59 +02:00
..
clipper Update library to version 6.4.2. 2019-06-29 16:10:21 +02:00
complex Optimize division, thanks to Cedron Dawg. 2019-03-02 12:50:33 +01:00
compress [WIKI CGI SCRIPT] 2015-06-14 22:10:16 +00:00
data Remove register keyword, deprecated, now reserved keyword with C++17 2019-10-30 06:53:09 +00:00
db Add DB.LastInsertId, the static version of Connection.LastInsertId. 2020-04-08 14:01:03 +02:00
debug Debug.Fifo is a new property that returns the name of the FIFO used for communication with the IDE. 2020-03-09 02:23:41 +01:00
draw Paint.TextHeight is a new property that returns the height of one line of text, and Paint.FontScale is now "transparent". 2019-10-26 01:06:18 +02:00
eval Add Highlight.Added and Highlight.Removed style constants. 2020-01-20 13:00:16 +01:00
geom Fix some spaces in source code. 2019-12-18 06:58:56 +01:00
gui Fix detection of GUI components. 2020-03-10 18:29:05 +01:00
gui.opengl Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
gui.qt Fix detection of GUI components. 2020-03-10 18:29:05 +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 Remove some surprisingly useless duplicated code in image conversion. 2020-01-24 08:05:52 +01:00
image.effect Remove register keyword, deprecated, now reserved keyword with C++17 2019-10-30 06:53:09 +00:00
inotify gb.inotify: Fix Watch.Events[] accessor 2019-03-07 08:24:08 +01:00
jit '&=' on variants is not incorrectly optimized anymore. 2020-04-16 09:47:59 +02:00
option [CONFIGURATION] 2013-07-23 00:56:01 +00:00
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 * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
Makefile.am Work continues on new JIT system. Translation is now done at runtime. 2018-06-09 22:42:35 +02:00