mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Update CHANGELOG.md
This commit is contained in:
parent
85751cda2b
commit
b54907c984
1 changed files with 2 additions and 3 deletions
|
@ -12,10 +12,9 @@ Features
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
|
|
||||||
- Fixed the MSYS2 build script and instructions, so it is possible to build on Windows again!
|
- Fixed the MSYS2 build script and instructions, so it is possible to build on Windows again!
|
||||||
- Fixed `exit` to return the appropriate status code when a boolean is passed, per R7RS:
|
|
||||||
- Modified `(srfi 27)` to use the timer to seed the pseudorandom number generator.
|
- Modified `(srfi 27)` to use the timer to seed the pseudorandom number generator.
|
||||||
|
- Fixed `exit` to return the appropriate status code when a boolean is passed, per R7RS:
|
||||||
> If no argument is supplied, or if obj is #t, the exit procedure should communicate to the operating system that the program exited normally. If obj is #f, the exit procedure should communicate to the operating system that the program exited abnormally.
|
> If no argument is supplied, or if obj is #t, the exit procedure should communicate to the operating system that the program exited normally. If obj is #f, the exit procedure should communicate to the operating system that the program exited abnormally.
|
||||||
|
|
||||||
Deprecated
|
Deprecated
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue