Age | Commit message (Collapse) | Author | Files | Lines |
|
This provides SRFI 231, which "greatly improves upon" SRFI 179,
but also experiences the same build failures, so we disable it.
Ref: #934
|
|
Gambit installs '/usr/bin/gsc' and '/usr/bin/gsi' by default.
The former conflicts with a file from GNU Ghostscript.
This commit changes the default compiler and interpreter names
to be appended with the package major version number, which
aims to preserve users' expectations during tab completion.
The script interpreters (e.g. 'gsc-script' and 'gsi-script')
are symbolic links to their respective applications and will
continue to work without needing to update script shebangs.
Ref: #1089
|
|
Upstream: https://github.com/gambit/gambit/pull/809
|
|
Previous commits erroneously mentioned issue #924.
|
|
|
|
Additionally, the 'max-gcse-memory' parameter was updated
to safely accommodate the ~512M threshold needed by Gambit
on some platforms.
|
|
|