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.