Skip to content

Commits on Source 2

  • gambas's avatar
    Allocate custom language environment variables statically, because environment... · 3cd80f11
    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's avatar
    Define a new limit constant, that is the maximum length of the System.Language... · 7c808bbb
    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
Loading