gambas-source-code/main/lib
gambas 06e2373dd5 Fix memory leaks in debugger expression evaluation routines.
[INTERPRETER]
* BUG: Fix memory leaks in debugger expression evaluation routines.

[GB.DEBUG]
* BUG: Fix memory leaks in debugger expression evaluation routines.
* NEW: The debugger now prints the reference count next to object references.
* BUG: A null pointer is printed as "NULL" now.
2021-06-12 01:39:52 +02:00
..
clipper
complex
compress Update authors. 2021-04-05 15:03:38 +02:00
data Change the GB_FUNCTION structure so that it stores the index of the method instead of its description pointer. 2021-03-07 23:51:12 +01:00
db Add GB.DateFromString() API. 2021-04-10 23:05:09 +02:00
debug Fix memory leaks in debugger expression evaluation routines. 2021-06-12 01:39:52 +02:00
draw
eval Initial implementation of class namespaces. 2021-05-18 02:12:33 +02:00
geom
gui
gui.opengl Support for 'gb.gtk3.opengl' component. 2021-05-07 19:20:04 +02:00
gui.qt
gui.qt.opengl
gui.qt.webkit
gui.trayicon Support for the GB_GUI_TRAYICON_NO_DBUS environment variable. 2021-03-18 17:20:30 +01:00
gui.webview
image Add more color constants. 2021-03-06 13:17:35 +01:00
image.effect
inotify
jit Take ':' inside identifiers into account by replacing them by '$'. 2021-06-04 14:28:05 +02:00
option
signal
term
test fix gb.test bug 2181 2021-04-27 13:44:35 +02:00
vb
gb.component
Makefile.am