Personal tools
Sections
Path: Home Gareth News Items Release of Gambas 1.0.18
Document Actions

Release of Gambas 1.0.18

The release mainly fixes the following bugs

  • The interpreter native event loop has been fixed.
  • Date() now correctly converts its arguments to dates.
  • Static arrays should not be freed twice and crash the interpreter anymore.
  • The number of dimensions of an array is correctly limited now by the compiler.
  • Using a parameter as loop variable now correctly raises an error.
  • Filling the picture cache explicitely does not leak the memory anymore.
  • TableView correctly refreshes its contents when its number of rows or columns has changed.
  • Database pseudo-collections now always work correctly when being accessed.
  • The sqlite driver does not truncate Float fields anymore.