Releases: tizoc/shen-scheme
Releases · tizoc/shen-scheme
v0.39
v0.38
Changed
- The
cd
function is not overriden anymore. Now it behaves the same as in the official SBCL port. It doesn't use the underlying Chezcurrent-directory
function anymore, which means that FFI code should not depend on the current directory as seen bycd
anymore.
v0.37
Added
- Support for aarch64 and riscv64 architectures on Linux.
v0.36
Changed
- Updated kernel to S38.3.
v0.35
Changed
- Updated kernel to S38.2.
- Bumped default Chez version to 10.0.0.
v0.34
Changed
- Updated kernel to S36.0.
- Bumped default Chez version to 9.6.4.
v0.33
Changed
- Updated kernel to S34.5.
v0.32
Fixed
- Fix
close
so that it returns an empty list as declared by the Shen kernel.
v0.31
Changed
- Updated kernel to S34.4.
v0.30
Changed
- Updated kernel to S34.3.