Commits on Source (2)
-
gambas authored
Allocate custom language environment variables statically, because environment is accessed by shared library exit routines, after the interpreter memory allocations have been freed. [INTERPRETER] * BUG: Allocate custom language environment variables statically, because environment is accessed by shared library exit routines, after the interpreter memory allocations have been freed.
3cd80f11 -
gambas authored
Define a new limit constant, that is the maximum length of the System.Language variable. It is 16 bytes. [INTERPRETER] * NEW: Define a new limit constant, that is the maximum length of the System.Language variable. It is 16 bytes.
7c808bbb