[Gambas-user] Release of gambas 1.0.18
Benoit Minisini
gambas at ...1...
Mon May 28 01:14:30 CEST 2007
Hi everybody,
I have released a new version of Gambas 1.0 with some bug fixes, mainly
backported from the development version.
Here is the ChangeLog:
--------------------------------------------------------------------------------------
DEVELOPMENT ENVIRONMENT
* NEW: Support for Estonian language.
* BUG: Do not use LINE INPUT to read the output of the debugged project.
INTERPRETER
* BUG: Catching an error in a function call on the number or type of
arguments does not corrupt interpreter stack anymore.
* BUG: Date() now correctly converts its argument to a date.
* BUG: Static arrays should not be freed twice and so crash the interpreter
anymore.
* BUG: The interpreter native event loop has been fixed.
COMPILER
* BUG: The number of dimensions of an array is correctly limited now.
* BUG: Using a parameter as loop variable now correctly raises an error.
GB.QT COMPONENT
* BUG: Filling the picture cache explicitely does not leak memory anymore.
GB.QT.EXT COMPONENT
* BUG: TableView correctly refreshes its contents when its number of rows
or columns has changed.
GB.DB COMPONENT
* BUG: Pseudo-collections now always work correctly when being accessed.
GB.DB.SQLITE COMPONENT
* BUG: Float values stored in the database are not truncated anymore.
--------------------------------------------------------------------------------------
Regards,
--
Benoit Minisini
More information about the User
mailing list