gambas-source-code/main
gambas 82a9dca733 Allow local variable declaration anywhere in the function.
[COMPILER]
* NEW: Allow local variable declaration anywhere in the function. The local symbol still has a function scope, but can be used after its declaration only.
2018-12-11 02:40:14 +01:00
..
gbc Allow local variable declaration anywhere in the function. 2018-12-11 02:40:14 +01:00
gbx Forgot to call JIT function when the call is dynamic, i.e. if the object owning the method has an anonymous datatype (Object or Variant). 2018-12-07 01:03:47 +01:00
lib Connection.LastInsertId now raises an error instead of crashing when the connection is closed. 2018-12-10 23:35:21 +01:00
mime Strip png files with ImageMagick convert command. 2018-09-19 20:53:00 +02:00
share Remove the date from the copyright message defined in 'gb_common.h' 2018-11-19 23:20:51 +01:00
tools/gbh3 Strip png files with ImageMagick convert command. 2018-09-19 20:53:00 +02:00
acinclude.m4
AUTHORS
ChangeLog
compile
component.am
configure.ac Fix optional inotify library detection. 2018-11-21 01:49:12 +01:00
COPYING
gb.pcre.h
INSTALL
m4
Makefile.am
NEWS
README
reconf
TODO