Release of Gambas 1.9.33
This release fixes two important bugs in the interpreter.
- The error management does not leak stack anymore.
- The = and <> operators now always behave
correctly when comparing a string with NULL.
- And they are many fixes in the IDE.
Last, but not least, the symbolic links in /usr/bin are not
necessary anymore! Now the Gambas installation path is encoded directly in
the executable at compilation time. The only requirement is that gbr2
must be in the PATH.
See the ChangeLog for other bug fixes and changes.